summaryrefslogtreecommitdiff
path: root/firmware/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support virtual dev-switch (keyboard-based dev-mode)Bill Richardson2012-06-082-1/+5
* Add DISABLE_DEV_REQUEST flag to nvram.factory-2394.Bfactory-2368.BBill Richardson2012-05-251-0/+3
* Use virtual dev-mode switch when told to.factory-2338.BBill Richardson2012-05-181-0/+4
* Add checksum to TPM RollbackSpace regions for FW and kernel.Bill Richardson2012-05-171-0/+1
* Create vbutil_ec tool for signing EC firmware.Bill Richardson2012-05-041-0/+39