summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2api.h
Commit message (Expand)AuthorAgeFilesLines
* minidiag: Rename storage to storage health infoChung-Sheng Wu2021-03-091-9/+8
* vboot: standardize legacy boot and altfw terminologyJoel Kitching2021-02-271-9/+20
* vboot: make @return keyword consistent in function docstringsJoel Kitching2021-01-281-8/+8
* vboot: deprecate and remove legacy UI codeJoel Kitching2020-12-041-2/+6
* vboot/ui: Pass screen and locale_id to vb2ex_prepare_log_screen()Yu-Ping Wu2020-11-191-1/+4
* minidiag/ui: Prevent calling update action if there were no updatesstabilize-quickfix-13597.30.Bstabilize-ambassador-13597.79.Bstabilize-13597.97.Bstabilize-13597.95.Bstabilize-13597.94.Bstabilize-13597.90.Bstabilize-13597.85.Bstabilize-13597.84.Bstabilize-13597.71.Bstabilize-13597.70.Bstabilize-13597.69.Bstabilize-13597.68.Bstabilize-13597.67.Bstabilize-13597.66.Bstabilize-13597.105.Bstabilize-13597.103.Brelease-R88-13597.Bfactory-volteer-13600.BHsuan Ting Chen2020-11-121-2/+4
* vboot/ui: Split disabled_item_mask into two masks for log screenHsuan Ting Chen2020-10-141-0/+12
* vboot2: Add support for modexp accelerationKangheui Won2020-10-031-0/+14
* firmware/2lib: Add error message for ctrl-U when usb boot is not enabledShelley Chen2020-09-241-0/+2
* firmware/2lib: Handle errors in alternate bootHsuan Ting Chen2020-09-211-0/+6
* vboot/ui: Force to reacquire log on initializationstabilize-13482.BHsuan Ting Chen2020-09-171-3/+5
* vboot/ui: Disallow Ctrl-S when GBB forces dev modeYu-Ping Wu2020-09-121-0/+2
* vboot: Introduce alternate boot functionalityJoel Kitching2020-09-111-0/+9
* minidiag: Add storage and memory diagnostic screensMeng-Huan Yu2020-09-101-0/+38
* minidiag: Add diagnostic menu screenMeng-Huan Yu2020-09-051-0/+2
* vboot/ui: Implement firmware log screenHsuan Ting Chen2020-09-031-0/+16
* vboot2: Add prototype for hwcrypto RSAfactory-zork-13427.BKangheui Won2020-08-201-0/+14
* vboot/ui: Display error for untrusted confirmationHsuan Ting Chen2020-08-181-0/+2
* vboot: create secdata_kernel flag to disable diagnostic UIJoel Kitching2020-08-091-0/+8
* vboot/ui: Implement debug info screenHsuan Ting Chen2020-07-311-0/+46
* vboot/ui: decouple error beep from error messageYu-Ping Wu2020-07-281-6/+0
* vboot: move TPM callbacks to vboot2 namespaceJoel Kitching2020-07-101-1/+56
* 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-021-0/+3
* firmware/2lib: Add visual/audio error handlingShelley Chen2020-06-271-2/+17
* 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-251-1/+9
* vboot/ui: add screens for dev boot from external diskYu-Ping Wu2020-06-201-1/+5
* vboot: rename USB to more accurate EXTERNALYu-Ping Wu2020-06-131-4/+4
* vboot: add vb2api_use_short_dev_screen_delay() to 2api.hYu-Ping Wu2020-06-101-0/+8
* vboot: publicize vb2_get_dev_boot_target()Yu-Ping Wu2020-06-101-0/+21
* vboot/ui: implement phone recovery screensJoel Kitching2020-06-011-5/+6
* vboot: do not request recovery for VB2_REQUEST_* from VB2_TRY()Yu-Ping Wu2020-05-291-2/+4
* vboot: move timer and beep functions to vboot2 namespaceJoel Kitching2020-05-281-0/+33
* vboot: move VbExGetLocalizationCount to vboot2Joel Kitching2020-05-181-7/+14
* vboot: Add language selection screen to vb2_screenstabilize-quickfix-13099.93.Bstabilize-13099.94.Bstabilize-13099.90.Bstabilize-13099.85.Bstabilize-13099.73.Bstabilize-13099.72.Bstabilize-13099.70.Bstabilize-13099.118.Bstabilize-13099.110.Bstabilize-13099.101.Brelease-R84-13099.Bfactory-test-13099.17.BYu-Ping Wu2020-05-151-0/+2
* vboot: Add developer screens to vb2_screenYu-Ping Wu2020-05-091-0/+4
* vboot/ui: implement to_dev transition flowJoel Kitching2020-05-071-0/+2
* vboot: Rename VB_AUX_FW_* to VB2_AUXFW_*factory-drallion-13080.BYu-Ping Wu2020-05-051-7/+7
* vboot: Add advanced options screen to vb2_screenYu-Ping Wu2020-05-051-0/+2
* vboot: Implement common UI loopHsuan Ting Chen2020-05-041-0/+4
* vboot: Add screens for recovery using diskYu-Ping Wu2020-04-221-0/+4
* vboot: Add broken screen to vb2_screenYu-Ping Wu2020-04-221-0/+2
* vboot: Add recovery select screen to vb2_screenYu-Ping Wu2020-04-221-3/+12
* 2api: Add kernel version getter and make dev-signed check fail softJulius Werner2020-04-211-0/+9
* vboot: Add vb2api_phone_recovery_enabled() to vboot APIYu-Ping Wu2020-04-201-0/+8
* vboot: decouple EC/AUXFW sync from UIYu-Ping Wu2020-04-171-0/+8
* vboot: Remove VB2_SCREEN_TOUCHPAD_SYNC from vb2_screenYu-Ping Wu2020-04-141-2/+0
* vboot: Add firmware sync screens to vb2_screenYu-Ping Wu2020-04-071-1/+5
* firmware: Add VB2_TRY() helper macroYu-Ping Wu2020-03-311-0/+33
* vboot: Introduce menu UIHsuan Ting Chen2020-03-211-0/+18