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