summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* Add recovery_subcode field to nvstorage and crossystemBill Richardson2012-12-173-1/+15
* tlcl: move open retry into TlclKees Cook2012-12-121-6/+24
* Tlcl: allow OS failures to bubble up to callerstabilize2Kees Cook2012-11-283-11/+45
* Add more recovery_reason codesBill Richardson2012-11-267-27/+75
* Add FAFT keyboard remap GBB flagMarc Jones2012-11-061-1/+2
* vboot_reference: Fix keyboard input lag at confirm screen.Shawn Nematbakhsh2012-10-301-1/+3
* Add recovery reason for failure to correct TPM errorLuigi Semenzato2012-10-292-0/+4
* mount-encrypted: handle missing TPM on Chrome OSKees Cook2012-10-121-0/+1
* vboot_api_kernel: Print warning in Ctrl-U when dev_boot_usb is not enabled.Hung-Te Lin2012-10-031-0/+3
* vboot_api_kernel: Print warning in TONORM when GBB flags force DEV.Hung-Te Lin2012-09-271-0/+9
* Make cgpt_add error messages a little more verboseVadim Bendebury2012-09-263-5/+59
* Rename RANDOM_POWER_OFF to a more descriptive SAVE_LOCALE_IMMEDIATELYRandall Spangler2012-09-242-3/+3
* Add CTRL-L in dev screen to support a "legacy boot option"Stefan Reinauer2012-09-208-1/+48
* Support alternative GPT header signatureStefan Reinauer2012-09-193-9/+23
* 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