summaryrefslogtreecommitdiff
path: root/firmware/2lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* firmware: use sd->gbb_flagsRandall Spangler2018-01-051-0/+3
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-113-4/+43
* firmware: header tweaks for depthchargeRandall Spangler2017-12-011-1/+1
* nvstorage: Add kernel max rollforward NV storage fieldRandall Spangler2017-11-173-12/+29
* 2lib: Add test_mockable attributeRandall Spangler2017-06-201-0/+12
* vboot_reference: Add support for 3072-bit exponent 3 keysNicolas Boichat2017-03-163-0/+13
* vboot_reference: Add support for 2048-bit exponent 3 keysstabilize-9313.Bfirmware-cr50-release-9308.25.Bfirmware-cr50-mp-release-9308.87.Bfirmware-cr50-mp-r86-9311.70.Bfirmware-cr50-mp-9311.Bfirmware-cr50-guc-factory-9308.26.Bfirmware-cr50-9308.Bfirmware-cr50-9308.24.BNicolas Boichat2017-02-183-11/+85
* host_key2: Add VB2_SIG_ALG_COUNT to count the number of valid signaturesNicolas Boichat2017-02-151-0/+3
* 2lib: add VB2_DEBUG_RAW() to print without function nameRandall Spangler2017-01-203-2/+21