summaryrefslogtreecommitdiff
path: root/tests/vboot_api_kernel2_tests.c
Commit message (Expand)AuthorAgeFilesLines
* vboot kernel tests: Refactored vendor-data-specific testsPranay Shoroff2020-01-141-50/+56
* vboot: remove VBSD from tests that don't need itJoel Kitching2020-01-111-1/+0
* vboot: use vboot 2 flags for checking rec/dev modeJoel Kitching2020-01-101-21/+21
* vboot: change USB_BOOT_ON_DEV to use build flagJoel Kitching2019-12-241-0/+2
* vboot: remove some vboot1 SharedData-related functionsJoel Kitching2019-12-171-2/+0
* vboot: convert LoadKernel and TryLoadKernel to vboot2-style errorsJoel Kitching2019-12-061-8/+8
* vboot: fix up vboot_api_kernel2_testsJoel Kitching2019-12-041-124/+186
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-281-10/+16
* vboot: simplify ec_sync code to only handle one deviceJoel Kitching2019-11-141-1/+1
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-131-1/+2
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-131-148/+146
* vboot: remove VbExEcEnteringMode and friendsJoel Kitching2019-11-061-7/+0
* firmware: Clean up and deprecate recovery reasonsJulius Werner2019-10-221-9/+0
* vboot: fix up some more includesJoel Kitching2019-09-231-4/+1
* vboot/secdata: rename rollback_index to secdata_tpmJoel Kitching2019-09-051-1/+1
* tests: Ensure string is null-terminatedJacob Garber2019-09-051-2/+6
* vboot/secdata: fix 2secdata.h includesJoel Kitching2019-08-311-0/+1
* vboot/secdata: remove DISABLE_ROLLBACK_TPM constantJoel Kitching2019-08-281-0/+5
* tests: Add array bounds checkstabilize-kernelnext-broadwell-12434.BJacob Garber2019-08-171-1/+2
* vboot: replace VBERROR_SIMULATED with VB2_ERROR_MOCKJoel Kitching2019-08-131-2/+2
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-131-1/+1
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-8/+8
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-4/+4
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-7/+7
* vboot: don't use VB2_NV_DISPLAY_REQUEST for diagnostic modeJoel Kitching2019-06-071-2/+2
* vboot: check display init when entering normal modeJoel Kitching2019-06-071-0/+14
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-12/+18
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-1/+0
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-161-10/+12
* firmware: replace recovery mode flag with physical presenceMatt Delco2019-05-161-88/+335
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-5/+3
* Enable launching diagnostics from OS broken screenstabilize-12088.BMathew King2019-04-131-6/+35
* vboot: do not check for VBSD_HONOR_VIRT_DEV_SWITCHJoel Kitching2019-03-261-28/+14
* Don't allow vowels in vendor data except first charMathew King2019-03-261-0/+20
* vboot: add diagnostic modeMatt Delco2019-03-211-2/+182
* vboot: add power button query functionalityMatt Delco2019-03-161-3/+3
* 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-2/+183
* vboot: Don't hardcode special keyboard values.Mathew King2019-02-221-35/+35
* Add a screen showing a menu for alternative firmwareSimon Glass2018-11-161-0/+24
* Add a constant for the escape keystabilize-atlas-11177.BSimon Glass2018-10-191-2/+2
* Ignore power button if held on startupstabilize-11151.59.Bstabilize-11151.100.BEdward Hill2018-10-021-0/+31
* Add support for booting into alternative boot loadersSimon Glass2018-09-261-1/+52
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-3/+3
* Add new GBB_FLAG_FORCE_MANUAL_RECOVERYJulius Werner2018-03-261-0/+11
* Always enter BROKEN screen in non-manual recovery, even in dev modeJulius Werner2018-02-201-6/+6
* Request cold reboot when switching to dev modeDaisuke Nojiri2018-02-081-1/+1
* firmware: Stop using vboot1 cparams internallyRandall Spangler2018-01-091-53/+49
* firmware: Prune down old region APIRandall Spangler2018-01-091-18/+10
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-2/+2