summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* kernel flags: Pass back kernel premable flags in kparamsFurquan Shaikh2015-02-124-0/+9
* kernel flags: Add flags field to kernel preamble.Furquan Shaikh2015-02-123-3/+37
* vboot2: Add more precise recovery reasons to firmware verificationstabilize-6783.BJulius Werner2015-02-124-28/+55
* Add LINUX_FS_GUID to list of GUIDs.Furquan Shaikh2015-02-111-0/+2
* vboot1: Add vboot2 recovery reason strings and subcode to TAB displayJulius Werner2015-02-112-1/+24
* Check the correct length of the GPT header signaturestabilize-6771.Bfactory-auron-6772.BBill Richardson2015-02-091-9/+12
* 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-314-30/+17
* add vb2api_get_pcr_digestDaisuke Nojiri2015-01-317-1/+146
* Rename Makefile's fwlib2 target to fwlib20.Bill Richardson2015-01-291-5/+40
* 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
* cgptlib: Add functions to cgptlib APIFurquan Shaikh2015-01-244-17/+136
* vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen2015-01-233-4/+114
* vboot2: Split NV storage field defintions into their own headerRandall Spangler2015-01-143-56/+69
* 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