summaryrefslogtreecommitdiff
path: root/tests/vboot_api_devmode_tests.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-131-3/+3
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-5/+5
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-15/+15
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-1/+8
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-1/+0
* vboot: hide 2common.h from external APIJoel Kitching2019-05-171-1/+1
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-1/+1
* firmware: add time unit conversion definesMatt Delco2019-03-201-3/+2
* vboot: Add ui for setting vendor data in VPDfirmware-atlas-11827.12.BMathew King2019-02-221-1/+2
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-15/+15
* vboot_api: Remove unused VB_SCREEN constantsJulius Werner2018-02-071-6/+0
* firmware: Stop using vboot1 cparams internallyRandall Spangler2018-01-091-4/+1
* firmware: Prune down old region APIRandall Spangler2018-01-091-8/+0
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-2/+2
* firmware: simplify audioRandall Spangler2018-01-051-229/+207
* firmware: use sd->gbb_flagsRandall Spangler2018-01-051-0/+5
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-111-8/+2
* detachables: Set fw screen timeout to 30 secs upon button pressShelley Chen2017-07-311-0/+3
* 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