[go: up one dir, main page]

  1. ed1f112 Move workbuf and kernel allocations up to libcrdy by Nicholas Bishop · 3 years, 1 month ago
  2. 68027c6 Enable raw pointer checks in Miri by Nicholas Bishop · 3 years, 1 month ago
  3. 332d56f vboot: Move read/write code into the Disk impl by Nicholas Bishop · 3 years, 1 month ago
  4. cc32022 vboot: Add tests for VbExDiskRead/Write by Nicholas Bishop · 3 years, 1 month ago
  5. 1d80720 vboot: Remove impl of DiskIo for Disk struct by Nicholas Bishop · 3 years, 1 month ago
  6. 1524e8a Use NonZeroU64 for disk block size by Nicholas Bishop · 3 years, 1 month ago
  7. c70617d vboot: Improve vboot fwlib logging by Nicholas Bishop · 3 years, 1 month ago
  8. d7c2ef4 vboot: Update comment for choosing C target by Nicholas Bishop · 3 years, 1 month ago
  9. 39e94c7 vboot: Implement the stream read API by Nicholas Bishop · 3 years, 2 months ago
  10. 1ccefb7 Move vboot-return-code-string generation to xtask by Nicholas Bishop · 3 years, 2 months ago
  11. 37a5826 vboot: Cleanups in bindgen and build.rs by Nicholas Bishop · 3 years, 2 months ago
  12. e46db29 Update copyright headers to match the latest preferred style by Nicholas Bishop · 3 years, 2 months ago
  13. e7aed1c vboot: Use upstream vb2api_inject_kernel_subkey by Nicholas Bishop · 3 years, 2 months ago
  14. 7080f09 vboot: Rerun build.rs if the vboot submodule changes by Nicholas Bishop · 3 years, 2 months ago
  15. 8116e0e vboot: Clean up bridge library by Nicholas Bishop · 3 years, 2 months ago
  16. a0d66a3 vboot: Simplify vboot_fw linking by Nicholas Bishop · 3 years, 2 months ago
  17. 159a52c vboot: Relax some more dependency version requirements by Nicholas Bishop · 3 years, 2 months ago
  18. 1ad963d vboot: Avoid pulling in clap as a build-dependency by Nicholas Bishop · 3 years, 2 months ago
  19. a2a3486 Use vboot dev keys for testing by Nicholas Bishop · 3 years, 2 months ago
  20. 6e65c95 vboot: Respect the compiler set in CC by Nicholas Bishop · 3 years, 2 months ago
  21. d9ca6c0 vboot: Drop build dependency on camino by Nicholas Bishop · 3 years, 2 months ago
  22. 7de7748 xtask: Run tests with miri by Patrick Thompson · 3 years, 2 months ago
  23. 346fe1f vboot: Upgrade to uguid 1.0 by Nicholas Bishop · 3 years, 2 months ago
  24. 03c3a10 vboot: Fix snprintf tests by Nicholas Bishop · 3 years, 2 months ago
  25. 80ecb2f Relax log dependency to any 0.4 version by Nicholas Bishop · 3 years, 2 months ago
  26. ce261f6 Update vboot bridge to latest by Nicholas Bishop · 3 years, 3 months ago
  27. 6746393 Update vboot_reference submodule to latest by Nicholas Bishop · 3 years, 3 months ago
  28. 4a1aefa vboot: Build fwlib using vboot_reference's Makefile by Nicholas Bishop · 3 years, 4 months ago
  29. b3241b0 vboot: Refactor target code in build script by Nicholas Bishop · 3 years, 4 months ago
  30. 73126b5 vboot: Add stub for strcpy by Nicholas Bishop · 3 years, 4 months ago
  31. 7032a13 vboot: Add new entry point by Nicholas Bishop · 3 years, 4 months ago
  32. 5f62b1e vboot: Reduce dependence on vboot_reference internals by Nicholas Bishop · 3 years, 4 months ago
  33. bfd79f0 vboot: Implement snprintf by Nicholas Bishop · 3 years, 4 months ago
  34. 256c890 vboot: Add cty dependency to provide C type aliases by Nicholas Bishop · 3 years, 4 months ago
  35. 4c34df6 vboot: Update clippy lints by Nicholas Bishop · 3 years, 4 months ago
  36. e4419cb vboot: Use VB2_KERNEL_WORKBUF_RECOMMENDED_SIZE for workbuf size by Nicholas Bishop · 3 years, 4 months ago
  37. 98c4433 vboot: Add dependency on uguid by Nicholas Bishop · 3 years, 4 months ago
  38. 675e92d vboot: Move linux module to libcrdy by Nicholas Bishop · 3 years, 4 months ago
  39. 7777a08 vboot: Move PE code to libcrdy by Nicholas Bishop · 3 years, 4 months ago
  40. cf0c952 vboot: Simplify kernel buffer size checks by Nicholas Bishop · 3 years, 4 months ago
  41. 51c7b91 vboot: Fix return code parsing with clang 14 by Nicholas Bishop · 3 years, 4 months ago
  42. fed7f37 vboot: Add stub libc headers by Nicholas Bishop · 3 years, 4 months ago
  43. a21d927 Upgrade all deps by Nicholas Bishop · 3 years, 5 months ago
  44. 9c5f2c0 Update vboot_reference to a more recent commit by Nicholas Bishop · 3 years, 5 months ago
  45. f558609 xtask: Port gen.py to Rust by Nicholas Bishop · 3 years, 5 months ago
  46. 4e6adc6 Upgrade dependencies by Nicholas Bishop · 3 years, 5 months ago
  47. 2ba4ab4 Add license header to all source files by Nicholas Bishop · 3 years, 5 months ago
  48. a8fab19 xtask/vboot: Update test_load_kernel for reven by Nicholas Bishop · 3 years, 5 months ago
  49. 82edb97 Set license field in each package by Nicholas Bishop · 3 years, 5 months ago
  50. fb9cf53 vboot: Fix vb2ex_printf host output by Nicholas Bishop · 3 years, 6 months ago
  51. 4b521d4 vboot: Enable logging in test_load_kernel by Nicholas Bishop · 3 years, 6 months ago
  52. cfac96a vboot: Add comment about the origin of test_data/disk.bin by Nicholas Bishop · 3 years, 6 months ago
  53. b937289 Update all deps to latest version by Nicholas Bishop · 3 years, 6 months ago
  54. a3441c0 Update all deps by Nicholas Bishop · 3 years, 9 months ago
  55. 8d125b2 Update all packages to 2021 edition by Nicholas Bishop · 3 years, 10 months ago
  56. 328aaa4 Fix formatting and new lints by Nicholas Bishop · 3 years, 10 months ago
  57. 6e6d906 vboot: remove an unused field by Nicholas Bishop · 4 years ago
  58. 2e2b702 Use cargo workspaces by Nicholas Bishop · 4 years, 2 months ago
  59. 22591ab vboot: move malloc.rs to third_party by Nicholas Bishop · 4 years, 3 months ago
  60. 26388b7 vboot: make vboot_sys private by Nicholas Bishop · 4 years, 3 months ago
  61. 29cfdcf vboot: implement writing to disk by Nicholas Bishop · 4 years, 3 months ago
  62. 157a07c vboot: refactor some PE code and add test by Nicholas Bishop · 4 years, 3 months ago
  63. 9c5d26b vboot: improve PE docstrings by Nicholas Bishop · 4 years, 3 months ago
  64. e5c2c68 vboot: refactor and test PE compat section by Nicholas Bishop · 4 years, 3 months ago
  65. 48f1f0b Move PE code to vboot by Nicholas Bishop · 4 years, 3 months ago
  66. be95acf vboot: fix unwanted rebuilds by Nicholas Bishop · 4 years, 3 months ago
  67. e6e8204 vboot: update deps by Nicholas Bishop · 4 years, 3 months ago
  68. 60e0f8d vboot: ensure kernel buffer is big enough to boot by Nicholas Bishop · 4 years, 3 months ago
  69. 871e1f1 vboot: rename LinuxError -> BootParamsError by Nicholas Bishop · 4 years, 3 months ago
  70. d90e1b9 vboot: simplify u32_to_usize by Nicholas Bishop · 4 years, 3 months ago
  71. 68b21cd vboot: add more docstrings by Nicholas Bishop · 4 years, 3 months ago
  72. 75b2eb1 Move BootParams cast to vboot by Nicholas Bishop · 4 years, 3 months ago
  73. d68e106 Move kernel structs from crdyboot to vboot by Nicholas Bishop · 4 years, 3 months ago
  74. 2b9cef7 vboot: bump kernel buffer size by Nicholas Bishop · 4 years, 3 months ago
  75. 0bd20d3 vboot: fix and turn on the ptr_as_ptr lint by Nicholas Bishop · 4 years, 3 months ago
  76. 1c1281c Enable some clippy cast lints by Nicholas Bishop · 4 years, 3 months ago
  77. 80ec745 vboot: resolve a TODO by Nicholas Bishop · 4 years, 3 months ago
  78. 09dda5e vboot: resolve a TODO by Nicholas Bishop · 4 years, 3 months ago
  79. 6d7c9c0 vboot: rename return_code -> ReturnCode by Nicholas Bishop · 4 years, 3 months ago
  80. 50a87ee vboot: split load_kernel into two functions by Nicholas Bishop · 4 years, 3 months ago
  81. 608ccb1 vboot: improve validation of pubkey size by Nicholas Bishop · 4 years, 3 months ago
  82. 6521bcd vboot: fix some unwraps by Nicholas Bishop · 4 years, 3 months ago
  83. 5cfcefc vboot: clean up and comment the C code by Nicholas Bishop · 4 years, 3 months ago
  84. 8b9f83e vboot: format the C code by Nicholas Bishop · 4 years, 3 months ago
  85. fba8776 vboot: improve load_kernel errors by Nicholas Bishop · 4 years, 3 months ago
  86. 3c4af56 vboot: add comments by Nicholas Bishop · 4 years, 3 months ago
  87. 962235c vboot: remove no-longer-needed hack by Nicholas Bishop · 4 years, 3 months ago
  88. 63b6003 vboot: minor load_kernel cleanups by Nicholas Bishop · 4 years, 3 months ago
  89. b30950f vboot: clean up malloc and add a docstring by Nicholas Bishop · 4 years, 3 months ago
  90. be6380c vboot: improve malloc error text by Nicholas Bishop · 4 years, 3 months ago
  91. be9f51c vboot: add return_code to string conversion by Nicholas Bishop · 4 years, 3 months ago
  92. 9a2880b vboot: remove unused bindgen things by Nicholas Bishop · 4 years, 3 months ago
  93. 2c0e224 vboot: add more docstrings and enforce by Nicholas Bishop · 4 years, 3 months ago
  94. c688890 vboot: update crate description by Nicholas Bishop · 4 years, 3 months ago
  95. 50acd06 Update deps by Nicholas Bishop · 4 years, 3 months ago
  96. 146eb99 Drop unused dependencies by Nicholas Bishop · 4 years, 3 months ago
  97. 2d9048d vboot: remove unused code by Nicholas Bishop · 4 years, 3 months ago
  98. 92a1cb0 vboot: use vboot_reference to load and verify the kernel by Nicholas Bishop · 4 years, 3 months ago
  99. 1d8f68b vboot: move struct_from_bytes to lib.rs by Nicholas Bishop · 4 years, 3 months ago
  100. fbf2922 vboot: switch num-bigint-dig to author repo by Nicholas Bishop · 4 years, 3 months ago