summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
...
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-2815-87/+90
* vboot: remove deprecated GoogleBinaryBlockHeaderJoel Kitching2019-05-171-114/+0
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-177-9/+2
* vboot: remove NEED_VB2_SHA_LIBRARY switchJoel Kitching2019-05-171-15/+1
* 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-1610-69/+72
* vboot: add VB2_NV_DISPLAY_REQUESTJoel Kitching2019-05-161-0/+3
* firmware: replace recovery mode flag with physical presenceMatt Delco2019-05-163-25/+37
* vboot: remove workaround in diagnostics UIstabilize-12206.BMatt Delco2019-05-141-24/+14
* vboot: deprecate Alt OS codeJoel Kitching2019-05-145-25/+18
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-1413-54/+84
* Make vboot -Wtype-limits compliantstabilize-12202.BJulius Werner2019-05-101-0/+4
* Remove code for displaying screen from GBBDaisuke Nojiri2019-05-074-215/+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-033-0/+33
* vboot_ui: Add newline to end of error stringDuncan Laurie2019-05-021-1/+1
* vboot: add vb2_sha.h to replace NEED_VB2_SHA_LIBRARYJoel Kitching2019-04-272-2/+15
* vboot: add linebreaks to stub unimplemented messagesJoel Kitching2019-04-271-3/+3
* vboot: remove workbuf alloc and free codeJoel Kitching2019-04-171-35/+6
* vboot: add magic and version to vb2_shared_dataJoel Kitching2019-04-153-2/+34
* Enable launching diagnostics from OS broken screenstabilize-12088.BMathew King2019-04-132-8/+25
* Initialize retstabilize-12061.Bstabilize-12060.Bstabilize-12058.Bstabilize-12054.BMathew King2019-04-051-0/+1
* VbCheckDisplayKey: Remove easter egg supportJulius Werner2019-04-042-24/+0
* VbDisplayDebugInfo: Don't redraw screenJulius Werner2019-04-041-9/+0
* ui: Allow dismissing debug output with Esc, fix detachable issuesJulius Werner2019-04-042-10/+22
* vboot: mark VBSD_HONOR_VIRT_DEV_SWITCH as deprecatedfactory-sarien-12033.BJoel Kitching2019-04-011-1/+1
* 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: do not check for VBSD_HONOR_VIRT_DEV_SWITCHJoel Kitching2019-03-263-6/+4
* vboot: pull vb2_context up to higher level in call stackJoel Kitching2019-03-263-68/+68
* Don't allow vowels in vendor data except first charMathew King2019-03-261-3/+9
* Arrow keys change language on vendor data uisMathew King2019-03-263-9/+13
* vboot: add diagnostic modeMatt Delco2019-03-215-3/+177
* firmware: allocate nvram bit for diagnostic modeMatt Delco2019-03-203-1/+11
* firmware/lib: commit nvram before running legacyMatt Delco2019-03-204-11/+17
* firmware: add time unit conversion definesMatt Delco2019-03-204-10/+11
* 2api: add callback for vb2ex_tpm_set_modeMatt Delco2019-03-203-0/+38
* Show error and wait for 5 seconds to shutdown if setting vendor data failsMathew King2019-03-161-5/+7
* vboot: add power button query functionalityMatt Delco2019-03-163-8/+10
* vboot: remove deprecated constantsJoel Kitching2019-03-152-4/+0
* vboot: changes to allow RW_LEGACY hash verificationMatt Delco2019-03-137-7/+49
* vboot: add documentation for different switches in vb2_api.hJoel Kitching2019-03-111-0/+15
* vboot: move general constants to a separate headerJoel Kitching2019-03-113-36/+65
* vboot_display: Add full_info parameter to VbExDisplayDebugInfo()factory-atlas-11907.Bfactory-atlas-11907.11.BJulius Werner2019-03-096-14/+14
* vboot_display: Record screen change even on errorJulius Werner2019-03-081-23/+14
* futility: Merge Debug() into VB2_DEBUG()Julius Werner2019-03-062-7/+4
* Add console logging to make UI easier to navigate without a screenJulius Werner2019-03-013-0/+28
* tpm_lite: Fix delegation table parsingMattias Nissler2019-02-271-1/+3