summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* vboot2: Introduce vb2ex_hwcrypto APIstabilize-storm-6683.Bstabilize-6670.Bstabilize-6662.BJulius Werner2015-01-0612-35/+148
* nand: Allow smaller disks for booting a kernelfactory-samus-6658.BDan Ehrenberg2015-01-061-1/+1
* nand: vboot support for small GPTsDan Ehrenberg2015-01-054-16/+21
* vboot: Handle GBB_FLAG_DISABLE_LID_SHUTDOWNstabilize-6592.BShawn Nematbakhsh2014-12-172-7/+35
* vboot: Plumb the two disk sizes and external GPT param throughDan Ehrenberg2014-12-154-21/+57
* cgpt: Support non-standard (smaller) entries tableNam T. Nguyen2014-12-122-13/+22
* vboot: Move IsEntryUnused to gpt_miscDan Ehrenberg2014-12-124-11/+11
* vboot: GPT interface cleanupDan Ehrenberg2014-12-115-31/+36
* vboot2: Get rid of extra '2' at end of new struct namesRandall Spangler2014-12-0512-191/+156
* vboot2: Move old struct handling to lib20/Randall Spangler2014-12-0414-1030/+1105
* vboot2: Add official API header fileRandall Spangler2014-12-041-0/+30
* vboot2: Move knowledge of vboot 2.1 data structures inside lib21/Randall Spangler2014-12-048-398/+462
* vboot2: vb2_unpack_key2() no longer passes through to vb2_unpack_key()ChromeOS Developer2014-12-042-9/+5
* vboot2: Move files which use new vboot 2.1 structs to their own directoriesRandall Spangler2014-12-044-0/+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
* futility: workaround for broken toolchain in static buildsBill Richardson2014-11-301-0/+39
* 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
* vboot: Remove FTS codeNam T. Nguyen2014-11-264-541/+0
* vboot: Add flag to indicate VbInit is run before option rom loadingfactory-whirlwind-6509.BDuncan Laurie2014-11-212-6/+13
* vboot: Add GBB flag to disable shutdown when lid is closedDuncan Laurie2014-11-201-0/+2
* Revert "vboot: Plumb the two disk sizes and 'gpt on device' param through"stabilize-6480.Bfactory-ryu-6486.Bfactory-ryu-6486.1.BJulius Werner2014-11-154-43/+15
* vboot: Plumb the two disk sizes and 'gpt on device' param throughDan Ehrenberg2014-11-154-15/+43
* 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
* vboot: cgpt: Treat drive_path as the GPT storageNam T. Nguyen2014-11-141-1/+1
* vboot: cgpt: fix my_lba of the secondary GPTDan Ehrenberg2014-11-143-8/+12
* vboot2: load keyblock and preamble from new-style structsRandall Spangler2014-11-143-0/+251
* vboot: cgpt: Support writing GPT structs to NOR flashNam T. Nguyen2014-11-135-15/+66
* 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
* vboot2: use common header size fieldsRandall Spangler2014-11-055-57/+225
* mocked_tpm: Add back missing parenstabilize-6436.BDuncan Laurie2014-11-041-0/+1
* vb2: parse dev mode in phase1Aaron Durbin2014-11-032-17/+12
* vboot2: un-nest data structuresRandall Spangler2014-11-014-89/+72
* vboot2: Add GUIDs for VB2_SIG_NONE signature typesRandall Spangler2014-10-311-3/+16
* vboot: cgpt: Check for NULL entry array.Nam T. Nguyen2014-10-311-0/+2
* Extend HWID digest into PCR1 (GBB v1.2 only)Bill Richardson2014-10-315-82/+107
* vboot2: Add vb2_unpack_key2() and unit testsfactory-rambi-6420.BRandall Spangler2014-10-296-3/+133
* vboot2: Add verification for common vb2 struct headerRandall Spangler2014-10-294-10/+70
* cgpt: Separate out certain GPT manipluation functionsstabilize-6415.Bfoo-testDan Ehrenberg2014-10-296-284/+314
* vboot2: Move and rename functionsRandall Spangler2014-10-286-86/+94