1. e9b69e8 crdyboot: Add UpdateInfo::HEADER_SIZE_IN_BYTES by Nicholas Bishop · 2 days ago main
  2. e721d73 xtask: Increase VM SSH timeout by Nicholas Bishop · 2 days ago
  3. e0fb7eb crdyboot: Add FirmwareError enum by Nicholas Bishop · 2 days ago
  4. 50ca288 crdyboot: Make UpdateInfo time update errors non-fatal by Nicholas Bishop · 2 days ago
  5. 8365ff8 crdyboot: Make firmware var deletion errors non-fatal by Nicholas Bishop · 3 days ago
  6. febe490 crdyboot: Improve UpdateInfo::to_bytes allocation by Nicholas Bishop · 3 days ago
  7. f15906f crdyboot: Add test for UpdateInfo by Nicholas Bishop · 3 days ago
  8. 665e67c crdyboot: Add ext4-view by Andre Braga · 4 days ago
  9. dbb2301 vboot: Replace an `as` cast by Nicholas Bishop · 4 days ago
  10. b75ad1d Use workspace dependencies for sbat and libcrdy by Nicholas Bishop · 4 days ago
  11. 04ee6bd Update bindgen and mockall deps by Nicholas Bishop · 4 days ago
  12. d24610c vboot: Add missing backtick in docstring by Nicholas Bishop · 4 days ago
  13. af9cecd crdyboot: Add disk::open_stateful_partition by Nicholas Bishop · 10 days ago firmware-ti50-prepvt-15974.B
  14. 661d8c3 crdyboot: Add disk::find_esp_partition_handle by Nicholas Bishop · 10 days ago
  15. cf3eca5 crdyboot: find and validate all update variables by Andre Braga · 6 weeks ago
  16. 7aca877 crdyboot: Update to uefi-0.29 by Andre Braga · 4 weeks ago firmware-R128-15963.B release-R128-15964.B stabilize-15964.9.B
  17. 0725839 crdyboot: Relocate the kernel before executing it by Nicholas Bishop · 7 weeks ago firmware-android-15949.B stabilize-15926.B
  18. ba4ea08 crdyboot: Change kernel arg in execute_linux_kernel by Nicholas Bishop · 7 weeks ago
  19. e2904f2 crdyboot: Add get_kernel_command_line by Nicholas Bishop · 7 weeks ago
  20. e060ce9 crdyboot: Add CrdybootError::Relocation by Nicholas Bishop · 7 weeks ago
  21. 858a9ac Move relocation module from crdyshim to libcrdy by Nicholas Bishop · 7 weeks ago
  22. c51c97d xtask: Move some temp dirs to the workspace by Nicholas Bishop · 9 weeks ago firmware-R127-15916.B
  23. 22334bf Update readme by Nicholas Bishop · 9 weeks ago
  24. ad32cce crdyboot: Bump version to 1.0.2 by Nicholas Bishop · 9 weeks ago
  25. b4eb49d crdyshim: Simplify replace_final_extension by Nicholas Bishop · 9 weeks ago
  26. 616e30c crdyboot: Update to uefi-0.28 and drop uefi-services by Andre Braga · 9 weeks ago
  27. e017b89 crdyboot: Add changelog by Nicholas Bishop · 3 months ago firmware-R126-15885.B firmware-hps-15892.B release-R126-15886.B stabilize-15886.46.B stabilize-15886.63.B stabilize-15886.66.B stabilize-15888.B stabilize-15905.B stabilize-hps-15890.B stabilize-quickfix-15886.43.B
  28. 1db215f crdyshim: Update changelog by Nicholas Bishop · 3 months ago
  29. 71e7bc1 Upgrade Rust nightly version by Nicholas Bishop · 3 months ago
  30. b7b72e3 xtask: Treat clippy warnings as errors by Nicholas Bishop · 3 months ago
  31. c6cf7a0 xtask: Fix new clippy lint by Nicholas Bishop · 3 months ago
  32. a78333c xtask: Update gpt_disk_types dep by Nicholas Bishop · 3 months ago
  33. f126896 Move the enroller package to the tools directory by Nicholas Bishop · 3 months ago
  34. 167c68a xtask: Drop `quiet` arg from kernel params by Nicholas Bishop · 3 months ago
  35. d1d25be xtask: Add TPM VM tests that use uefi_test_tool by Nicholas Bishop · 4 months ago
  36. 949220b uefi_test_tool: Implement v1 TPM operations by Nicholas Bishop · 3 months ago
  37. 89b2bb6 uefi_test_tool: Add Operation enum by Nicholas Bishop · 3 months ago
  38. 09d7817 uefi_test_tool: Add launch module by Nicholas Bishop · 3 months ago
  39. c27acb4 xtask: Build uefi_test_tool by Nicholas Bishop · 3 months ago
  40. 4b5528b Add tools/uefi_test_tool by Nicholas Bishop · 3 months ago
  41. c963cce xtask: Drop shim support by Nicholas Bishop · 3 months ago
  42. 7b3148a xtask: Clear log before starting swtpm by Nicholas Bishop · 3 months ago
  43. 72f9b23 vboot: Add calloc by Nicholas Bishop · 4 months ago
  44. 7fb481f crdyboot: Speed up GptDisk by opening protocol in non-exclusive mode by Nicholas Bishop · 4 months ago stabilize-15857.B
  45. ec97400 Revert "cop: Temporarily disable VM tests" by Nicholas Bishop · 4 months ago release-R125-15853.B stabilize-15855.B
  46. db60826 vboot: Remove unused data at the end of the kernel buffer by Nicholas Bishop · 4 months ago
  47. 5e02a9a libcrdy: Make TPM logs more detailed by Nicholas Bishop · 4 months ago
  48. 58a35d9 xtask: Make VM network optional by Nicholas Bishop · 4 months ago
  49. 884f135 xtask: Add VM_TIMEOUT_LONG constant by Nicholas Bishop · 4 months ago
  50. 08d2d2b xtask: Add a couple TPM tests by Nicholas Bishop · 4 months ago
  51. e5d3e69 xtask: Add qemu opts param to VM output tests by Nicholas Bishop · 4 months ago
  52. 9f7ddd4 xtask: Add default_qemu_opts by Nicholas Bishop · 4 months ago
  53. 4ff922e xtask: Update docstring for launch_test_disk_and_expect_output by Nicholas Bishop · 4 months ago
  54. 9b3a29f xtask: Rename VM_ERROR_TIMEOUT to VM_TIMEOUT_SHORT by Nicholas Bishop · 4 months ago
  55. 6dd18b2 xtask: Rename expected_errors to expected_output by Nicholas Bishop · 4 months ago
  56. 4158183 xtask: Rename launch_test_disk_and_expect_errors by Nicholas Bishop · 4 months ago
  57. da045aa vboot: Enable UNROLL_LOOPS=1 by Nicholas Bishop · 4 months ago
  58. 1fd4ad9 vboot: Force clean builds of vboot's fw library by Nicholas Bishop · 4 months ago
  59. 0241047 Drop vboot_reference submodule by Nicholas Bishop · 4 months ago
  60. 9ef9a90 xtask: Speed up VM tests by reducing disk copies by Nicholas Bishop · 4 months ago
  61. 85df617 crdyshim: Add changelog by Nicholas Bishop · 4 months ago firmware-geralt-15842.B
  62. afe56e4 Bump crdyshim/crdyboot patch version by Nicholas Bishop · 4 months ago
  63. 3bbbb91 crdyshim: If secure boot is off, allow signature file to be missing by Nicholas Bishop · 4 months ago
  64. 1e9811e libcrdy: Change error logs to info logs by Nicholas Bishop · 4 months ago
  65. bc7ab14 Treat all TPM errors as non fatal by Nicholas Bishop · 4 months ago
  66. 7367f2f libcrdy: Add TPM validity checks by Nicholas Bishop · 4 months ago
  67. 11ee7b4 libcrdy: Refactor TPM code in preparation for adding more checks by Nicholas Bishop · 4 months ago
  68. 00e6036 xtask: Add VM tests for crdyshim's checking of signature files by Nicholas Bishop · 4 months ago
  69. 73199f0 cop: Temporarily disable VM tests by Nicholas Bishop · 4 months ago
  70. af5e0c9 crdyboot: Update to uefi-0.27 and uefi-services-0.24 by Joseph Sussman · 5 months ago factory-geralt-15840.B
  71. b332054 cop: Run VM tests by Nicholas Bishop · 4 months ago
  72. e170867 xtask: Print VM output if test_successful_boot fails by Nicholas Bishop · 4 months ago
  73. 0f42a5d cop: Run check instead of test by Nicholas Bishop · 4 months ago
  74. 8128ef9 xtask: Fix cargo-deny installation by Nicholas Bishop · 5 months ago
  75. 5df7f39 Fix cargo-deny deprecation warnings by Nicholas Bishop · 5 months ago stabilize-15828.B
  76. 882c3f4 xtask: Disable use of ia32 OVMF by Nicholas Bishop · 5 months ago
  77. fd039b6 Partially re-enable CoP by Nicholas Bishop · 5 months ago release-R124-15823.B stabilize-15823.40.B stabilize-quickfix-15823.44.B
  78. d3dfc4f crdyshim: Add the official verification pubkey by Nicholas Bishop · 5 months ago stabilize-15793.B
  79. 7b85daa crdyshim/xtask: Switch to vboot's dev key by Nicholas Bishop · 6 months ago release-R123-15786.B stabilize-15786.48.B stabilize-15786.58.B stabilize-quickfix-15786.49.B
  80. 3e5f1cc Add libnss3-dev to deps in README by Nicholas Bishop · 6 months ago
  81. f01f83c Update vboot_reference submodule by Nicholas Bishop · 6 months ago
  82. 74a3afa Temporarily disable CoP by Nicholas Bishop · 6 months ago
  83. 277d84d Cargo.lock: Update to latest log version by Nicholas Bishop · 6 months ago
  84. dab4d89 Upgrade Rust nightly version by Nicholas Bishop · 6 months ago
  85. dc892e5 xtask: Switch disk to virtio-scsi by Nicholas Bishop · 6 months ago
  86. 8768b0b Update shlex dep by Nicholas Bishop · 6 months ago
  87. e4c98f3 Update zerocopy to 0.7.32 by Nicholas Bishop · 7 months ago release-R122-15753.B stabilize-15753.46.B stabilize-15753.55.B stabilize-15756.B
  88. 841cc9d docs: Clarify NX behavior by Nicholas Bishop · 8 months ago factory-rex-15708.B firmware-rex-15709.B release-R121-15699.B stabilize-15699.58.B stabilize-15699.66.B stabilize-15714.B
  89. 8d2b9dd crdyshim/xtask: Fix detached signature extension format by Nicholas Bishop · 8 months ago
  90. 3b0ab09 crdyshim: Add additional logging by Nicholas Bishop · 8 months ago
  91. 3ccc4d0 xtask: Switch from shim to crdyshim by Nicholas Bishop · 1 year, 1 month ago factory-brya-15684.B stabilize-15677.B
  92. 1969a95 crdyshim: Implement the rest of the executable by Nicholas Bishop · 1 year, 2 months ago
  93. 01ca137 crdyshim: Add embedded public key by Nicholas Bishop · 9 months ago
  94. 6fadc0f crdyshim: Add PCR_INDEX constant by Nicholas Bishop · 9 months ago
  95. 0b81708 xtask: Build crdyshim executable by Nicholas Bishop · 9 months ago
  96. 5d56e3e crdyshim: Add NextStageFileLoader by Nicholas Bishop · 9 months ago
  97. 532c76d crdyshim: Add `run` function by Nicholas Bishop · 9 months ago
  98. 8852a81 crdyshim: Add error enum by Nicholas Bishop · 9 months ago
  99. 1a2f1e9 crdyshim: Add function to check secure boot status by Nicholas Bishop · 9 months ago
  100. 3720cc0 crdyshim: Add sbat_revocation module by Nicholas Bishop · 10 months ago