summaryrefslogtreecommitdiff
path: root/tests/vboot_api_kernel4_tests.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: Publicize and create functions for UI migrationedisonhello2021-07-301-1/+0
* Makefile: deprecate config DIAGNOSTIC_UIHsuan Ting Chen2021-07-161-16/+13
* vboot/vboot_kernel: break disk check out to separate functionstabilize-14031.BJoel Kitching2021-06-151-1/+1
* vboot: remove vboot_audio.c and friendsJoel Kitching2021-01-281-1/+0
* vboot: deprecate and remove legacy UI codeJoel Kitching2020-12-041-38/+0
* minidiag: Add diagnostic menu screenMeng-Huan Yu2020-09-051-4/+15
* vboot/tests: Fix unit tests with MENU_UI=1Yu-Ping Wu2020-08-121-7/+32
* vboot: create secdata_kernel flag to disable diagnostic UIJoel Kitching2020-08-091-11/+11
* vboot: fix vboot_api_kernel4_tests to work with LEGACY_MENU_UI=1Joel Kitching2020-05-251-2/+23
* vboot: Convert reboot-related errors to vboot2-styleYu-Ping Wu2020-04-281-1/+1
* secdata: Initialize secdata kernel in vb2api_fw_phase1dnojiri2020-04-181-5/+0
* ec_sync: Ignore NO_BOOT when GBB says DISABLE_EC_SOFTWARE_SYNCdnojiri2020-04-011-0/+12
* EFS: Implement EFS2 and NO_BOOT modeDaisuke Nojiri2020-03-051-0/+2
* vboot: Set VB2_SD_STATUS_EC_SYNC_COMPLETE in shared data statusstabilize-12951.BYu-Ping Wu2020-03-031-3/+3
* vboot: eradicate vboot1 data structures from kernel verificationJoel Kitching2020-02-271-5/+1
* vboot: rename VbExGetSwitches to vb2ex_physical_presence_pressedstabilize-volteer-12931.BJoel Kitching2020-02-261-12/+8
* vboot: use vboot2 for storing kernel rollback versionsJoel Kitching2020-02-191-7/+2
* vboot: do not call vb2_commit_data at end of VBSLKJoel Kitching2020-02-181-52/+12
* vboot: stop setting context mode flag in VBSLKJoel Kitching2020-02-141-3/+6
* vboot: integrate BROKEN screen recovery request logic into VBSLKJoel Kitching2020-02-141-44/+62
* vboot: Rename legacy UIsHsuan Ting Chen2020-02-121-3/+3
* vboot: more complete EC sync testingJoel Kitching2020-02-111-8/+17
* vboot: update vb2api_kernel_phase1 to use GBB interfaceJoel Kitching2020-02-091-15/+26
* vboot: only clear recovery requests at kernel verificationJoel Kitching2020-02-081-0/+10
* vboot: remove secdata TPM backend codeJoel Kitching2020-01-221-62/+50
* vboot: translate recovery reason info from vboot 2->1Joel Kitching2020-01-211-4/+4
* vboot: Set VBSD_EC_SOFTWARE_SYNC flag in vbootYu-Ping Wu2020-01-201-4/+4
* vboot: use vboot 2 flags for checking rec/dev modeJoel Kitching2020-01-101-2/+2
* vboot: remove some vboot1 SharedData-related functionsJoel Kitching2019-12-171-2/+0
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-281-56/+81
* EC software sync: Split up EC and auxfw syncTim Wawrzynczak2019-11-141-1/+0
* 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-8/+5
* vboot: move ec_sync to vboot2 namespaceJoel Kitching2019-10-251-1/+1
* vboot: deprecate legacy vboot1 FWB_TRIED flagJoel Kitching2019-10-201-11/+2
* vboot: fix up some more includesJoel Kitching2019-09-231-5/+4
* vboot/secdata: rename rollback_index to secdata_tpmJoel Kitching2019-09-051-1/+1
* vboot: replace VBERROR_SIMULATED with VB2_ERROR_MOCKJoel Kitching2019-08-131-9/+9
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-4/+4
* 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-7/+7
* vboot: remove vboot1 version of ARRAY_SIZE macroJoel Kitching2019-06-261-0/+1
* vboot: don't use VB2_NV_DISPLAY_REQUEST for diagnostic modeJoel Kitching2019-06-071-17/+1
* vboot: do not use cparams for VBSDJoel Kitching2019-05-281-6/+1
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-2/+0
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-5/+4
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-161-14/+18
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-4/+4
* vboot: remove workbuf alloc and free codeJoel Kitching2019-04-171-2/+5
* vboot: fix vboot_api_kernel_tests after ctx changeJoel Kitching2019-04-131-23/+29