- 7ec45d3 Turn hypervisor backends module into a library by Per Larsen · 9 months ago
- 6823ffc Read the algorithm of the leaf public key in DICE chain in pvmfw by Alice Wang · 9 months ago
- 836b4fe Merge "vmbase: Re-expose fdtpci as vmbase::fdt::pci" into main by Treehugger Robot · 10 months ago
- 5363743 Remove dependency on once_cell where it isn't actually used. by Andrew Walbran · 11 months ago
- f2c19d4 vmbase: Re-expose fdtpci as vmbase::fdt::pci by Pierre-Clément Tosi · 10 months ago
- 992c2bb liblibfdt: Add no_std variant for libfdt_baremetal by Pierre-Clément Tosi · 10 months ago
- 14770b0 [bssl] Stop initializing CRYPTO library in pvmfw by Alice Wang · 11 months ago
- 239b877 Move pvmfw to under guest by Jiyong Park · 1 year, 1 month ago[Renamed from pvmfw/Android.bp]
- f3acfd1 Test deferred_rbp changes secrets by Shikha Panwar · 1 year, 2 months ago
- a4971bd Merge "pvmfw: Make pvmfw_embedded_key a proper PEM file" into main by Treehugger Robot · 1 year, 2 months ago
- 56c6b14 Merge "Include instance-hash in DICE chain" into main by Shikha Panwar · 1 year, 2 months ago
- 8b5533d pvmfw: Make pvmfw_embedded_key a proper PEM file by Pierre-Clément Tosi · 1 year, 3 months ago
- 8f7fc1a Include instance-hash in DICE chain by Shikha Panwar · 1 year, 4 months ago
- a9b345f vmbase: Integrate libhyp as module by Pierre-Clément Tosi · 1 year, 3 months ago
- 8f6f466 pvmfw: Handle dependent nodes in VM DTBO by Jaewan Kim · 1 year, 8 months ago
- 49e26ce pvmfw: Detect pvmfw overlap before REQUEST_MMIO by Pierre-Clément Tosi · 1 year, 5 months ago
- a17cfba Make the RKP VM marker affect the sealing CDI by Alan Stokes · 1 year, 6 months ago
- 8704861 Simplify test ownership. by Alan Stokes · 1 year, 6 months ago
- 38b9e71 Introduce avf_build_flags_cc cc_defaults by Nikita Ioffe · 1 year, 6 months ago
- 5369617 [DON'T BLOCK] Test ownership migration rules by Aditya Choudhary · 1 year, 6 months ago
- 3bea8cc Merge "pvmfw: Validate incoming <reg> and <iommus> against phys'" into main by Jaewan Kim · 1 year, 8 months ago
- 19b984f pvmfw: Validate incoming <reg> and <iommus> against phys' by Jaewan Kim · 1 year, 8 months ago
- 0322b8c Rename bssl-ffi to bssl-sys by Maurice Lam · 1 year, 8 months ago
- 6482570 Merge "pvmfw: Parse incoming <reg> and <iommus>" into main by Treehugger Robot · 1 year, 8 months ago
- 52477ae pvmfw: Parse incoming <reg> and <iommus> by Jaewan Kim · 1 year, 9 months ago
- 12e4c86 [rkpvm] Implement RKP VM rollback protection in pvmfw by Alice Wang · 1 year, 8 months ago
- cb0d45d pvmfw: Clean up test data for mocking crosvm DT by Jaewan Kim · 1 year, 8 months ago
- a67e36a pvmfw: Use feasible iommus for device assignment test by Jaewan Kim · 1 year, 8 months ago
- cf8cc0c Remove redundant dependency by Alan Stokes · 1 year, 8 months ago
- ddb988c Introduce DICE unit tests by Alan Stokes · 1 year, 8 months ago
- f0ecad5 Merge "pvmfw: Handle <iommus> when applying VM DTBO" into main by Jaewan Kim · 1 year, 9 months ago
- 51ccfed pvmfw: Handle <iommus> when applying VM DTBO by Jaewan Kim · 1 year, 9 months ago
- 1bf532b libs: Move cstr!() into its own crate by Pierre-Clément Tosi · 1 year, 9 months ago
- 96411e9 pvmfw: Pre-populate pviommu nodes by Jaewan Kim · 1 year, 9 months ago
- c6e023b pvmfw: Apply VM DTBO by Jaewan Kim · 1 year, 10 months ago
- 947f3f7 [pvmfw] Use hkdf from libbssl instead of bssl bindgen by Alice Wang · 1 year, 10 months ago
- da1b273 Add avf_build_flags_rust defaults to all rust_ modules by Nikita Ioffe · 1 year, 11 months ago
- aea8364 Remove unsafe lints now that they are enabled globally. by Andrew Walbran · 2 years ago
- 17e2032 Merge changes Iae7130f2,Ibe6629a2,If39f46d9 by Treehugger Robot · 2 years, 1 month ago
- e0bc174 Android.bp: Remove apex_avaiable from guest libs by Pierre-Clément Tosi · 2 years, 1 month ago
- 4894b43 Android.bp: Clean up vmbase_*_defaults by Pierre-Clément Tosi · 2 years, 1 month ago
- c332fae vmbase: Move heap.rs out of pvmfw by Pierre-Clément Tosi · 2 years, 2 months ago
- f44f160 The psci crate was renamed to smccc. Use the new version. by Andrew Walbran · 2 years, 2 months ago
- 4dd2093 [pvmfw] Move dirty state management control util to vmbase by Alice Wang · 2 years, 2 months ago
- 9c1c818 pvmfw: remove the dependency on clang path by Jiyong Park · 2 years, 3 months ago
- 4c1edbe pvmfw: Manage dirty state in hardware if possible by Jakob Vukalovic · 2 years, 4 months ago
- 8ba2eb4 Update clang to r487747c by Yi Kong · 2 years, 3 months ago
- d1ee63e Add Ciborium to pvmfw by Alan Stokes · 2 years, 4 months ago
- b4dc93b Merge "Require unsafe blocks in unsafe functions" by Treehugger Robot · 2 years, 4 months ago
- a0e4296 Require unsafe blocks in unsafe functions by Alan Stokes · 2 years, 4 months ago
- 85a00d7 pvmfw: Move MemoryTracker to a global variable by Jakob Vukalovic · 2 years, 4 months ago
- 9afab67 Use new psci::smccc error handling rather than smccc library. by Andrew Walbran · 2 years, 4 months ago
- c5d2ef2 pvmfw: sanitize bootargs by Jiyong Park · 2 years, 4 months ago
- 0bdc3f6 [pvmfw] Extract a library to support various hypervisor backends by Alice Wang · 2 years, 5 months ago
- 0c21f81 [pvmfw] Extract smccc into a separate library for reuse by Alice Wang · 2 years, 4 months ago
- 2333f5a Merge "[pvmfw][microdroid] Make empty_file filegroup for reuse" by Treehugger Robot · 2 years, 4 months ago
- 1c7e0eb [pvmfw][microdroid] Make empty_file filegroup for reuse by Alice Wang · 2 years, 4 months ago
- a516a61 [pvmfw] Use smccc::hvc64 from crate psci in pvmfw by Alice Wang · 2 years, 4 months ago
- 831b08b Disable native_coverage for pvmfw binary by Nikita Ioffe · 2 years, 5 months ago
- 216793e Embed the compiled template DT into pvmfw by Jiyong Park · 2 years, 6 months ago
- 90cd4f1 pvmfw: Encrypt instance.img entries by Pierre-Clément Tosi · 2 years, 6 months ago
- 1cc5eb7 pvmfw: Support instance.img for storing DICE salt by Pierre-Clément Tosi · 2 years, 6 months ago
- 843d831 [dice] Use libdice_open_dice_nostd for DICE functions in pvmfw by Alice Wang · 2 years, 6 months ago
- 2cf6f39 Add debug policy tests for ramdump by Jaewan Kim · 2 years, 6 months ago
- cb9d2f9 [dice] Move hash function to the library libdiced_open_dice by Alice Wang · 2 years, 6 months ago
- b398fc8 Validate that PCI MMIO regions are within the expected range. by Andrew Walbran · 2 years, 7 months ago
- 2d65298 pvmfw: Integrate verify_payload by Pierre-Clément Tosi · 2 years, 7 months ago
- a78279c [avb] Verify kernel integrity against the trusted key by Alice Wang · 2 years, 8 months ago
- a30122f Merge "Add new library to share FDT/PCI/VirtIO code." by Treehugger Robot · 2 years, 7 months ago
- 730375d Add new library to share FDT/PCI/VirtIO code. by Andrew Walbran · 2 years, 8 months ago
- cb3abe6 Merge changes from topic "pvmfw_symbol" by Jiyong Park · 2 years, 8 months ago
- f3d96b1 [avb] Add library libpvmfw_avb_nostd and test it in presubmit by Alice Wang · 2 years, 8 months ago
- 17b8d75 Expose the pvmfw module to the Make world by Jiyong Park · 2 years, 8 months ago
- 9c19c47 pvmfw is not for virt apex by Jiyong Park · 2 years, 8 months ago
- 30a6c34 Merge "pvmfw: Zeroize BCC before jumping to payload" by Pierre-Clément Tosi · 2 years, 8 months ago
- 8383c54 pvmfw: Zeroize BCC before jumping to payload by Pierre-Clément Tosi · 2 years, 9 months ago
- d1d0318 Allocate BARs for all VirtIO PCI devices. by Andrew Walbran · 2 years, 8 months ago
- 50939ad libvmbase: Make ARM routines whole_static by Pierre-Clément Tosi · 2 years, 8 months ago
- 8edf72e pvmfw: Validate input BCC handover by Pierre-Clément Tosi · 2 years, 8 months ago
- 28cbcf1 [avb] Define rust API for image verification and connect pvmfw by Alice Wang · 2 years, 8 months ago
- 328dfb6 pvmfw: Use tinyvec::ArrayVec in MemoryTracker by Pierre-Clément Tosi · 2 years, 9 months ago
- a0934c1 pvmfw: Add MemoryTracker & MemorySlices by Pierre-Clément Tosi · 2 years, 9 months ago
- a8a4a20 pvmfw: Support managing page tables dynamically by Pierre-Clément Tosi · 2 years, 9 months ago
- e8726e4 pvmfw: Expect an appended BCC by Pierre-Clément Tosi · 2 years, 10 months ago
- fc53115 pvmfw: Integrate buddy_system_allocator by Pierre-Clément Tosi · 2 years, 10 months ago
- 4ef7522 pvmfw: Use pvmfw_embedded_key from Rust by Pierre-Clément Tosi · 2 years, 10 months ago
- 6ec2ae2 pvmfw: Introduce pvmfw_embedded_key by Pierre-Clément Tosi · 2 years, 10 months ago
- 645e90e pvmfw: Implement jump_to_payload with asm!() by Pierre-Clément Tosi · 2 years, 10 months ago
- 37105a6 pvmfw: Use vmbase::logger and the log API by Pierre-Clément Tosi · 2 years, 10 months ago
- b5771c0 pvmfw.img: Generate an AVB-signed image by Pierre-Clément Tosi · 3 years ago
- ac216b5 pvmfw: Generate pvmfw.img by David Brazdil · 3 years, 4 months ago
- b130035 vmbase: Keep base target names for ELF not bin by Pierre-Clément Tosi · 2 years, 11 months ago
- a70d991 Merge "Jump to payload." by Andrew Walbran · 3 years ago
- 30a7f08 vmbase/pvmfw: Extract common build properties to defaults by David Brazdil · 3 years, 1 month ago
- 9575319 vmbase/pvmfw: Remove unnecessary 'stem' properties by David Brazdil · 3 years, 1 month ago
- a5b7af5 Split out common part of linker script. by Andrew Walbran · 3 years, 1 month ago
- 5db3235 Jump to payload. by Andrew Walbran · 3 years, 3 months ago
- dabcfd4 pvmfw binary should not be installable. by Andrew Walbran · 3 years, 4 months ago
- efe7e14 Merge "Move entry point and exception vector to library." by Treehugger Robot · 3 years, 3 months ago
- f71e6ee Move entry point and exception vector to library. by Andrew Walbran · 3 years, 4 months ago