summaryrefslogtreecommitdiff
path: root/firmware/include
Commit message (Expand)AuthorAgeFilesLines
* Implementation of Region APISimon Glass2013-08-283-0/+179
* 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
* Add GBB flags for disabling software sync and defaulting to legacy bootfactory-spring-4262.Bfactory-skate-4262.459.BRandall Spangler2013-06-121-0/+4
* Massive refactoring of external header files.Bill Richardson2013-04-0212-297/+129
* Get rid of some crufty macros.Gabe Black2013-03-195-47/+6
* Don't include biosincludes.h any more.Gabe Black2013-03-181-10/+0
* Rename Strncat to StrnAppend, use it instead of strncat.firmware-spring-3824.Bfirmware-spring-3824.84.Bfirmware-spring-3824.55.Bfirmware-spring-3824.4.Bfirmware-skate-3824.129.BBill Richardson2013-03-061-1/+1
* EC software sync uses precomputed hash if availableRandall Spangler2013-02-061-0/+4
* Add VbExEcGetExpectedRWHash()Randall Spangler2013-02-051-1/+12
* Add tlcl testsRandall Spangler2013-01-311-0/+2
* Remove dead ECPreamble codeRandall Spangler2013-01-251-46/+0
* Reformat header files to kernel styleRandall Spangler2013-01-2510-954/+1309
* Make tpmc able to send and receive raw datagrams.Luigi Semenzato2013-01-111-0/+13
* Add recovery_subcode field to nvstorage and crossystemBill Richardson2012-12-171-0/+2
* Tlcl: allow OS failures to bubble up to callerstabilize2Kees Cook2012-11-281-0/+4
* Add more recovery_reason codesBill Richardson2012-11-261-8/+32
* Add FAFT keyboard remap GBB flagMarc Jones2012-11-061-1/+2
* Add recovery reason for failure to correct TPM errorLuigi Semenzato2012-10-291-0/+2
* mount-encrypted: handle missing TPM on Chrome OSKees Cook2012-10-121-0/+1
* Add CTRL-L in dev screen to support a "legacy boot option"Stefan Reinauer2012-09-203-0/+7
* Define all screens in enum ScreenIndex and use themSimon Glass2012-09-101-4/+8
* 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-282-0/+5
* Fix handling of enter and space in developer screens.Randall Spangler2012-08-161-0/+2
* Add clear TPM owner requestRandall Spangler2012-08-151-0/+4
* firmware: Add TONORM_CONFIRM screen.Hung-Te Lin2012-08-131-0/+1
* Increase max number of bitmaps to composite to 16 per screen.Dave Parker2012-08-091-3/+3
* vboot: add flag to indicate that the EC is slow to programBill Richardson2012-08-072-0/+4
* Crossystem should return at-boot switch positions from VbSharedDataRandall Spangler2012-08-061-1/+7
* 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
* Add more specific recovery reasons for EC software sync.Randall Spangler2012-07-261-2/+12
* 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
* Partial EC software sync implementationRandall Spangler2012-07-162-1/+7
* 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-112-3/+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-273-0/+7
* Remove VbExTrustEC() from vboot, so it can go into BIOS.Bill Richardson2012-06-181-0/+7
* Add GBB flags to enable dev mode by defaultRandall Spangler2012-06-141-0/+7
* tlcl: add GetOwner commandKees Cook2012-06-131-0/+4
* Remove unused test fields from VbNvStorageRandall Spangler2012-06-111-13/+1