- bd1684f Merge "Address comments from previous commit" by Jaewan Kim · 2 years, 5 months ago
- b2d8aa7 pvmfw: Set /chosen/avf,strict-boot for next stage by Pierre-Clément Tosi · 2 years, 6 months ago
- efe780c pvmfw: refactor: Regroup config data slicing by Pierre-Clément Tosi · 2 years, 6 months ago
- faa5ad2 Merge changes from topics "pvmfw-encrypt-instance-img", "pvmfw-plain-instance-img" by Pierre-Clément Tosi · 2 years, 6 months ago
- 66f062e Address comments from previous commit by Jaewan Kim · 2 years, 6 months ago
- a59103d pvmfw: Obtain entropy through the SMCCC TRNG by Pierre-Clément Tosi · 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
- 4ba7966 pvmfw: refactor: Generalize BCC DT node creation by Pierre-Clément Tosi · 2 years, 6 months ago
- c03f661 Enable microdroid console output with debug level or debug policy by Jaewan Kim · 2 years, 6 months ago
- bbc50f6 Merge "Revert "Revert "pvmfw: Remove allow(dead_code) on get_debug_policy""" by Sean.JS Tsai · 2 years, 6 months ago
- de0af22 Revert "Revert "pvmfw: Remove allow(dead_code) on get_debug_policy"" by Sean.JS Tsai · 2 years, 6 months ago
- de4ed50 Merge "Revert "pvmfw: Remove allow(dead_code) on get_debug_policy"" by Sean.JS Tsai · 2 years, 6 months ago
- cb3b00e Revert "pvmfw: Remove allow(dead_code) on get_debug_policy" by Sean.JS Tsai · 2 years, 6 months ago
- b719e70 Merge "pvmfw: Remove allow(dead_code) on get_debug_policy" by Treehugger Robot · 2 years, 6 months ago
- 3a81f3b Merge "pvmfw: Make use of Rust 1.65 let-else" by Treehugger Robot · 2 years, 6 months ago
- 563b79d Merge "pvmfw: Tag TODO with corresponding bug" by Treehugger Robot · 2 years, 6 months ago
- ebb3760 pvmfw: Make use of Rust 1.65 let-else by Pierre-Clément Tosi · 2 years, 6 months ago
- ba5f5e7 pvmfw: Remove allow(dead_code) on get_debug_policy by Pierre-Clément Tosi · 2 years, 6 months ago
- 8036b4f pvmfw: Use Fdt::as_ptr() during logging by Pierre-Clément Tosi · 2 years, 6 months ago
- 73c2d64 pvmfw: Tag TODO with corresponding bug 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
- f58f3a3 pvmfw: refactor: Expose DICE inputs to main() by Pierre-Clément Tosi · 2 years, 6 months ago
- e8ec039 pvmfw: virtio: Introduce VirtIOBlkIterator by Pierre-Clément Tosi · 2 years, 7 months ago
- bec8466 pvmfw: Clear cache lines in DiceClearMemory by Pierre-Clément Tosi · 2 years, 7 months ago
- cb9d2f9 [dice] Move hash function to the library libdiced_open_dice by Alice Wang · 2 years, 6 months ago
- 54511fd [dice] Move format_condig_descriptor to diced_open_dice by Alice Wang · 2 years, 6 months ago
- a777366 [dice] Use dice::InputValues instead of InputValuesOwned by Alice Wang · 2 years, 6 months ago
- 5aeed33 [dice] Use libdiced_open_dice_nostd for dice input and config by Alice Wang · 2 years, 6 months ago
- bb19b30 Merge "pvmfw: Boot the verified kernel instead of x1" by Treehugger Robot · 2 years, 6 months ago
- b8e7cec pvmfw: Boot the verified kernel instead of x1 by Pierre-Clément Tosi · 2 years, 6 months ago
- 3122613 [dice] Remove unnecessary conversion for DiceMode by Alice Wang · 2 years, 6 months ago
- 063d970 Merge "[avb] Collect kernel/initrd digests when verification succeeds" by Alice Wang · 2 years, 6 months ago
- 3c15314 Merge "Disable ramdump with debug policy" by Treehugger Robot · 2 years, 6 months ago
- 1f0add0 [avb] Collect kernel/initrd digests when verification succeeds by Alice Wang · 2 years, 7 months ago
- ba8929b Disable ramdump with debug policy by Jaewan Kim · 2 years, 7 months ago
- 39ee8bf Merge "[refactoring] Use #[default] attribute to create enum default" by Alice Wang · 2 years, 6 months ago
- 815461f [refactoring] Use #[default] attribute to create enum default by Alice Wang · 2 years, 6 months ago
- 0aa3032 [pvmfw][avb] Clean up empty avb module in pvmfw 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
- e90e6eb Merge "Updates for new version of virtio-drivers." by Treehugger Robot · 2 years, 7 months ago
- 25e96e6 Merge "Add constant for heap size." by Treehugger Robot · 2 years, 7 months ago
- 739c9e6 Add constant for heap size. by Andrew Walbran · 2 years, 7 months ago
- 272bd7a Updates for new version of virtio-drivers. by Andrew Walbran · 2 years, 7 months ago
- a07b25d Merge "Fix warnings from Rust 1.65.0" by Chris Wailes · 2 years, 7 months ago
- fba324a Merge "pvmfw: Apply debug policy from config to VM FDT" by Treehugger Robot · 2 years, 7 months ago
- 7526962 Fix warnings from Rust 1.65.0 by Chris Wailes · 2 years, 8 months ago
- 90e1935 pvmfw: Apply debug policy from config to VM FDT by Pierre-Clément Tosi · 2 years, 9 months ago
- 593ee2c Merge "Try reading block device. Share queues and buffers with host." by Andrew Walbran · 2 years, 7 months ago
- 848decf Try reading block device. Share queues and buffers with host. by Andrew Walbran · 2 years, 8 months ago
- abd2d83 Merge changes from topic "pvmfw-libc-bssl" by Treehugger Robot · 2 years, 7 months ago
- db74cb1 pvmfw: Pass BCC to next stage through DT by Pierre-Clément Tosi · 2 years, 8 months ago
- 4f4f5eb pvmfw: Perform DICE derivation by Pierre-Clément Tosi · 2 years, 8 months ago
- 6b486f1 [avb][pvmfw] Verify payload with only kernel and no initrd by Alice Wang · 2 years, 7 months ago
- 2d65298 pvmfw: Integrate verify_payload by Pierre-Clément Tosi · 2 years, 7 months ago
- 336d0cb Update for version 0.2.0 of virtio-drivers crate. by Andrew Walbran · 2 years, 7 months ago
- b4e82a9 Merge changes I800fc26a,Ie85b45ad by Treehugger Robot · 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
- 54e71d0 pvmfw: heap: Implement malloc() and free() by Pierre-Clément Tosi · 2 years, 8 months ago
- 5f341b3 Merge "No need to allocate PCI BARs after all." by Treehugger Robot · 2 years, 7 months ago
- b1d762a Merge "Add wrappers for memory sharing HVCs." by Treehugger Robot · 2 years, 8 months ago
- 730375d Add new library to share FDT/PCI/VirtIO code. by Andrew Walbran · 2 years, 8 months ago
- 0a8dac7 No need to allocate PCI BARs after all. by Andrew Walbran · 2 years, 8 months ago
- 43592a4 pvmfw: config: Document Header fields by Pierre-Clément Tosi · 2 years, 8 months ago
- 146bfc1 Merge "[avb] Add library libpvmfw_avb_nostd and test it in presubmit" by Alice Wang · 2 years, 8 months ago
- baafd52 Merge "Move HVC constants and wrappers to new module." by Treehugger Robot · 2 years, 8 months ago
- 41ebe93 Add wrappers for memory sharing HVCs. by Andrew Walbran · 2 years, 8 months ago
- ba47d1d Move HVC constants and wrappers to new module. by Andrew Walbran · 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
- 30a6c34 Merge "pvmfw: Zeroize BCC before jumping to payload" by Pierre-Clément Tosi · 2 years, 8 months ago
- 706a10c pvmfw: config: Tolerate invalid zero-sized entries by Pierre-Clément Tosi · 2 years, 8 months ago
- 292e099 pvmfw: config: Clarify error logs during parsing by Pierre-Clément Tosi · 2 years, 8 months ago
- 71d7d5b pvmfw: config: Refactor entry tracking 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
- 3eb6b81 Merge "pvmfw: Don't treat invalid config as legacy BCC" by Treehugger Robot · 2 years, 8 months ago
- 7aca7ff pvmfw: Don't treat invalid config as legacy BCC by Pierre-Clément Tosi · 2 years, 8 months ago
- 20982f7 [avb] Rename the avb nostd crate name as avb by Alice Wang · 2 years, 8 months ago
- f1646e9 Merge "Map PCI (BAR) MMIO range too." by Treehugger Robot · 2 years, 8 months ago
- 0d8b54d Map PCI (BAR) MMIO range too. by Andrew Walbran · 2 years, 8 months ago
- 8edf72e pvmfw: Validate input BCC handover by Pierre-Clément Tosi · 2 years, 8 months ago
- 1969063 Map PCI CAM MMIO region and register pages with the MMIO guard. by Andrew Walbran · 2 years, 8 months ago
- da65ab1 Check regions before mapping them. by Andrew Walbran · 2 years, 8 months ago
- 2dd64b3 Merge "[pvmfw][test] Test the pvmfw success scenario with valid image" by Alice Wang · 2 years, 8 months ago
- 9c124fa Merge "pvmfw: Receive payload location from DT" by Pierre-Clément Tosi · 2 years, 8 months ago
- 4379c83 [pvmfw][test] Test the pvmfw success scenario with valid image by Alice Wang · 2 years, 8 months ago
- cafb9b9 Merge "[pvmfw] Use RebootReason in pvmfw::main" by Treehugger Robot · 2 years, 8 months ago
- 02bc050 Merge "pvmfw: Document needing to report the reboot reason" by Treehugger Robot · 2 years, 8 months ago
- 0a688d2 [pvmfw] Use RebootReason in pvmfw::main by Alice Wang · 2 years, 8 months ago
- d836b5b pvmfw: Document needing to report the reboot reason 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
- 277c0f1 Merge "pvmfw: Document asm! & use u64 for SCTLR fields" by Treehugger Robot · 2 years, 8 months ago
- c3811b8 pvmfw: Receive payload location from DT by Pierre-Clément Tosi · 2 years, 8 months ago
- 2ca2e31 pvmfw: Clarify documentation of flush_region() by Pierre-Clément Tosi · 2 years, 8 months ago
- 328dfb6 pvmfw: Use tinyvec::ArrayVec in MemoryTracker by Pierre-Clément Tosi · 2 years, 9 months ago
- 20b6096 pvmfw: Add support for appended configuration data by Pierre-Clément Tosi · 2 years, 10 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