summaryrefslogtreecommitdiff
path: root/firmware/lib
Commit message (Expand)AuthorAgeFilesLines
...
* poppy: initializing next_menu_idx to current_menu_idxShelley Chen2017-02-111-1/+1
* poppy: Converting all // comments to /* */Shelley Chen2017-01-301-64/+70
* poppy: Moving menu placement higherShelley Chen2017-01-301-1/+1
* poppy: Check NULL menu_array params in vb2_get_current_menu_size()Shelley Chen2017-01-301-1/+2
* poppy: Adding kernel-doc commentsShelley Chen2017-01-301-5/+40
* firmware: Using power button for selectionShelley Chen2017-01-241-0/+8
* firmware: Prevent wraparound when scrolling through menusShelley Chen2017-01-241-5/+10
* firmware: set fw screen default selectionShelley Chen2017-01-241-74/+95
* firmware: Adding vol up/down ascii definitionsShelley Chen2017-01-241-0/+4
* 2lib: add VB2_DEBUG_RAW() to print without function nameRandall Spangler2017-01-207-143/+108
* 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