summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2struct.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* 2lib: Deprecate vb2api_allow_recovery() and VB2_SD_FLAG_MANUAL_RECOVERYHsuan Ting Chen2021-12-301-2/+8
* Reland "2api: Add vb2_boot_mode in vb2_context denoted the current boot mode"stabilize-14396.Bstabilize-14395.BHsuan Ting Chen2021-12-121-1/+1
* firmware: VB2_REC_OR_DIE() should not abort before vb2_check_recovery()Julius Werner2021-12-031-0/+2
* Revert "2api: Add vb2_boot_mode in vb2_context denoted the current boot mode"Hsuan Ting Chen2021-10-071-1/+1
* 2api: Add vb2_boot_mode in vb2_context denoted the current boot modestabilize-14267.Bfactory-ambassador-14265.BHsuan Ting Chen2021-10-011-1/+1
* vboot: introduce minios_kernel.keyblockJoel Kitching2021-07-051-0/+2
* cleanup: remove ryu roothash functionalityJack Rosenthal2021-05-011-37/+0
* vboot2: Use TPM for hash acceleration allowanceKangheui Won2020-12-091-1/+3
* ec_sync: Reset EC after updating Hmirdnojiri2020-04-011-0/+3
* Increase VB2_CONTEXT_MAX_SIZEdnojiri2020-03-051-2/+3
* vboot: eradicate vboot1 data structures from kernel verificationJoel Kitching2020-02-271-3/+4
* 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