summaryrefslogtreecommitdiff
path: root/firmware/2lib
Commit message (Expand)AuthorAgeFilesLines
* 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-164-12/+26
* 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-1318-214/+184
* 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-062-10/+14
* vboot: add vb2api_gbb_get_flags functionJoel Kitching2019-06-142-0/+17
* 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-136-75/+19
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-076-1/+200
* vboot: check for VB2_NV_DIAG_REQUEST when enabling displayJoel Kitching2019-06-071-2/+4
* vboot: move vb2_packed_key and several functions from lib20 to 2libJoel Kitching2019-06-074-2/+140
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-284-25/+29
* vboot: de-externalize vb2_digest_buffer functionJoel Kitching2019-05-172-25/+0
* vboot: hide 2common.h from external APIJoel Kitching2019-05-173-18/+17
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-164-15/+12
* vboot: add VB2_NV_DISPLAY_REQUESTJoel Kitching2019-05-161-0/+3
* vboot: deprecate Alt OS codeJoel Kitching2019-05-143-20/+14
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-142-9/+8
* Make vboot -Wtype-limits compliantstabilize-12202.BJulius Werner2019-05-101-0/+4
* vboot: relocate GBB flag definitions to 2gbb_flags.hJoel Kitching2019-05-073-76/+92
* vboot: implement DISPLAY_INIT context and SD flagJoel Kitching2019-05-033-0/+33
* vboot: add vb2_sha.h to replace NEED_VB2_SHA_LIBRARYJoel Kitching2019-04-271-2/+2
* vboot: add linebreaks to stub unimplemented messagesJoel Kitching2019-04-271-3/+3
* vboot: add magic and version to vb2_shared_dataJoel Kitching2019-04-153-2/+34
* 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-282-9/+17
* vboot: do not check for VB2_CONTEXT_FORCE_DEVELOPER_MODEstabilize-11998.BJoel Kitching2019-03-262-4/+2
* vboot: add diagnostic modeMatt Delco2019-03-211-0/+6
* firmware: allocate nvram bit for diagnostic modeMatt Delco2019-03-203-1/+11
* 2api: add callback for vb2ex_tpm_set_modeMatt Delco2019-03-203-0/+38
* vboot: remove deprecated constantsJoel Kitching2019-03-152-4/+0
* vboot: changes to allow RW_LEGACY hash verificationMatt Delco2019-03-132-0/+25
* vboot: move general constants to a separate headerJoel Kitching2019-03-112-36/+51
* futility: Merge Debug() into VB2_DEBUG()Julius Werner2019-03-062-7/+4
* 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-142-1/+3
* vboot: rename VB2_SD_DEV_MODE_ENABLEDJoel Kitching2019-02-142-2/+3
* vboot: correct spacing in 2nvstorageJoel Kitching2018-11-191-0/+4
* CHERRY-PICK: vboot: create NVRAM flag to pause after EC software syncJoel Kitching2018-11-193-1/+16
* add extern C markers to installed headersMike Frysinger2018-09-041-0/+8
* Add AltOS NVRAM flagsTing Shen2018-08-073-1/+17
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-036-30/+30
* Add new NV and GBB flag to control UDCDuncan Laurie2018-04-174-1/+14