1. 5b63803 vboot2: Check necessity of recovery when firmware body hash fails to match by Daisuke Nojiri · 10 years ago
  2. a7ab8b5 vboot2: api-level routines by Randall Spangler · 10 years ago
  3. 1803068 vboot2: misc higher-level routines, part 2 by Randall Spangler · 10 years ago
  4. da2b49c vboot2: misc higher-level routines by Randall Spangler · 10 years ago
  5. 224f5ac vboot2: Use more specific error codes, part 3 by Randall Spangler · 10 years ago
  6. 2145721 vboot2: Use more specific error codes, part 2 by Randall Spangler · 10 years ago
  7. b9be536 vboot2: Use more specific error codes by Randall Spangler · 10 years ago
  8. b64f097 Use the TPM to back up some of the nvram fields by Bill Richardson · 10 years ago
  9. 7141d73 vboot2: Add common functions by Randall Spangler · 10 years ago
  10. 3333e57 vboot2: Add nvstorage and secdata functions by Randall Spangler · 10 years ago
  11. e166d04 vboot2: Add crypto functions by Randall Spangler · 10 years ago
  12. 786acda vboot2: Add workbuf functions by Randall Spangler · 10 years ago
  13. 4c3b4ea Workaround for failing tests when DEBUG=1 by Bill Richardson · 10 years ago
  14. 8f7b705 lib: Handle return error code of VbExDisplaySetDimension correctly. by Hung-Te Lin · 10 years ago
  15. 32c8ee3 Add missing #include in vboot_api.h by David Hendricks · 10 years ago
  16. 5e8f1db lib: Add VbExDisplaySetDimension. by Hung-Te Lin · 10 years ago
  17. bbc7606 Fix jumping EC from RO to RW if disable-jump was called on previous boot by Randall Spangler · 11 years ago
  18. a53a0b0 vboot: use recovery button as dev mode switch confirmation by Luigi Semenzato · 10 years ago
  19. 0417153 VbBootRecovery: Make second check for 'remove' devices if none found by Shawn Nematbakhsh · 10 years ago
  20. 8912169 Disable EC jump after RW image starts by Daisuke Nojiri · 11 years ago
  21. 2500185 Add memory leak checking by Simon Glass · 11 years ago
  22. 527ba81 Implementation of Region API by Simon Glass · 11 years ago
  23. 8fa13ad Revert "Implementation of Region API" by Yoshiki Iguchi · 11 years ago
  24. 1d3c804 Implementation of Region API by Simon Glass · 11 years ago
  25. 4777988 Improve kernel tests to pass valgrind by Simon Glass · 11 years ago
  26. 981cb2a Enable vboot for sandbox and improve debugging/format strings by Simon Glass · 11 years ago
  27. 195e4e8 Add VB_SELECT_FIRMWARE_COUNT to enum by Simon Glass · 11 years ago
  28. 7aa250f Fix incorrect format strings by Vadim Bendebury · 11 years ago
  29. 5371047 vboot: fix mocked TPM build by Duncan Laurie · 11 years ago
  30. 32fd6de Add labels to MTD partitions. by Albert Chaulk · 11 years ago
  31. 05f5944 fix build error when DEBUG is enabled by Mike Frysinger · 11 years ago
  32. d79f111 VbInit(): printout gbb flags as well by Aaron Durbin · 11 years ago
  33. 472d93c rollback_index: Remove recovery_mode parameter to SetupTPM. by Shawn Nematbakhsh · 11 years ago
  34. 964144b rollback_index: Add recovery parameter to RollbackKernelLock. by Shawn Nematbakhsh · 11 years ago
  35. 289b604 Port MTD structures to use 64-bit byte offsets instead of sectors. by Albert Chaulk · 11 years ago
  36. 952c2d3 Fix recovery mode entry due to invalid FW hash. by Aaron Durbin · 11 years ago
  37. 92f22e7 Bugfixes & MTD create command by Albert Chaulk · 11 years ago
  38. 48b26df Correct debug message typo by Vadim Bendebury · 11 years ago
  39. b334e65 Provide MTD version of common functions by Albert Chaulk · 11 years ago
  40. f2a1dc0 Add GBB flags for disabling software sync and defaulting to legacy boot by Randall Spangler · 11 years ago
  41. 19c9969 EC software sync no longer checks for shutdown requested by Randall Spangler · 11 years ago
  42. 534723a Integrate the flash key-value store code into cgpt. by Albert Chaulk · 11 years ago
  43. 416bdc6 tpmc: Fix compilation with MOCK_TPM=1 by Duncan Laurie · 11 years ago
  44. 5c9e453 Implement cgptlib for MTD devices. by Albert Chaulk · 11 years ago
  45. 339b0ac Clarify comment in VbInit() by Randall Spangler · 11 years ago
  46. 0c3ba24 Massive refactoring of external header files. by Bill Richardson · 11 years ago
  47. ac8805e Get rid of some crufty macros. by Gabe Black · 11 years ago
  48. 77f55ca Get rid of the now unused biosincludes.h headers. by Gabe Black · 11 years ago
  49. e064ab4 Don't include biosincludes.h any more. by Gabe Black · 11 years ago
  50. 5fed2a6 Rename Strncat to StrnAppend, use it instead of strncat. by Bill Richardson · 11 years ago
  51. 522da3e Use Memcpy to avoid unaligned accesses when using RollbackKernelSpace. by Gabe Black · 11 years ago
  52. 51d22d5 Use Memcpy to access the fw_versions member of RollbackSpaceFirmware. by Gabe Black · 11 years ago
  53. 9394326 Split off modules required for VbInit() and VbSelectFirmware() by Randall Spangler · 11 years ago
  54. ab63d3c rollback_index: fix -Wshadow warnings by Aaron Durbin · 11 years ago
  55. 9d7d0cb vboot_display: fix -Wwrite-strings compiler errors by Aaron Durbin · 11 years ago
  56. 612797e fwlib: fix errors with -Wmissing-prototypes by Aaron Durbin · 11 years ago
  57. 886a904 Software sync checks for shutdown-requested in all code paths by Randall Spangler · 11 years ago
  58. fe510c0 Add more display tests by Randall Spangler · 11 years ago
  59. 7f43669 Add more vboot_api_kernel tests by Randall Spangler · 11 years ago
  60. 7c55708 Reformat to kernel style by Randall Spangler · 11 years ago
  61. 5ca4ea0 EC software sync uses precomputed hash if available by Randall Spangler · 11 years ago
  62. 9a8e79c Remove +x permissions from source files. by Bill Richardson · 11 years ago
  63. 5cfcab5 Add VbExEcGetExpectedRWHash() by Randall Spangler · 11 years ago
  64. 29accd9 Reformat to kernel style by Randall Spangler · 11 years ago
  65. cefe12c Reformat cgptlib to kernel style by Randall Spangler · 11 years ago
  66. 7993f25 Reformat to kernel style by Randall Spangler · 11 years ago
  67. 49cb0d3 Add kernel tests by Randall Spangler · 11 years ago
  68. c3d488d Add tlcl tests by Randall Spangler · 11 years ago
  69. 0bf6405 Reformat files to kernel style by Randall Spangler · 11 years ago
  70. 5a4e9fa Add display tests by Randall Spangler · 11 years ago
  71. 68f54d4 Reformat files to kernel style by Randall Spangler · 11 years ago
  72. 8fd1aaf Remove dead ECPreamble code by Randall Spangler · 11 years ago
  73. a2db67d Reformat header files to kernel style by Randall Spangler · 11 years ago
  74. 786a5dc Start adding display tests by Randall Spangler · 11 years ago
  75. 0bda13f Improve coverage of cgptlib.c by Randall Spangler · 11 years ago
  76. 0f87249 Remove unused vbutil_ec by Randall Spangler · 11 years ago
  77. a3eac79 Improve coverage of rollback_index.c by Randall Spangler · 11 years ago
  78. 61a2eb3 Fix architecture definitions. by Randall Spangler · 11 years ago
  79. 25d1c25 fix s_tpm_pcr_read_cmd structure name typo by Kees Cook · 11 years ago
  80. 3428b4b Make tpmc able to send and receive raw datagrams. by Luigi Semenzato · 11 years ago
  81. 17f8d34 Rename files and defines to simplify makefile. by Randall Spangler · 11 years ago
  82. 5d9bbf2 Unify vboot build into a single makefile by Randall Spangler · 11 years ago
  83. ee32751 Add missing TlclLibClose function for mock TPM interface by Duncan Laurie · 11 years ago
  84. ef2a02f Use a separate knob for SHA512 unrolling by Simon Glass · 11 years ago
  85. 0aedbe1 Add support for a V option which selects verbose Makefile output. by Gabe Black · 11 years ago
  86. 699ebf3 Add recovery_subcode field to nvstorage and crossystem by Bill Richardson · 11 years ago
  87. dd7a774 tlcl: move open retry into Tlcl by Kees Cook · 12 years ago
  88. 00cc728 Tlcl: allow OS failures to bubble up to caller by Kees Cook · 12 years ago
  89. 640b1c4 Add more recovery_reason codes by Bill Richardson · 12 years ago
  90. 9754cae Add FAFT keyboard remap GBB flag by Marc Jones · 12 years ago
  91. ba7fd8d vboot_reference: Fix keyboard input lag at confirm screen. by Shawn Nematbakhsh · 12 years ago
  92. d2852ea Add recovery reason for failure to correct TPM error by Luigi Semenzato · 12 years ago
  93. adc6764 mount-encrypted: handle missing TPM on Chrome OS by Kees Cook · 12 years ago
  94. 00311b8 vboot_api_kernel: Print warning in Ctrl-U when dev_boot_usb is not enabled. by Hung-Te Lin · 12 years ago
  95. cb85206 vboot_api_kernel: Print warning in TONORM when GBB flags force DEV. by Hung-Te Lin · 12 years ago
  96. 65d3c27 Make cgpt_add error messages a little more verbose by Vadim Bendebury · 12 years ago
  97. be94d55 Rename RANDOM_POWER_OFF to a more descriptive SAVE_LOCALE_IMMEDIATELY by Randall Spangler · 12 years ago
  98. a2326ee Add CTRL-L in dev screen to support a "legacy boot option" by Stefan Reinauer · 12 years ago
  99. b7b865c Support alternative GPT header signature by Stefan Reinauer · 12 years ago
  100. c92c81e Don't copy BMP data on ARM by Simon Glass · 12 years ago