summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_display.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-2/+2
* ec_sync: Add recovery reason for aux update failureDuncan Laurie2018-03-281-0/+2
* 2lib: Add support for 64-byte nvstorage recordRandall Spangler2018-03-071-1/+1
* firmware: Prune down old region APIRandall Spangler2018-01-091-8/+6
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-2/+1
* firmware: Remove bmpblk codeRandall Spangler2018-01-091-332/+8
* firmware: use sd->gbb_flagsRandall Spangler2018-01-051-10/+8
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-111-72/+71
* detachables: Skip "Enable Developer Mode" in DEV modeShelley Chen2017-08-141-3/+7
* detachables: Highlight selection w/ Debug InfoShelley Chen2017-06-221-2/+7
* detachables: New code path for displaying detachable menusstabilize-9592.82.Bstabilize-9592.67.Bstabilize-9592.55.Bstabilize-9592.15.Brelease-R60-9592.BShelley Chen2017-05-251-0/+42
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-121-18/+18
* vboot: Pass vb2 context and use vboot2 NV routinesRandall Spangler2016-12-221-35/+43
* Add new recovery reason for rec hash space lock failure in RO firmwarestabilize-8975.BFurquan Shaikh2016-11-091-0/+2
* recovery: Add new recovery reason to train memory and rebootFurquan Shaikh2016-11-081-0/+2
* vboot: use malloc and free directlyRandall Spangler2016-11-061-3/+3
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-1/+1
* vboot: Convert vboot1 SHA calls to use vboot2Randall Spangler2016-07-221-4/+8
* vboot: Save last screen IDDaisuke Nojiri2016-04-251-14/+13
* vboot_display: Keep track of displayed screenDuncan Laurie2016-01-291-2/+8
* Give more screen control to vboot_draw_screenDaisuke Nojiri2015-11-171-6/+23
* Add VbExGetLocalizationCountDaisuke Nojiri2015-10-201-3/+11
* Pass locale to VbExDisplayScreenDaisuke Nojiri2015-10-151-5/+7
* Add NV flag to default boot legacy OSMary Ruthven2015-10-131-0/+6
* Add broken screenDaisuke Nojiri2015-10-121-0/+3
* recovery: Add recovery reason for fastboot mode requested inFurquan Shaikh2015-10-081-0/+2
* recovery: Add recovery reason for fastboot mode requested in fwstabilize-7204.BFurquan Shaikh2015-06-231-0/+2
* recovery: Add recovery reasons for BCBstabilize-7155.BFurquan Shaikh2015-06-041-0/+4
* nvstorage: Add new flag VBNV_DEV_BOOT_FASTBOOT_FULL_CAPFurquan Shaikh2015-05-161-0/+6
* vboot1: Add vboot2 recovery reason strings and subcode to TAB displayJulius Werner2015-02-111-1/+14
* Use the TPM to back up some of the nvram fieldsBill Richardson2014-06-051-0/+2
* lib: Handle return error code of VbExDisplaySetDimension correctly.stabilize-5899.BHung-Te Lin2014-05-221-3/+3
* lib: Add VbExDisplaySetDimension.Hung-Te Lin2014-05-131-0/+16
* Implementation of Region APIstabilize-4636.BSimon Glass2013-08-301-162/+71
* Revert "Implementation of Region API"Yoshiki Iguchi2013-08-291-71/+162
* Implementation of Region APISimon Glass2013-08-281-162/+71
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+2
* Rename Strncat to StrnAppend, use it instead of strncat.firmware-spring-3824.Bfirmware-spring-3824.84.Bfirmware-spring-3824.55.Bfirmware-spring-3824.4.Bfirmware-skate-3824.129.BBill Richardson2013-03-061-26/+25
* vboot_display: fix -Wwrite-strings compiler errorsAaron Durbin2013-02-261-3/+3
* Add more display testsRandall Spangler2013-02-111-9/+6
* EC software sync uses precomputed hash if availableRandall Spangler2013-02-061-0/+6
* Reformat files to kernel styleRandall Spangler2013-01-291-604/+657
* Add display testsRandall Spangler2013-01-291-8/+2
* Start adding display testsRandall Spangler2013-01-251-2/+1
* Add more recovery_reason codesBill Richardson2012-11-261-4/+28
* Add recovery reason for failure to correct TPM errorLuigi Semenzato2012-10-291-0/+2
* Rename RANDOM_POWER_OFF to a more descriptive SAVE_LOCALE_IMMEDIATELYRandall Spangler2012-09-241-1/+1
* Add CTRL-L in dev screen to support a "legacy boot option"Stefan Reinauer2012-09-201-0/+5
* Don't copy BMP data on ARMSimon Glass2012-09-101-0/+4
* Define all screens in enum ScreenIndex and use themSimon Glass2012-09-101-8/+8