summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* futility: Add remaining vboot binary utilitiesBill Richardson2014-11-0617-289/+1010
* crossystem: Add PCH-LP GPIO typeDuncan Laurie2014-11-061-0/+1
* Change VbExEc functions to take a devidx parameterRandall Spangler2014-11-067-51/+57
* futility: deprecate eficompress and efidecompressBill Richardson2014-11-064-8/+78
* resign_firmwarefd: Correct output file name for VBLOCK B.Hung-Te Lin2014-11-061-1/+1
* futility: add vbutil_keyblock into the built-in featuresBill Richardson2014-11-063-5/+8
* futility: add vbutil_key into the built-in featuresBill Richardson2014-11-063-7/+13
* Install and use futility when running testsBill Richardson2014-11-0612-44/+47
* Slight tweak to MakefileBill Richardson2014-11-061-28/+7
* Avoid coredumps if the FMAP is wrong.Bill Richardson2014-11-062-12/+18
* Increase test coverage for dump_fmapBill Richardson2014-11-067-16/+101
* Cleanup futility test coverage framework a bitBill Richardson2014-11-065-11/+74
* Simplify the futility linker script a bit.Bill Richardson2014-11-063-50/+32
* Cleanup: remove some noisy output from some utilitiesBill Richardson2014-11-064-8/+0
* Clean up exported Mtd* functionsBill Richardson2014-11-0612-305/+325
* Split libvboot_host.a into external and local libraries.Bill Richardson2014-11-0615-165/+319
* Add fPIE flagBertrand SIMONNET2014-11-061-0/+5
* Add nvstorage / crossystem support for new vboot2 fieldsRandall Spangler2014-11-066-11/+150
* vboot2: add a flag to indicate firmware was selected by vboot2Daisuke Nojiri2014-11-063-12/+20
* Remove cgpt app-specific symbols from libvboot_host.aBill Richardson2014-11-0615-29/+48
* Remove nonexistant functions from tlcl.hBill Richardson2014-11-061-10/+0
* vboot2: fix overloaded NV bitRandall Spangler2014-11-063-4/+15
* vboot2: Scramble the GBB magic numberDaisuke Nojiri2014-11-063-5/+28
* vboot2: More specific errors for unimplemented external APIsRandall Spangler2014-11-062-2/+8
* vboot2: Allow platform dependent debug loggingDaisuke Nojiri2014-11-062-5/+10
* vboot2: Check necessity of recovery when firmware body hash fails to matchDaisuke Nojiri2014-11-062-0/+4
* vboot2: Add end-to-end test of firmware verificationRandall Spangler2014-11-063-4/+62
* vboot2: api-level routinesRandall Spangler2014-11-066-7/+1157
* vboot2: misc higher-level routines, part 2Randall Spangler2014-11-064-0/+612
* vboot2: misc higher-level routinesRandall Spangler2014-11-067-41/+970
* image_signing: tweak loem firmware signing to have real keysMike Frysinger2014-11-062-25/+38
* create_new_keys: drop redundant settingsMike Frysinger2014-11-062-12/+2
* image_signing: support loem keysets with firmware shellballsMike Frysinger2014-11-0639-37/+155
* sign_firmware: clean up style to use a main funcMike Frysinger2014-11-061-32/+39
* vboot_reference: Don't use session_manager_use_flags.txt.Daniel Erat2014-11-061-11/+9
* vboot2: Use more specific error codes, part 3Randall Spangler2014-11-066-120/+251
* vboot2: Use more specific error codes, part 2Randall Spangler2014-11-064-65/+103
* vboot2: Use more specific error codesRandall Spangler2014-11-0612-97/+222
* Use the TPM to back up some of the nvram fieldsBill Richardson2014-11-0612-13/+511
* vboot2: Add common functionsRandall Spangler2014-11-067-139/+1175
* vboot2: Add nvstorage and secdata functionsRandall Spangler2014-11-0616-1/+1907
* vboot2: Add crypto functionsRandall Spangler2014-11-0612-0/+2147
* vboot2: Add workbuf functionsRandall Spangler2014-11-066-5/+445
* Workaround for failing tests when DEBUG=1Bill Richardson2014-11-062-7/+17
* lib: Handle return error code of VbExDisplaySetDimension correctly.Hung-Te Lin2014-11-061-3/+3
* Add missing #include in vboot_api.hDavid Hendricks2014-11-061-0/+1
* vbutil_kernel: Add enum for the mips architectureGaurav Shah2014-11-061-1/+4
* lib: Add VbExDisplaySetDimension.Hung-Te Lin2014-11-063-0/+30
* Add an nvram flag to block the use of dev modeBill Richardson2014-11-062-1/+17
* make_dev_firmware.sh: Correct firmware body size when changing rootkey.Hung-Te Lin2014-11-061-25/+28