summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2struct.h
Commit message (Expand)AuthorAgeFilesLines
* vboot: merge vb2_struct.h into 2struct.hJoel Kitching2019-12-101-0/+192
* EC sync: Add a new shared flag VB2_SD_STATUS_EC_SYNC_COMPLETETim Wawrzynczak2019-11-151-0/+4
* EC sync: Drop support for "PD" software sync.Tim Wawrzynczak2019-11-131-4/+13
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-131-8/+19
* vboot: relocate vb2_signature and vb2_keybock structsJoel Kitching2019-10-231-15/+100
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-231-5/+5
* vboot/secdata: implement vboot2 FWMP supportJoel Kitching2019-09-231-0/+3
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-311-5/+5
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-3/+4
* vboot: vb2_shared_data offsets should hang off parentstabilize-12428.BJoel Kitching2019-08-161-10/+9
* vboot: export offset and type of GBB struct flags memberJoel Kitching2019-06-141-5/+8
* vboot: move vb2_packed_key and several functions from lib20 to 2libJoel Kitching2019-06-071-2/+32
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-16/+3
* vboot: relocate GBB flag definitions to 2gbb_flags.hJoel Kitching2019-05-071-76/+4
* vboot: implement DISPLAY_INIT context and SD flagJoel Kitching2019-05-031-0/+3
* vboot: add magic and version to vb2_shared_dataJoel Kitching2019-04-151-0/+14
* vboot: remove deprecated constantsJoel Kitching2019-03-151-2/+0
* vboot: rename VB2_SD_DEV_MODE_ENABLEDJoel Kitching2019-02-141-1/+2
* Add new NV and GBB flag to control UDCDuncan Laurie2018-04-171-0/+3
* Add new GBB_FLAG_FORCE_MANUAL_RECOVERYJulius Werner2018-03-261-2/+2
* firmware: Prune down old region APIRandall Spangler2018-01-091-0/+5
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-0/+6
* firmware: Remove bmpblk codeRandall Spangler2018-01-091-1/+1
* firmware: use sd->gbb_flagsRandall Spangler2018-01-051-0/+3
* firmware: Refactor and clean up ec_syncChromeOS Developer2017-01-121-0/+9
* vboot: Add GBB flag to turn on serial outputMary Ruthven2015-11-031-0/+3
* futility: Compute / verify root key hashRandall Spangler2015-07-211-0/+36
* vboot2: Add routines to load and verify kernel keyblockRandall Spangler2015-05-221-0/+42
* 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
* vboot2: Add support for kernel version secure data spaceRandall Spangler2015-05-131-0/+3
* cleanup: Fix some typos in commentsBill Richardson2015-03-101-2/+2
* vboot2: Add sd->fw_version_secdata field to communicate to crossystemJulius Werner2015-01-311-0/+3
* add vb2api_get_pcr_digestDaisuke Nojiri2015-01-311-1/+5
* vboot2: Introduce vb2ex_hwcrypto APIstabilize-storm-6683.Bstabilize-6670.Bstabilize-6662.BJulius Werner2015-01-061-31/+1
* vboot2: Get rid of extra '2' at end of new struct namesRandall Spangler2014-12-051-1/+1
* vboot2: Move old struct handling to lib20/Randall Spangler2014-12-041-170/+2
* vboot2: Move knowledge of vboot 2.1 data structures inside lib21/Randall Spangler2014-12-041-359/+31
* vboot2: Add host library functions to read/write new-format key objectsRandall Spangler2014-11-271-5/+47
* vboot2: Add api-level functions to use new data structuresRandall Spangler2014-11-141-1/+9
* vboot2: Split vb2_guid into its own header fileRandall Spangler2014-11-141-32/+1
* vboot2: Add code and tests for verifying vb2_fw_preamble2Randall Spangler2014-11-121-4/+4
* vboot2: Change preamble to contain a list of signaturesrelease-R40-6457.Bfactory-auron-6459.BRandall Spangler2014-11-061-40/+23
* vboot2: be consistent in use of sig_algorithm vs sig_alg in vboot2 structsRandall Spangler2014-11-051-5/+5
* vboot2: un-nest data structuresRandall Spangler2014-11-011-78/+68
* vboot2: Add GUIDs for VB2_SIG_NONE signature typesRandall Spangler2014-10-311-3/+16
* vboot2: Add verification for common vb2 struct headerRandall Spangler2014-10-291-3/+7
* vboot2: new data structuresRandall Spangler2014-10-241-8/+367
* Add hwid digest field to GBB headerBill Richardson2014-10-211-2/+9