summaryrefslogtreecommitdiff
path: root/firmware/2lib
Commit message (Expand)AuthorAgeFilesLines
* recovery: Add recovery reason for fastboot mode requested in fwstabilize-7204.BFurquan Shaikh2015-06-231-0/+3
* vboot2: Add 2.0 api layer to verify kernel partitionRandall Spangler2015-06-093-2/+146
* recovery: Add recovery reasons for BCBstabilize-7155.BFurquan Shaikh2015-06-041-0/+6
* vboot2: Add routines to load kernel preambleRandall Spangler2015-06-043-1/+38
* vboot2: secdata: Check struct_version on initializationstabilize-7134.BJulius Werner2015-06-022-2/+6
* fastboot: Add fastboot related flags to vb2Furquan Shaikh2015-05-294-2/+34
* Provide a way to disable counting failed bootsPatrick Georgi2015-05-282-2/+6
* vboot2: Add routines to load and verify kernel keyblockRandall Spangler2015-05-224-3/+86
* vboot2: Add routine to verify kernel preambleRandall Spangler2015-05-211-0/+6
* GBB: Add missing flag LID_SHUTDOWN to vb2_gbb_flag structurestabilize-7077.134.Bstabilize-7077.123.Bstabilize-7077.122.Bstabilize-7077.111.Brelease-R44-7077.Bfactory-test-7077.114.Bfactory-arkham-7077.113.BFurquan Shaikh2015-05-161-0/+3
* GBB: Add flag for forcing full fastboot capability in firmwareFurquan Shaikh2015-05-161-0/+6
* vboot2: Support VB2_GBB_FLAG_DISABLE_FW_ROLLBACK_CHECKJulius Werner2015-05-161-0/+4
* Detect GBB 1.1 also as impcompatible versionDaisuke Nojiri2015-05-141-2/+2
* vboot2: Add support for kernel version secure data spaceRandall Spangler2015-05-135-8/+297
* Make SHA library accessible to calling firmwareRandall Spangler2015-05-072-11/+41
* Disable dev mode on recovery, when configured.stabilize-6912.Bstabilize-6909.BVadim Bendebury2015-03-232-0/+11
* vboot: allow firmware to signal a wipeout requestVadim Bendebury2015-03-135-1/+17
* vb21: Rename struct vb2_guid to struct vb2_idBill Richardson2015-03-107-44/+44
* vb21: Replace the key GUID with a sha1sum insteadBill Richardson2015-03-101-24/+7
* cleanup: Fix some typos in commentsBill Richardson2015-03-106-11/+11
* futility: Add create command to make keypairs from RSA filesBill Richardson2015-03-102-2/+8
* vboot2: Add more precise recovery reasons to firmware verificationstabilize-6783.BJulius Werner2015-02-121-9/+14
* vboot2: Fail vb2_secdata_(get|set) when secdata was not initializedJulius Werner2015-02-042-9/+16
* vboot2: Add sd->fw_version_secdata field to communicate to crossystemJulius Werner2015-01-312-0/+9
* add vb2api_get_pcr_digestDaisuke Nojiri2015-01-317-1/+146
* vboot2: Add stub implementation for vb2ex_printf()Bill Richardson2015-01-281-0/+13
* vboot2: fix alignment issues on 32-bit architecturesBill Richardson2015-01-282-2/+17
* vboot2: Split NV storage field defintions into their own headerRandall Spangler2015-01-142-56/+68
* vboot2: Introduce vb2ex_hwcrypto APIstabilize-storm-6683.Bstabilize-6670.Bstabilize-6662.BJulius Werner2015-01-068-32/+96
* vboot2: Get rid of extra '2' at end of new struct namesRandall Spangler2014-12-055-41/+9
* vboot2: Move old struct handling to lib20/Randall Spangler2014-12-047-1106/+3
* vboot2: Move knowledge of vboot 2.1 data structures inside lib21/Randall Spangler2014-12-042-398/+31
* vboot2: vb2_unpack_key2() no longer passes through to vb2_unpack_key()ChromeOS Developer2014-12-041-0/+3
* vboot2: Move files which use new vboot 2.1 structs to their own directoriesRandall Spangler2014-12-044-935/+0
* vboot2: Add host lib function to create a vb2-style firmware preambleRandall Spangler2014-12-011-0/+14
* vboot2: Add host lib function to create a vb2-style keyblockRandall Spangler2014-12-014-7/+36
* vboot2: Add host library functions for signing to new struct formatRandall Spangler2014-11-271-0/+41
* vboot2: Add host lib support for bare hash keysRandall Spangler2014-11-272-10/+21
* vboot2: Add host library functions to read/write new-format key objectsRandall Spangler2014-11-274-28/+172
* vboot2: Add host library functions to read/write files and objectsRandall Spangler2014-11-271-2/+31
* vboot2: Add api-level functions to use new data structuresRandall Spangler2014-11-144-4/+179
* vboot2: Split vb2_guid into its own header fileRandall Spangler2014-11-143-32/+44
* vboot2: load keyblock and preamble from new-style structsRandall Spangler2014-11-143-0/+251
* vboot2: Add code and tests for verifying vb2_fw_preamble2Randall Spangler2014-11-124-5/+89
* vboot2: Change preamble to contain a list of signaturesrelease-R40-6457.Bfactory-auron-6459.BRandall Spangler2014-11-064-44/+27
* vboot2: pass const work buffers, and clarify min_offset outputRandall Spangler2014-11-065-18/+25
* vboot2: add code to verify vb2_keyblock2Randall Spangler2014-11-062-1/+77
* vboot2: add support for verify data / digest using new signature structRandall Spangler2014-11-052-2/+157
* vboot2: add support for new vb2_signature2 structRandall Spangler2014-11-053-0/+85
* vboot2: be consistent in use of sig_algorithm vs sig_alg in vboot2 structsRandall Spangler2014-11-052-7/+7