summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* newbitmaps: Refine text layout & font settings.Hung-Te Lin2012-08-15161-147/+341
* Add clear TPM owner requestRandall Spangler2012-08-1512-26/+122
* 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
* Scale bmp files correctly for x86 when generating bmpblocks.Dave Parker2012-08-131-1/+1
* newbitmaps: Add ToNorm confirm screen resource.Hung-Te Lin2012-08-1354-190/+124
* firmware: Add TONORM_CONFIRM screen.Hung-Te Lin2012-08-133-0/+6
* Add in Kiev FW keys to vbutil_what_keysBernie Thompson2012-08-101-0/+6
* newbitmaps: Refine font and text generation.Hung-Te Lin2012-08-1018-1182/+192
* newbitmaps: Always generate bitmaps in 8bpp mode.Hung-Te Lin2012-08-101-7/+29
* Translated text for "v2" firmware recovery screens.Dave Parker2012-08-09758-411/+1180
* newbitmaps: Add TODEV, TONORM, and UPDATE(WAIT) screens.Hung-Te Lin2012-08-0943-6/+147
* bmplk_utility: Libraries should be in end of build command.Hung-Te Lin2012-08-091-1/+1
* newbitmaps: Remove Alex files and refer to specific branch.Hung-Te Lin2012-08-09226-3003/+5
* Generates x86 and arm firmware bitmap blocks.Hung-Te Lin2012-08-096-84/+115
* Generate localized messages in PNG format.Hung-Te Lin2012-08-093-56/+32
* Add firmware update message for WAIT screen.Hung-Te Lin2012-08-0943-0/+86
* Update bmpblock with new-style minimalist screens.Dave Parker2012-08-09142-1373/+1192
* Increase max number of bitmaps to composite to 16 per screen.Dave Parker2012-08-096-19/+12
* rename common.mk to build.mkMike Frysinger2012-08-084-3/+3
* Hash-based EC verification needs only a tiny bit of padding.c infoRandall Spangler2012-08-071-20/+9
* Extend "non-release" check to session manager use-flags.Jim Hebert2012-08-071-1/+13
* vboot: add flag to indicate that the EC is slow to programBill Richardson2012-08-074-8/+16
* mount-encrypted: write key to disk initiallyfactory-2717.BKees Cook2012-08-063-71/+147
* Crossystem should return at-boot switch positions from VbSharedDataRandall Spangler2012-08-065-63/+90
* cryptolib: put constant arrays in rodata segmentVincent Palatin2012-08-064-10/+10
* Add WAIT screen to default bitmapBill Richardson2012-08-055-6/+15
* Fix make_dev_ssd.sh --remove_rootfs_verificationRandall Spangler2012-08-031-8/+1
* 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
* mount-encrypted: allow stateful mount check to pass factory installKees Cook2012-08-011-3/+10
* Revert "Enter key at DEV screen no longer transition to TONORM screen"Randall Spangler2012-08-012-7/+7
* mount-encrypted: fix some minor security TODOsKees Cook2012-08-011-3/+6
* vboot_reference: Improve make_dev_firmware script.Hung-Te Lin2012-08-011-48/+35
* Fix 'possible use of unassigned' variable 'retval'.Taylor Hutt2012-08-011-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
* 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