1. 593ee2c Merge "Try reading block device. Share queues and buffers with host." by Andrew Walbran · 3 years, 3 months ago
  2. 848decf Try reading block device. Share queues and buffers with host. by Andrew Walbran · 3 years, 4 months ago
  3. 6dae4cb Merge changes If575a1fe,I929cb995 by Treehugger Robot · 3 years, 3 months ago
  4. b98aa6e Merge "[avb][test] Move pvmfw_avb tests to a separate module" by Treehugger Robot · 3 years, 3 months ago
  5. 7b08a49 Merge "[avb] Refactor writing value to pointer with write()" by Treehugger Robot · 3 years, 3 months ago
  6. 58dac08 [avb][test] Add verification tests to check tampered vbmeta by Alice Wang · 3 years, 3 months ago
  7. 4e55dd9 [avb] Test latest debug initrd passes the payload verification by Alice Wang · 3 years, 3 months ago
  8. bf7fadd [avb][test] Move pvmfw_avb tests to a separate module by Alice Wang · 3 years, 3 months ago
  9. fd21766 [avb] Refactor writing value to pointer with write() by Alice Wang · 3 years, 3 months ago
  10. 60ebaf2 [avb] Remove redundant unsafe for get_preloaded_partition by Alice Wang · 3 years, 3 months ago
  11. abd2d83 Merge changes from topic "pvmfw-libc-bssl" by Treehugger Robot · 3 years, 3 months ago
  12. db74cb1 pvmfw: Pass BCC to next stage through DT by Pierre-Clément Tosi · 3 years, 4 months ago
  13. 4f4f5eb pvmfw: Perform DICE derivation by Pierre-Clément Tosi · 3 years, 4 months ago
  14. a2ccea9 Merge "[avb] Refactor the error thrown by payload verification API" by Alice Wang · 3 years, 3 months ago
  15. 8aa3cb1 [microdroid] Rename the partition name of microdroid_kernel to boot by Alice Wang · 3 years, 3 months ago
  16. 951de3a [avb] Add PartitionName to facilitate partition name conversion by Alice Wang · 3 years, 3 months ago
  17. f0fe705 [avb] Refactor as_avbops_ref() to as_ref() for reuse by Alice Wang · 3 years, 3 months ago
  18. 45d98fa [avb] Refactor the error thrown by payload verification API by Alice Wang · 3 years, 3 months ago
  19. 6b486f1 [avb][pvmfw] Verify payload with only kernel and no initrd by Alice Wang · 3 years, 3 months ago
  20. 02adf07 Merge changes I89908434,I9e77925f by Treehugger Robot · 3 years, 3 months ago
  21. 563663d [avb][pvmfw] Implement get_preloaded_partition to load partition by Alice Wang · 3 years, 3 months ago
  22. 2d65298 pvmfw: Integrate verify_payload by Pierre-Clément Tosi · 3 years, 3 months ago
  23. 5d786d3 Merge "Update for version 0.2.0 of virtio-drivers crate." by Treehugger Robot · 3 years, 3 months ago
  24. 336d0cb Update for version 0.2.0 of virtio-drivers crate. by Andrew Walbran · 3 years, 3 months ago
  25. 2af2fac [avb][test] Test tampered kernel footer fails verification by Alice Wang · 3 years, 3 months ago
  26. b4e82a9 Merge changes I800fc26a,Ie85b45ad by Treehugger Robot · 3 years, 3 months ago
  27. a78279c [avb] Verify kernel integrity against the trusted key by Alice Wang · 3 years, 4 months ago
  28. a30122f Merge "Add new library to share FDT/PCI/VirtIO code." by Treehugger Robot · 3 years, 3 months ago
  29. 54e71d0 pvmfw: heap: Implement malloc() and free() by Pierre-Clément Tosi · 3 years, 4 months ago
  30. 5f341b3 Merge "No need to allocate PCI BARs after all." by Treehugger Robot · 3 years, 3 months ago
  31. b1d762a Merge "Add wrappers for memory sharing HVCs." by Treehugger Robot · 3 years, 4 months ago
  32. 730375d Add new library to share FDT/PCI/VirtIO code. by Andrew Walbran · 3 years, 4 months ago
  33. 0a8dac7 No need to allocate PCI BARs after all. by Andrew Walbran · 3 years, 4 months ago
  34. c343420 Merge "pvmfw: README: Document config data format" by Treehugger Robot · 3 years, 4 months ago
  35. ab40328 pvmfw: README: Document config data format by Pierre-Clément Tosi · 3 years, 4 months ago
  36. 43592a4 pvmfw: config: Document Header fields by Pierre-Clément Tosi · 3 years, 4 months ago
  37. cb3abe6 Merge changes from topic "pvmfw_symbol" by Jiyong Park · 3 years, 4 months ago
  38. 146bfc1 Merge "[avb] Add library libpvmfw_avb_nostd and test it in presubmit" by Alice Wang · 3 years, 4 months ago
  39. baafd52 Merge "Move HVC constants and wrappers to new module." by Treehugger Robot · 3 years, 4 months ago
  40. 41ebe93 Add wrappers for memory sharing HVCs. by Andrew Walbran · 3 years, 4 months ago
  41. ba47d1d Move HVC constants and wrappers to new module. by Andrew Walbran · 3 years, 4 months ago
  42. f3d96b1 [avb] Add library libpvmfw_avb_nostd and test it in presubmit by Alice Wang · 3 years, 4 months ago
  43. 17b8d75 Expose the pvmfw module to the Make world by Jiyong Park · 3 years, 4 months ago
  44. 9c19c47 pvmfw is not for virt apex by Jiyong Park · 3 years, 4 months ago
  45. 30a6c34 Merge "pvmfw: Zeroize BCC before jumping to payload" by Pierre-Clément Tosi · 3 years, 4 months ago
  46. 706a10c pvmfw: config: Tolerate invalid zero-sized entries by Pierre-Clément Tosi · 3 years, 4 months ago
  47. 292e099 pvmfw: config: Clarify error logs during parsing by Pierre-Clément Tosi · 3 years, 4 months ago
  48. 71d7d5b pvmfw: config: Refactor entry tracking by Pierre-Clément Tosi · 3 years, 4 months ago
  49. 8383c54 pvmfw: Zeroize BCC before jumping to payload by Pierre-Clément Tosi · 3 years, 5 months ago
  50. d1d0318 Allocate BARs for all VirtIO PCI devices. by Andrew Walbran · 3 years, 4 months ago
  51. 3eb6b81 Merge "pvmfw: Don't treat invalid config as legacy BCC" by Treehugger Robot · 3 years, 4 months ago
  52. 7aca7ff pvmfw: Don't treat invalid config as legacy BCC by Pierre-Clément Tosi · 3 years, 4 months ago
  53. 20982f7 [avb] Rename the avb nostd crate name as avb by Alice Wang · 3 years, 4 months ago
  54. f1646e9 Merge "Map PCI (BAR) MMIO range too." by Treehugger Robot · 3 years, 4 months ago
  55. 0d8b54d Map PCI (BAR) MMIO range too. by Andrew Walbran · 3 years, 4 months ago
  56. 50939ad libvmbase: Make ARM routines whole_static by Pierre-Clément Tosi · 3 years, 4 months ago
  57. 8edf72e pvmfw: Validate input BCC handover by Pierre-Clément Tosi · 3 years, 4 months ago
  58. 1969063 Map PCI CAM MMIO region and register pages with the MMIO guard. by Andrew Walbran · 3 years, 4 months ago
  59. da65ab1 Check regions before mapping them. by Andrew Walbran · 3 years, 4 months ago
  60. 2dd64b3 Merge "[pvmfw][test] Test the pvmfw success scenario with valid image" by Alice Wang · 3 years, 4 months ago
  61. 9c124fa Merge "pvmfw: Receive payload location from DT" by Pierre-Clément Tosi · 3 years, 4 months ago
  62. 4379c83 [pvmfw][test] Test the pvmfw success scenario with valid image by Alice Wang · 3 years, 4 months ago
  63. cafb9b9 Merge "[pvmfw] Use RebootReason in pvmfw::main" by Treehugger Robot · 3 years, 4 months ago
  64. 02bc050 Merge "pvmfw: Document needing to report the reboot reason" by Treehugger Robot · 3 years, 4 months ago
  65. 0a688d2 [pvmfw] Use RebootReason in pvmfw::main by Alice Wang · 3 years, 4 months ago
  66. d836b5b pvmfw: Document needing to report the reboot reason by Pierre-Clément Tosi · 3 years, 4 months ago
  67. 28cbcf1 [avb] Define rust API for image verification and connect pvmfw by Alice Wang · 3 years, 4 months ago
  68. 277c0f1 Merge "pvmfw: Document asm! & use u64 for SCTLR fields" by Treehugger Robot · 3 years, 4 months ago
  69. c3811b8 pvmfw: Receive payload location from DT by Pierre-Clément Tosi · 3 years, 4 months ago
  70. 2ca2e31 pvmfw: Clarify documentation of flush_region() by Pierre-Clément Tosi · 3 years, 4 months ago
  71. 328dfb6 pvmfw: Use tinyvec::ArrayVec in MemoryTracker by Pierre-Clément Tosi · 3 years, 5 months ago
  72. 20b6096 pvmfw: Add support for appended configuration data by Pierre-Clément Tosi · 3 years, 6 months ago
  73. a0934c1 pvmfw: Add MemoryTracker & MemorySlices by Pierre-Clément Tosi · 3 years, 5 months ago
  74. a8a4a20 pvmfw: Support managing page tables dynamically by Pierre-Clément Tosi · 3 years, 5 months ago
  75. e8726e4 pvmfw: Expect an appended BCC by Pierre-Clément Tosi · 3 years, 6 months ago
  76. 6c0d48b pvmfw: Document asm! & use u64 for SCTLR fields by Pierre-Clément Tosi · 3 years, 5 months ago
  77. fc53115 pvmfw: Integrate buddy_system_allocator by Pierre-Clément Tosi · 3 years, 6 months ago
  78. a1d3ea3 pvmfw: helpers: Introduce SIZE_2MB by Pierre-Clément Tosi · 3 years, 5 months ago
  79. 4ef7522 pvmfw: Use pvmfw_embedded_key from Rust by Pierre-Clément Tosi · 3 years, 6 months ago
  80. 6ec2ae2 pvmfw: Introduce pvmfw_embedded_key by Pierre-Clément Tosi · 3 years, 6 months ago
  81. df66498 pvmfw: Hack MMIO_GUARD_MAP to expect i32 by Pierre-Clément Tosi · 3 years, 6 months ago
  82. f9c6a9b pvmfw: Hack MMIO_GUARD_UNMAP to expect NOT_SUPPORTED by Pierre-Clément Tosi · 3 years, 6 months ago
  83. a99bfa6 pvmfw: Issue MMIO_GUARD_UNMAP for UART by Pierre-Clément Tosi · 3 years, 6 months ago
  84. c522ec7 Merge changes Id552d6dc,I417e197f by Treehugger Robot · 3 years, 6 months ago
  85. b579eee pvmfw: Issue MMIO_GUARD_ENROLL before UART setup by Pierre-Clément Tosi · 3 years, 6 months ago
  86. 6c4c4f7 pvmfw: smccc: Move MMIO_GUARD HVCs to mmio_guard by Pierre-Clément Tosi · 3 years, 6 months ago
  87. 645e90e pvmfw: Implement jump_to_payload with asm!() by Pierre-Clément Tosi · 3 years, 6 months ago
  88. 072969b pvmfw: Refactor MMIO_GUARD initialization by Pierre-Clément Tosi · 3 years, 6 months ago
  89. dbd7286 pvmfw: entry: Reduce minimum logging level to Info by Pierre-Clément Tosi · 3 years, 6 months ago
  90. 5bbfca5 pvmfw: entry: Introduce start() & main_wrapper() by Pierre-Clément Tosi · 3 years, 6 months ago
  91. dafcc8a Merge "pvmfw: Use vmbase::logger and the log API" by Treehugger Robot · 3 years, 6 months ago
  92. ced701f Merge "pvmfw: smccc: Print error codes in hex format" by Treehugger Robot · 3 years, 6 months ago
  93. 37105a6 pvmfw: Use vmbase::logger and the log API by Pierre-Clément Tosi · 3 years, 6 months ago
  94. 4cd3f0d pvmfw: smccc: Print error codes in hex format by Pierre-Clément Tosi · 3 years, 6 months ago
  95. 8cb2317 pvmfw: smccc: Introduce smccc::Result<> by Pierre-Clément Tosi · 3 years, 6 months ago
  96. f0f9b8b pvmfw: helpers: Export SIZE_4KB by Pierre-Clément Tosi · 3 years, 6 months ago
  97. 446136e pvmfw: helpers: Represent addresses as usize by Pierre-Clément Tosi · 3 years, 6 months ago
  98. b7e013a Merge "pvmfw: Delete U-Boot-based pvmfw.img prebuilt" by Pierre-Clément Tosi · 3 years, 6 months ago
  99. 6e9a0bc Merge "pvmfw.img: Generate an AVB-signed image" by Pierre-Clément Tosi · 3 years, 6 months ago
  100. da4440a pvmfw: Issue MMIO_GUARD_MAP for UART by Pierre-Clément Tosi · 3 years, 8 months ago