summaryrefslogtreecommitdiff
path: root/firmware/2lib/2api.c
Commit message (Expand)AuthorAgeFilesLines
* firmware: host: futility: Add CBFS metadata hash supportstabilize-15183.14.BJakub Czapiga2022-10-121-9/+36
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* 2api: Add a new entry point for only loading and verifying the kernelNicholas Bishop2022-09-071-0/+61
* firmware: 2sha: Integrate HW crypto directly into vb2_digest APIJulius Werner2022-09-011-28/+5
* firmware/2lib: Introduce `vb2api_get_fw_boot_info` APISubrata Banik2022-07-291-0/+30
* 2api.c: Initialize display using boot_modeHsin-Te Yuan2022-07-031-13/+8
* 2lib: Fix minor comments in 2api.cHsuan Ting Chen2021-12-301-2/+2
* Reland "2api: Add vb2_boot_mode in vb2_context denoted the current boot mode"stabilize-14396.Bstabilize-14395.BHsuan Ting Chen2021-12-121-0/+3
* Revert "2api: Add vb2_boot_mode in vb2_context denoted the current boot mode"Hsuan Ting Chen2021-10-071-3/+0
* 2api: Add vb2_boot_mode in vb2_context denoted the current boot modestabilize-14267.Bfactory-ambassador-14265.BHsuan Ting Chen2021-10-011-0/+3
* 2api: Adjust the order of checking dev switch in vb2api_fw_phase1stabilize-14238.BHsuan Ting Chen2021-09-231-14/+5
* vboot: move lib20/packed_key.c into 2lib namespaceJoel Kitching2021-01-201-1/+0
* vboot2: Use TPM for hash acceleration allowanceKangheui Won2020-12-091-2/+2
* vboot2: remove rsa from vb2_hwcrypto_rsa_allowedKangheui Won2020-12-091-1/+1
* vboot2: use hwcrypto for RSA when allowedKangheui Won2020-08-261-0/+2
* secdata: Initialize secdata kernel in vb2api_fw_phase1dnojiri2020-04-181-1/+5
* firmware: Add VB2_TRY() helper macroYu-Ping Wu2020-03-311-46/+17
* vboot: check for recovery mode with VB2_CONTEXT_RECOVERY_MODEJoel Kitching2020-02-141-2/+2
* 2lib: Move firmware body size reporting to separate functionJulius Werner2019-12-131-5/+1
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-131-5/+1
* vboot: fold lib20/api.c into 2lib/2api.cJoel Kitching2019-10-231-0/+201
* vboot: join vb2_fail and vb2api_failJoel Kitching2019-10-021-14/+6
* vboot: fix up some more includesJoel Kitching2019-09-231-2/+2
* vboot/secdata: implement vboot2 FWMP supportJoel Kitching2019-09-231-1/+1
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-311-3/+3
* vboot: vb2_shared_data offsets should hang off parentstabilize-12428.BJoel Kitching2019-08-161-2/+2
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-6/+6
* vboot: expose vb2api_secdatak_check and vb2api_secdatak_createJoel Kitching2019-06-131-10/+0
* vboot: check for VB2_NV_DIAG_REQUEST when enabling displayJoel Kitching2019-06-071-2/+4
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-1/+1
* vboot: de-externalize vb2_digest_buffer functionJoel Kitching2019-05-171-9/+0
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-161-1/+1
* vboot: implement DISPLAY_INIT context and SD flagJoel Kitching2019-05-031-0/+17
* vboot: changes to allow RW_LEGACY hash verificationMatt Delco2019-03-131-0/+9
* vb2api: pad digest buffers if they are larger than digest sizesVadim Bendebury2016-07-061-0/+3
* vb2: Modify phase2 behavior for S3 resume casestabilize-7978.Bstabilize-7978.74.Bstabilize-7978.66.Bstabilize-7978.51.Bstabilize-7978.18.Bstabilize-7956.Brelease-R50-7978.BDuncan Laurie2016-02-231-0/+18
* vboot2: tpm error doesn't block gbb dev flagRandall Spangler2015-09-221-8/+18
* vboot2: Support reboot requested by secdataRandall Spangler2015-09-171-0/+21
* add vb2api_get_pcr_digestDaisuke Nojiri2015-01-311-0/+31
* vboot2: Introduce vb2ex_hwcrypto APIstabilize-storm-6683.Bstabilize-6670.Bstabilize-6662.BJulius Werner2015-01-061-1/+4
* vboot2: Move old struct handling to lib20/Randall Spangler2014-12-041-158/+0
* vb2: parse dev mode in phase1Aaron Durbin2014-11-031-16/+11
* vboot2: Move and rename functionsRandall Spangler2014-10-281-2/+2
* vboot2: use enum hash algorithmstabilize-6412.BRandall Spangler2014-10-281-2/+2
* vboot2: move verify digest to 2commonRandall Spangler2014-10-221-14/+1
* vboot2: Check necessity of recovery when firmware body hash fails to matchDaisuke Nojiri2014-06-231-0/+3
* vboot2: api-level routinesRandall Spangler2014-06-191-0/+295