summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make vboot -Wtype-limits compliantstabilize-12202.BJulius Werner2019-05-101-0/+4
* Remove code for displaying screen from GBBDaisuke Nojiri2019-05-0729-2353/+3
* vboot: relocate GBB flag definitions to 2gbb_flags.hJoel Kitching2019-05-073-76/+92
* vboot: update vb2_misc_tests to use VB2_WORKBUF_ALIGNJoel Kitching2019-05-071-3/+5
* vboot: implement DISPLAY_INIT context and SD flagJoel Kitching2019-05-034-1/+71
* 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
* cgpt: create: Don't modify existing IGNOREME headersRyan Case2019-04-241-0/+13
* futility: updater: Revise getopt_long and use enum instead of charsstabilize-flapjack-12109.Bstabilize-flapjack-12105.Bstabilize-12121.Bstabilize-12105.75.Brelease-quickfix-R75-12105.76.BHung-Te Lin2019-04-181-66/+90
* futility: updater: Add '--ccd' for programming with closed case debuggingHung-Te Lin2019-04-181-0/+9
* vboot: remove workbuf alloc and free codeJoel Kitching2019-04-173-39/+16
* vboot: add magic and version to vb2_shared_dataJoel Kitching2019-04-154-2/+70
* Enable launching diagnostics from OS broken screenstabilize-12088.BMathew King2019-04-133-14/+60
* vboot: fix vboot_api_kernel_tests after ctx changeJoel Kitching2019-04-132-33/+43
* build: Evaluate YAML_LIBS and LZMA_LIBS lazilyPatrick Georgi2019-04-131-2/+2
* futility: updater: report flashrom error codeHung-Te Lin2019-04-101-0/+2
* vboot: fix test_rwsig.sh permissions issueJoel Kitching2019-04-101-2/+5
* 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
* sign_cr50_firmware: improve error reportingVadim Bendebury2019-03-281-0/+7
* vboot: deprecate GPIO_SIGNAL_TYPE_DEVJoel Kitching2019-03-281-1/+1
* 2lib: create generic return code for unimplemented external functionsJoel Kitching2019-03-282-9/+17
* vboot: remove tinyhostlib from MakefileJoel Kitching2019-03-281-35/+0
* vboot: do not check for VB2_CONTEXT_FORCE_DEVELOPER_MODEstabilize-11998.BJoel Kitching2019-03-263-24/+2
* vboot: do not check for VBSD_HONOR_VIRT_DEV_SWITCHJoel Kitching2019-03-267-46/+21
* vboot: pull vb2_context up to higher level in call stackJoel Kitching2019-03-265-82/+83
* vboot/crossystem: deprecate devsw_virtualJoel Kitching2019-03-261-7/+2
* Don't allow vowels in vendor data except first charMathew King2019-03-262-3/+29
* Arrow keys change language on vendor data uisMathew King2019-03-264-16/+20
* image_signing: Verify cr50 signing manifest complianceDavid Riley2019-03-211-0/+37
* sign_cr50_firmware: use sanitized manifest fileVadim Bendebury2019-03-211-9/+16
* vboot: add diagnostic modeMatt Delco2019-03-218-5/+429
* firmware: allocate nvram bit for diagnostic modeMatt Delco2019-03-206-1/+17
* firmware/lib: commit nvram before running legacyMatt Delco2019-03-204-11/+17
* firmware: add time unit conversion definesMatt Delco2019-03-205-13/+13
* 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-164-11/+13
* vboot: remove deprecated constantsJoel Kitching2019-03-152-4/+0
* vboot: futility test outputs should use relative directoryJoel Kitching2019-03-1316-40/+41
* Fix memory leaks in cgptFletcher Woodruff2019-03-134-19/+19
* vboot: changes to allow RW_LEGACY hash verificationMatt Delco2019-03-139-13/+55
* image_signing: avoid using mount -o rw,remountMike Frysinger2019-03-132-6/+9
* image_signing: switch to loopdevs directlyMike Frysinger2019-03-1313-24/+38
* futility: updater: Unit test for preserving sections using FMAP flagsHung-Te Lin2019-03-122-0/+18