summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* Don't copy BMP data on ARMSimon Glass2012-09-102-0/+9
* Define all screens in enum ScreenIndex and use themSimon Glass2012-09-102-12/+16
* Replace %L with %ll in format strings.Gabe Black2012-09-092-2/+2
* Remove power button work-around for ARMSimon Glass2012-09-072-5/+9
* Check keyboard more often in recovery modeSimon Glass2012-09-071-7/+8
* Cache GBB images to speed up displaySimon Glass2012-09-071-5/+5
* Esc at DEV screen no longer triggers TONORMRandall Spangler2012-09-061-2/+1
* 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-283-0/+7
* Short-circuit looping for audio in Sandbox U-Boot buildsTaylor Hutt2012-08-241-0/+4
* Fix handling of enter and space in developer screens.Randall Spangler2012-08-162-60/+14
* Add clear TPM owner requestRandall Spangler2012-08-157-11/+61
* twostop: Skip kernel verification when built for U-Boot sandboxTaylor Hutt2012-08-151-0/+17
* Get kernel size/load address from vboot headersVadim Bendebury2012-08-142-8/+21
* mocked_tpm: Provide definition of kBootStateSHA1DigestsTaylor Hutt2012-08-141-0/+50
* firmware: Add TONORM_CONFIRM screen.Hung-Te Lin2012-08-133-0/+6
* Increase max number of bitmaps to composite to 16 per screen.Dave Parker2012-08-091-3/+3
* rename common.mk to build.mkMike Frysinger2012-08-081-1/+1
* Hash-based EC verification needs only a tiny bit of padding.c infoRandall Spangler2012-08-071-20/+9
* vboot: add flag to indicate that the EC is slow to programBill Richardson2012-08-074-8/+16
* Crossystem should return at-boot switch positions from VbSharedDataRandall Spangler2012-08-061-1/+7
* cryptolib: put constant arrays in rodata segmentVincent Palatin2012-08-064-10/+10
* Add WAIT screen to default bitmapBill Richardson2012-08-052-0/+4
* TONORM screen should display at Dev screen, not Recovery screen.Bill Richardson2012-08-023-64/+91
* Add missing mocked TPM functionsKees Cook2012-08-021-1/+18
* Flush keyboard at start of screens which take keyboard inputRandall Spangler2012-08-011-1/+51
* Revert "Enter key at DEV screen no longer transition to TONORM screen"Randall Spangler2012-08-012-7/+7
* Enter key at DEV screen no longer transition to TONORM screenRandall Spangler2012-07-312-7/+7
* security: Avoid integer wrap on 32-bit platformsBill Richardson2012-07-311-2/+4
* Shut down after EC software sync if lid is closedRandall Spangler2012-07-261-11/+15
* Add more specific recovery reasons for EC software sync.Randall Spangler2012-07-263-11/+34
* Handle reboots required to protect/unprotect RW firmwareRandall Spangler2012-07-251-13/+25
* EC software sync now updates RW firmware if necessary.Randall Spangler2012-07-251-28/+81
* Call VbExEcGetExpectedRW() with the correct parameters.Bill Richardson2012-07-241-2/+6
* VbExEcGetExpectedRW() should take a const **Randall Spangler2012-07-233-5/+27
* Change VbExEcGetExpectedRW so that vboot picks an ec image instead of U-Boot.Gabe Black2012-07-192-4/+7
* Partial EC software sync implementationRandall Spangler2012-07-165-1/+118
* 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-113-5/+25
* Stub out new vboot APIs for EC software syncRandall Spangler2012-07-072-8/+89
* Add EC software sync flag to VbInit()Randall Spangler2012-07-071-0/+2
* Set/clear developer mode flag in VbInit outputChe-Liang Chiou2012-07-022-1/+4
* Revert "Expose getter of virtual dev switch value"Che-Liang Chiou2012-07-022-16/+0
* Expose getter of virtual dev switch valueChe-Liang Chiou2012-06-292-0/+16
* Add bits to request and acknowledge Option ROM loading.Bill Richardson2012-06-275-0/+21
* Remove VbExTrustEC() from vboot, so it can go into BIOS.Bill Richardson2012-06-183-7/+11
* Add GBB flags to enable dev mode by defaultRandall Spangler2012-06-144-13/+29
* tlcl: add GetOwner commandKees Cook2012-06-133-0/+24
* Remove unused test fields from VbNvStorageRandall Spangler2012-06-114-76/+4
* add SetVirtualDevMode stubMike Frysinger2012-06-091-0/+5