1. efea801 Don't check the firmware body when USE_RO_NORMAL preamble flag is presented. by Tom Wai-Hong Tam · 13 years ago
  2. 69b88dc Add support for new verity key-value style kernel parameters by Gaurav Shah · 13 years ago
  3. a3454fc Add unit tests for utility.c by Randall Spangler · 13 years ago
  4. a2da72b Disable broken bmpblock_utility test by Randall Spangler · 13 years ago
  5. 2e02263 Cleanup: DEFAULT.yaml should include locale_names section. by Bill Richardson · 13 years ago
  6. 822eca6 Put VbDisplay* functions into their own file. by Bill Richardson · 13 years ago
  7. b1c85a8 Decompress images in vboot wrapper, not in BIOS. by Bill Richardson · 13 years ago
  8. 49446d8 obsolete pack_firmware_image by Che-Liang Chiou · 13 years ago
  9. 010630f make_dev_firmware: handle developer firmware keyblock correctly by Hung-Te Lin · 13 years ago
  10. 7f503e4 Use BMP format for all master images. by Bill Richardson · 13 years ago
  11. 3106d7c Refactor bitmap directories and master images for ARM work. by Bill Richardson · 13 years ago
  12. c88331f resign_firmwarefd: replace mosys by "dump_fmap -p" by Hung-Te Lin · 13 years ago
  13. b9cc955 resign_firmwarefd: don't change preamble flag by default. by Hung-Te Lin · 13 years ago
  14. 8bb2f10 Revert "Move bitmaps for shipping products into a separate directory." by Roy Hashimoto · 13 years ago
  15. 5d65c0c Revert "Generate base images at 1366 x 768 using Imagemagick." by Roy Hashimoto · 13 years ago
  16. 8a5fb38 Generate base images at 1366 x 768 using Imagemagick. by Bill Richardson · 13 years ago
  17. d52b3df Move bitmaps for shipping products into a separate directory. by Bill Richardson · 13 years ago
  18. 77c0243 Add a -f option to dump_fmap to emit flashrom's layout format. by Bill Richardson · 13 years ago
  19. 8eead8e Clean up calling LoadFirmware() from VbSelectFirmware() by Randall Spangler · 13 years ago
  20. d856073 Allow CougarPoint as a valid GPIO controller. by Bill Richardson · 13 years ago
  21. 010c8a0 Fix missing call to VbNvTeardown() by Randall Spangler · 13 years ago
  22. 4d3b127 Vboot support for GBB flag to reduce boot time warning screen by Randall Spangler · 13 years ago
  23. cb32003 Add flags field to GBB by Randall Spangler · 13 years ago
  24. 9927512 If trying firmware B and found invalid kernel, just reboot by Randall Spangler · 13 years ago
  25. 57e91f7 Move VbNvContext setup/teardown to vboot wrapper funcs by Randall Spangler · 13 years ago
  26. ff3f000 Make crossystem kern_nv field read-only. by Randall Spangler · 13 years ago
  27. 68626a6 Fix vboot_reference-firmware compilation error when building for coreboot. by Vadim Bendebury · 13 years ago
  28. dfb0175 Refactor LoadFirmware() and LoadKernel() to return VbError_t by Randall Spangler · 13 years ago
  29. 1cf77cd Return more meaningful error codes from vboot entry points by Randall Spangler · 13 years ago
  30. 22e7bb2 Refactor TPM calls into vboot wrapper by Randall Spangler · 13 years ago
  31. e11860e Fix missing inttypes define on ARM by Randall Spangler · 13 years ago
  32. 64b2ba4 Revert "Refactor TPM calls into vboot wrapper" by Elly Jones · 13 years ago
  33. 4bc713d Refactor TPM calls into vboot wrapper by Randall Spangler · 13 years ago
  34. 8e17e5f resign_firmwarefd.sh: support new "flag" (for hinting two-stop FW) by Hung-Te Lin · 13 years ago
  35. ad03a43 Cleanup and preparation for inside-wrapper TPM refactoring. by Randall Spangler · 13 years ago
  36. 1c9577b Implement different strategy for soft-reset workaround on Kaen prototypes. by Luigi Semenzato · 13 years ago
  37. cba0e83 Fix script to use new key=value style /bin/verity arguments by Gaurav Shah · 13 years ago
  38. ac6d560 Fix "tpmc help" description of pplock by Gaurav Shah · 13 years ago
  39. 36dccdb Add check to validate VbSharedData magic by Nick Sanders · 13 years ago
  40. 04b7978 CHROMIUM: fix incorrect crossystem recovery_reason by Che-Liang Chiou · 13 years ago
  41. 4312770 Change description of dev_boot_usb by Randall Spangler · 13 years ago
  42. ad33485 Clear the recovery request after each boot attempt which is allowed to fail by Randall Spangler · 13 years ago
  43. 43101b4 Add indication to developer that dev_boot_usb is disabled by Randall Spangler · 13 years ago
  44. a185b8d Report mainfw_act based on VbSharedData by Randall Spangler · 13 years ago
  45. 8409b37 Add typecast to fix compiling in MSVC by Randall Spangler · 13 years ago
  46. 7994d07 crossystem: arm: use proper gpio references by Olof Johansson · 13 years ago
  47. 7d1c22b Fix compiler error by Che-Liang Chiou · 13 years ago
  48. 8bf0d5f Add vboot support for RO-normal code path. by Randall Spangler · 13 years ago
  49. 3a6e2f1 arm: convert to new device tree usage by Olof Johansson · 13 years ago
  50. a712e01 Add support for flags in the firmware preamble. by Randall Spangler · 13 years ago
  51. d70241f Introduce arm fdt support in crossystem utility by Rong Chang · 13 years ago
  52. 64ca788 Add support for merged normal+dev firmware by Randall Spangler · 13 years ago
  53. daa807c Add support for dev_boot_usb flag by Randall Spangler · 13 years ago
  54. 9619112 Vboot wrapper - add recovery reason, refactor timing by Randall Spangler · 13 years ago
  55. 1b1998d Vboot wrapper initial implementation by Randall Spangler · 13 years ago
  56. e49e8af Port vboot_reference to use new wrapper API utility functions by Randall Spangler · 13 years ago
  57. 4ae77c5 Fix compiler warning in vboot_reference by Randall Spangler · 13 years ago
  58. bebe53c Add string utility functions. by Randall Spangler · 13 years ago
  59. 93cf15e Introduce GUID type for Chrome OS read/write firmware. by Gabe Black · 13 years ago
  60. ebb1eda Reduce race conditions in TPM initialization. by Luigi Semenzato · 13 years ago
  61. cfd841d Revert "Verified boot wrapper - replace utility functions" by Randall Spangler · 13 years ago
  62. f8c6549 Verified boot wrapper - replace utility functions by Randall Spangler · 13 years ago
  63. a7a879e make_dev_ssd: support new %U parameter by Hung-Te Lin · 13 years ago
  64. c3b877d make_dev_ssd: fix ARM device names by Hung-Te Lin · 13 years ago
  65. fbb52df crossystem: fix VbSharedDataHeader size by Hung-Te Lin · 13 years ago
  66. a7b9481 Revert "Verified boot wrapper - replace utility functions" by mukesh agrawal · 13 years ago
  67. 1c1a883 Fix ARM build for vboot_reference crossystem lib by Randall Spangler · 13 years ago
  68. bd81b3a Verified boot wrapper - replace utility functions by Randall Spangler · 13 years ago
  69. 32a6526 Verified boot wrapper - add stub implementations for host by Randall Spangler · 13 years ago
  70. 7adcc60 Vboot wrapper API - crossystem and header files by Randall Spangler · 13 years ago
  71. c76136c Produce better error message when TPM device cannot be opened. by Luigi Semenzato · 13 years ago
  72. a45ee21 Vboot wrapper API by Randall Spangler · 13 years ago
  73. 7604a7d make: remove typo quote marks by Che-Liang Chiou · 13 years ago
  74. 74359b7 make: temporarily hard-coded compiler flags for firmware builds by Che-Liang Chiou · 13 years ago
  75. f155ab3 Add vbutil_what_keys utility to figure out how a disk image is signed. by Bill Richardson · 13 years ago
  76. 8fbdc10 Firmware generate script for boot scenarios. by Rajesh Chenna · 13 years ago
  77. 9a2c3b2 Add -p option to dump_fmap to make output prettier. by Bill Richardson · 13 years ago
  78. 53306d9 Fix compilation failure of mocked_tlcl.c by Kazuhiro Inaba · 13 years ago
  79. 3cac6e7 kernel command line test: add optional regular expression parameter support by Gaurav Shah · 13 years ago
  80. ad3e3ac Expand dev_debug_vboot to cover both x86 and arm platforms. by Vadim Bendebury · 13 years ago
  81. 6bd03d4 Update the install kernel on the recovery image with the right vblock by Gaurav Shah · 13 years ago
  82. 7b90cf3 Tolerate lack of TPM reset in common cases. by Luigi Semenzato · 14 years ago
  83. a781234 Allow ARM uuid find by Nick Sanders · 13 years ago
  84. cbc86f7 Fixed compiler warning in v-boot reference. by Doug Anderson · 13 years ago
  85. a7b612a enhance pack_firmware_image by Che-Liang Chiou · 14 years ago
  86. 27b0dce Add a biosincludes.h header file for x86 (i386). by Gabe Black · 14 years ago
  87. 78b0517 crossystem: arm: fix incorrect mainfw_act output by Che-Liang Chiou · 14 years ago
  88. a3ec5c4 Ensure ARM crossystem gpio readings match u-boot. by Vadim Bendebury · 14 years ago
  89. 8ba3d79 Add locale_string decoder into BmpBlock. by Bill Richardson · 14 years ago
  90. c3fb9a2 load_firmware_test accepts boot flag input by Che-Liang Chiou · 14 years ago
  91. c90e7e8 Fix indentation; no code change. by Randall Spangler · 14 years ago
  92. 9dc90d3 Add /sbin and /usr/sbin to the search path by Gaurav Shah · 14 years ago
  93. 7ecb39d Check whether key block and preamble fit in padding. by Randall Spangler · 14 years ago
  94. ae87b92 Add --minversion option to vbutil_kernel to check for rollback. by Randall Spangler · 14 years ago
  95. 4dd0303 Fix build break by Randall Spangler · 14 years ago
  96. 9243e61 Add more specific recovery reasons for RW firmware invalid by Randall Spangler · 14 years ago
  97. 4395b69 Address compiler warnings (errors) for gcc-4.6 by Bill Richardson · 14 years ago
  98. 54e9582 Change GBB bmpblock to version 1.1, supporting direct HWID rendering. by Bill Richardson · 14 years ago
  99. c357408 Introduce arm support in crossystem. by Vadim Bendebury · 14 years ago
  100. 1fb8315 create_new_keys.sh uses key versions file by Randall Spangler · 14 years ago