summaryrefslogtreecommitdiff
path: root/firmware/include/vboot_api.h
Commit message (Expand)AuthorAgeFilesLines
* firmware: Support new firmware screen "WRONG ADAPTER".firmware-zako-5219.Bfirmware-zako-5219.17.BHung-Te Lin2014-03-191-0/+2
* CHERRY-PICK: vboot: use recovery button as dev mode switch confirmationLuigi Semenzato2014-02-121-0/+23
* Disable EC jump after RW image startsstabilize-5085.BDaisuke Nojiri2013-12-061-4/+3
* Implementation of Region APIstabilize-4636.BSimon Glass2013-08-301-0/+41
* Revert "Implementation of Region API"Yoshiki Iguchi2013-08-291-41/+0
* Implementation of Region APISimon Glass2013-08-281-0/+41
* Add VB_SELECT_FIRMWARE_COUNT to enumSimon Glass2013-08-161-1/+2
* Fix incorrect format stringsstabilize-falco-4537.91.Bstabilize-4537.147.Bstabilize-4537.118.Brelease-R30-4537.BVadim Bendebury2013-08-101-1/+2
* Massive refactoring of external header files.Bill Richardson2013-04-021-3/+9
* Add VbExEcGetExpectedRWHash()Randall Spangler2013-02-051-1/+12
* Reformat header files to kernel styleRandall Spangler2013-01-251-398/+515
* Add CTRL-L in dev screen to support a "legacy boot option"Stefan Reinauer2012-09-201-0/+3
* Declare VbExProtectFlash() in vboot_api.h so we can implement it.Bill Richardson2012-08-281-0/+8
* Add VB_INIT_FLAG_SW_WP_ENABLED to VbInit() input flags.Bill Richardson2012-08-281-0/+3
* firmware: Add TONORM_CONFIRM screen.Hung-Te Lin2012-08-131-0/+1
* vboot: add flag to indicate that the EC is slow to programBill Richardson2012-08-071-0/+2
* Add WAIT screen to default bitmapBill Richardson2012-08-051-0/+1
* TONORM screen should display at Dev screen, not Recovery screen.Bill Richardson2012-08-021-1/+1
* Revert "Enter key at DEV screen no longer transition to TONORM screen"Randall Spangler2012-08-011-1/+0
* Enter key at DEV screen no longer transition to TONORM screenRandall Spangler2012-07-311-0/+1
* 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/+4
* Request EC reboot to RO via return code rather than function (vboot portion)Randall Spangler2012-07-161-4/+2
* Ensure that the VGA is enabled/disabled as needed.Bill Richardson2012-07-111-1/+5
* Stub out new vboot APIs for EC software syncRandall Spangler2012-07-071-7/+46
* Add EC software sync flag to VbInit()Randall Spangler2012-07-071-0/+2
* Set/clear developer mode flag in VbInit outputChe-Liang Chiou2012-07-021-0/+2
* Revert "Expose getter of virtual dev switch value"Che-Liang Chiou2012-07-021-2/+0
* Expose getter of virtual dev switch valueChe-Liang Chiou2012-06-291-0/+2
* Add bits to request and acknowledge Option ROM loading.Bill Richardson2012-06-271-0/+2
* Remove VbExTrustEC() from vboot, so it can go into BIOS.Bill Richardson2012-06-181-0/+7
* Support virtual dev-switch (keyboard-based dev-mode)Bill Richardson2012-06-081-1/+3
* Use virtual dev-mode switch when told to.factory-2338.BBill Richardson2012-05-181-0/+4
* Add Ctrl-Enter as an additional key to trigger dev USB boot.Tom Wai-Hong Tam2012-02-141-1/+2
* Clean up return codes for better interaction with U-Boot.Bill Richardson2012-01-171-4/+6
* Add VB_INIT_OUT_ENABLE_ALTERNATE_OS flagBill Richardson2011-11-161-0/+2
* Add flag to GBB to allow loading PCI Option ROMsBill Richardson2011-11-111-0/+2
* VbExBeep() now returns VbError_t instead of voidBill Richardson2011-09-231-6/+20
* Decompress images in vboot wrapper, not in BIOS.Bill Richardson2011-08-171-9/+19
* Refactor LoadFirmware() and LoadKernel() to return VbError_tRandall Spangler2011-07-261-1/+5
* Return more meaningful error codes from vboot entry pointsRandall Spangler2011-07-251-7/+59
* Add vboot support for RO-normal code path.Randall Spangler2011-07-141-2/+6
* Add support for flags in the firmware preamble.Randall Spangler2011-07-131-1/+5
* Vboot wrapper - add recovery reason, refactor timingRandall Spangler2011-07-081-9/+5
* Vboot wrapper initial implementationRandall Spangler2011-07-081-0/+4
* Vboot wrapper APIRandall Spangler2011-06-231-0/+519