1. bcf0907 Update vboot_reference to resolve kernel munging issue by Nicholas Bishop · 1 year, 11 months ago main
  2. 1504959 libcrdy: Use explicit page allocation for big buffers by Nicholas Bishop · 1 year, 11 months ago
  3. ed1f112 Move workbuf and kernel allocations up to libcrdy by Nicholas Bishop · 1 year, 11 months ago
  4. 68027c6 Enable raw pointer checks in Miri by Nicholas Bishop · 1 year, 11 months ago
  5. 332d56f vboot: Move read/write code into the Disk impl by Nicholas Bishop · 1 year, 11 months ago
  6. cc32022 vboot: Add tests for VbExDiskRead/Write by Nicholas Bishop · 1 year, 11 months ago
  7. 1d80720 vboot: Remove impl of DiskIo for Disk struct by Nicholas Bishop · 1 year, 11 months ago
  8. 1524e8a Use NonZeroU64 for disk block size by Nicholas Bishop · 1 year, 11 months ago
  9. f430471 libcrdy: Add load_and_execute_kernel function by Nicholas Bishop · 1 year, 11 months ago
  10. 223cec9 Use BootServices::image_handle by Nicholas Bishop · 1 year, 11 months ago
  11. c70617d vboot: Improve vboot fwlib logging by Nicholas Bishop · 1 year, 11 months ago
  12. d7c2ef4 vboot: Update comment for choosing C target by Nicholas Bishop · 1 year, 11 months ago
  13. 83f2dbd Upgrade to latest uefi-rs releases by Nicholas Bishop · 1 year, 11 months ago
  14. 03779d6 xtask: Run clippy using a uefi target by Nicholas Bishop · 1 year, 11 months ago
  15. 016479b Upgrade to a newer nightly version by Nicholas Bishop · 1 year, 11 months ago
  16. 9825890 Use rust-toolchain.toml to set up the toolchain by Nicholas Bishop · 1 year, 11 months ago
  17. 39e94c7 vboot: Implement the stream read API by Nicholas Bishop · 1 year, 11 months ago
  18. 1ccefb7 Move vboot-return-code-string generation to xtask by Nicholas Bishop · 1 year, 11 months ago
  19. ad6feb0 Drop libflashrom-dev from readme by Nicholas Bishop · 1 year, 11 months ago
  20. 3c3fe04 xtask: Build futility without flashrom by Nicholas Bishop · 1 year, 11 months ago
  21. 37a5826 vboot: Cleanups in bindgen and build.rs by Nicholas Bishop · 1 year, 11 months ago
  22. e46db29 Update copyright headers to match the latest preferred style by Nicholas Bishop · 1 year, 11 months ago
  23. 268056d Update readme by Nicholas Bishop · 1 year, 11 months ago
  24. e7aed1c vboot: Use upstream vb2api_inject_kernel_subkey by Nicholas Bishop · 1 year, 11 months ago
  25. 7080f09 vboot: Rerun build.rs if the vboot submodule changes by Nicholas Bishop · 1 year, 11 months ago
  26. 62e9a78 xtask: Update gpt_disk_types dependency by Nicholas Bishop · 1 year, 11 months ago
  27. 8116e0e vboot: Clean up bridge library by Nicholas Bishop · 1 year, 11 months ago
  28. 29692a5 xtask: Remove unused base64 dependency by Nicholas Bishop · 1 year, 11 months ago
  29. b26a16d xtask: Drop fehler dependency by Nicholas Bishop · 1 year, 11 months ago
  30. 83bfa9b Update vboot_reference submodule to latest main by Nicholas Bishop · 1 year, 11 months ago
  31. a0d66a3 vboot: Simplify vboot_fw linking by Nicholas Bishop · 2 years ago
  32. b702b9d Add tbrandston to OWNERS by Nicholas Bishop · 2 years ago
  33. 159a52c vboot: Relax some more dependency version requirements by Nicholas Bishop · 2 years ago
  34. 1ad963d vboot: Avoid pulling in clap as a build-dependency by Nicholas Bishop · 2 years ago
  35. a2a3486 Use vboot dev keys for testing by Nicholas Bishop · 2 years ago
  36. 14ad615 xtask: Improve separation between vboot and secure boot keys by Nicholas Bishop · 2 years ago
  37. f1ca17e vboot: Split up vboot and secure boot key paths by Nicholas Bishop · 2 years ago
  38. 6e65c95 vboot: Respect the compiler set in CC by Nicholas Bishop · 2 years ago
  39. d9ca6c0 vboot: Drop build dependency on camino by Nicholas Bishop · 2 years ago
  40. 7de7748 xtask: Run tests with miri by Patrick Thompson · 2 years ago
  41. 346fe1f vboot: Upgrade to uguid 1.0 by Nicholas Bishop · 2 years ago
  42. 03c3a10 vboot: Fix snprintf tests by Nicholas Bishop · 2 years ago
  43. 22e983c libcrdy: Remove scroll dependency by Nicholas Bishop · 2 years ago
  44. 90f6d9a libcrdy: Replace goblin with object by Nicholas Bishop · 2 years ago
  45. 2ea7d08 libcrdy: Simplify the PE code by Nicholas Bishop · 2 years ago
  46. 6f88a21 libcrdy: Rename Error::KernelTooOld by Nicholas Bishop · 2 years ago
  47. f58eabe libcrdy: Improve safety of entry_point_from_offset by Nicholas Bishop · 2 years ago
  48. ffddfb4 libcrdy: Check for overflow in more places by Nicholas Bishop · 2 years ago
  49. 80ecb2f Relax log dependency to any 0.4 version by Nicholas Bishop · 2 years ago
  50. ce261f6 Update vboot bridge to latest by Nicholas Bishop · 2 years ago
  51. 6746393 Update vboot_reference submodule to latest by Nicholas Bishop · 2 years ago
  52. 2ef5df3 xtask: Fix vboot compilation with openssl3 by Nicholas Bishop · 2 years ago
  53. 4697242 readme: Describe image requirements for setup command by Nicholas Bishop · 2 years ago
  54. 4785304 xtask: Don't rerun setup when installing toolchain by Patrick Thompson · 2 years ago
  55. ef5169f vboot: Update vboot_reference submodule to latest by Nicholas Bishop · 2 years, 1 month ago
  56. 4a1aefa vboot: Build fwlib using vboot_reference's Makefile by Nicholas Bishop · 2 years, 1 month ago
  57. b3241b0 vboot: Refactor target code in build script by Nicholas Bishop · 2 years, 1 month ago
  58. 73126b5 vboot: Add stub for strcpy by Nicholas Bishop · 2 years, 1 month ago
  59. 7032a13 vboot: Add new entry point by Nicholas Bishop · 2 years, 1 month ago
  60. 5f62b1e vboot: Reduce dependence on vboot_reference internals by Nicholas Bishop · 2 years, 1 month ago
  61. bfd79f0 vboot: Implement snprintf by Nicholas Bishop · 2 years, 1 month ago
  62. 256c890 vboot: Add cty dependency to provide C type aliases by Nicholas Bishop · 2 years, 1 month ago
  63. bbc26a1 libcrdy/crdyboot: Update clippy lints by Nicholas Bishop · 2 years, 1 month ago
  64. 4c34df6 vboot: Update clippy lints by Nicholas Bishop · 2 years, 1 month ago
  65. e4419cb vboot: Use VB2_KERNEL_WORKBUF_RECOMMENDED_SIZE for workbuf size by Nicholas Bishop · 2 years, 1 month ago
  66. 98c4433 vboot: Add dependency on uguid by Nicholas Bishop · 2 years, 1 month ago
  67. 675e92d vboot: Move linux module to libcrdy by Nicholas Bishop · 2 years, 1 month ago
  68. 7777a08 vboot: Move PE code to libcrdy by Nicholas Bishop · 2 years, 1 month ago
  69. 1cfc8b9 crdyboot: Move most code to a new libcrdy package by Nicholas Bishop · 2 years, 1 month ago
  70. 07c4016 xtask: Rename crdyboot_tools package to xtask by Nicholas Bishop · 2 years, 1 month ago
  71. 0ff98e9 crdyboot: Fix scope of BootIO protocol by Nicholas Bishop · 2 years, 1 month ago
  72. c46ddb4 Drop sbat and sbat_gen crates by Nicholas Bishop · 2 years, 1 month ago
  73. 9449711 crdyboot: Revert to a hardcoded sbat file by Nicholas Bishop · 2 years, 1 month ago
  74. cf0c952 vboot: Simplify kernel buffer size checks by Nicholas Bishop · 2 years, 1 month ago
  75. 51c7b91 vboot: Fix return code parsing with clang 14 by Nicholas Bishop · 2 years, 2 months ago
  76. fed7f37 vboot: Add stub libc headers by Nicholas Bishop · 2 years, 2 months ago
  77. 50e4cc0 xtask: Update to shim 15.6 by Nicholas Bishop · 2 years, 2 months ago
  78. c3a2cfe xtask: Simplify more code with gpt_disk_types by Nicholas Bishop · 2 years, 2 months ago
  79. f8c10c1 xtask: Use gpt_disk_types to simplify gen_disk by Nicholas Bishop · 2 years, 2 months ago
  80. a21d927 Upgrade all deps by Nicholas Bishop · 2 years, 2 months ago
  81. b411fe6 xtask: Switch fatfs to using latest git revision by Nicholas Bishop · 2 years, 2 months ago
  82. 9c5f2c0 Update vboot_reference to a more recent commit by Nicholas Bishop · 2 years, 3 months ago
  83. f558609 xtask: Port gen.py to Rust by Nicholas Bishop · 2 years, 3 months ago
  84. 1edf386 xtask: Add KeyPaths::create_dir by Nicholas Bishop · 2 years, 3 months ago
  85. 3de3faf xtask: Add automatic setup re-run by Nicholas Bishop · 2 years, 3 months ago
  86. b50aab7 xtask: Check dependencies with cargo deny by Nicholas Bishop · 2 years, 3 months ago
  87. 211f1c7 Upgrade uefi dependencies by Nicholas Bishop · 2 years, 3 months ago
  88. 4e6adc6 Upgrade dependencies by Nicholas Bishop · 2 years, 3 months ago
  89. 2ba4ab4 Add license header to all source files by Nicholas Bishop · 2 years, 3 months ago
  90. c90d432 xtask: Remove remaining uses of loopback by Nicholas Bishop · 2 years, 3 months ago
  91. 1e74c06 xtask: Remove some uses of loopback by Nicholas Bishop · 2 years, 3 months ago
  92. a8fab19 xtask/vboot: Update test_load_kernel for reven by Nicholas Bishop · 2 years, 3 months ago
  93. 82edb97 Set license field in each package by Nicholas Bishop · 2 years, 3 months ago
  94. dc6c73f xtask: Add setup action by Nicholas Bishop · 2 years, 3 months ago
  95. a34fa33 xtask: Generate disks with gptman and fatfs by Nicholas Bishop · 2 years, 3 months ago
  96. fb9cf53 vboot: Fix vb2ex_printf host output by Nicholas Bishop · 2 years, 3 months ago
  97. 3d211da xtask: Assign fixed GUID to vboot test partition by Nicholas Bishop · 2 years, 3 months ago
  98. 4b521d4 vboot: Enable logging in test_load_kernel by Nicholas Bishop · 2 years, 3 months ago
  99. cfac96a vboot: Add comment about the origin of test_data/disk.bin by Nicholas Bishop · 2 years, 3 months ago
  100. 17b385c xtask: Add display option for qemu by Nicholas Bishop · 2 years, 3 months ago