summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: Print either 'comment' or 'desc'stabilize-8838.BDaisuke Nojiri2016-09-241-4/+4
* Preserve file capabilities while signing AndroidLuis Hector Chavez2016-09-231-4/+8
* Fix test failures when TPM2_MODE is definedBill Richardson2016-09-221-1/+3
* keygeneration: create_new_keys: add key-name/output optionsMike Frysinger2016-09-222-2/+37
* keygeneration: add --android option to generate keysMike Frysinger2016-09-202-3/+30
* tests: Fix coverity warningsRandall Spangler2016-09-1515-50/+102
* Fix more coverity warnings in utilitiesRandall Spangler2016-09-156-13/+38
* utilities: Fix coverity warningsRandall Spangler2016-09-143-4/+12
* futility/host lib: Fix coverity warningsRandall Spangler2016-09-1415-89/+140
* make_dev_firmware.sh should use key.versions filestabilize-8798.BBill Richardson2016-09-122-3/+19
* Change debug key signaturesVictor Hsieh2016-09-091-5/+11
* cgpt: add support for managing the legacy boot gpt bitstabilize-kevin-8785.94.BMike Frysinger2016-09-0812-14/+107
* cgpt: fix -A documentation to match realityMike Frysinger2016-09-082-2/+2
* cgpt: unify cli int parsing error checkingMike Frysinger2016-09-0810-121/+43
* tests: Prevent testing dev_firmware* if the keys do not exist.Hung-Te Lin2016-09-071-7/+14
* futility: use vboot2 functions for kernel preambleRandall Spangler2016-09-069-191/+194
* vboot: Remove vboot1 host signature functionsRandall Spangler2016-09-065-191/+170
* vboot: replace CreateKernelPreamble() with vboot2 equivalentRandall Spangler2016-09-068-150/+129
* futility: Fix lookup of invalid algorithm namesRandall Spangler2016-09-065-34/+24
* cgpt: Fix coverity warningsRandall Spangler2016-09-062-1/+6
* Fix coverity warnings in firmwareRandall Spangler2016-09-066-26/+37
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-0225-253/+296
* tests: Remove dev_firmware.* keyblock and keys from devkey set.Hung-Te Lin2016-09-013-0/+0
* Remove Android signing restriction of M54+Victor Hsieh2016-08-291-9/+0
* image_signing: drop board hacking for lsb appid checksstabilize-8743.69.Bstabilize-8743.60.Bstabilize-8743.58.Bstabilize-8743.25.Brelease-R54-8743.BMike Frysinger2016-08-251-4/+2
* Skip Android signing if executables are not foundstabilize-8737.BVictor Hsieh2016-08-231-0/+7
* tlcl: add implementations for GetOwnership and Read/WriteLockStephen Barber2016-08-213-3/+58
* Refer keytool using relative pathVictor Hsieh2016-08-191-3/+1
* Fix file ownership during Android apk signingVictor Hsieh2016-08-181-17/+30
* Only re-sign ARC apks when lsb-release looks legitstabilize-8714.BVictor Hsieh2016-08-161-3/+4
* image_signing: avoid leaking rootfs mount in android codeMike Frysinger2016-08-161-0/+1
* Add script to sign Android imageVictor Hsieh2016-08-1511-0/+408
* crossystem: refactor VM detection to share across architecturesNicolas Norvez2016-08-154-22/+15
* Detect and report VM environment in crossystemNicolas Norvez2016-08-104-2/+26
* futility: Use vboot 2.0 APIs for private keysRandall Spangler2016-08-1021-369/+238
* futility: Use only vboot 2.0 APIs for keyblocksRandall Spangler2016-08-1020-332/+468
* futility: Create signatures using vboot 2.0 APIsstabilize-8688.BRandall Spangler2016-08-0327-319/+505
* vboot: Always compile vb2.1 stuff into utillibRandall Spangler2016-08-031-30/+10
* futility: cmd_show uses only vboot 2.0 APIsRandall Spangler2016-08-0311-87/+151
* cgptlib: cast 32bit to 64bit before multiplicationPatrick Georgi2016-08-031-3/+6
* tlcl: implement clear, startup, shutdown, self teststabilize-8647.BAndrey Pronin2016-07-263-6/+133
* tlcl: support sending raw commandsAndrey Pronin2016-07-263-4/+43
* tpmc: define actions for all commands for tpm2Andrey Pronin2016-07-261-29/+67
* Modify 'tpmc block' to lock only the FW indexAndrey Pronin2016-07-265-7/+48
* tlcl: automatically detect if platform hierarchy is disabledAndrey Pronin2016-07-264-20/+38
* vboot: Upgrade VerifyFirmwarePreamble() to vboot2.0Randall Spangler2016-07-2623-563/+424
* apollolake: Find GPIO bank offset for write protect pinsselvar22016-07-261-3/+13
* tlcl: tpm2: fix unmarshal_u32 return valueAndrey Pronin2016-07-261-1/+1
* Implement GetCapabilities and reading flags for tpm2Andrey Pronin2016-07-264-29/+225
* vboot: Disambiguate vb2.1 structs and functionsRandall Spangler2016-07-2635-778/+779