summaryrefslogtreecommitdiff
path: root/firmware/stub
Commit message (Expand)AuthorAgeFilesLines
* tpm_lite_stub: clean up debug printouts in VbExTpmSendReceiveAndrey Pronin2016-11-101-23/+18
* vboot: use malloc and free directlyRandall Spangler2016-11-068-198/+4
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-232-36/+1
* Fix indentation in firmware and host libsRandall Spangler2016-10-132-172/+184
* Fix coverity warnings in firmwareRandall Spangler2016-09-061-1/+1
* Support doing battery cut-off in firmware stage.Hung-Te Lin2016-04-121-0/+5
* Port to musl: musl doesn't have execinfo.h.Doug Evans2016-01-071-0/+15
* vboot: Change VbExEc implementations to support RO updateMary Ruthven2016-01-061-7/+9
* vboot_api_kernel: Add new EcVbootDone APIShawn Nematbakhsh2015-10-291-0/+5
* Pass locale to VbExDisplayScreenDaisuke Nojiri2015-10-151-1/+1
* vboot_reference: fix unittest when building with clang.Yunlian Jiang2015-06-111-1/+1
* cgpt: Add a callback to allow override of GPT entry priorityFurquan Shaikh2015-06-041-0/+5
* futility: workaround for broken toolchain in static buildsBill Richardson2014-11-301-0/+39
* vboot: new streaming APIsDan Ehrenberg2014-10-151-0/+87
* vboot: Notify EC of current boot modeSheng-Liang Song2014-09-031-0/+13
* 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