1. 6f1b82a vboot2: Move old struct handling to lib20/ by Randall Spangler · 10 years ago
  2. 108d991 vboot2: Move knowledge of vboot 2.1 data structures inside lib21/ by Randall Spangler · 10 years ago
  3. a5b69b0 vboot2: Move files which use new vboot 2.1 structs to their own directories by Randall Spangler · 10 years ago
  4. c86f041 vboot2: Clean up signing data for unit tests by Randall Spangler · 10 years ago
  5. aaaff86 Tidy vboot2-specific libraries and tests by Randall Spangler · 10 years ago
  6. 42a8500 vboot2: Add host lib function to create a vb2-style firmware preamble by Randall Spangler · 10 years ago
  7. 9328bbf vboot2: Add host lib function to create a vb2-style keyblock by Randall Spangler · 10 years ago
  8. 91852e7 futility: workaround for broken toolchain in static builds by Bill Richardson · 10 years ago
  9. c644a8c vboot2: Add host library functions for signing to new struct format by Randall Spangler · 10 years ago
  10. fb9a216 vboot2: Add host lib support for bare hash keys by Randall Spangler · 10 years ago
  11. 59c2920 vboot2: Add host library functions to read/write new-format key objects by Randall Spangler · 10 years ago
  12. 02e11b3 vboot2: Add host library functions to read/write files and objects by Randall Spangler · 10 years ago
  13. 8577b53 vboot: Remove FTS code by Nam T. Nguyen · 10 years ago
  14. efa37b8 vboot2: Add api-level functions to use new data structures by Randall Spangler · 10 years ago
  15. ab89959 vboot: cgpt: Treat drive_path as the GPT storage by Nam T. Nguyen · 10 years ago
  16. 837b408 vboot2: load keyblock and preamble from new-style structs by Randall Spangler · 10 years ago
  17. 6ee52d9 vboot: cgpt: Support writing GPT structs to NOR flash by Nam T. Nguyen · 10 years ago
  18. 6b5b8f6 vboot2: use common header size fields by Randall Spangler · 10 years ago
  19. f4f395e Extend HWID digest into PCR1 (GBB v1.2 only) by Bill Richardson · 10 years ago
  20. e1486c3 futility: add version command by Bill Richardson · 10 years ago
  21. d274a2e vboot2: Add vb2_unpack_key2() and unit tests by Randall Spangler · 10 years ago
  22. 7c2beb0 cgpt: Separate out certain GPT manipluation functions by Dan Ehrenberg · 10 years ago
  23. f18038b vboot2: Move and rename functions by Randall Spangler · 10 years ago
  24. 6df3e33 Add hwid digest field to GBB header by Bill Richardson · 10 years ago
  25. 5dc75d1 vboot: new streaming APIs by Dan Ehrenberg · 10 years ago
  26. 80872db Improve cross-reference targets by Bill Richardson · 10 years ago
  27. 4d49d34 Don't install vbutil_what_keys on the target by Bill Richardson · 10 years ago
  28. f1dba02 futility: rolled back vbutil_kernel change by Bill Richardson · 10 years ago
  29. 5f2696d futility: Add support for [re]signing kernel partitions by Bill Richardson · 10 years ago
  30. f318ee2 futility: implement vbutil_kernel using buffers, not files by Bill Richardson · 10 years ago
  31. 779796f futility: Improve help messages by Bill Richardson · 10 years ago
  32. 0f07867 Re-add dumpRSAPublicKey utility by Duncan Laurie · 10 years ago
  33. efa8756 cleanup: DESTDIR refers to the install root, not the bin/ by Bill Richardson · 10 years ago
  34. a1d9fe6 futility: stop using the symlink names in utility scripts by Bill Richardson · 10 years ago
  35. ef376b4 Remove unused include path. by Alex Deymo · 10 years ago
  36. 2e25e81 futility: add load_fmap command, useful for tests by Bill Richardson · 10 years ago
  37. 15dc6fc futility: add "sign" command to resign firmware images by Bill Richardson · 10 years ago
  38. 64ddad7 futility: Add a test for the resign_firmwarefd.sh script by Bill Richardson · 10 years ago
  39. cf6e78d futility: the show command can traverse all file types by Bill Richardson · 10 years ago
  40. e08ee28 Remove futility linker script. by Alex Deymo · 10 years ago
  41. b8ff397 vboot: Add system-level test for LoadKernel() by Randall Spangler · 10 years ago
  42. 0e6ae29 Add 'tags' target to Makefile by Bill Richardson · 10 years ago
  43. 78d59bf cleanup: remove ancient tests that haven't been run in years by Bill Richardson · 10 years ago
  44. 028f468 vboot2: Move vb2_verify_fw inside of futility by Randall Spangler · 10 years ago
  45. 6014c04 Call software sync a second time for PD, if necessary by Randall Spangler · 10 years ago
  46. 6f39615 futility: Add remaining vboot binary utilities by Bill Richardson · 10 years ago
  47. e155044 futility: deprecate eficompress and efidecompress by Bill Richardson · 10 years ago
  48. 884a5f1 futility: add vbutil_keyblock into the built-in features by Bill Richardson · 10 years ago
  49. b84b81d futility: add vbutil_key into the built-in features by Bill Richardson · 10 years ago
  50. 3e3790d Install and use futility when running tests by Bill Richardson · 10 years ago
  51. 0f6679e Slight tweak to Makefile by Bill Richardson · 10 years ago
  52. d462101 Avoid coredumps if the FMAP is wrong. by Bill Richardson · 10 years ago
  53. bc2d2b2 Increase test coverage for dump_fmap by Bill Richardson · 10 years ago
  54. d2d08b2 Cleanup futility test coverage framework a bit by Bill Richardson · 10 years ago
  55. 18e0370 Clean up exported Mtd* functions by Bill Richardson · 10 years ago
  56. 7829902 Split libvboot_host.a into external and local libraries. by Bill Richardson · 10 years ago
  57. f8f807a Add fPIE flag by Bertrand SIMONNET · 10 years ago
  58. 539cbc2 vboot2: Add end-to-end test of firmware verification by Randall Spangler · 10 years ago
  59. a7ab8b5 vboot2: api-level routines by Randall Spangler · 10 years ago
  60. 1803068 vboot2: misc higher-level routines, part 2 by Randall Spangler · 10 years ago
  61. da2b49c vboot2: misc higher-level routines by Randall Spangler · 10 years ago
  62. 7141d73 vboot2: Add common functions by Randall Spangler · 10 years ago
  63. 3333e57 vboot2: Add nvstorage and secdata functions by Randall Spangler · 10 years ago
  64. e166d04 vboot2: Add crypto functions by Randall Spangler · 10 years ago
  65. 786acda vboot2: Add workbuf functions by Randall Spangler · 10 years ago
  66. 46e00e6 x86: Stop building the vboot library using regparm=3. by Gabe Black · 11 years ago
  67. d96b25d fwlib: Map architecture armv7 to arm by Stefan Reinauer · 11 years ago
  68. 527ba81 Implementation of Region API by Simon Glass · 11 years ago
  69. 8fa13ad Revert "Implementation of Region API" by Yoshiki Iguchi · 11 years ago
  70. 1d3c804 Implementation of Region API by Simon Glass · 11 years ago
  71. acc9846 Revert "Enable debug flags when building natively" by Hung-Te Lin · 11 years ago
  72. e4759b7 Enable debug flags when building natively by Simon Glass · 11 years ago
  73. 42c08cb Add MTD test script by Albert Chaulk · 11 years ago
  74. b334e65 Provide MTD version of common functions by Albert Chaulk · 12 years ago
  75. 534723a Integrate the flash key-value store code into cgpt. by Albert Chaulk · 12 years ago
  76. 5c9e453 Implement cgptlib for MTD devices. by Albert Chaulk · 12 years ago
  77. 20807b6 Build dump_fmap into futility. by Bill Richardson · 11 years ago
  78. 6db8c75 Build both static and dynamic versions of futility. by Bill Richardson · 11 years ago
  79. 339f7e0 Add framework for testing builtin futility functions. by Bill Richardson · 11 years ago
  80. 1912bba Include generated dependency files for all object files. by Bill Richardson · 11 years ago
  81. a130e0b Fix Makefile to only build fwlib when asked to, not hostlib too. by Bill Richardson · 11 years ago
  82. 0c3ba24 Massive refactoring of external header files. by Bill Richardson · 12 years ago
  83. 661ae9e Add a QUIET Makefile option to reduce non-error output by Simon Glass · 12 years ago
  84. feb2518 Wrap all vboot utilities with futility. by Bill Richardson · 12 years ago
  85. 5fed2a6 Rename Strncat to StrnAppend, use it instead of strncat. by Bill Richardson · 12 years ago
  86. 81a0b3d Move CgptManager from vboot_reference to installer by Bill Richardson · 12 years ago
  87. c7c6e5d Remove the mount-encrypted utility from vboot_reference by Bill Richardson · 12 years ago
  88. 2f8ac15 Point to new libchrome-180609 for CgptManager stuff by Bill Richardson · 12 years ago
  89. 9394326 Split off modules required for VbInit() and VbSelectFirmware() by Randall Spangler · 12 years ago
  90. c9bf348 Let the Makefile install the utilities, not the ebuild. by Bill Richardson · 12 years ago
  91. 7f43669 Add more vboot_api_kernel tests by Randall Spangler · 12 years ago
  92. 0714d9d Fix and enable vboot_api_kernel_tests by Randall Spangler · 12 years ago
  93. 49cb0d3 Add kernel tests by Randall Spangler · 12 years ago
  94. c3d488d Add tlcl tests by Randall Spangler · 12 years ago
  95. 786a5dc Start adding display tests by Randall Spangler · 12 years ago
  96. 45cc0f2 Fix incorrect CFLAGS when compiling for host by Randall Spangler · 12 years ago
  97. 0f87249 Remove unused vbutil_ec by Randall Spangler · 12 years ago
  98. a3eac79 Improve coverage of rollback_index.c by Randall Spangler · 12 years ago
  99. 6dbf9d9 Improve coverage of vbnvstorage test by Randall Spangler · 12 years ago
  100. 61a2eb3 Fix architecture definitions. by Randall Spangler · 12 years ago