summaryrefslogtreecommitdiff
path: root/firmware/stub/vboot_api_stub.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: Notify EC of current boot modefirmware-glimmer-5216.198.BSheng-Liang Song2014-09-041-0/+13
* 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
* 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
* Verified boot wrapper - add stub implementations for hostRandall Spangler2011-06-271-0/+120