summaryrefslogtreecommitdiff
path: root/firmware/2lib/include
Commit message (Expand)AuthorAgeFilesLines
* vboot/secdata: fix up 2secdata{,k} and testsJoel Kitching2019-08-283-26/+11
* vboot: replace sysincludes.h with 2sysincludes.hJoel Kitching2019-08-221-4/+5
* vboot: vb2_shared_data offsets should hang off parentstabilize-12428.BJoel Kitching2019-08-162-10/+18
* vboot: remove unused and deprecated vboot1 error codesfirmware-mistral-12422.BJoel Kitching2019-08-131-33/+1
* vboot: replace VBERROR_INVALID_PARAMETER with vboot2 equivalentJoel Kitching2019-08-131-2/+0
* vboot: replace VBERROR_SIMULATED with VB2_ERROR_MOCKJoel Kitching2019-08-131-2/+0
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-131-2/+0
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-3/+0
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-138-111/+95
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-0/+6
* vboot: join vboot1 and vboot2 errors into same enumJoel Kitching2019-08-061-0/+97
* vboot: replace Min macro with VB2_MINstabilize-12331.BJoel Kitching2019-07-061-4/+11
* vboot: add vb2api_gbb_get_flags functionJoel Kitching2019-06-141-0/+11
* vboot: export offset and type of GBB struct flags memberJoel Kitching2019-06-142-6/+16
* vboot: correct VB2_SECDATAK_SIZE constant to 13Joel Kitching2019-06-131-1/+1
* vboot: expose vb2api_secdatak_check and vb2api_secdatak_createJoel Kitching2019-06-133-59/+13
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-075-1/+76
* vboot: move vb2_packed_key and several functions from lib20 to 2libJoel Kitching2019-06-072-2/+79
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-282-17/+14
* vboot: de-externalize vb2_digest_buffer functionJoel Kitching2019-05-171-16/+0
* vboot: hide 2common.h from external APIJoel Kitching2019-05-173-18/+17
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-162-10/+7
* vboot: add VB2_NV_DISPLAY_REQUESTJoel Kitching2019-05-161-0/+3
* vboot: deprecate Alt OS codeJoel Kitching2019-05-142-6/+6
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-9/+0
* vboot: relocate GBB flag definitions to 2gbb_flags.hJoel Kitching2019-05-073-76/+92
* vboot: implement DISPLAY_INIT context and SD flagJoel Kitching2019-05-032-0/+16
* vboot: add vb2_sha.h to replace NEED_VB2_SHA_LIBRARYJoel Kitching2019-04-271-2/+2
* vboot: add magic and version to vb2_shared_dataJoel Kitching2019-04-152-0/+20
* vboot: mark VB2_CONTEXT_FORCE_DEVELOPER_MODE as deprecatedJoel Kitching2019-04-011-2/+3
* 2lib: create generic return code for unimplemented external functionsJoel Kitching2019-03-281-4/+9
* vboot: do not check for VB2_CONTEXT_FORCE_DEVELOPER_MODEstabilize-11998.BJoel Kitching2019-03-261-0/+2
* vboot: add diagnostic modeMatt Delco2019-03-211-0/+6
* firmware: allocate nvram bit for diagnostic modeMatt Delco2019-03-202-1/+4
* 2api: add callback for vb2ex_tpm_set_modeMatt Delco2019-03-202-0/+32
* vboot: remove deprecated constantsJoel Kitching2019-03-152-4/+0
* vboot: changes to allow RW_LEGACY hash verificationMatt Delco2019-03-131-0/+16
* vboot: move general constants to a separate headerJoel Kitching2019-03-112-36/+51
* futility: Merge Debug() into VB2_DEBUG()Julius Werner2019-03-061-7/+2
* 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: rename VB2_SD_DEV_MODE_ENABLEDJoel Kitching2019-02-141-1/+2
* CHERRY-PICK: vboot: create NVRAM flag to pause after EC software syncJoel Kitching2018-11-192-1/+8
* add extern C markers to installed headersMike Frysinger2018-09-041-0/+8
* Add AltOS NVRAM flagsTing Shen2018-08-072-1/+7
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-034-22/+22
* Add new NV and GBB flag to control UDCDuncan Laurie2018-04-173-1/+7
* tpm_lite: Drop FOR_TEST for tlcl.cMattias Nissler2018-04-091-12/+3
* ec_sync: Add recovery reason for aux update failureDuncan Laurie2018-03-281-0/+3
* Add new GBB_FLAG_FORCE_MANUAL_RECOVERYJulius Werner2018-03-262-2/+3