1. 2116f5d Remove unnecessary feature declarations by Chris Wailes · 2 years, 4 months ago
  2. 8331612 Call the DT sanitize routine ealier by Jiyong Park · 2 years, 5 months ago
  3. 00ceff3 pvmfw: parse and validate incoming device tree by Jiyong Park · 2 years, 5 months ago
  4. 4ce55c0 pvmfw: Refactor pKVM HVCs by Pierre-Clément Tosi · 2 years, 5 months ago
  5. b2d8aa7 pvmfw: Set /chosen/avf,strict-boot for next stage by Pierre-Clément Tosi · 2 years, 6 months ago
  6. 90cd4f1 pvmfw: Encrypt instance.img entries by Pierre-Clément Tosi · 2 years, 6 months ago
  7. 1cc5eb7 pvmfw: Support instance.img for storing DICE salt by Pierre-Clément Tosi · 2 years, 6 months ago
  8. 4ba7966 pvmfw: refactor: Generalize BCC DT node creation by Pierre-Clément Tosi · 2 years, 6 months ago
  9. 8036b4f pvmfw: Use Fdt::as_ptr() during logging by Pierre-Clément Tosi · 2 years, 6 months ago
  10. 843d831 [dice] Use libdice_open_dice_nostd for DICE functions in pvmfw by Alice Wang · 2 years, 6 months ago
  11. f58f3a3 pvmfw: refactor: Expose DICE inputs to main() by Pierre-Clément Tosi · 2 years, 6 months ago
  12. 063d970 Merge "[avb] Collect kernel/initrd digests when verification succeeds" by Alice Wang · 2 years, 6 months ago
  13. 3c15314 Merge "Disable ramdump with debug policy" by Treehugger Robot · 2 years, 6 months ago
  14. 1f0add0 [avb] Collect kernel/initrd digests when verification succeeds by Alice Wang · 2 years, 7 months ago
  15. ba8929b Disable ramdump with debug policy by Jaewan Kim · 2 years, 7 months ago
  16. 0aa3032 [pvmfw][avb] Clean up empty avb module in pvmfw by Alice Wang · 2 years, 6 months ago
  17. b398fc8 Validate that PCI MMIO regions are within the expected range. by Andrew Walbran · 2 years, 7 months ago
  18. 7526962 Fix warnings from Rust 1.65.0 by Chris Wailes · 2 years, 8 months ago
  19. 593ee2c Merge "Try reading block device. Share queues and buffers with host." by Andrew Walbran · 2 years, 7 months ago
  20. 848decf Try reading block device. Share queues and buffers with host. by Andrew Walbran · 2 years, 8 months ago
  21. abd2d83 Merge changes from topic "pvmfw-libc-bssl" by Treehugger Robot · 2 years, 7 months ago
  22. db74cb1 pvmfw: Pass BCC to next stage through DT by Pierre-Clément Tosi · 2 years, 8 months ago
  23. 4f4f5eb pvmfw: Perform DICE derivation by Pierre-Clément Tosi · 2 years, 8 months ago
  24. 6b486f1 [avb][pvmfw] Verify payload with only kernel and no initrd by Alice Wang · 2 years, 7 months ago
  25. 2d65298 pvmfw: Integrate verify_payload by Pierre-Clément Tosi · 2 years, 7 months ago
  26. a78279c [avb] Verify kernel integrity against the trusted key by Alice Wang · 2 years, 8 months ago
  27. a30122f Merge "Add new library to share FDT/PCI/VirtIO code." by Treehugger Robot · 2 years, 7 months ago
  28. 5f341b3 Merge "No need to allocate PCI BARs after all." by Treehugger Robot · 2 years, 7 months ago
  29. 730375d Add new library to share FDT/PCI/VirtIO code. by Andrew Walbran · 2 years, 8 months ago
  30. 0a8dac7 No need to allocate PCI BARs after all. by Andrew Walbran · 2 years, 8 months ago
  31. 146bfc1 Merge "[avb] Add library libpvmfw_avb_nostd and test it in presubmit" by Alice Wang · 2 years, 8 months ago
  32. ba47d1d Move HVC constants and wrappers to new module. by Andrew Walbran · 2 years, 8 months ago
  33. f3d96b1 [avb] Add library libpvmfw_avb_nostd and test it in presubmit by Alice Wang · 2 years, 8 months ago
  34. d1d0318 Allocate BARs for all VirtIO PCI devices. by Andrew Walbran · 2 years, 8 months ago
  35. 20982f7 [avb] Rename the avb nostd crate name as avb by Alice Wang · 2 years, 8 months ago
  36. f1646e9 Merge "Map PCI (BAR) MMIO range too." by Treehugger Robot · 2 years, 8 months ago
  37. 0d8b54d Map PCI (BAR) MMIO range too. by Andrew Walbran · 2 years, 8 months ago
  38. 8edf72e pvmfw: Validate input BCC handover by Pierre-Clément Tosi · 2 years, 8 months ago
  39. 1969063 Map PCI CAM MMIO region and register pages with the MMIO guard. by Andrew Walbran · 2 years, 8 months ago
  40. 4379c83 [pvmfw][test] Test the pvmfw success scenario with valid image by Alice Wang · 2 years, 8 months ago
  41. 0a688d2 [pvmfw] Use RebootReason in pvmfw::main by Alice Wang · 2 years, 8 months ago
  42. 28cbcf1 [avb] Define rust API for image verification and connect pvmfw by Alice Wang · 2 years, 8 months ago
  43. 20b6096 pvmfw: Add support for appended configuration data by Pierre-Clément Tosi · 2 years, 10 months ago
  44. a0934c1 pvmfw: Add MemoryTracker & MemorySlices by Pierre-Clément Tosi · 2 years, 9 months ago
  45. a8a4a20 pvmfw: Support managing page tables dynamically by Pierre-Clément Tosi · 2 years, 9 months ago
  46. e8726e4 pvmfw: Expect an appended BCC by Pierre-Clément Tosi · 2 years, 10 months ago
  47. fc53115 pvmfw: Integrate buddy_system_allocator by Pierre-Clément Tosi · 2 years, 10 months ago
  48. 4ef7522 pvmfw: Use pvmfw_embedded_key from Rust by Pierre-Clément Tosi · 2 years, 10 months ago
  49. 645e90e pvmfw: Implement jump_to_payload with asm!() by Pierre-Clément Tosi · 2 years, 10 months ago
  50. 072969b pvmfw: Refactor MMIO_GUARD initialization by Pierre-Clément Tosi · 2 years, 10 months ago
  51. 5bbfca5 pvmfw: entry: Introduce start() & main_wrapper() by Pierre-Clément Tosi · 2 years, 10 months ago
  52. dafcc8a Merge "pvmfw: Use vmbase::logger and the log API" by Treehugger Robot · 2 years, 10 months ago
  53. 37105a6 pvmfw: Use vmbase::logger and the log API by Pierre-Clément Tosi · 2 years, 10 months ago
  54. 446136e pvmfw: helpers: Represent addresses as usize by Pierre-Clément Tosi · 2 years, 10 months ago
  55. da4440a pvmfw: Issue MMIO_GUARD_MAP for UART by Pierre-Clément Tosi · 3 years ago
  56. 263ffd5 pvmfw: Add top-level Error reporting by Pierre-Clément Tosi · 2 years, 10 months ago
  57. 5db3235 Jump to payload. by Andrew Walbran · 3 years, 3 months ago
  58. f17c651 Format entry register values as 64-bit hex. by Andrew Walbran · 3 years, 1 month ago
  59. e03395a Pass x0-x3 boot values to Rust main function. by Andrew Walbran · 3 years, 3 months ago
  60. b996b4a Wrap main function, to set up console before and shutdown after. by Andrew Walbran · 3 years, 4 months ago
  61. dd74b90 Move common VM functionality into a library. by Andrew Walbran · 3 years, 4 months ago
  62. 115b8e9 Use psci crate for PSCI calls. by Andrew Walbran · 3 years, 4 months ago
  63. dfb7337 Revert "Revert "Handle exceptions."" by Andrew Walbran · 3 years, 4 months ago
  64. 8133458 Revert "Handle exceptions." by Wei-chung Hsu · 3 years, 4 months ago
  65. 55fb474 Handle exceptions. by Andrew Walbran · 3 years, 5 months ago
  66. c1bcb3c Add print macros, and use them for panic handling. by Andrew Walbran · 3 years, 4 months ago
  67. f259488 Add minimal UART driver for console. by Andrew Walbran · 3 years, 5 months ago
  68. 68a8c16 Start on pVM firmware in Rust. by Andrew Walbran · 3 years, 5 months ago