summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2api.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* vboot: stop setting VBSD_BOOT_FIRMWARE_WP_ENABLEDJoel Kitching2020-03-061-2/+1
* EFS: Implement EFS2 and NO_BOOT modeDaisuke Nojiri2020-03-051-0/+5
* Add vb2_secdata_kernel_v10dnojiri2020-03-051-5/+14
* vboot: eradicate vboot1 data structures from kernel verificationJoel Kitching2020-02-271-0/+13
* vboot: rename VbExGetSwitches to vb2ex_physical_presence_pressedstabilize-volteer-12931.BJoel Kitching2020-02-261-0/+7
* vboot: implement vb2api_get_recovery_reasonJoel Kitching2020-02-181-0/+10
* 2lib: Add vb2api_is_developer_signed() to replace old dev key checkJulius Werner2020-02-131-0/+14
* vboot: purge unused vboot 2.1 codeJoel Kitching2020-02-111-16/+0
* Enable format string warnings for vb2ex_printf()stabilize-12859.BJulius Werner2020-01-251-0/+1
* vboot: deprecate EC_EFS and EC_SYNC_SLOW flagsJoel Kitching2020-01-171-4/+4
* vboot: Deprecate VB2_CONTEXT_DETACHABLE_UIYu-Ping Wu2020-01-071-2/+6
* vboot: relocate EC and auxfw sync API to 2api.hJoel Kitching2019-12-191-46/+156
* vboot: remove leftover legacy secdata symbolsJoel Kitching2019-12-131-10/+0
* 2lib: Move firmware body size reporting to separate functionJulius Werner2019-12-131-4/+11
* vboot: Publicize check_reboot_for_display()Yu-Ping Wu2019-12-131-0/+8
* vboot: Append periods to function descriptions in 2api.hYu-Ping Wu2019-12-101-2/+2
* vboot: Add const modifier to vb2api_relocate argumentYu-Ping Wu2019-12-061-2/+2
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-281-0/+15
* vboot: Add vb2_context_flags VB2_CONTEXT_DETACHABLE_UIYu-Ping Wu2019-11-191-0/+3
* EC software sync: Split up EC and auxfw syncTim Wawrzynczak2019-11-141-0/+79
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-131-31/+78
* vboot: update secdata accessors to match those of FWMPJoel Kitching2019-10-211-1/+1
* vboot: join vb2_fail and vb2api_failJoel Kitching2019-10-021-4/+8
* vboot/secdata: implement vboot2 FWMP supportJoel Kitching2019-09-231-17/+53
* vboot: add VB2_ASSERT and VB2_DIE macrosJoel Kitching2019-09-231-0/+10