summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_display.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove power button work-around for ARMSimon Glass2012-09-071-5/+3
* Cache GBB images to speed up displaySimon Glass2012-09-071-5/+5
* firmware: Add TONORM_CONFIRM screen.Hung-Te Lin2012-08-131-0/+3
* Add WAIT screen to default bitmapBill Richardson2012-08-051-0/+3
* TONORM screen should display at Dev screen, not Recovery screen.Bill Richardson2012-08-021-1/+1
* Add more specific recovery reasons for EC software sync.Randall Spangler2012-07-261-2/+12
* Partial EC software sync implementationRandall Spangler2012-07-161-0/+4
* Support virtual dev-switch (keyboard-based dev-mode)Bill Richardson2012-06-081-1/+7
* Add new line after printing non-zero GBB flags.Stefan Reinauer2012-02-281-0/+1
* Be aggressive in saving locale to nvram.Bill Richardson2012-01-241-0/+8
* Dev-mode allows booting self-signed kernels by default.Bill Richardson2011-11-181-3/+4
* Fix typo, add one VBDEBUG.Bill Richardson2011-11-141-1/+1
* Dev-mode only boots official kernels by defaultBill Richardson2011-11-101-0/+5
* new signature for optional easter egg.Bill Richardson2011-10-111-1/+1
* Some easter eggs may need a refresh.Bill Richardson2011-10-111-1/+2
* Add more debugging info to BIOS screens.Bill Richardson2011-09-281-1/+95
* VbExBeep() now returns VbError_t instead of voidBill Richardson2011-09-231-1/+1
* Make BIOS screens warn when GBB.flags is nonzero.Bill Richardson2011-09-141-0/+11
* Stub out easter egg, in case BIOS wants to implement one.Bill Richardson2011-09-141-0/+15
* Up/Down keys should change locale in BIOS screens.Bill Richardson2011-09-131-2/+3
* Display sha1sums in BIOS debug infotest-982.Bfactory-980.BBill Richardson2011-09-011-2/+37
* bmpblock v1.2 - render HWID inside vboot_referenceBill Richardson2011-08-241-42/+173
* Put VbDisplay* functions into their own file.Bill Richardson2011-08-221-0/+325