summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2api.h
Commit message (Expand)AuthorAgeFilesLines
* vboot: Append periods to function descriptions in 2api.hYu-Ping Wu2020-01-031-2/+2
* vboot: Add const modifier to vb2api_relocate argumentYu-Ping Wu2020-01-031-2/+2
* 2lib: Move firmware body size reporting to separate functionJulius Werner2019-12-121-4/+11
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-12-031-0/+15
* vboot: Add vb2_context_flags VB2_CONTEXT_DETACHABLE_UIYu-Ping Wu2019-11-241-0/+3
* EC software sync: Split up EC and auxfw syncTim Wawrzynczak2019-11-201-0/+79
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-141-31/+78
* vboot: update secdata accessors to match those of FWMPJoel Kitching2019-10-211-1/+1
* vboot: join vb2_fail and vb2api_failJoel Kitching2019-10-021-4/+8
* vboot/secdata: implement vboot2 FWMP supportJoel Kitching2019-09-231-17/+53
* vboot: add VB2_ASSERT and VB2_DIE macrosJoel Kitching2019-09-231-0/+10
* vboot/secdata: fix 2secdata.h includesJoel Kitching2019-08-311-1/+0
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-311-46/+59
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-7/+6
* vboot/secdata: fix up 2secdata{,k} and testsJoel Kitching2019-08-281-20/+6
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-45/+40
* vboot: add vb2api_gbb_get_flags functionJoel Kitching2019-06-141-0/+11
* vboot: expose vb2api_secdatak_check and vb2api_secdatak_createJoel Kitching2019-06-131-6/+10
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-071-0/+17
* vboot: de-externalize vb2_digest_buffer functionJoel Kitching2019-05-171-16/+0
* vboot: hide 2common.h from external APIJoel Kitching2019-05-171-1/+0
* vboot: relocate GBB flag definitions to 2gbb_flags.hJoel Kitching2019-05-071-0/+1
* vboot: implement DISPLAY_INIT context and SD flagJoel Kitching2019-05-031-0/+13
* vboot: mark VB2_CONTEXT_FORCE_DEVELOPER_MODE as deprecatedJoel Kitching2019-04-011-2/+3
* vboot: do not check for VB2_CONTEXT_FORCE_DEVELOPER_MODEstabilize-11998.BJoel Kitching2019-03-261-0/+2
* 2api: add callback for vb2ex_tpm_set_modeMatt Delco2019-03-201-0/+30
* vboot: remove deprecated constantsJoel Kitching2019-03-151-2/+0
* vboot: changes to allow RW_LEGACY hash verificationMatt Delco2019-03-131-0/+16
* vboot: move general constants to a separate headerJoel Kitching2019-03-111-36/+1
* vboot: Add ui for setting vendor data in VPDfirmware-atlas-11827.12.BMathew King2019-02-221-0/+3
* vboot: rename VB2_DISABLE_DEVELOPER_MODEJoel Kitching2019-02-141-0/+2
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-1/+1
* 2lib: Add support for 64-byte nvstorage recordRandall Spangler2018-03-071-2/+19
* firmware: Remove deprecated SW_WP_ENABLED flagRandall Spangler2018-03-041-6/+0
* ec_sync: Use vboot2 context instead of cparamsRandall Spangler2018-01-091-2/+34
* 2lib: add VB2_DEBUG_RAW() to print without function nameRandall Spangler2017-01-201-0/+12
* vboot: Upgrade VerifyFirmwarePreamble() to vboot2.0Randall Spangler2016-07-261-2/+12
* 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/+3
* vb20: add vb2api_check_hash_get_digest() for retrieving hash resultAaron Durbin2016-01-261-0/+12
* vboot2: Support reboot requested by secdataRandall Spangler2015-09-171-2/+14
* vboot2: Add 2.0 api layer to verify kernel partitionRandall Spangler2015-06-091-2/+122
* vboot2: Add routines to load kernel preambleRandall Spangler2015-06-041-1/+12
* Provide a way to disable counting failed bootsPatrick Georgi2015-05-281-0/+3
* vboot2: Add routines to load and verify kernel keyblockRandall Spangler2015-05-221-3/+13
* vboot2: Add support for kernel version secure data spaceRandall Spangler2015-05-131-7/+55
* Disable dev mode on recovery, when configured.stabilize-6912.Bstabilize-6909.BVadim Bendebury2015-03-231-0/+3
* vboot: allow firmware to signal a wipeout requestVadim Bendebury2015-03-131-0/+3
* vb21: Rename struct vb2_guid to struct vb2_idBill Richardson2015-03-101-2/+2
* add vb2api_get_pcr_digestDaisuke Nojiri2015-01-311-0/+28
* vboot2: fix alignment issues on 32-bit architecturesBill Richardson2015-01-281-0/+1