1. 9908a9a vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWN by Joel Kitching · 5 years ago
  2. cf49e7b vboot: replace VBERROR_SUCCESS with VB2_SUCCESS by Joel Kitching · 5 years ago
  3. 90671fa vboot: rename VbError_t typedef to vb2_error_t by Joel Kitching · 5 years ago
  4. de2cae6 vboot: save GBB header in workbuf during firmware verification by Joel Kitching · 5 years ago
  5. 27e3e9f vboot: deprecate v1 GoogleBinaryBlockHeader struct by Joel Kitching · 5 years ago
  6. 8a4f0be vboot: hide 2common.h from external API by Joel Kitching · 5 years ago
  7. 52fa8c1 Makefile: Enable more warnings for host utilities / tests by Julius Werner · 5 years ago
  8. 45e420b firmware: add time unit conversion defines by Matt Delco · 5 years ago
  9. 9d6dc0d vboot: Add ui for setting vendor data in VPD by Mathew King · 5 years ago firmware-atlas-11827.12.B
  10. 9ad8a41 vboot: bulk fix tabs and spacing inconsistency by Joel Kitching · 6 years ago
  11. b284649 vboot_api: Remove unused VB_SCREEN constants by Julius Werner · 6 years ago
  12. b07b4b9 firmware: Stop using vboot1 cparams internally by Randall Spangler · 7 years ago
  13. 98616d7 firmware: Prune down old region API by Randall Spangler · 7 years ago
  14. 79c1c61 firmware: Include vb1 shared data in vb2 struct by Randall Spangler · 7 years ago
  15. de818cc firmware: simplify audio by Randall Spangler · 7 years ago
  16. 5142132 firmware: use sd->gbb_flags by Randall Spangler · 7 years ago
  17. dff5852 vboot: Use 2nvstorage instead of vboot_nvstorage by Randall Spangler · 7 years ago
  18. 356eab1 detachables: Set fw screen timeout to 30 secs upon button press by Shelley Chen · 7 years ago
  19. 2101589 firmware: replace VBDEBUG(()) macro with VB2_DEBUG() by Randall Spangler · 8 years ago
  20. ad7a755 firmware: Remove LoadKernelParams from APIs by Randall Spangler · 8 years ago
  21. e4136dc vboot: Pass vb2 context and use vboot2 NV routines by Randall Spangler · 8 years ago
  22. 559a110 vboot: use malloc and free directly by Randall Spangler · 8 years ago
  23. 664096b vboot: use standard memcmp, memcpy, memset by Randall Spangler · 8 years ago
  24. 9354379 Pass locale to VbExDisplayScreen by Daisuke Nojiri · 9 years ago
  25. 73a6372 Add broken screen by Daisuke Nojiri · 9 years ago
  26. 2500185 Add memory leak checking by Simon Glass · 11 years ago
  27. 527ba81 Implementation of Region API by Simon Glass · 11 years ago stabilize-4636.B
  28. 8fa13ad Revert "Implementation of Region API" by Yoshiki Iguchi · 11 years ago
  29. 1d3c804 Implementation of Region API by Simon Glass · 11 years ago
  30. 0c3ba24 Massive refactoring of external header files. by Bill Richardson · 11 years ago
  31. ac8805e Get rid of some crufty macros. by Gabe Black · 11 years ago
  32. 037dba2 Fix audio loop for long-delay keyboard reads. by Bill Richardson · 13 years ago
  33. 94d7034 Enable (and test) custom dev-mode sounds by Bill Richardson · 13 years ago
  34. 253a58e Refactor dev-mode delay handling into a separate file. by Bill Richardson · 13 years ago
  35. 791c95f Added tests for VbBootDeveloper sound and delay by Bill Richardson · 13 years ago