summaryrefslogtreecommitdiff
path: root/firmware/lib
Commit message (Expand)AuthorAgeFilesLines
* firmware: calling menu ui when using detachablesstabilize-fsi-9202.5.0.Bstabilize-fsi-9202.10.Bstabilize-M57-9202.35.0.Bstabilize-9202.Bstabilize-9202.64.Bstabilize-9202.56.Bstabilize-9202.28.Bstabilize-9202.18.Bstabilize-9199.Brelease-R57-9202.BShelley Chen2017-01-181-2/+8
* firmware: fixing menu artifacts during printingShelley Chen2017-01-181-2/+9
* firmware: adding support for language menuShelley Chen2017-01-181-0/+57
* firmware: Add recovery menu support for detachablesShelley Chen2017-01-181-64/+176
* firmware: Add developer menu support for detachablesShelley Chen2017-01-182-0/+824
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-1214-314/+327
* firmware: Split out kernel UIRandall Spangler2017-01-123-547/+609
* firmware: Remove LoadKernelParams from APIsRandall Spangler2017-01-126-208/+222
* firmware: Refactor and clean up ec_syncChromeOS Developer2017-01-125-260/+458
* vboot: Pass vb2 context and use vboot2 NV routinesRandall Spangler2016-12-227-256/+321
* vboot: Split ec software sync to its own fileRandall Spangler2016-12-203-370/+404
* 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-143-445/+486
* tpm2: do not lock kernel space when locking physical presenceVadim Bendebury2016-11-111-7/+1
* tpm2_lite: implement TlclGetPermissionsAndrey Pronin2016-11-112-2/+110
* tpm2_lite: do not ignore errors reported by TPMVadim Bendebury2016-11-101-3/+3
* tpm2_lite: implement TlclDefineSpaceAndrey Pronin2016-11-092-13/+160
* Add new recovery reason for rec hash space lock failure in RO firmwarestabilize-8975.BFurquan Shaikh2016-11-091-0/+2
* 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-082-4/+11
* vboot: Add vb2_unpack_key_bufferRandall Spangler2016-11-062-17/+8
* vboot: use malloc and free directlyRandall Spangler2016-11-068-41/+35
* 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-294-340/+114
* 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-2323-113/+88
* Fix indentation in firmware and host libsRandall Spangler2016-10-135-440/+522
* cgpt: add support for managing the legacy boot gpt bitstabilize-kevin-8785.94.BMike Frysinger2016-09-082-1/+15
* Fix coverity warnings in firmwareRandall Spangler2016-09-064-25/+35
* tlcl: add implementations for GetOwnership and Read/WriteLockStephen Barber2016-08-212-3/+53
* cgptlib: cast 32bit to 64bit before multiplicationPatrick Georgi2016-08-031-3/+6
* tlcl: implement clear, startup, shutdown, self teststabilize-8647.BAndrey Pronin2016-07-262-6/+112
* tlcl: support sending raw commandsAndrey Pronin2016-07-262-4/+25
* Modify 'tpmc block' to lock only the FW indexAndrey Pronin2016-07-262-0/+25
* tlcl: automatically detect if platform hierarchy is disabledAndrey Pronin2016-07-262-12/+31
* vboot: Upgrade VerifyFirmwarePreamble() to vboot2.0Randall Spangler2016-07-262-106/+0
* tlcl: tpm2: fix unmarshal_u32 return valueAndrey Pronin2016-07-261-1/+1
* Implement GetCapabilities and reading flags for tpm2Andrey Pronin2016-07-262-13/+145
* vboot: Remove vboot1 init and select-firmware APIsRandall Spangler2016-07-2612-1778/+1
* vboot: Convert vboot1 SHA calls to use vboot2Randall Spangler2016-07-2214-1355/+87
* vboot: Fix potential alignment issue reading FWMPRandall Spangler2016-07-221-10/+17
* tlcl: use different NV_Read authorizations for fw and userlandAndrey Pronin2016-07-223-1/+20
* Read NVRAM with proper authorization for tpm2Andrey Pronin2016-07-211-1/+1
* Stub tlcl implementation for tpm2 caseAndrey Pronin2016-07-152-0/+132