1. a53a0b0 vboot: use recovery button as dev mode switch confirmation by Luigi Semenzato · 11 years ago
  2. 46e00e6 x86: Stop building the vboot library using regparm=3. by Gabe Black · 11 years ago
  3. 0417153 VbBootRecovery: Make second check for 'remove' devices if none found by Shawn Nematbakhsh · 11 years ago
  4. 1aa59b0 crossystem: handle BayTrail gpios by Aaron Durbin · 11 years ago
  5. 31912b6 crossystem: add GpioChipset sturcture for x86 by Aaron Durbin · 11 years ago
  6. a7e2c76 crossystem: make BayTrail a valid platform_family by Aaron Durbin · 11 years ago
  7. 8912169 Disable EC jump after RW image starts by Daisuke Nojiri · 11 years ago
  8. a3d70a3 Make crossystem.h more polite and more useful. by J. Richard Barnette · 11 years ago
  9. fe2c1a2 Allow <vboot/crossystem.h> to be usable in C++ code. by J. Richard Barnette · 11 years ago
  10. 92cbd5d Add a "debug_build" query to crossystem. by J. Richard Barnette · 11 years ago
  11. d96b25d fwlib: Map architecture armv7 to arm by Stefan Reinauer · 11 years ago
  12. 2500185 Add memory leak checking by Simon Glass · 11 years ago
  13. 1a11381 Fix improper memset statement. by Han Shen · 11 years ago
  14. 527ba81 Implementation of Region API by Simon Glass · 11 years ago
  15. 8fa13ad Revert "Implementation of Region API" by Yoshiki Iguchi · 11 years ago
  16. 1d3c804 Implementation of Region API by Simon Glass · 11 years ago
  17. 317e1b4 Avoid exit code overflow for tpmc. by Luigi Semenzato · 11 years ago
  18. acc9846 Revert "Enable debug flags when building natively" by Hung-Te Lin · 11 years ago
  19. 3401fdc Correct some minor compiler warnings by Simon Glass · 11 years ago
  20. 4777988 Improve kernel tests to pass valgrind by Simon Glass · 11 years ago
  21. e4759b7 Enable debug flags when building natively by Simon Glass · 11 years ago
  22. 981cb2a Enable vboot for sandbox and improve debugging/format strings by Simon Glass · 11 years ago
  23. 798cc91 Change flashrom target selection parameter. by Hung-Te Lin · 11 years ago
  24. 195e4e8 Add VB_SELECT_FIRMWARE_COUNT to enum by Simon Glass · 11 years ago
  25. 7aa250f Fix incorrect format strings by Vadim Bendebury · 11 years ago
  26. 5371047 vboot: fix mocked TPM build by Duncan Laurie · 11 years ago
  27. 7a3a467 Add a script to remove /boot and its contents from an image. by Don Garrett · 11 years ago
  28. 494646d Fix some issues with LBA vs byte offsets by Albert Chaulk · 11 years ago
  29. 32fd6de Add labels to MTD partitions. by Albert Chaulk · 11 years ago
  30. 05f5944 fix build error when DEBUG is enabled by Mike Frysinger · 11 years ago
  31. d79f111 VbInit(): printout gbb flags as well by Aaron Durbin · 11 years ago
  32. d41000e Don't always enable MTD mode unless MTD device is specified by Albert Chaulk · 11 years ago
  33. f5c62bd Fixed sign_official_build.sh to work with PARTUUID by Paul Taysom · 11 years ago
  34. 472d93c rollback_index: Remove recovery_mode parameter to SetupTPM. by Shawn Nematbakhsh · 11 years ago
  35. 964144b rollback_index: Add recovery parameter to RollbackKernelLock. by Shawn Nematbakhsh · 11 years ago
  36. 42c08cb Add MTD test script by Albert Chaulk · 12 years ago
  37. 4464354 MTD: When running on the host (as during install) use the host FTS if possible. by Albert Chaulk · 11 years ago
  38. abd06d1 Revert "futility: Use flashrom for 'dump_fmap -x'" by Simon Glass · 11 years ago
  39. c1bbc75 futility: Use flashrom for 'dump_fmap -x' by Simon Glass · 11 years ago
  40. 289b604 Port MTD structures to use 64-bit byte offsets instead of sectors. by Albert Chaulk · 11 years ago
  41. 7d401c5 MTD modification commands: add & prioritize by Albert Chaulk · 12 years ago
  42. 952c2d3 Fix recovery mode entry due to invalid FW hash. by Aaron Durbin · 11 years ago
  43. 1c568bc MTD search commands: show & find by Albert Chaulk · 12 years ago
  44. 92f22e7 Bugfixes & MTD create command by Albert Chaulk · 12 years ago
  45. 98624d3 cgpt: do not show length of 1 for undefined partitions by Mike Frysinger · 12 years ago
  46. 48b26df Correct debug message typo by Vadim Bendebury · 11 years ago
  47. 556ec4f dump_fmap: Find correct FMAP structure by checking version. by Hung-Te Lin · 11 years ago
  48. a75071c Enables MTD mode via command line option. by Albert Chaulk · 12 years ago
  49. 114d54a Add 5420 to the set of recognizable platforms by Vadim Bendebury · 11 years ago
  50. b334e65 Provide MTD version of common functions by Albert Chaulk · 12 years ago
  51. 874109e Implement no-op commands by Albert Chaulk · 12 years ago
  52. f2a1dc0 Add GBB flags for disabling software sync and defaulting to legacy boot by Randall Spangler · 11 years ago
  53. 19c9969 EC software sync no longer checks for shutdown requested by Randall Spangler · 11 years ago
  54. 534723a Integrate the flash key-value store code into cgpt. by Albert Chaulk · 12 years ago
  55. 7e3f860 crossystem: Add device IDs for haswell by Duncan Laurie · 11 years ago
  56. 01bc003 Changed to use sed for regex pattern matching by Paul Taysom · 11 years ago
  57. ed92ada Added support for PARTUUID= by Paul Taysom · 12 years ago
  58. 416bdc6 tpmc: Fix compilation with MOCK_TPM=1 by Duncan Laurie · 12 years ago
  59. ad3ff7c crossystem: Add LynxPoint to list of valid x86 chipset types by Duncan Laurie · 12 years ago
  60. fa6b35c Refactor CgptAdd and CgptPrioitize to remove gpt-specific code by Albert Chaulk · 12 years ago
  61. 5c9e453 Implement cgptlib for MTD devices. by Albert Chaulk · 12 years ago
  62. 464ccba vboot_reference: change position of 'const' by Yunlian Jiang · 12 years ago
  63. e0e4ed4 vbutil_kernel: copy zeropage fully by Kees Cook · 12 years ago
  64. 339b0ac Clarify comment in VbInit() by Randall Spangler · 12 years ago
  65. 20807b6 Build dump_fmap into futility. by Bill Richardson · 12 years ago
  66. 6db8c75 Build both static and dynamic versions of futility. by Bill Richardson · 12 years ago
  67. 339f7e0 Add framework for testing builtin futility functions. by Bill Richardson · 12 years ago
  68. 1912bba Include generated dependency files for all object files. by Bill Richardson · 12 years ago
  69. a130e0b Fix Makefile to only build fwlib when asked to, not hostlib too. by Bill Richardson · 12 years ago
  70. 0c3ba24 Massive refactoring of external header files. by Bill Richardson · 12 years ago
  71. 28b65ca Simplify the exported FindKernelConfig() function. by Bill Richardson · 12 years ago
  72. 661ae9e Add a QUIET Makefile option to reduce non-error output by Simon Glass · 12 years ago
  73. 64ee153 crossystem: Fix cros_debug detection on non-chrome systems. by Hung-Te Lin · 12 years ago
  74. 3f806a2 Apply consistent naming scheme for hostlib functions. by Bill Richardson · 12 years ago
  75. 95bae09 Remove unused 'autotest' directory (real one's in autotest repo). by Bill Richardson · 12 years ago
  76. ac8805e Get rid of some crufty macros. by Gabe Black · 12 years ago
  77. 77f55ca Get rid of the now unused biosincludes.h headers. by Gabe Black · 12 years ago
  78. e064ab4 Don't include biosincludes.h any more. by Gabe Black · 12 years ago
  79. feb2518 Wrap all vboot utilities with futility. by Bill Richardson · 12 years ago
  80. 5fed2a6 Rename Strncat to StrnAppend, use it instead of strncat. by Bill Richardson · 12 years ago
  81. 522da3e Use Memcpy to avoid unaligned accesses when using RollbackKernelSpace. by Gabe Black · 12 years ago
  82. 51d22d5 Use Memcpy to access the fw_versions member of RollbackSpaceFirmware. by Gabe Black · 12 years ago
  83. 81a0b3d Move CgptManager from vboot_reference to installer by Bill Richardson · 12 years ago
  84. c7c6e5d Remove the mount-encrypted utility from vboot_reference by Bill Richardson · 12 years ago
  85. 2f8ac15 Point to new libchrome-180609 for CgptManager stuff by Bill Richardson · 12 years ago
  86. 9394326 Split off modules required for VbInit() and VbSelectFirmware() by Randall Spangler · 12 years ago
  87. ab63d3c rollback_index: fix -Wshadow warnings by Aaron Durbin · 12 years ago
  88. 9d7d0cb vboot_display: fix -Wwrite-strings compiler errors by Aaron Durbin · 12 years ago
  89. 612797e fwlib: fix errors with -Wmissing-prototypes by Aaron Durbin · 12 years ago
  90. e6cf2c2 mount-encrypted: issue sync()s between umount stages by Kees Cook · 12 years ago
  91. c9bf348 Let the Makefile install the utilities, not the ebuild. by Bill Richardson · 12 years ago
  92. 134d9ee Remove hardcoded path in unused chromeos-tpm-recovery-test by Bill Richardson · 12 years ago
  93. 886a904 Software sync checks for shutdown-requested in all code paths by Randall Spangler · 12 years ago
  94. fe510c0 Add more display tests by Randall Spangler · 12 years ago
  95. 7f43669 Add more vboot_api_kernel tests by Randall Spangler · 12 years ago
  96. 0714d9d Fix and enable vboot_api_kernel_tests by Randall Spangler · 12 years ago
  97. 7c55708 Reformat to kernel style by Randall Spangler · 12 years ago
  98. 5ca4ea0 EC software sync uses precomputed hash if available by Randall Spangler · 12 years ago
  99. 9a8e79c Remove +x permissions from source files. by Bill Richardson · 12 years ago
  100. 5ede8c9 set_lsb_release: enable batch modification by Mike Frysinger · 12 years ago