1. e8dfacf vboot: Fix load_kernel_tests to call the right cgpt by Nam T. Nguyen · 10 years ago
  2. efa37b8 vboot2: Add api-level functions to use new data structures by Randall Spangler · 10 years ago
  3. 7c1eee0 vboot2: Split vb2_guid into its own header file by Randall Spangler · 10 years ago
  4. ab89959 vboot: cgpt: Treat drive_path as the GPT storage by Nam T. Nguyen · 10 years ago
  5. a524a3a vboot: cgpt: fix my_lba of the secondary GPT by Dan Ehrenberg · 10 years ago
  6. 837b408 vboot2: load keyblock and preamble from new-style structs by Randall Spangler · 10 years ago
  7. 6ee52d9 vboot: cgpt: Support writing GPT structs to NOR flash by Nam T. Nguyen · 10 years ago
  8. 43e0a9e vboot2: Add code and tests for verifying vb2_fw_preamble2 by Randall Spangler · 10 years ago
  9. 054c114 crossystem: add platform for ipa8064 by Vadim Bendebury · 10 years ago
  10. 38201fe crossystem: cache vbnv contents to avoid lengthy reads by Vadim Bendebury · 10 years ago
  11. fe21172 vboot2: Change preamble to contain a list of signatures by Randall Spangler · 10 years ago
  12. a063a43 vboot2: pass const work buffers, and clarify min_offset output by Randall Spangler · 10 years ago
  13. ad105ed vboot2: add code to verify vb2_keyblock2 by Randall Spangler · 10 years ago
  14. b885c3b vboot2: add support for verify data / digest using new signature struct by Randall Spangler · 10 years ago
  15. c0ce70b vboot2: add support for new vb2_signature2 struct by Randall Spangler · 10 years ago
  16. 3c6ec76 vboot2: convert structs outside of individual test funcs by Randall Spangler · 10 years ago
  17. 6300a64 vboot2: be consistent in use of sig_algorithm vs sig_alg in vboot2 structs by Randall Spangler · 10 years ago
  18. 6b5b8f6 vboot2: use common header size fields by Randall Spangler · 10 years ago
  19. f97d387 mocked_tpm: Add back missing paren by Duncan Laurie · 10 years ago
  20. 941e25f vb2: parse dev mode in phase1 by Aaron Durbin · 10 years ago
  21. 42f0213 make_dev_ssd: support devices using /dev/dm-1 as root device. by Hung-Te Lin · 10 years ago
  22. 6f7f5df vboot2: un-nest data structures by Randall Spangler · 10 years ago
  23. cc7cddb vboot2: Add GUIDs for VB2_SIG_NONE signature types by Randall Spangler · 10 years ago
  24. 5ce8325 vboot: cgpt: Check for NULL entry array. by Nam T. Nguyen · 10 years ago
  25. f4f395e Extend HWID digest into PCR1 (GBB v1.2 only) by Bill Richardson · 10 years ago
  26. e1486c3 futility: add version command by Bill Richardson · 10 years ago
  27. d274a2e vboot2: Add vb2_unpack_key2() and unit tests by Randall Spangler · 10 years ago
  28. f6cfb97 vboot2: Add verification for common vb2 struct header by Randall Spangler · 10 years ago
  29. 7c2beb0 cgpt: Separate out certain GPT manipluation functions by Dan Ehrenberg · 10 years ago
  30. f18038b vboot2: Move and rename functions by Randall Spangler · 10 years ago
  31. c8c2f02 vboot2: use enum signature algorithm by Randall Spangler · 10 years ago
  32. 4eef812 vboot2: use enum hash algorithm by Randall Spangler · 10 years ago
  33. 9e39efd vboot2: Log recovery reason and subcode to console by Julius Werner · 10 years ago
  34. 21f100c vboot2: new data structures by Randall Spangler · 10 years ago
  35. b035e37 vboot2: Fix broken compatiblity check for gbb header 1.1 by Randall Spangler · 10 years ago
  36. 9504754 vboot2: move verify digest to 2common by Randall Spangler · 10 years ago
  37. 6df3e33 Add hwid digest field to GBB header by Bill Richardson · 10 years ago
  38. 8bb3689 crossystem: Add support for multiple gpiochip entries by Duncan Laurie · 10 years ago
  39. d241fff crossystem: Change ReadFileInt to take an unsigned int pointer by Duncan Laurie · 10 years ago
  40. 6d03b52 vboot2: move vb2_safe_memcmp() from rsa to common by Randall Spangler · 10 years ago
  41. d92856d cgpt: Validate GPT headers before loading them by Nam T. Nguyen · 10 years ago
  42. 731f8e8 vboot: Support SLOW_EC_UPDATE with OPROM_MATTERS by Duncan Laurie · 10 years ago
  43. e54e656 sign_official_build: Support new image layout (always installable kernel in B). by Hung-Te Lin · 10 years ago
  44. 435c74f vboot2: move firmware hash tags to their own header file by Randall Spangler · 10 years ago
  45. f2f8804 vboot2: Split crypto algorithms into their own header file by Randall Spangler · 10 years ago
  46. 3638625 futility: Be more accepting of how it's invoked by Bill Richardson · 10 years ago
  47. 4184e62 Use VbExStream APIs to read the kernel partition by Randall Spangler · 10 years ago
  48. 5dc75d1 vboot: new streaming APIs by Dan Ehrenberg · 10 years ago
  49. aaa3257 crossystem: rename Vb*NvStorage_mkbp to Vb*NvStorage_mosys by David Hendricks · 10 years ago
  50. 1137139 crossystem: handle "flash" media in Vb*NvStorage() by David Hendricks · 10 years ago
  51. 2b802de image_signing: ignore missing chrome_dev.conf by Mike Frysinger · 10 years ago
  52. 782300d vboot2: Add previously tried slot and result to NV storage by Randall Spangler · 10 years ago
  53. 80872db Improve cross-reference targets by Bill Richardson · 10 years ago
  54. d300ca8 vboot2: Fix saving the slot we tried back to nv storage by Randall Spangler · 10 years ago
  55. 1b1cf1c Convert vbutil_what_keys to use /bin/sh by Bill Richardson · 10 years ago
  56. 4d49d34 Don't install vbutil_what_keys on the target by Bill Richardson · 10 years ago
  57. f1dba02 futility: rolled back vbutil_kernel change by Bill Richardson · 10 years ago
  58. 162f788 vboot_kernel: Validate GPT header before using by Duncan Laurie · 10 years ago
  59. 52a15f9 futility: show vs verify by Bill Richardson · 10 years ago
  60. c540f59 futility: Allow signing raw firmware blob and keyblocks by Bill Richardson · 10 years ago
  61. 5f2696d futility: Add support for [re]signing kernel partitions by Bill Richardson · 10 years ago
  62. b0f1cc5 futility: do traversal of a buffer, not a file by Bill Richardson · 10 years ago
  63. 6f72ffa futility: Prepare to handle kernel partitions & firmware blobs by Bill Richardson · 10 years ago
  64. f318ee2 futility: implement vbutil_kernel using buffers, not files by Bill Richardson · 10 years ago
  65. d5aa5bd futility: allow dump_fmap to specify where to extract area by Bill Richardson · 10 years ago
  66. e192e7f futility: clean up a few shared functions by Bill Richardson · 10 years ago
  67. c6fa98d vboot2: Fix potential null pointer dereference by Randall Spangler · 10 years ago
  68. 779796f futility: Improve help messages by Bill Richardson · 10 years ago
  69. 0f07867 Re-add dumpRSAPublicKey utility by Duncan Laurie · 10 years ago
  70. efa8756 cleanup: DESTDIR refers to the install root, not the bin/ by Bill Richardson · 10 years ago
  71. bc3f0b7 cleanup: remove a couple of unused functions and files by Bill Richardson · 10 years ago
  72. a1d9fe6 futility: stop using the symlink names in utility scripts by Bill Richardson · 10 years ago
  73. a19b00d futility: make resign_firmwarefd.sh simply invoke futility by Bill Richardson · 10 years ago
  74. ee53d65 futility: slight tweak to the logging implementation by Bill Richardson · 10 years ago
  75. 08efd1e futility: preserve preamble flags when resigning BIOS images by Bill Richardson · 10 years ago
  76. 70c81b6 futility: Wipe GBB data before writing new values. by Hung-Te Lin · 10 years ago
  77. ef376b4 Remove unused include path. by Alex Deymo · 10 years ago
  78. e051975 futility: sign command works on unsigned images by Bill Richardson · 10 years ago
  79. 2e25e81 futility: add load_fmap command, useful for tests by Bill Richardson · 10 years ago
  80. 15dc6fc futility: add "sign" command to resign firmware images by Bill Richardson · 10 years ago
  81. 64ddad7 futility: Add a test for the resign_firmwarefd.sh script by Bill Richardson · 10 years ago
  82. cf6e78d futility: the show command can traverse all file types by Bill Richardson · 10 years ago
  83. 487a54b vboot: Notify EC of current boot mode by Sheng-Liang Song · 10 years ago
  84. e08ee28 Remove futility linker script. by Alex Deymo · 10 years ago
  85. b8ff397 vboot: Add system-level test for LoadKernel() by Randall Spangler · 10 years ago
  86. 88458d9 vboot_reference: Rename *_SECTOR to *_SECTORS by Nam T. Nguyen · 10 years ago
  87. c0777be cleanup: add some easier-to-use FMAP parsing functions. by Bill Richardson · 10 years ago
  88. f16ed87 futility: add separate check function for VPbublicKey by Bill Richardson · 10 years ago
  89. 0e6ae29 Add 'tags' target to Makefile by Bill Richardson · 10 years ago
  90. 78d59bf cleanup: remove ancient tests that haven't been run in years by Bill Richardson · 10 years ago
  91. 631c661 Add broadwell PCI ID for platform family lookup table by Duncan Laurie · 10 years ago
  92. b77aff5 Development script for testing changes locally. by Alex Deymo · 10 years ago
  93. a2d72f7 vboot: cgpt: Refer to partition entries by entries_lba. by Nam T. Nguyen · 10 years ago
  94. f510973 Fix include quotes. by Alex Deymo · 10 years ago
  95. fcefaed keygeneration: Add a script to sanity check versions for a keyset by Gaurav Shah · 10 years ago
  96. 028f468 vboot2: Move vb2_verify_fw inside of futility by Randall Spangler · 10 years ago
  97. 31d95c2 futility: Reformat to use kernel coding style by Bill Richardson · 10 years ago
  98. 8f15d74 make_dev_ssd: Allow chromeos-install to run on a modified image. by Hung-Te Lin · 10 years ago
  99. e5b7a54 futility: add --arch=aarch64 by Benson Leung · 10 years ago
  100. 7351ed7 futility: add more static/const markings by Mike Frysinger · 10 years ago