summaryrefslogtreecommitdiff
path: root/firmware/stub
Commit message (Expand)AuthorAgeFilesLines
* tpm_lite: stub: retry in case of TPM comm errorstabilize-10718.88.Bstabilize-10718.71.Bstabilize-10718.69.Bstabilize-10718.111.Brelease-R68-10718.BAndrey Pronin2018-05-241-7/+45
* tpm_lite: Set O_CLOEXEC when opening TPM device.stabilize-10682.BMattias Nissler2018-05-141-1/+1
* tpm_lite: Implement ReadPubek command.Mattias Nissler2018-04-131-0/+17
* firmware: remove unused vboot1 APIsRandall Spangler2018-03-081-40/+0
* firmware: Prune down old region APIRandall Spangler2018-01-091-18/+0
* detachables: Skip "Enable Developer Mode" in DEV modeShelley Chen2017-08-141-1/+2
* define callback APIs for auxiliary firmware update.Caveh Jalali2017-05-231-0/+11
* detachables: Define VbExDisplayMenu()stabilize-9430.Bstabilize-9428.BShelley Chen2017-03-291-0/+6
* poppy: define VbExDisplayGetDimension()Shelley Chen2017-03-021-0/+5
* poppy: add highlight param to VbExDisplayText()Shelley Chen2017-02-271-1/+2
* firmware: Adding VbExDisplayText functionShelley Chen2017-01-131-0/+6
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-121-7/+10
* 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