1. 5dc75d1 vboot: new streaming APIs by Dan Ehrenberg · 10 years ago
  2. 487a54b vboot: Notify EC of current boot mode by Sheng-Liang Song · 10 years ago
  3. e778ada Change VbExEc functions to take a devidx parameter by Randall Spangler · 10 years ago
  4. 5e8f1db lib: Add VbExDisplaySetDimension. by Hung-Te Lin · 10 years ago
  5. a53a0b0 vboot: use recovery button as dev mode switch confirmation by Luigi Semenzato · 11 years ago
  6. 8912169 Disable EC jump after RW image starts by Daisuke Nojiri · 11 years ago
  7. 2500185 Add memory leak checking by Simon Glass · 11 years ago
  8. 527ba81 Implementation of Region API by Simon Glass · 11 years ago
  9. 8fa13ad Revert "Implementation of Region API" by Yoshiki Iguchi · 11 years ago
  10. 1d3c804 Implementation of Region API by Simon Glass · 11 years ago
  11. 0c3ba24 Massive refactoring of external header files. by Bill Richardson · 12 years ago
  12. ac8805e Get rid of some crufty macros. by Gabe Black · 12 years ago
  13. 77f55ca Get rid of the now unused biosincludes.h headers. by Gabe Black · 12 years ago
  14. 9394326 Split off modules required for VbInit() and VbSelectFirmware() by Randall Spangler · 12 years ago
  15. 7c55708 Reformat to kernel style by Randall Spangler · 12 years ago
  16. 5ca4ea0 EC software sync uses precomputed hash if available by Randall Spangler · 12 years ago
  17. dd7a774 tlcl: move open retry into Tlcl by Kees Cook · 12 years ago
  18. 00cc728 Tlcl: allow OS failures to bubble up to caller by Kees Cook · 12 years ago
  19. a2326ee Add CTRL-L in dev screen to support a "legacy boot option" by Stefan Reinauer · 12 years ago
  20. 029ae65 VbExEcGetExpectedRW() should take a const ** by Randall Spangler · 12 years ago
  21. b1aa7ae Change VbExEcGetExpectedRW so that vboot picks an ec image instead of U-Boot. by Gabe Black · 12 years ago
  22. 053b7b6 Stub out new vboot APIs for EC software sync by Randall Spangler · 12 years ago
  23. 592567e Remove VbExTrustEC() from vboot, so it can go into BIOS. by Bill Richardson · 12 years ago
  24. f472919 Require -Wall -Werror for everything. by Bill Richardson · 12 years ago
  25. 037dba2 Fix audio loop for long-delay keyboard reads. by Bill Richardson · 13 years ago
  26. c259045 Add a few comments and warnings when building incorrectly by Simon Glass · 13 years ago
  27. 66264b5 Move Memset from vboot_reference to vbexport/u-boot by Stefan Reinauer · 13 years ago
  28. 4313fba VbExBeep() now returns VbError_t instead of void by Bill Richardson · 13 years ago
  29. b1c85a8 Decompress images in vboot wrapper, not in BIOS. by Bill Richardson · 13 years ago
  30. 1b1998d Vboot wrapper initial implementation by Randall Spangler · 13 years ago
  31. e49e8af Port vboot_reference to use new wrapper API utility functions by Randall Spangler · 13 years ago
  32. cfd841d Revert "Verified boot wrapper - replace utility functions" by Randall Spangler · 13 years ago
  33. f8c6549 Verified boot wrapper - replace utility functions by Randall Spangler · 13 years ago
  34. a7b9481 Revert "Verified boot wrapper - replace utility functions" by mukesh agrawal · 13 years ago
  35. bd81b3a Verified boot wrapper - replace utility functions by Randall Spangler · 13 years ago
  36. 32a6526 Verified boot wrapper - add stub implementations for host by Randall Spangler · 13 years ago
  37. c76136c Produce better error message when TPM device cannot be opened. by Luigi Semenzato · 13 years ago
  38. 4395b69 Address compiler warnings (errors) for gcc-4.6 by Bill Richardson · 13 years ago
  39. 3514e50 Fix vboot_reference-firmware linking error by Gaurav Shah · 13 years ago
  40. f4ba19d Add VbSharedData field parsing by Randall Spangler · 14 years ago
  41. ad6824b Added timing data to VbSharedData. by Randall Spangler · 14 years ago
  42. 95c4031 This is necessary to pass additional information about whether firmware A or B is being run. This change also passes the GBB directly into LoadFirmware() and LoadKernel(). by Randall Spangler · 14 years ago
  43. c4d2102 Add LoadFirmware() support for NvStorage API by Randall Spangler · 14 years ago
  44. a8e0f94 Support dev vs consumer firmware in vboot_reference by Randall Spangler · 14 years ago
  45. 5d9509c vboot TPM stub functions return error codes by Che-Liang Chiou · 14 years ago
  46. b7cfd6f Fix PRIu64 definition to llu. by Tom Wai-Hong Tam · 14 years ago
  47. 8a2d9c7 Fix PRIu64 in biosincludes.h by Che-Liang Chiou · 14 years ago
  48. a222fbc Fix test suite deficiencies. by vbendeb · 14 years ago
  49. 1fe1607 TBR: reviewed in person with semenzato by Randall Spangler · 14 years ago
  50. 89a02c1 Make TPM datagrams const, since they cannot be modified in the RO firmware. by Luigi Semenzato · 14 years ago
  51. 5896b96 Added new commands and reactivated full rebuild after fixing for ARM ebuild. by Luigi Semenzato · 14 years ago
  52. 37dff84 Make sure that our version of certain utility function implementations gets used in the firmware. by Gaurav Shah · 14 years ago
  53. 205190d Pay attention to TPM communication errors by Randall Spangler · 14 years ago
  54. f37fdf5 Allow passing TPM device path in the environment. by Luigi Semenzato · 14 years ago
  55. 50d48fe Various bug fixes to tpm_lite. Some changes to the test suite. by Luigi Semenzato · 14 years ago
  56. 3e1081f Add lots of debugging to TPM library. by Randall Spangler · 14 years ago
  57. aa92c63 Fix SafeMemcmp by removing any potential data-dependent branches. by Gaurav Shah · 14 years ago
  58. 39f6611 Add tpm lite to vboot reference by Randall Spangler · 14 years ago
  59. 416f681 This test sets the TPM to a each of a large amount of "interesting" initial states, and runs the firmware code at user level. by Luigi Semenzato · 14 years ago
  60. 3ecaf77 Make vboot_reference build in MSVC command line environment. by vbendeb · 14 years ago
  61. 1114b66 move biosincludes by Randall Spangler · 14 years ago
  62. 6216f5a Include BIOS specific definitions when required. by vbendeb · 14 years ago
  63. 620c38c Remove unused files, and tidy the directory structure of the remaining ones. by Randall Spangler · 14 years ago