summaryrefslogtreecommitdiff
path: root/firmware/stub/vboot_api_stub.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: fix two return values in vboot_api_stub.cJoel Kitching2020-05-281-3/+4
* vboot: move timer and beep functions to vboot2 namespaceJoel Kitching2020-05-281-3/+2
* vboot: reshuffle legacy UI filesJoel Kitching2020-05-251-0/+10
* vboot: Rename VB_AUX_FW_* to VB2_AUXFW_*factory-drallion-13080.BYu-Ping Wu2020-05-051-1/+1
* vboot: rename VbExGetSwitches to vb2ex_physical_presence_pressedstabilize-volteer-12931.BJoel Kitching2020-02-261-1/+1
* vboot: remove VbExOverrideGptEntryPriorityJoel Kitching2019-12-071-5/+0
* ec_sync: Remove vb2ex_get_expected_image() callbackTim Wawrzynczak2019-11-141-11/+1
* vboot: simplify ec_sync code to only handle one deviceJoel Kitching2019-11-141-18/+17
* vboot: remove VbExEcEnteringMode and friendsJoel Kitching2019-11-061-13/+0
* vboot: remove extraneous SHA256_HASH_SIZE constantJoel Kitching2019-10-231-2/+0
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-17/+17
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-1/+1
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-25/+26
* vboot: join vboot1 and vboot2 errors into same enumJoel Kitching2019-08-061-0/+1
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-6/+1
* vboot: changes to allow RW_LEGACY hash verificationMatt Delco2019-03-131-1/+1
* vboot_display: Add full_info parameter to VbExDisplayDebugInfo()factory-atlas-11907.Bfactory-atlas-11907.11.BJulius Werner2019-03-091-1/+1
* vboot: Add ui for setting vendor data in VPDfirmware-atlas-11827.12.BMathew King2019-02-221-1/+7
* Add support for booting into alternative boot loadersSimon Glass2018-09-261-1/+1
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-1/+1
* firmware: remove unused vboot1 APIsRandall Spangler2018-03-081-40/+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
* vboot: use malloc and free directlyRandall Spangler2016-11-061-2/+0
* Support doing battery cut-off in firmware stage.Hung-Te Lin2016-04-121-0/+5
* 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
* cgpt: Add a callback to allow override of GPT entry priorityFurquan Shaikh2015-06-041-0/+5
* 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
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+2
* Get rid of some crufty macros.Gabe Black2013-03-191-3/+0
* Split off modules required for VbInit() and VbSelectFirmware()Randall Spangler2013-02-261-76/+0
* Reformat to kernel styleRandall Spangler2013-02-061-117/+128
* EC software sync uses precomputed hash if availableRandall Spangler2013-02-061-0/+13
* 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