1. 80872db Improve cross-reference targets by Bill Richardson · 10 years ago
  2. d300ca8 vboot2: Fix saving the slot we tried back to nv storage by Randall Spangler · 10 years ago
  3. 1b1cf1c Convert vbutil_what_keys to use /bin/sh by Bill Richardson · 10 years ago
  4. 4d49d34 Don't install vbutil_what_keys on the target by Bill Richardson · 10 years ago
  5. f1dba02 futility: rolled back vbutil_kernel change by Bill Richardson · 10 years ago
  6. 162f788 vboot_kernel: Validate GPT header before using by Duncan Laurie · 10 years ago
  7. 52a15f9 futility: show vs verify by Bill Richardson · 10 years ago
  8. c540f59 futility: Allow signing raw firmware blob and keyblocks by Bill Richardson · 10 years ago
  9. 5f2696d futility: Add support for [re]signing kernel partitions by Bill Richardson · 10 years ago
  10. b0f1cc5 futility: do traversal of a buffer, not a file by Bill Richardson · 10 years ago
  11. 6f72ffa futility: Prepare to handle kernel partitions & firmware blobs by Bill Richardson · 10 years ago
  12. f318ee2 futility: implement vbutil_kernel using buffers, not files by Bill Richardson · 10 years ago
  13. d5aa5bd futility: allow dump_fmap to specify where to extract area by Bill Richardson · 10 years ago
  14. e192e7f futility: clean up a few shared functions by Bill Richardson · 10 years ago
  15. c6fa98d vboot2: Fix potential null pointer dereference by Randall Spangler · 10 years ago
  16. 779796f futility: Improve help messages by Bill Richardson · 10 years ago stabilize-6297.B
  17. 0f07867 Re-add dumpRSAPublicKey utility by Duncan Laurie · 10 years ago
  18. efa8756 cleanup: DESTDIR refers to the install root, not the bin/ by Bill Richardson · 10 years ago
  19. bc3f0b7 cleanup: remove a couple of unused functions and files by Bill Richardson · 10 years ago factory-storm-6269.B
  20. a1d9fe6 futility: stop using the symlink names in utility scripts by Bill Richardson · 10 years ago
  21. a19b00d futility: make resign_firmwarefd.sh simply invoke futility by Bill Richardson · 10 years ago
  22. ee53d65 futility: slight tweak to the logging implementation by Bill Richardson · 10 years ago
  23. 08efd1e futility: preserve preamble flags when resigning BIOS images by Bill Richardson · 10 years ago
  24. 70c81b6 futility: Wipe GBB data before writing new values. by Hung-Te Lin · 10 years ago
  25. ef376b4 Remove unused include path. by Alex Deymo · 10 years ago
  26. e051975 futility: sign command works on unsigned images by Bill Richardson · 10 years ago
  27. 2e25e81 futility: add load_fmap command, useful for tests by Bill Richardson · 10 years ago
  28. 15dc6fc futility: add "sign" command to resign firmware images by Bill Richardson · 10 years ago
  29. 64ddad7 futility: Add a test for the resign_firmwarefd.sh script by Bill Richardson · 10 years ago
  30. cf6e78d futility: the show command can traverse all file types by Bill Richardson · 10 years ago
  31. 487a54b vboot: Notify EC of current boot mode by Sheng-Liang Song · 10 years ago
  32. e08ee28 Remove futility linker script. by Alex Deymo · 10 years ago
  33. b8ff397 vboot: Add system-level test for LoadKernel() by Randall Spangler · 10 years ago
  34. 88458d9 vboot_reference: Rename *_SECTOR to *_SECTORS by Nam T. Nguyen · 10 years ago
  35. c0777be cleanup: add some easier-to-use FMAP parsing functions. by Bill Richardson · 10 years ago
  36. f16ed87 futility: add separate check function for VPbublicKey by Bill Richardson · 10 years ago
  37. 0e6ae29 Add 'tags' target to Makefile by Bill Richardson · 10 years ago
  38. 78d59bf cleanup: remove ancient tests that haven't been run in years by Bill Richardson · 10 years ago
  39. 631c661 Add broadwell PCI ID for platform family lookup table by Duncan Laurie · 10 years ago
  40. b77aff5 Development script for testing changes locally. by Alex Deymo · 10 years ago
  41. a2d72f7 vboot: cgpt: Refer to partition entries by entries_lba. by Nam T. Nguyen · 10 years ago
  42. f510973 Fix include quotes. by Alex Deymo · 10 years ago
  43. fcefaed keygeneration: Add a script to sanity check versions for a keyset by Gaurav Shah · 10 years ago
  44. 028f468 vboot2: Move vb2_verify_fw inside of futility by Randall Spangler · 10 years ago
  45. 31d95c2 futility: Reformat to use kernel coding style by Bill Richardson · 10 years ago
  46. 8f15d74 make_dev_ssd: Allow chromeos-install to run on a modified image. by Hung-Te Lin · 10 years ago
  47. e5b7a54 futility: add --arch=aarch64 by Benson Leung · 10 years ago
  48. 7351ed7 futility: add more static/const markings by Mike Frysinger · 10 years ago
  49. 277dc52 Add GBB flag to disable PD software sync by Duncan Laurie · 10 years ago release-R38-6158.B stabilize-6146.B
  50. 6014c04 Call software sync a second time for PD, if necessary by Randall Spangler · 10 years ago
  51. af23ef7 Update vbutil_what_keys with more sha1sums by Bill Richardson · 10 years ago
  52. 6f39615 futility: Add remaining vboot binary utilities by Bill Richardson · 10 years ago
  53. b52d7b7 crossystem: Add PCH-LP GPIO type by Duncan Laurie · 10 years ago
  54. e778ada Change VbExEc functions to take a devidx parameter by Randall Spangler · 10 years ago stabilize-6082.B stabilize-6092.B
  55. e155044 futility: deprecate eficompress and efidecompress by Bill Richardson · 10 years ago
  56. 119140e resign_firmwarefd: Correct output file name for VBLOCK B. by Hung-Te Lin · 10 years ago
  57. 884a5f1 futility: add vbutil_keyblock into the built-in features by Bill Richardson · 10 years ago
  58. b84b81d futility: add vbutil_key into the built-in features by Bill Richardson · 10 years ago
  59. 3e3790d Install and use futility when running tests by Bill Richardson · 10 years ago
  60. 0f6679e Slight tweak to Makefile by Bill Richardson · 10 years ago
  61. d462101 Avoid coredumps if the FMAP is wrong. by Bill Richardson · 10 years ago
  62. bc2d2b2 Increase test coverage for dump_fmap by Bill Richardson · 10 years ago
  63. d2d08b2 Cleanup futility test coverage framework a bit by Bill Richardson · 10 years ago
  64. 7d028c4 Simplify the futility linker script a bit. by Bill Richardson · 10 years ago
  65. 71dc66a Cleanup: remove some noisy output from some utilities by Bill Richardson · 10 years ago
  66. 18e0370 Clean up exported Mtd* functions by Bill Richardson · 10 years ago
  67. 7829902 Split libvboot_host.a into external and local libraries. by Bill Richardson · 10 years ago
  68. f8f807a Add fPIE flag by Bertrand SIMONNET · 10 years ago
  69. 9e1da78 Add nvstorage / crossystem support for new vboot2 fields by Randall Spangler · 10 years ago
  70. d11086c vboot2: add a flag to indicate firmware was selected by vboot2 by Daisuke Nojiri · 10 years ago
  71. 4cb5497 Remove cgpt app-specific symbols from libvboot_host.a by Bill Richardson · 10 years ago
  72. c9e039c Remove nonexistant functions from tlcl.h by Bill Richardson · 10 years ago
  73. 8de992c vboot2: fix overloaded NV bit by Randall Spangler · 10 years ago
  74. fc17308 vboot2: Scramble the GBB magic number by Daisuke Nojiri · 10 years ago
  75. 25c95d0 vboot2: More specific errors for unimplemented external APIs by Randall Spangler · 10 years ago
  76. dd5883d vboot2: Allow platform dependent debug logging by Daisuke Nojiri · 10 years ago
  77. 5b63803 vboot2: Check necessity of recovery when firmware body hash fails to match by Daisuke Nojiri · 10 years ago
  78. 539cbc2 vboot2: Add end-to-end test of firmware verification by Randall Spangler · 10 years ago release-R37-5978.B stabilize.5978.51.B stabilize.5978.98.B stabilize.59781.98.B
  79. a7ab8b5 vboot2: api-level routines by Randall Spangler · 10 years ago
  80. 1803068 vboot2: misc higher-level routines, part 2 by Randall Spangler · 10 years ago
  81. da2b49c vboot2: misc higher-level routines by Randall Spangler · 10 years ago
  82. 4521c1f image_signing: tweak loem firmware signing to have real keys by Mike Frysinger · 10 years ago
  83. 51ca0b8 create_new_keys: drop redundant settings by Mike Frysinger · 10 years ago
  84. aa88846 image_signing: support loem keysets with firmware shellballs by Mike Frysinger · 10 years ago
  85. d81a326 sign_firmware: clean up style to use a main func by Mike Frysinger · 10 years ago
  86. bdc2c94 vboot_reference: Don't use session_manager_use_flags.txt. by Daniel Erat · 10 years ago
  87. 224f5ac vboot2: Use more specific error codes, part 3 by Randall Spangler · 10 years ago
  88. 2145721 vboot2: Use more specific error codes, part 2 by Randall Spangler · 10 years ago
  89. b9be536 vboot2: Use more specific error codes by Randall Spangler · 10 years ago factory-samus-5939.B stabilize-5942.B stabilize-5943.B stabilize-5944.B
  90. b64f097 Use the TPM to back up some of the nvram fields by Bill Richardson · 10 years ago
  91. 7141d73 vboot2: Add common functions by Randall Spangler · 10 years ago
  92. 3333e57 vboot2: Add nvstorage and secdata functions by Randall Spangler · 10 years ago
  93. e166d04 vboot2: Add crypto functions by Randall Spangler · 10 years ago
  94. 786acda vboot2: Add workbuf functions by Randall Spangler · 10 years ago
  95. 4c3b4ea Workaround for failing tests when DEBUG=1 by Bill Richardson · 10 years ago
  96. 8f7b705 lib: Handle return error code of VbExDisplaySetDimension correctly. by Hung-Te Lin · 10 years ago stabilize-5899.B
  97. 32c8ee3 Add missing #include in vboot_api.h by David Hendricks · 10 years ago stabilize-5875.B
  98. 36ba340 vbutil_kernel: Add enum for the mips architecture by Gaurav Shah · 10 years ago
  99. 5e8f1db lib: Add VbExDisplaySetDimension. by Hung-Te Lin · 10 years ago
  100. 850b74f Add an nvram flag to block the use of dev mode by Bill Richardson · 10 years ago firmware-mccloud-5827.B firmware-tricky-5829.B release-R36-5841.B stabilize-5828.0.B stabilize-5841.76.B stabilize-5841.83.B stabilize-gnawty-5841.84.B stabilize-swanky-5841.55.B