summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2common.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* firmware: VB2_REC_OR_DIE() should not abort before vb2_check_recovery()Julius Werner2021-12-031-1/+3
* run2tests: fix more compilation problemsVadim Bendebury2021-09-021-2/+2
* Allow use of fallthrough directlystabilize-14189.BSimon Glass2021-08-271-3/+3
* vboot/vboot_kernel: move kernel/fw struct functionsJoel Kitching2021-06-151-0/+40
* vboot: move lib20/packed_key.c into 2lib namespaceJoel Kitching2021-01-201-0/+1
* Hide __has_attribute from non-clang compilersPatrick Georgi2020-11-231-2/+5
* Revert "Reland: Clean up implicit fall through."stabilize-rust-13613.BJulius Werner2020-11-201-0/+7
* inclusive: change usage of sanityDaisuke Nojiri2020-08-191-3/+3
* vboot: move timer and beep functions to vboot2 namespaceJoel Kitching2020-05-281-0/+4
* firmware: Add VB2_REC_OR_DIE() helper macroJulius Werner2020-02-111-0/+9
* Reland: Clean up implicit fall through.Manoj Gupta2020-02-011-21/+0
* vboot: fold lib20/common.c into 2lib/2common.cJoel Kitching2019-12-241-0/+76
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-131-2/+2
* Revert "Clean up implicit fall through."Mathew King2019-11-051-0/+21
* Clean up implicit fall through.Manoj Gupta2019-11-051-21/+0
* vboot: keep const and non-const signature and key accessorsJoel Kitching2019-10-291-5/+28
* vboot: use inline instead of __inlineJoel Kitching2019-10-231-3/+3
* vboot: relocate vb2_signature and vb2_keybock structsJoel Kitching2019-10-231-0/+26
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-231-1/+1
* vboot: add VB2_ASSERT and VB2_DIE macrosJoel Kitching2019-09-231-3/+21
* Fix fall through warning reported by ToT clang.Manoj Gupta2019-08-281-0/+21
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-3/+3
* vboot: vb2_shared_data offsets should hang off parentstabilize-12428.BJoel Kitching2019-08-161-0/+9
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-11/+8
* vboot: replace Min macro with VB2_MINstabilize-12331.BJoel Kitching2019-07-061-4/+11
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-071-0/+1
* vboot: move vb2_packed_key and several functions from lib20 to 2libJoel Kitching2019-06-071-0/+47
* vboot: hide 2common.h from external APIJoel Kitching2019-05-171-17/+0
* futility: Merge Debug() into VB2_DEBUG()Julius Werner2019-03-061-7/+2
* tpm_lite: Drop FOR_TEST for tlcl.cMattias Nissler2018-04-091-12/+3
* Add new GBB_FLAG_FORCE_MANUAL_RECOVERYJulius Werner2018-03-261-0/+1
* firmware: Align workbuf used sizeRandall Spangler2018-01-051-0/+11
* firmware: header tweaks for depthchargeRandall Spangler2017-12-011-1/+1
* 2lib: Add test_mockable attributeRandall Spangler2017-06-201-0/+12
* 2lib: add VB2_DEBUG_RAW() to print without function nameRandall Spangler2017-01-201-1/+7
* vboot: fix compiling with DEBUG=1Randall Spangler2017-01-181-0/+1
* vboot: use vb2 verification functions for kernel verificationRandall Spangler2016-10-291-0/+6
* vb21: Rename struct vb2_guid to struct vb2_idBill Richardson2015-03-101-3/+3
* vboot2: fix alignment issues on 32-bit architecturesBill Richardson2015-01-281-2/+16
* vboot2: Get rid of extra '2' at end of new struct namesRandall Spangler2014-12-051-16/+4
* vboot2: Move old struct handling to lib20/Randall Spangler2014-12-041-230/+0
* vboot2: Move knowledge of vboot 2.1 data structures inside lib21/Randall Spangler2014-12-041-39/+0
* vboot2: Add host lib function to create a vb2-style keyblockRandall Spangler2014-12-011-0/+10
* vboot2: Add host library functions to read/write new-format key objectsRandall Spangler2014-11-271-0/+14
* vboot2: Add code and tests for verifying vb2_fw_preamble2Randall Spangler2014-11-121-1/+9
* vboot2: Change preamble to contain a list of signaturesrelease-R40-6457.Bfactory-auron-6459.BRandall Spangler2014-11-061-2/+2
* vboot2: pass const work buffers, and clarify min_offset outputRandall Spangler2014-11-061-9/+16
* vboot2: add code to verify vb2_keyblock2Randall Spangler2014-11-061-1/+9
* vboot2: add support for verify data / digest using new signature structRandall Spangler2014-11-051-2/+37