summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add GBB flags for disabling software sync and defaulting to legacy bootfirmware-link-2695.BRandall Spangler2015-08-043-2/+24
* Add FAFT keyboard remap GBB flagMarc Jones2015-08-042-1/+3
* vboot_reference: Fix keyboard input lag at confirm screen.Shawn Nematbakhsh2012-11-131-1/+3
* Get kernel size/load address from vboot headersVadim Bendebury2012-10-242-8/+21
* signing script: Resign just firmware body, not the entire sectionChe-Liang Chiou2012-10-051-6/+42
* Add CTRL-L in dev screen to support a "legacy boot option"Stefan Reinauer2012-10-0512-1/+57
* Support alternative GPT header signatureStefan Reinauer2012-10-0510-10/+156
* Declare VbExProtectFlash() in vboot_api.h so we can implement it.Bill Richardson2012-10-041-0/+8
* Add VB_INIT_FLAG_SW_WP_ENABLED to VbInit() input flags.Bill Richardson2012-10-046-3/+24
* cgpt: Fix error in modifying size of an existing partitionBill Richardson2012-10-042-2/+27
* Rename $GPT as $CGPT, just for clarity.Bill Richardson2012-10-041-63/+63
* Fix broken bitmap testsBill Richardson2012-10-046-6/+6
* Check keyboard more often in recovery modeSimon Glass2012-09-121-7/+8
* Cache GBB images to speed up displaySimon Glass2012-09-121-5/+5
* Esc at DEV screen no longer triggers TONORMRandall Spangler2012-09-071-2/+1
* 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
* Scale bmp files correctly for x86 when generating bmpblocks.Duncan Laurie2012-08-141-1/+1
* newbitmaps: Add ToNorm confirm screen resource.Duncan Laurie2012-08-1454-190/+124
* Increase max number of bitmaps to composite to 16 per screen.Duncan Laurie2012-08-146-19/+12
* firmware: Add TONORM_CONFIRM screen.Duncan Laurie2012-08-143-0/+6
* newbitmaps: Refine font and text generation.Duncan Laurie2012-08-1418-1182/+192
* newbitmaps: Always generate bitmaps in 8bpp mode.Duncan Laurie2012-08-141-7/+29
* Translated text for "v2" firmware recovery screens.Duncan Laurie2012-08-14758-411/+1180
* newbitmaps: Add TODEV, TONORM, and UPDATE(WAIT) screens.Duncan Laurie2012-08-1443-6/+147
* bmplk_utility: Libraries should be in end of build command.Duncan Laurie2012-08-141-1/+1
* newbitmaps: Remove Alex files and refer to specific branch.Duncan Laurie2012-08-14226-3003/+5
* Generates x86 and arm firmware bitmap blocks.Duncan Laurie2012-08-146-84/+115
* Generate localized messages in PNG format.Duncan Laurie2012-08-143-56/+32
* Add firmware update message for WAIT screen.Duncan Laurie2012-08-1443-0/+86
* Update bmpblock with new-style minimalist screens.Duncan Laurie2012-08-14142-1373/+1192
* rename common.mk to build.mkDuncan Laurie2012-08-144-3/+3
* vboot: add flag to indicate that the EC is slow to programDuncan Laurie2012-08-144-8/+16
* Add WAIT screen to default bitmapDuncan Laurie2012-08-145-6/+15
* Revert "Increase max number of bitmaps to composite to 16 per screen."Duncan Laurie2012-08-146-12/+19
* vboot_reference: Improve make_dev_firmware script.Duncan Laurie2012-08-141-48/+35
* 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
* cryptolib: put constant arrays in rodata segmentVincent Palatin2012-08-084-10/+10
* Crossystem should return at-boot switch positions from VbSharedDatafirmware-link-2695.2.BRandall Spangler2012-08-065-63/+90
* TONORM screen should display at Dev screen, not Recovery screen.Bill Richardson2012-08-063-64/+91
* Add missing mocked TPM functionsKees Cook2012-08-061-1/+18
* Flush keyboard at start of screens which take keyboard inputRandall Spangler2012-08-061-1/+51
* Revert "Enter key at DEV screen no longer transition to TONORM screen"Randall Spangler2012-08-062-7/+7
* Fix 'possible use of unassigned' variable 'retval'.Taylor Hutt2012-08-061-0/+1
* 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