summaryrefslogtreecommitdiff
path: root/tests/ec_sync_tests.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: replace VBERROR_SIMULATED with VB2_ERROR_MOCKJoel Kitching2019-08-131-7/+7
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-131-2/+2
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-16/+16
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-20/+22
* lib/ec_sync_all: Reboot EC to RO after successful AUX FW updateKarthikeyan Ramasubramanian2019-06-191-4/+5
* vboot: don't unset VB2_NV_DISPLAY_REQUEST in EC syncJoel Kitching2019-06-071-4/+4
* tests/ec_sync_tests: Update the test to reflect new AUX FW protectionKarthikeyan Ramasubramanian2019-06-061-0/+5
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-2/+9
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-1/+0
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-161-0/+37
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-1/+1
* vboot: Add ui for setting vendor data in VPDfirmware-atlas-11827.12.BMathew King2019-02-221-1/+2
* test/ec_sync_test: Add mock test for VB_AUX_FW_NO_DEVICE severityKarthikeyan Ramasubramanian2018-11-271-2/+13
* ec_sync: Go to recovery on aux fw update failureDuncan Laurie2018-03-301-1/+8
* firmware: Remove deprecated SW_WP_ENABLED flagRandall Spangler2018-03-041-12/+0
* firmware: Stop using vboot1 cparams internallyRandall Spangler2018-01-091-5/+0
* firmware: Prune down old region APIRandall Spangler2018-01-091-8/+0
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-1/+3
* firmware: Remove bmpblk codeRandall Spangler2018-01-091-2/+1
* ec_sync: Use vboot2 context instead of cparamsRandall Spangler2018-01-091-3/+3
* firmware: use sd->gbb_flagsRandall Spangler2018-01-051-4/+4
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-111-10/+9
* Call VbExEcRunningRW to set IN_RW flagDaisuke Nojiri2017-10-301-0/+15
* Check EC_IN_RW before proceeding to recovery modeDaisuke Nojiri2017-10-051-30/+1
* ec_sync: always call VbExUpdateAuxFwCaveh Jalali2017-08-211-7/+18
* call depthcharge hooks for auxiliary FW update.Caveh Jalali2017-06-281-1/+59
* firmware: Refactor and clean up ec_syncChromeOS Developer2017-01-121-34/+9
* vboot: Pass vb2 context and use vboot2 NV routinesRandall Spangler2016-12-221-15/+21
* vboot: Split ec software sync to its own fileRandall Spangler2016-12-201-0/+427