summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (firmware-parrot)Add recovery_subcode field to nvstorage and crossystemfirmware-parrot-2685.BBill Richardson2012-12-185-1/+20
* (firmware-parrot) Add FAFT keyboard remap GBB flagMarc Jones2012-12-102-2/+8
* (firmware-parrot)Add more recovery_reason codesBill Richardson2012-12-039-30/+82
* Esc at DEV screen no longer triggers TONORMRandall Spangler2012-09-111-2/+1
* (firmware-parrot)Add clear TPM owner requestRandall Spangler2012-08-2312-26/+122
* (firmware-parrot)Fix handling of enter and space in developer screens.Randall Spangler2012-08-232-60/+14
* (firmware-parrot)Get kernel size/load address from vboot headersDuncan Laurie2012-08-142-8/+21
* (firmware-parrot)Scale bmp files correctly for x86 when generating bmpblocks.Duncan Laurie2012-08-141-1/+1
* (firmware-parrot)newbitmaps: Add ToNorm confirm screen resource.Duncan Laurie2012-08-1454-190/+124
* (firmware-parrot)firmware: Add TONORM_CONFIRM screen.Duncan Laurie2012-08-143-0/+6
* (firmware-parrot)newbitmaps: Refine font and text generation.Duncan Laurie2012-08-1418-1182/+192
* (firmware-parrot)newbitmaps: Always generate bitmaps in 8bpp mode.Duncan Laurie2012-08-141-7/+29
* (firmware-parrot)Translated text for "v2" firmware recovery screens.Duncan Laurie2012-08-14758-411/+1180
* (firmware-parrot)newbitmaps: Add TODEV, TONORM, and UPDATE(WAIT) screens.Duncan Laurie2012-08-1443-6/+147
* (firmware-parrot)bmplk_utility: Libraries should be in end of build command.Duncan Laurie2012-08-141-1/+1
* (firmware-parrot)Generates x86 and arm firmware bitmap blocks.Duncan Laurie2012-08-146-84/+115
* (firmware-parrot)Generate localized messages in PNG format.Duncan Laurie2012-08-143-56/+32
* (firmware-parrot)Add firmware update message for WAIT screen.Duncan Laurie2012-08-1443-0/+86
* (firmware-parrot)Update bmpblock with new-style minimalist screens.Duncan Laurie2012-08-14142-1373/+1192
* (firmware-parrot)Increase max number of bitmaps to composite to 16 per screen.Duncan Laurie2012-08-146-19/+12
* (firmware-parrot)vboot: add flag to indicate that the EC is slow to programDuncan Laurie2012-08-144-8/+16
* (firmware-parrot)Add WAIT screen to default bitmapDuncan Laurie2012-08-145-6/+15
* (firmware-parrot)TONORM screen should display at Dev screen, not Recovery scr...Bill Richardson2012-08-063-64/+91
* Flush keyboard at start of screens which take keyboard inputRandall Spangler2012-08-061-1/+51
* 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