summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* vboot/ui: Always beep when error dialog is shownHsuan Ting Chen2020-09-242-11/+4
* firmware/2lib: Add error message for ctrl-U when usb boot is not enabledShelley Chen2020-09-242-0/+3
* firmware/2lib: Handle errors in alternate bootHsuan Ting Chen2020-09-212-5/+30
* vboot/ui: Force to reacquire log on initializationstabilize-13482.BHsuan Ting Chen2020-09-173-6/+8
* vboot/ui: Disallow Ctrl-S when GBB forces dev modeYu-Ping Wu2020-09-122-0/+18
* COIL: Change sane to inclusive wordsDaisuke Nojiri2020-09-114-5/+5
* vboot: Introduce alternate boot functionalityJoel Kitching2020-09-115-2/+140
* minidiag: Add storage and memory diagnostic screensMeng-Huan Yu2020-09-104-0/+229
* vboot/ui: Always show page up/down buttons in log screenHsuan Ting Chen2020-09-091-69/+22
* minidiag: Add diagnostic menu screenMeng-Huan Yu2020-09-055-9/+56
* vboot/ui: Add refresh flag to support force refresh the screen in actionMeng-Huan Yu2020-09-032-4/+13
* vboot/ui: Implement firmware log screenHsuan Ting Chen2020-09-033-0/+121
* 2stub: vb2ex_abort()s on host should abort(), not just exit()Julius Werner2020-09-031-1/+2
* vboot/ui: Add reinit screen hookfactory-trogdor-13443.BHsuan Ting Chen2020-08-303-1/+28
* vboot/ui: Fix handling error beep request without screen state changeHsuan Ting Chen2020-08-291-1/+3
* vboot2: use hwcrypto for RSA when allowedKangheui Won2020-08-269-27/+95
* vboot: adjust VB2_SECDATA_KERNEL_FLAGS in non-recovery pathChun-Ta Lin2020-08-241-7/+9
* vboot2: Add prototype for hwcrypto RSAfactory-zork-13427.BKangheui Won2020-08-203-1/+21
* inclusive: change usage of sanityDaisuke Nojiri2020-08-1915-27/+27
* vboot/ui: Display error for untrusted confirmationHsuan Ting Chen2020-08-182-0/+9
* minidiag: add entryChun-Ta Lin2020-08-091-0/+18
* vboot: create secdata_kernel flag to disable diagnostic UIJoel Kitching2020-08-095-1/+24
* vboot/ui: Implement debug info screen navigationHsuan Ting Chen2020-07-311-4/+7
* vboot/ui: Implement debug info screenHsuan Ting Chen2020-07-317-8/+322
* vboot: disallow DIAGNOSTIC_UI with MENU_UIJoel Kitching2020-07-291-1/+2
* vboot/ui: decouple error beep from error messageYu-Ping Wu2020-07-284-16/+10
* Reset EC when transitioning to dev modestabilize-13360.BDaisuke Nojiri2020-07-141-1/+1
* vboot: move TPM callbacks to vboot2 namespaceJoel Kitching2020-07-106-76/+79
* firmware/2lib: Skip rest of ui_loop after closing error boxShelley Chen2020-07-101-3/+6
* vboot: create TPM section in 2api.hJoel Kitching2020-07-071-39/+42
* vboot/ui: pass timer_disabled to vb2ex_display_ui()factory-puff-13329.BYu-Ping Wu2020-07-022-1/+10
* vboot/ui: add screen stack functionalityJoel Kitching2020-06-303-80/+122
* firmware/2lib: Add visual/audio error handlingShelley Chen2020-06-275-9/+67
* vboot: add vb2api_phone_recovery_ui_enabled()stabilize-quickfix-13310.91.Bstabilize-quickfix-13310.76.Bstabilize-quickfix-13310.73.Bstabilize-13310.99.Bstabilize-13310.94.Bstabilize-13310.83.Bstabilize-13310.74.Bstabilize-13310.72.Brelease-R85-13310.BYu-Ping Wu2020-06-255-9/+31
* vboot/ui: add power off optionsYu-Ping Wu2020-06-231-0/+25
* vboot: makeshift debug info screenJoel Kitching2020-06-212-1/+20
* vboot/ui: add screens for dev boot from external diskYu-Ping Wu2020-06-202-6/+52
* vboot: add missing assert.h includeDavid Benjamin2020-06-191-0/+1
* vboot: rename USB_BOOT_ON_DEV to BOOT_EXTERNAL_ON_DEVfactory-endeavour-13295.BYu-Ping Wu2020-06-171-1/+1
* vboot: rename USB to more accurate EXTERNALYu-Ping Wu2020-06-1312-43/+46
* vboot: add vb2api_use_short_dev_screen_delay() to 2api.hYu-Ping Wu2020-06-104-9/+17
* vboot: publicize vb2_get_dev_boot_target()Yu-Ping Wu2020-06-108-42/+41
* host/lib: add lightweight flashrom wrapper libraryJack Rosenthal2020-06-091-0/+3
* vboot/ui: Fix access on to_dev screenHsuan Ting Chen2020-06-041-1/+2
* vboot/ui: implement phone recovery screensJoel Kitching2020-06-012-5/+23
* vboot/ui: implement disk recovery screensYu-Ping Wu2020-06-011-4/+44
* vboot/ui: implement language selection screenYu-Ping Wu2020-06-014-39/+198
* vboot: do not request recovery for VB2_REQUEST_* from VB2_TRY()Yu-Ping Wu2020-05-292-149/+29
* vboot: fix two return values in vboot_api_stub.cJoel Kitching2020-05-281-3/+4
* vboot: create VB2_ERROR_EX_SET_VENDOR_DATAJoel Kitching2020-05-281-7/+3