summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Return more meaningful error codes from vboot entry pointsRandall Spangler2011-07-254-52/+114
* Refactor TPM calls into vboot wrapperRandall Spangler2011-07-2511-339/+257
* Fix missing inttypes define on ARMRandall Spangler2011-07-251-0/+1
* Revert "Refactor TPM calls into vboot wrapper"Elly Jones2011-07-2511-257/+339
* Refactor TPM calls into vboot wrapperRandall Spangler2011-07-2511-339/+257
* resign_firmwarefd.sh: support new "flag" (for hinting two-stop FW)Hung-Te Lin2011-07-222-3/+18
* Cleanup and preparation for inside-wrapper TPM refactoring.Randall Spangler2011-07-226-6/+13
* Implement different strategy for soft-reset workaround on Kaen prototypes.Luigi Semenzato2011-07-221-46/+3
* Fix script to use new key=value style /bin/verity argumentsGaurav Shah2011-07-211-6/+5
* Fix "tpmc help" description of pplockGaurav Shah2011-07-211-1/+1
* Add check to validate VbSharedData magicNick Sanders2011-07-201-0/+7
* CHROMIUM: fix incorrect crossystem recovery_reasonChe-Liang Chiou2011-07-201-7/+1
* Change description of dev_boot_usbRandall Spangler2011-07-201-1/+1
* Clear the recovery request after each boot attempt which is allowed to failRandall Spangler2011-07-201-4/+9
* Add indication to developer that dev_boot_usb is disabledRandall Spangler2011-07-191-50/+65
* Report mainfw_act based on VbSharedData780.BRandall Spangler2011-07-152-3/+20
* Add typecast to fix compiling in MSVCRandall Spangler2011-07-151-1/+1
* crossystem: arm: use proper gpio referencesOlof Johansson2011-07-141-11/+24
* Fix compiler errorChe-Liang Chiou2011-07-141-1/+1
* Add vboot support for RO-normal code path.Randall Spangler2011-07-147-62/+78
* arm: convert to new device tree usageOlof Johansson2011-07-141-102/+114
* Add support for flags in the firmware preamble.Randall Spangler2011-07-1311-26/+125
* Introduce arm fdt support in crossystem utilityRong Chang2011-07-111-172/+218
* Add support for merged normal+dev firmwareRandall Spangler2011-07-114-37/+31
* Add support for dev_boot_usb flagRandall Spangler2011-07-116-4/+41
* Vboot wrapper - add recovery reason, refactor timingRandall Spangler2011-07-0810-180/+175
* Vboot wrapper initial implementationRandall Spangler2011-07-0822-311/+908
* Port vboot_reference to use new wrapper API utility functionsRandall Spangler2011-07-0816-136/+85
* Fix compiler warning in vboot_referenceRandall Spangler2011-07-081-1/+1
* Add string utility functions.Randall Spangler2011-07-085-0/+213