1. d6759e4 vboot: fix name-collision with OpenSSL. by Adam Langley · 9 years ago
  2. 4e4c196 futility: Add create command to make keypairs from RSA files by Bill Richardson · 10 years ago
  3. 317bb49 vboot2: add library function for extracting vmlinuz from kernel part by Zach Reizner · 10 years ago
  4. 80e779d kernel flags: Add flags field to kernel preamble. by Furquan Shaikh · 10 years ago
  5. 7ccd9ce futility: handle truncated BIOS images without segfault by Bill Richardson · 10 years ago
  6. f1f53b3 vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz image by Shelley Chen · 10 years ago
  7. 75efe87 futility: Change find_fmap() to search larger alignments first by Julius Werner · 10 years ago
  8. a5b69b0 vboot2: Move files which use new vboot 2.1 structs to their own directories by Randall Spangler · 10 years ago
  9. 45562fb vboot2: Use calloc() in host lib and unit tests by Randall Spangler · 10 years ago
  10. 42a8500 vboot2: Add host lib function to create a vb2-style firmware preamble by Randall Spangler · 10 years ago
  11. 9328bbf vboot2: Add host lib function to create a vb2-style keyblock by Randall Spangler · 10 years ago
  12. fc73f08 vboot2: Use new hostlib functions in unit tests by Randall Spangler · 10 years ago
  13. c644a8c vboot2: Add host library functions for signing to new struct format by Randall Spangler · 10 years ago
  14. fb9a216 vboot2: Add host lib support for bare hash keys by Randall Spangler · 10 years ago
  15. 59c2920 vboot2: Add host library functions to read/write new-format key objects by Randall Spangler · 10 years ago
  16. 02e11b3 vboot2: Add host library functions to read/write files and objects by Randall Spangler · 10 years ago
  17. 38201fe crossystem: cache vbnv contents to avoid lengthy reads by Vadim Bendebury · 10 years ago
  18. d241fff crossystem: Change ReadFileInt to take an unsigned int pointer by Duncan Laurie · 10 years ago
  19. 782300d vboot2: Add previously tried slot and result to NV storage by Randall Spangler · 10 years ago
  20. bc3f0b7 cleanup: remove a couple of unused functions and files by Bill Richardson · 10 years ago
  21. cf6e78d futility: the show command can traverse all file types by Bill Richardson · 10 years ago
  22. c0777be cleanup: add some easier-to-use FMAP parsing functions. by Bill Richardson · 10 years ago
  23. f16ed87 futility: add separate check function for VPbublicKey by Bill Richardson · 10 years ago
  24. 7829902 Split libvboot_host.a into external and local libraries. by Bill Richardson · 10 years ago
  25. 9e1da78 Add nvstorage / crossystem support for new vboot2 fields by Randall Spangler · 10 years ago
  26. d11086c vboot2: add a flag to indicate firmware was selected by vboot2 by Daisuke Nojiri · 10 years ago
  27. b64f097 Use the TPM to back up some of the nvram fields by Bill Richardson · 10 years ago
  28. 850b74f Add an nvram flag to block the use of dev mode by Bill Richardson · 10 years ago
  29. a3d70a3 Make crossystem.h more polite and more useful. by J. Richard Barnette · 11 years ago
  30. 92cbd5d Add a "debug_build" query to crossystem. by J. Richard Barnette · 11 years ago
  31. 2500185 Add memory leak checking by Simon Glass · 11 years ago
  32. 3401fdc Correct some minor compiler warnings by Simon Glass · 11 years ago
  33. 556ec4f dump_fmap: Find correct FMAP structure by checking version. by Hung-Te Lin · 11 years ago
  34. 0c3ba24 Massive refactoring of external header files. by Bill Richardson · 11 years ago
  35. 64ee153 crossystem: Fix cros_debug detection on non-chrome systems. by Hung-Te Lin · 12 years ago
  36. 8fd1aaf Remove dead ECPreamble code by Randall Spangler · 12 years ago
  37. 699ebf3 Add recovery_subcode field to nvstorage and crossystem by Bill Richardson · 12 years ago
  38. a2326ee Add CTRL-L in dev screen to support a "legacy boot option" by Stefan Reinauer · 12 years ago
  39. 9dc6217 Add VB_INIT_FLAG_SW_WP_ENABLED to VbInit() input flags. by Bill Richardson · 12 years ago
  40. 89286bc Fix reporting TPM kernel version and firmware version on ZGB by Randall Spangler · 12 years ago
  41. 29e8807 Add clear TPM owner request by Randall Spangler · 12 years ago
  42. da8d32d Crossystem should return at-boot switch positions from VbSharedData by Randall Spangler · 12 years ago
  43. d808a43 crossystem: Add the ddr_type field on crossystem for querying DDR RAM type by Tom Wai-Hong Tam · 12 years ago
  44. 17b8224 Add bits to request and acknowledge Option ROM loading. by Bill Richardson · 12 years ago
  45. c0e3742 Remove unused test fields from VbNvStorage by Randall Spangler · 12 years ago
  46. 35d0733 Add DISABLE_DEV_REQUEST flag to nvram. by Bill Richardson · 12 years ago
  47. 2448d3b Create vbutil_ec tool for signing EC firmware. by Bill Richardson · 12 years ago
  48. dbffddc Adjust the behavior of 'crossystem cros_debug' for recovery mode by J. Richard Barnette · 13 years ago
  49. 72e344d Major refactoring of vbutil_kernel by Bill Richardson · 13 years ago
  50. 7272a69 Dev-mode allows booting self-signed kernels by default. by Bill Richardson · 13 years ago
  51. fa9d778 Dev-mode only boots official kernels by default by Bill Richardson · 13 years ago
  52. ff3f000 Make crossystem kern_nv field read-only. by Randall Spangler · 13 years ago
  53. a185b8d Report mainfw_act based on VbSharedData by Randall Spangler · 13 years ago
  54. a712e01 Add support for flags in the firmware preamble. by Randall Spangler · 13 years ago
  55. daa807c Add support for dev_boot_usb flag by Randall Spangler · 13 years ago
  56. 9619112 Vboot wrapper - add recovery reason, refactor timing by Randall Spangler · 13 years ago
  57. 32a6526 Verified boot wrapper - add stub implementations for host by Randall Spangler · 13 years ago
  58. 7adcc60 Vboot wrapper API - crossystem and header files by Randall Spangler · 13 years ago
  59. 44a1276 Add crossystem loc_idx by Randall Spangler · 13 years ago
  60. d772823 Add crossystem fwupdate_tries and fix nv storage writes by Randall Spangler · 13 years ago
  61. eb59195 Refactor crossystem to move x86-specific implementation to its own file. by Randall Spangler · 13 years ago
  62. d583a30 Use uint64_t and avoid down casting as much as possible. by Gaurav Shah · 14 years ago
  63. 7141571 Print LoadKernel() debug data from VbSharedData by Randall Spangler · 14 years ago
  64. cabe6b3 Use VbSharedData instead of VbNvStorage for fwb_tries and kernkey_vfy by Randall Spangler · 14 years ago
  65. 5ac39bf Add TPM version checking by Randall Spangler · 14 years ago
  66. f4ba19d Add VbSharedData field parsing by Randall Spangler · 14 years ago
  67. b17e8d3 Add VB test error func/num by Randall Spangler · 14 years ago
  68. 2008423 Add function for VDAT processing. by Vadim Bendebury · 14 years ago
  69. 227f792 Add check-value support and check /proc/cmdline for cros_nodebug by Randall Spangler · 14 years ago
  70. 196e177 Add cros_debug option to crossystem by Randall Spangler · 14 years ago
  71. b416714 Add crossystem support for nvram_cleared and kern_nv by Randall Spangler · 14 years ago
  72. 618d17d Add kern_nv field to crossystem by Randall Spangler · 14 years ago
  73. 92e378e rename tried_fwb constants by Randall Spangler · 14 years ago
  74. 1726028 Add NV storage fields for firmware flags by Randall Spangler · 14 years ago
  75. 0f8ffb1 crossystem uses VbNvStorage by Randall Spangler · 14 years ago
  76. 2b59a07 Add flashmap base address by Randall Spangler · 14 years ago
  77. b47ed5a Add more properties to crossystem by Randall Spangler · 14 years ago
  78. e73302c Add support for CHNV settings to crossystem. by Randall Spangler · 14 years ago
  79. c80fe65 Fix WP polarity on Mario by Randall Spangler · 14 years ago
  80. 305e9e5 Add load_firmware_test utility program by Che-Liang Chiou · 14 years ago
  81. 5421866 Initial version of crossystem. by Randall Spangler · 14 years ago
  82. 0688025 Fix the maximum output size in the call to the external signer. by Gaurav Shah · 14 years ago
  83. 068fc6f Add support for using external signing application and .pem private key files to vbutil_keyblock. by Gaurav Shah · 14 years ago
  84. 60bcbe3 New tools to help debug vboot failures. by Bill Richardson · 14 years ago
  85. 47b593d Add additional sanity checks to RSA verification code. by Gaurav Shah · 14 years ago
  86. 138acfe Fix KeyBlockVerify() to take an explicit param for whether to use hash only. by Randall Spangler · 14 years ago
  87. 4f36ef3 Changes to allow user-signed kernels to be generated. by Bill Richardson · 14 years ago
  88. 8dd2094 Zero-out allocated buffer while creating kernel preamble header. by Gaurav Shah · 14 years ago
  89. abf0550 Switch to using .vbprivk for signing everything now. by Bill Richardson · 14 years ago
  90. a08b5c9 Adding --repack and --headeronly options to vbutil_kernel by Bill Richardson · 14 years ago
  91. 620c38c Remove unused files, and tidy the directory structure of the remaining ones. by Randall Spangler · 14 years ago
  92. a55e5ca Refactor LoadFirmware() to avoid global variables, which don't work when running out of ROM by Randall Spangler · 14 years ago
  93. 729b872 Clean up of key block functions by Randall Spangler · 14 years ago
  94. 6a97b3e Add vbutil_keyblock by Randall Spangler · 14 years ago
  95. d55c645 Utility to pack public key, version, algorithm into a single file in VbPublicKey format by Randall Spangler · 14 years ago
  96. d183644 Major refactoring of structures, with unit tests. This matches the doc I sent out earlier. by Randall Spangler · 14 years ago