summaryrefslogtreecommitdiff
path: root/tests/vboot_api_devmode_tests.c
Commit message (Expand)AuthorAgeFilesLines
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-121-18/+18
* firmware: Remove LoadKernelParams from APIsRandall Spangler2017-01-121-3/+1
* vboot: Pass vb2 context and use vboot2 NV routinesRandall Spangler2016-12-221-4/+6
* vboot: use malloc and free directlyRandall Spangler2016-11-061-10/+3
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-7/+7
* Pass locale to VbExDisplayScreenDaisuke Nojiri2015-10-151-1/+1
* Add broken screenDaisuke Nojiri2015-10-121-0/+3
* Add memory leak checkingSimon Glass2013-09-171-0/+2
* Implementation of Region APIstabilize-4636.BSimon Glass2013-08-301-0/+1
* Revert "Implementation of Region API"Yoshiki Iguchi2013-08-291-1/+0
* Implementation of Region APISimon Glass2013-08-281-0/+1
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+1
* Get rid of some crufty macros.Gabe Black2013-03-191-3/+0
* Fix audio loop for long-delay keyboard reads.Bill Richardson2012-01-191-15/+30
* Enable (and test) custom dev-mode soundsBill Richardson2011-10-051-12/+6
* Refactor dev-mode delay handling into a separate file.Bill Richardson2011-10-051-2/+1
* Added tests for VbBootDeveloper sound and delayBill Richardson2011-10-051-0/+326