1. 9a2880b vboot: remove unused bindgen things by Nicholas Bishop · 2 years, 9 months ago
  2. 0a579cd tools: remove an out-of-date comment by Nicholas Bishop · 2 years, 9 months ago
  3. 4b74938 crdyboot: remove unnecessary unsafe clone by Nicholas Bishop · 2 years, 9 months ago
  4. 2c0e224 vboot: add more docstrings and enforce by Nicholas Bishop · 2 years, 9 months ago
  5. c688890 vboot: update crate description by Nicholas Bishop · 2 years, 9 months ago
  6. 50acd06 Update deps by Nicholas Bishop · 2 years, 9 months ago
  7. 146eb99 Drop unused dependencies by Nicholas Bishop · 2 years, 9 months ago
  8. aa5f353 crdyboot: remove unused code by Nicholas Bishop · 2 years, 9 months ago
  9. 2d9048d vboot: remove unused code by Nicholas Bishop · 2 years, 9 months ago
  10. bcd8f30 crdyboot: switch to using vboot::load_kernel by Nicholas Bishop · 2 years, 9 months ago
  11. 92a1cb0 vboot: use vboot_reference to load and verify the kernel by Nicholas Bishop · 2 years, 9 months ago
  12. 83b2837 tools: add build-vboot-test-disk command by Nicholas Bishop · 2 years, 9 months ago
  13. d9f92c6 readme: update to prepare for the C switch by Nicholas Bishop · 2 years, 9 months ago
  14. 948e5b2 crdyboot: remove unnecessary system table clone by Nicholas Bishop · 2 years, 9 months ago pure-rust-20210729
  15. 1d8f68b vboot: move struct_from_bytes to lib.rs by Nicholas Bishop · 2 years, 9 months ago
  16. bf5bca4 crdyboot: remove unnecessary usize suffixes by Nicholas Bishop · 2 years, 9 months ago
  17. 5637553 crdyboot: switch num-bigint-dig to author repo by Nicholas Bishop · 2 years, 9 months ago
  18. fbf2922 vboot: switch num-bigint-dig to author repo by Nicholas Bishop · 2 years, 9 months ago
  19. d99c93a vboot: remove a TODO by Nicholas Bishop · 2 years, 9 months ago
  20. ff41363 tools: move build mode to an enum by Nicholas Bishop · 2 years, 9 months ago
  21. 0a9c19b tools: refactor gen_disk by Nicholas Bishop · 2 years, 9 months ago
  22. 578b60f tools: add partition type enum by Nicholas Bishop · 2 years, 9 months ago
  23. 91327be tools: use sgdisk instead of parted by Nicholas Bishop · 2 years, 9 months ago
  24. 0ef8087 readme: update deps by Nicholas Bishop · 2 years, 9 months ago
  25. 82b6cdb vboot: simplify includes by Nicholas Bishop · 2 years, 9 months ago
  26. bb4aaf5 vboot: minor cleanup in build.rs by Nicholas Bishop · 2 years, 9 months ago
  27. 1658cde vboot: use "-windows-gnu" targets by Nicholas Bishop · 2 years, 9 months ago
  28. 6e3cb31 tools: add clean command by Nicholas Bishop · 2 years, 9 months ago
  29. f82739d crdyboot: move disk code to new module by Nicholas Bishop · 2 years, 9 months ago
  30. 91f298c vboot: clean up bindgen options by Nicholas Bishop · 2 years, 9 months ago
  31. c22330a vboot: clean up include paths by Nicholas Bishop · 2 years, 9 months ago
  32. 814c5c2 readme: add qemu by Nicholas Bishop · 2 years, 9 months ago
  33. 3cddfef readme: update dependencies by Nicholas Bishop · 2 years, 9 months ago
  34. 5d765aa Update readme by Nicholas Bishop · 2 years, 9 months ago
  35. 602efda tools: rename Arch as_target -> uefi_target by Nicholas Bishop · 2 years, 9 months ago
  36. 80f2a96 third_party: update vboot_reference to latest by Nicholas Bishop · 2 years, 9 months ago
  37. 55bd785 vboot: use camino in build.rs by Nicholas Bishop · 2 years, 9 months ago
  38. cc44249 tools: fix shim always rebuilding by Nicholas Bishop · 2 years, 9 months ago
  39. 2d5d27a tools: use copy_file in more places by Nicholas Bishop · 2 years, 9 months ago
  40. bb9ba2a bring back handover by Nicholas Bishop · 2 years, 10 months ago
  41. 8c6604b crdyboot: remove out-of-date TODO by Nicholas Bishop · 2 years, 9 months ago
  42. 804ef1a ovmf: fix 32-bit OVMF build by Nicholas Bishop · 2 years, 9 months ago
  43. 1ea527e tools: dedup arch list by Nicholas Bishop · 2 years, 9 months ago
  44. c2d562b tools: dedup more EFI file names by Nicholas Bishop · 2 years, 9 months ago
  45. a021a97 tools: dedup more EFI file names by Nicholas Bishop · 2 years, 9 months ago
  46. bdba4e5 tools: dedup some EFI file names by Nicholas Bishop · 2 years, 9 months ago
  47. e49755d tools: dedup arch targets by Nicholas Bishop · 2 years, 9 months ago
  48. f608930 tools: move Arch to new module by Nicholas Bishop · 2 years, 9 months ago
  49. 0f7fa93 tools: rename volatile_path -> workspace_path by Nicholas Bishop · 2 years, 9 months ago
  50. a6d37db tools: send qemu ovmf debug logs to a file by Nicholas Bishop · 2 years, 9 months ago
  51. 090a856 tools: move ovmf build to new module by Nicholas Bishop · 2 years, 9 months ago
  52. 7af35c8 tools: print copy operations by Nicholas Bishop · 2 years, 10 months ago
  53. 71455e4 crdyboot: avoid PartitionInfo for GPT parsing by Nicholas Bishop · 2 years, 10 months ago
  54. 1781415 crdyboot: fix Cargo.toml comment by Nicholas Bishop · 2 years, 10 months ago
  55. c031050 crdyboot: only look for kernel partitions on correct disk by Nicholas Bishop · 2 years, 10 months ago
  56. b5044a7 enroller: switch uefi-rs dep to upstream repo by Nicholas Bishop · 2 years, 10 months ago
  57. 80c4ab7 enroller: print UEFI bitness by Nicholas Bishop · 2 years, 10 months ago
  58. c0fd9c1 enroller: fix variable attributes by Nicholas Bishop · 2 years, 10 months ago
  59. 2514765 tools: skip var signing if already done by Nicholas Bishop · 2 years, 10 months ago
  60. d31111e Update readme by Nicholas Bishop · 2 years, 10 months ago
  61. 97327ab tools: add build-enroller command by Nicholas Bishop · 2 years, 10 months ago
  62. 79c3579 enroller: create project by Nicholas Bishop · 2 years, 10 months ago
  63. d72f808 tools: generate keys as soon as the tool is run by Nicholas Bishop · 2 years, 10 months ago
  64. 74ced73 crdyboot: fix clippy warning by Nicholas Bishop · 2 years, 10 months ago
  65. 9d7a4a3 Drop authors field from Cargo files by Nicholas Bishop · 2 years, 10 months ago
  66. d0233a9 Update readme by Nicholas Bishop · 2 years, 10 months ago
  67. 7ecf4d6 tools: disable shim's EBS protection by Nicholas Bishop · 2 years, 10 months ago
  68. 62ef862 Move //crdyboot/volatile -> //workspace by Nicholas Bishop · 2 years, 10 months ago
  69. e7b7055 Update readme by Nicholas Bishop · 2 years, 10 months ago
  70. e01dd21 crdyboot: fix secure boot by Nicholas Bishop · 2 years, 10 months ago
  71. 61b15b3 tools: fix sbat data by Nicholas Bishop · 2 years, 10 months ago
  72. a90b820 crdyboot: add .sbat section by Nicholas Bishop · 2 years, 10 months ago
  73. f2713fd tools: clean up key paths by Nicholas Bishop · 2 years, 10 months ago
  74. e9e3b7c tools: sign crdyboot too by Nicholas Bishop · 2 years, 10 months ago
  75. 7c44c2c tools: fix key enrolled in db by Nicholas Bishop · 2 years, 10 months ago
  76. 6c32d38 tools: switch from pesign to sbsign by Nicholas Bishop · 2 years, 10 months ago
  77. 2b72e9d tools: simplify SB key to avoid password by Nicholas Bishop · 2 years, 10 months ago
  78. 32729d0 tools: rename pesign.rs to sign.rs by Nicholas Bishop · 2 years, 10 months ago
  79. 7cfc63d tools: clean up shim install by Nicholas Bishop · 2 years, 10 months ago
  80. e158e37 tools: switch to neverware shim-build repo by Nicholas Bishop · 2 years, 10 months ago
  81. 5c1afa0 tools: use custom shim by Nicholas Bishop · 2 years, 10 months ago
  82. 282c247 tools: move pesign code to new module by Nicholas Bishop · 2 years, 10 months ago
  83. ac0a115 tools: move shim code to new module by Nicholas Bishop · 2 years, 10 months ago
  84. 50bc6ec tools: implement shim build by Nicholas Bishop · 2 years, 10 months ago
  85. 388e30d tools: refactor git ops by Nicholas Bishop · 2 years, 10 months ago
  86. b8efe8e tools: add --secure-boot option to qemu by Nicholas Bishop · 2 years, 10 months ago
  87. 83d12c7 tools: rename gen-disk to update-disk by Nicholas Bishop · 2 years, 10 months ago
  88. 43e3395 tools: split up the prep and update steps by Nicholas Bishop · 2 years, 10 months ago
  89. f6882d7 tools: fix pesign asking for password by Nicholas Bishop · 2 years, 10 months ago
  90. 7a69354 tools: implement shim signing by Nicholas Bishop · 2 years, 10 months ago
  91. 1cfaf98 Add dependencies to readme by Nicholas Bishop · 2 years, 10 months ago
  92. 376214b tools: move more code to gen_disk.rs by Nicholas Bishop · 2 years, 10 months ago
  93. d2872e5 tools: dedup disk path by Nicholas Bishop · 2 years, 10 months ago
  94. 8554d9b tools: move gen_disk to separate module by Nicholas Bishop · 2 years, 10 months ago
  95. c5de2e4 Update readme by Nicholas Bishop · 2 years, 10 months ago
  96. 232f014 tools: fix writing to secure boot vars by Nicholas Bishop · 2 years, 10 months ago
  97. 9fee064 tools: ensure enroll app is in the right place by Nicholas Bishop · 2 years, 10 months ago
  98. 9a0b8e6 tools: rework ovmf paths by Nicholas Bishop · 2 years, 10 months ago
  99. 56847bf tools: add --verbose flag for secure-boot-setup by Nicholas Bishop · 2 years, 10 months ago
  100. 1c63d1c tools: pass oemstr to enroll step by Nicholas Bishop · 2 years, 10 months ago