summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow path to the cgpt binary to be set on the command linerelease-1011.BEric M. Blake2011-09-212-14/+28
* Tweak a bit to clean up alignment and one non-rendering character.Bill Richardson2011-09-0712-144/+158
* vboot_reference: update localized bitmapsHung-Te Lin2011-09-0755-0/+0
* vboot_reference: add pango based text_to_bmp converterHung-Te Lin2011-09-061-37/+28
* Add unit tests for vboot_api_init.cRandall Spangler2011-09-063-1/+276
* Display sha1sums in BIOS debug infotest-982.Bfactory-980.BBill Richardson2011-09-011-2/+37
* Add tests for vboot_firmware.cRandall Spangler2011-09-015-12/+444
* Add tests for rsa_utility.cRandall Spangler2011-09-016-8/+250
* Determine GPIO base from /sys/class/gpio/gpiochip<N>Bill Richardson2011-08-311-13/+39
* gbb_utility: add --flags parameter.Hung-Te Lin2011-08-293-28/+156
* Add more tests for rsa.c.Randall Spangler2011-08-291-19/+63
* Fix makefile typoRandall Spangler2011-08-291-1/+1
* Remaining unit tests for rollback_index.cRandall Spangler2011-08-293-40/+439
* Partial unit tests for rollback_indexRandall Spangler2011-08-266-33/+330
* Fix image verify with new key-value verity paramsGaurav Shah2011-08-251-7/+13
* Scale the HWID font to match the rest of the text.Bill Richardson2011-08-256-53/+105
* Add unit tests for tpm_bootmodeRandall Spangler2011-08-252-0/+85
* dump_fmap: flashrom format should generate [start, end] pair.Louis Yung-Chieh Lo2011-08-241-1/+2
* Add missing tests for vboot_commonRandall Spangler2011-08-241-3/+81
* Add tests for utility.h and sysincludes.h macrosRandall Spangler2011-08-244-4/+58
* Add tests for vboot_reference stateful_util.cRandall Spangler2011-08-247-8/+345
* bmpblock v1.2 - render HWID inside vboot_referenceBill Richardson2011-08-2417-136/+798
* Don't check the firmware body when USE_RO_NORMAL preamble flag is presented.Tom Wai-Hong Tam2011-08-231-6/+11
* Add support for new verity key-value style kernel parametersGaurav Shah2011-08-231-10/+39
* Add unit tests for utility.cRandall Spangler2011-08-234-8/+80
* Disable broken bmpblock_utility testRandall Spangler2011-08-231-2/+5
* Cleanup: DEFAULT.yaml should include locale_names section.Bill Richardson2011-08-224-4/+64
* Put VbDisplay* functions into their own file.Bill Richardson2011-08-224-317/+360
* Decompress images in vboot wrapper, not in BIOS.Bill Richardson2011-08-173-16/+49
* obsolete pack_firmware_imageChe-Liang Chiou2011-08-152-314/+0
* make_dev_firmware: handle developer firmware keyblock correctlyfirmware-u-boot-v1firmware-881-u-boot-v1Hung-Te Lin2011-08-101-0/+29
* Use BMP format for all master images.Bill Richardson2011-08-09446-552/+617
* Refactor bitmap directories and master images for ARM work.Bill Richardson2011-08-08690-178/+1516
* resign_firmwarefd: replace mosys by "dump_fmap -p"Hung-Te Lin2011-08-021-34/+28
* resign_firmwarefd: don't change preamble flag by default.Hung-Te Lin2011-08-021-5/+18
* Revert "Move bitmaps for shipping products into a separate directory."Roy Hashimoto2011-08-02460-13/+6
* Revert "Generate base images at 1366 x 768 using Imagemagick."Roy Hashimoto2011-08-02232-1503/+172
* Generate base images at 1366 x 768 using Imagemagick.Bill Richardson2011-08-02232-172/+1503
* Move bitmaps for shipping products into a separate directory.Bill Richardson2011-08-02460-6/+13
* Add a -f option to dump_fmap to emit flashrom's layout format.Bill Richardson2011-07-291-11/+24
* Clean up calling LoadFirmware() from VbSelectFirmware()Randall Spangler2011-07-296-136/+36
* Allow CougarPoint as a valid GPIO controller.Bill Richardson2011-07-281-6/+8
* Fix missing call to VbNvTeardown()Randall Spangler2011-07-281-0/+1
* Vboot support for GBB flag to reduce boot time warning screenRandall Spangler2011-07-271-4/+21
* Add flags field to GBBRandall Spangler2011-07-272-25/+44
* If trying firmware B and found invalid kernel, just rebootRandall Spangler2011-07-271-5/+24
* Move VbNvContext setup/teardown to vboot wrapper funcsRandall Spangler2011-07-267-52/+21
* Make crossystem kern_nv field read-only.Randall Spangler2011-07-262-5/+7
* Fix vboot_reference-firmware compilation error when building for coreboot.Vadim Bendebury2011-07-261-1/+1
* Refactor LoadFirmware() and LoadKernel() to return VbError_tRandall Spangler2011-07-269-117/+58