summaryrefslogtreecommitdiff
path: root/tests/vboot_display_tests.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-131-1/+1
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-2/+2
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-2/+2
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-071-78/+4
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-10/+32
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-6/+6
* Remove code for displaying screen from GBBDaisuke Nojiri2019-05-071-1/+0
* Arrow keys change language on vendor data uisMathew King2019-03-261-7/+7
* vboot_display: Add full_info parameter to VbExDisplayDebugInfo()factory-atlas-11907.Bfactory-atlas-11907.11.BJulius Werner2019-03-091-1/+1
* Add a screen showing a menu for alternative firmwareSimon Glass2018-11-161-0/+6
* firmware: Stop using vboot1 cparams internallyRandall Spangler2018-01-091-4/+0
* firmware: Prune down old region APIRandall Spangler2018-01-091-37/+23
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-2/+3
* firmware: Remove bmpblk codeRandall Spangler2018-01-091-84/+12
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-111-1/+0
* vboot: Pass vb2 context and use vboot2 NV routinesRandall Spangler2016-12-221-28/+34
* vboot: use malloc and free directlyRandall Spangler2016-11-061-5/+2
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-6/+6
* Add VbExGetLocalizationCountDaisuke Nojiri2015-10-201-2/+2
* Add memory leak checkingSimon Glass2013-09-171-0/+3
* Implementation of Region APIstabilize-4636.BSimon Glass2013-08-301-11/+44
* Revert "Implementation of Region API"Yoshiki Iguchi2013-08-291-44/+11
* Implementation of Region APISimon Glass2013-08-281-11/+44
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+1
* Add more display testsRandall Spangler2013-02-111-3/+51
* Add display testsRandall Spangler2013-01-291-9/+112
* Start adding display testsRandall Spangler2013-01-251-0/+83