summaryrefslogtreecommitdiff
path: root/tests/vboot_api_kernel4_tests.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vboot: pull vb2_context up to higher level in call stackJoel Kitching2019-03-261-1/+1
* vboot: add diagnostic modeMatt Delco2019-03-211-0/+58
* 2lib: Add support for 64-byte nvstorage recordRandall Spangler2018-03-071-2/+2
* firmware: Stop using vboot1 cparams internallyRandall Spangler2018-01-091-4/+3
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-0/+9
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-111-22/+18
* vboot: Use kernel max rollforward NV storage fieldRandall Spangler2017-11-171-1/+16
* Check EC_IN_RW before proceeding to recovery modeDaisuke Nojiri2017-10-051-16/+0
* firmware: Remove LoadKernelParams from APIsRandall Spangler2017-01-121-6/+4
* firmware: Refactor and clean up ec_syncChromeOS Developer2017-01-121-4/+10
* vboot: Pass vb2 context and use vboot2 NV routinesRandall Spangler2016-12-221-5/+8
* vboot: Split ec software sync to its own fileRandall Spangler2016-12-201-1/+2
* recovery: Add new recovery reason to train memory and rebootFurquan Shaikh2016-11-081-1/+3