summaryrefslogtreecommitdiff
path: root/firmware/stub
Commit message (Expand)AuthorAgeFilesLines
* Change VbExEc functions to take a devidx parameterstabilize-6092.Bstabilize-6082.BRandall Spangler2014-07-191-10/+10
* lib: Add VbExDisplaySetDimension.Hung-Te Lin2014-05-131-0/+5
* vboot: use recovery button as dev mode switch confirmationstabilize-5339.BLuigi Semenzato2014-01-191-0/+10
* Disable EC jump after RW image startsstabilize-5085.BDaisuke Nojiri2013-12-061-1/+1
* Add memory leak checkingSimon Glass2013-09-171-0/+88
* Implementation of Region APIstabilize-4636.BSimon Glass2013-08-301-0/+21
* Revert "Implementation of Region API"Yoshiki Iguchi2013-08-291-21/+0
* Implementation of Region APISimon Glass2013-08-281-0/+21
* Massive refactoring of external header files.Bill Richardson2013-04-026-0/+13
* Get rid of some crufty macros.Gabe Black2013-03-195-15/+5
* Get rid of the now unused biosincludes.h headers.stabilize-3881.0.BGabe Black2013-03-191-42/+0
* Split off modules required for VbInit() and VbSelectFirmware()Randall Spangler2013-02-264-85/+123
* Reformat to kernel styleRandall Spangler2013-02-061-117/+128
* EC software sync uses precomputed hash if availableRandall Spangler2013-02-061-0/+13
* tlcl: move open retry into TlclKees Cook2012-12-121-6/+24
* Tlcl: allow OS failures to bubble up to callerstabilize2Kees Cook2012-11-281-10/+40
* Add CTRL-L in dev screen to support a "legacy boot option"Stefan Reinauer2012-09-201-0/+5
* VbExEcGetExpectedRW() should take a const **Randall Spangler2012-07-231-2/+2
* Change VbExEcGetExpectedRW so that vboot picks an ec image instead of U-Boot.Gabe Black2012-07-191-2/+3
* Stub out new vboot APIs for EC software syncRandall Spangler2012-07-071-1/+43
* Remove VbExTrustEC() from vboot, so it can go into BIOS.Bill Richardson2012-06-181-0/+4
* Require -Wall -Werror for everything.Bill Richardson2012-05-031-1/+0
* Fix audio loop for long-delay keyboard reads.Bill Richardson2012-01-191-2/+19
* Add a few comments and warnings when building incorrectlySimon Glass2011-11-141-0/+4
* Move Memset from vboot_reference to vbexport/u-bootStefan Reinauer2011-11-021-0/+6
* VbExBeep() now returns VbError_t instead of voidBill Richardson2011-09-231-1/+2
* Decompress images in vboot wrapper, not in BIOS.Bill Richardson2011-08-171-2/+8
* Vboot wrapper initial implementationRandall Spangler2011-07-083-163/+15
* Port vboot_reference to use new wrapper API utility functionsRandall Spangler2011-07-083-49/+14
* Revert "Verified boot wrapper - replace utility functions"Randall Spangler2011-07-013-14/+49
* Verified boot wrapper - replace utility functionsRandall Spangler2011-07-013-49/+14
* Revert "Verified boot wrapper - replace utility functions"mukesh agrawal2011-06-273-14/+49
* Verified boot wrapper - replace utility functionsRandall Spangler2011-06-273-49/+14
* Verified boot wrapper - add stub implementations for hostRandall Spangler2011-06-272-0/+165
* Produce better error message when TPM device cannot be opened.Luigi Semenzato2011-06-241-3/+1
* Address compiler warnings (errors) for gcc-4.6Bill Richardson2011-05-091-0/+4
* Fix vboot_reference-firmware linking errorGaurav Shah2011-04-041-0/+1
* Add VbSharedData field parsingRandall Spangler2011-03-171-2/+2
* Added timing data to VbSharedData.Randall Spangler2011-03-161-1/+12
* This is necessary to pass additional information about whether firmware A or ...Randall Spangler2011-03-091-7/+9
* Add LoadFirmware() support for NvStorage APIRandall Spangler2011-02-251-0/+13
* Support dev vs consumer firmware in vboot_referenceRandall Spangler2011-02-141-0/+3
* vboot TPM stub functions return error codesChe-Liang Chiou2010-12-161-8/+15
* Fix PRIu64 definition to llu.Tom Wai-Hong Tam2010-12-091-1/+1
* Fix PRIu64 in biosincludes.hChe-Liang Chiou2010-12-071-1/+1
* Fix test suite deficiencies.vbendeb2010-09-291-1/+1
* TBR: reviewed in person with semenzatoRandall Spangler2010-09-022-28/+0
* Make TPM datagrams const, since they cannot be modified in the RO firmware.Luigi Semenzato2010-08-311-2/+2
* Added new commands and reactivated full rebuild after fixing for ARM ebuild.Luigi Semenzato2010-08-252-9/+6
* Make sure that our version of certain utility function implementations gets u...Gaurav Shah2010-08-201-24/+0