summaryrefslogtreecommitdiff
path: root/firmware/2lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 2lib: Add support for 64-byte nvstorage recordRandall Spangler2018-03-074-18/+123
* firmware: Remove deprecated SW_WP_ENABLED flagRandall Spangler2018-03-041-6/+0
* firmware: Prune down old region APIRandall Spangler2018-01-091-0/+5
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-0/+6
* firmware: Remove bmpblk codeRandall Spangler2018-01-091-1/+1
* ec_sync: Use vboot2 context instead of cparamsRandall Spangler2018-01-091-2/+34
* firmware: Align workbuf used sizeRandall Spangler2018-01-054-14/+30