summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* tpm2_lite: use null password authorization for ReadLockAndrey Pronin2016-11-151-1/+2
* vboot: Remove LoadKernel() LBA size/count checksRandall Spangler2016-11-151-14/+1
* vboot: Split partition and vblock verification from LoadKernel()stabilize-8992.BRandall Spangler2016-11-144-445/+528
* tpm2: do not lock kernel space when locking physical presenceVadim Bendebury2016-11-111-7/+1
* tpm2_lite: implement TlclGetPermissionsAndrey Pronin2016-11-113-3/+122
* tpm2_lite: do not ignore errors reported by TPMVadim Bendebury2016-11-101-3/+3
* tpm_lite_stub: clean up debug printouts in VbExTpmSendReceiveAndrey Pronin2016-11-101-23/+18
* tpm2_lite: implement TlclDefineSpaceAndrey Pronin2016-11-093-14/+209
* Add new recovery reason for rec hash space lock failure in RO firmwarestabilize-8975.BFurquan Shaikh2016-11-093-0/+7
* rollback_index: Add new index for recovery hash spaceFurquan Shaikh2016-11-091-0/+2
* recovery: Add new recovery reason to train memory and rebootFurquan Shaikh2016-11-085-6/+18
* vboot: Add vb2_unpack_key_bufferRandall Spangler2016-11-069-36/+56
* vboot: use malloc and free directlyRandall Spangler2016-11-0618-260/+42
* vboot: remove unused stateful_utilRandall Spangler2016-11-062-150/+0
* vboot: Remove the remainder of vb1 cryptolibRandall Spangler2016-11-064-37/+0
* vboot: Remove vboot1 cryptolib padding sourceRandall Spangler2016-11-065-262/+4
* vboot2: Allocate more buffer for kernel verificationRandall Spangler2016-11-062-8/+4
* host,test: Remove unneeded vb1 rsa functionsRandall Spangler2016-10-293-420/+0
* vboot: use vb2 verification functions for kernel verificationRandall Spangler2016-10-297-346/+121
* vboot: use vb2_safe_memcmp instead of SafeMemcmpRandall Spangler2016-10-296-51/+19
* vboot: use vb2_crc8 instead of Crc8Randall Spangler2016-10-234-52/+10
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-2325-149/+89
* Fix indentation in firmware and host libsRandall Spangler2016-10-137-612/+706
* bdb: Add bdb_get_hash_by_indexDaisuke Nojiri2016-10-112-4/+31
* bdb: Add 'bdb --resign' to futilityDaisuke Nojiri2016-10-042-2/+90
* bdb: Add 'bdb --add' to futilityDaisuke Nojiri2016-10-041-6/+6
* bdb: Assign different codes for data validation errorsDaisuke Nojiri2016-10-042-2/+4
* bdb: Add bdb_extendDaisuke Nojiri2016-10-012-10/+28
* bdb: Add functions to get attributes of BDB componentsDaisuke Nojiri2016-10-012-1/+42
* bdb: Add secret deriving code for SP-RODaisuke Nojiri2016-10-015-91/+282
* bdb: Make bdb_verify accept null pointer for key digestDaisuke Nojiri2016-10-012-2/+6
* bdb: Define RSA symbols non-weaklyDaisuke Nojiri2016-09-261-4/+0
* tests: Fix coverity warningsRandall Spangler2016-09-151-0/+8
* cgpt: add support for managing the legacy boot gpt bitstabilize-kevin-8785.94.BMike Frysinger2016-09-084-2/+23
* Fix coverity warnings in firmwareRandall Spangler2016-09-066-26/+37
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-024-4/+19
* tlcl: add implementations for GetOwnership and Read/WriteLockStephen Barber2016-08-213-3/+58
* futility: Use vboot 2.0 APIs for private keysRandall Spangler2016-08-101-0/+3
* futility: Use only vboot 2.0 APIs for keyblocksRandall Spangler2016-08-101-0/+3
* futility: Create signatures using vboot 2.0 APIsstabilize-8688.BRandall Spangler2016-08-032-92/+4
* futility: cmd_show uses only vboot 2.0 APIsRandall Spangler2016-08-033-7/+65
* 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
* Modify 'tpmc block' to lock only the FW indexAndrey Pronin2016-07-264-2/+38
* tlcl: automatically detect if platform hierarchy is disabledAndrey Pronin2016-07-263-18/+31
* vboot: Upgrade VerifyFirmwarePreamble() to vboot2.0Randall Spangler2016-07-267-127/+31
* tlcl: tpm2: fix unmarshal_u32 return valueAndrey Pronin2016-07-261-1/+1
* Implement GetCapabilities and reading flags for tpm2Andrey Pronin2016-07-263-16/+208
* vboot: Disambiguate vb2.1 structs and functionsRandall Spangler2016-07-267-205/+207