summaryrefslogtreecommitdiff
path: root/tests/vboot_detach_menu_tests.c
Commit message (Expand)AuthorAgeFilesLines
* vboot/secdata: remove DISABLE_ROLLBACK_TPM constantJoel Kitching2019-08-281-0/+5
* vboot: properly check failure from VbExGetLocalizationCountJoel Kitching2019-08-131-0/+5
* vboot: replace VBERROR_SIMULATED with VB2_ERROR_MOCKJoel Kitching2019-08-131-6/+6
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-35/+35
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-2/+2
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-10/+10
* vboot: check display init when entering normal modeJoel Kitching2019-06-071-8/+3
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-10/+16
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-9/+8
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-7/+5
* vboot: do not check for VBSD_HONOR_VIRT_DEV_SWITCHJoel Kitching2019-03-261-2/+1
* vboot: changes to allow RW_LEGACY hash verificationMatt Delco2019-03-131-3/+3
* vboot: Add ui for setting vendor data in VPDfirmware-atlas-11827.12.BMathew King2019-02-221-1/+2
* vboot: Don't hardcode special keyboard values.Mathew King2019-02-221-24/+24
* Add a screen showing a menu for alternative firmwareSimon Glass2018-11-161-27/+70
* Add support for booting into alternative boot loadersSimon Glass2018-09-261-1/+11
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-1/+1
* Add new GBB_FLAG_FORCE_MANUAL_RECOVERYJulius Werner2018-03-261-0/+14
* Always enter BROKEN screen in non-manual recovery, even in dev modeJulius Werner2018-02-201-5/+7
* detachables: Allow 'Tab' to display debug info on all screensJulius Werner2018-02-081-0/+52
* detachables: Test ALL the units!Julius Werner2018-02-011-397/+1705
* detachables: The Big RefactorJulius Werner2018-01-311-59/+61
* detachables: Replace RECOVERY with OPTIONS menuShelley Chen2018-01-251-89/+80
* firmware: Stop using vboot1 cparams internallyRandall Spangler2018-01-091-53/+49
* 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: Remove bmpblk codeRandall Spangler2018-01-091-4/+2
* firmware: simplify audioRandall Spangler2018-01-051-1/+1
* firmware: use sd->gbb_flagsRandall Spangler2018-01-051-6/+8
* detachables: Add unit testsShelley Chen2017-12-191-0/+934