summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't copy BMP data on ARMfirmware-snow-2695.90.BSimon Glass2012-09-102-0/+9
* Define all screens in enum ScreenIndex and use themSimon Glass2012-09-102-12/+16
* 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
* signing script: Resign just firmware body, not the entire sectionChe-Liang Chiou2012-09-051-6/+42
* Fix handling of enter and space in developer screens.Randall Spangler2012-08-172-60/+14
* Add clear TPM owner requestRandall Spangler2012-08-1512-26/+122
* firmware: Add TONORM_CONFIRM screen.Hung-Te Lin2012-08-143-0/+6
* Increase max number of bitmaps to composite to 16 per screen.Dave Parker2012-08-096-19/+12
* Hash-based EC verification needs only a tiny bit of padding.c infoRandall Spangler2012-08-081-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-075-63/+90
* cryptolib: put constant arrays in rodata segmentVincent Palatin2012-08-074-10/+10
* Add WAIT screen to default bitmapBill Richardson2012-08-075-6/+15
* TONORM screen should display at Dev screen, not Recovery screen.Bill Richardson2012-08-073-64/+91
* Add missing mocked TPM functionsKees Cook2012-08-071-1/+18
* Flush keyboard at start of screens which take keyboard inputRandall Spangler2012-08-071-1/+51
* Revert "Enter key at DEV screen no longer transition to TONORM screen"Randall Spangler2012-08-072-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
* vbutil_kernel: gracefully exit if the config file is badLucian Cojocar2012-07-311-0/+4
* Fix "cgpt show" output for large hard drives.Shawn Nematbakhsh2012-07-301-5/+5
* 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
* Add human-readable output option to dump_fmapBill Richardson2012-07-261-28/+124
* 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
* utility: Change autoupdate toolkits to statically linked.Hung-Te Lin2012-07-251-10/+14
* Call VbExEcGetExpectedRW() with the correct parameters.Bill Richardson2012-07-241-2/+6
* mount-encrypted: improve ancient Cr48 install detectionKees Cook2012-07-241-38/+82
* VbExEcGetExpectedRW() should take a const **Randall Spangler2012-07-233-5/+27
* tests: relocate state file to actual /varKees Cook2012-07-231-1/+1
* This is failing EC unit test and blocking CQ. Since I can get to Randall and ...Vic Yang2012-07-201-71/+123
* vboot_reference: Change EC signing to apply new FMAP areas.Hung-Te Lin2012-07-201-123/+71
* mount-encrypted: handle lack of dm-crypt "allow_discard"Kees Cook2012-07-203-8/+21
* Change VbExEcGetExpectedRW so that vboot picks an ec image instead of U-Boot.Gabe Black2012-07-192-4/+7
* mount-encrypted: support static key factory modeKees Cook2012-07-181-13/+41
* devkeys: add key.versions and install kernel keysMike Frysinger2012-07-183-0/+4
* [vboot_reference] Prepare for the removal of /root/.forget_usernames from tes...Nirnimesh2012-07-171-8/+0
* Keep vbutil_ec from dying if EC firmware B isn't presentRandall Spangler2012-07-171-2/+6
* 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
* crossystem: Let kernel worry about active_low stuffChe-Liang Chiou2012-07-121-3/+2
* crossystem: Return error when trying to read GPIO port zeroChe-Liang Chiou2012-07-121-1/+10
* Ensure that the VGA is enabled/disabled as needed.Bill Richardson2012-07-113-5/+25
* Fix broken tests left from commit dc6b642bBill Richardson2012-07-101-0/+4
* Revert "Read virtual switch current values correctly"Che-Liang Chiou2012-07-091-21/+5
* Stub out new vboot APIs for EC software syncRandall Spangler2012-07-072-8/+89