aboutsummaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2015-04-01vboot: fix name-collision with OpenSSL.Adam Langley
2015-03-10futility: Add create command to make keypairs from RSA filesBill Richardson
2015-02-12kernel flags: Pass back kernel premable flags in kparamsFurquan Shaikh
2015-02-12kernel flags: Add flags field to kernel preamble.Furquan Shaikh
2015-02-12vboot2: Add more precise recovery reasons to firmware verificationJulius Werner
2015-02-11Add LINUX_FS_GUID to list of GUIDs.Furquan Shaikh
2015-02-11vboot1: Add vboot2 recovery reason strings and subcode to TAB displayJulius Werner
2015-02-09Check the correct length of the GPT header signatureBill Richardson
2015-02-04vboot2: Fail vb2_secdata_(get|set) when secdata was not initializedJulius Werner
2015-01-31vboot2: Add sd->fw_version_secdata field to communicate to crossystemJulius Werner
2015-01-31add vb2api_get_pcr_digestDaisuke Nojiri
2015-01-29Rename Makefile's fwlib2 target to fwlib20.Bill Richardson
2015-01-28vboot2: Add stub implementation for vb2ex_printf()Bill Richardson
2015-01-28vboot2: fix alignment issues on 32-bit architecturesBill Richardson
2015-01-24cgptlib: Add functions to cgptlib APIFurquan Shaikh
2015-01-23vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen
2015-01-14vboot2: Split NV storage field defintions into their own headerRandall Spangler
2015-01-06vboot2: Introduce vb2ex_hwcrypto APIJulius Werner
2015-01-06nand: Allow smaller disks for booting a kernelDan Ehrenberg
2015-01-05nand: vboot support for small GPTsDan Ehrenberg
2014-12-17vboot: Handle GBB_FLAG_DISABLE_LID_SHUTDOWNShawn Nematbakhsh
2014-12-15vboot: Plumb the two disk sizes and external GPT param throughDan Ehrenberg
2014-12-12cgpt: Support non-standard (smaller) entries tableNam T. Nguyen
2014-12-12vboot: Move IsEntryUnused to gpt_miscDan Ehrenberg
2014-12-11vboot: GPT interface cleanupDan Ehrenberg
2014-12-05vboot2: Get rid of extra '2' at end of new struct namesRandall Spangler
2014-12-04vboot2: Move old struct handling to lib20/Randall Spangler
2014-12-04vboot2: Add official API header fileRandall Spangler
2014-12-04vboot2: Move knowledge of vboot 2.1 data structures inside lib21/Randall Spangler
2014-12-04vboot2: vb2_unpack_key2() no longer passes through to vb2_unpack_key()ChromeOS Developer
2014-12-04vboot2: Move files which use new vboot 2.1 structs to their own directoriesRandall Spangler
2014-12-01vboot2: Add host lib function to create a vb2-style firmware preambleRandall Spangler
2014-12-01vboot2: Add host lib function to create a vb2-style keyblockRandall Spangler
2014-11-30futility: workaround for broken toolchain in static buildsBill Richardson
2014-11-27vboot2: Add host library functions for signing to new struct formatRandall Spangler
2014-11-27vboot2: Add host lib support for bare hash keysRandall Spangler
2014-11-27vboot2: Add host library functions to read/write new-format key objectsRandall Spangler
2014-11-27vboot2: Add host library functions to read/write files and objectsRandall Spangler
2014-11-26vboot: Remove FTS codeNam T. Nguyen
2014-11-21vboot: Add flag to indicate VbInit is run before option rom loadingDuncan Laurie
2014-11-20vboot: Add GBB flag to disable shutdown when lid is closedDuncan Laurie
2014-11-15Revert "vboot: Plumb the two disk sizes and 'gpt on device' param through"Julius Werner
2014-11-15vboot: Plumb the two disk sizes and 'gpt on device' param throughDan Ehrenberg
2014-11-14vboot2: Add api-level functions to use new data structuresRandall Spangler
2014-11-14vboot2: Split vb2_guid into its own header fileRandall Spangler
2014-11-14vboot: cgpt: Treat drive_path as the GPT storageNam T. Nguyen
2014-11-14vboot: cgpt: fix my_lba of the secondary GPTDan Ehrenberg
2014-11-14vboot2: load keyblock and preamble from new-style structsRandall Spangler
2014-11-13vboot: cgpt: Support writing GPT structs to NOR flashNam T. Nguyen
2014-11-12vboot2: Add code and tests for verifying vb2_fw_preamble2Randall Spangler