summaryrefslogtreecommitdiff
path: root/firmware/lib/ec_sync.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: replace sysincludes.h with 2sysincludes.hJoel Kitching2019-08-221-1/+0
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-20/+20
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-7/+9
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-15/+15
* vboot: don't unset VB2_NV_DISPLAY_REQUEST in EC syncJoel Kitching2019-06-071-3/+0
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-7/+9
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-1/+0
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-161-1/+1
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-1/+1
* ec_sync: Go to recovery on aux fw update failureDuncan Laurie2018-03-301-0/+14
* firmware: Remove deprecated SW_WP_ENABLED flagRandall Spangler2018-03-041-1/+0
* Clear OPROM_NEEDED on EC update before rebootDaisuke Nojiri2018-02-161-0/+3
* ec_sync: Commit NVRAM updates before battery cutoffBrian Norris2018-01-191-0/+2
* ec_sync: Use vboot2 context instead of cparamsRandall Spangler2018-01-091-31/+19
* firmware: use sd->gbb_flagsRandall Spangler2018-01-051-6/+9
* Call VbExEcRunningRW to set IN_RW flagDaisuke Nojiri2017-10-301-5/+24
* Check EC_IN_RW before proceeding to recovery modeDaisuke Nojiri2017-10-051-58/+7
* Support EC early firmware selectionDaisuke Nojiri2017-09-081-19/+38
* call depthcharge hooks for auxiliary FW update.Caveh Jalali2017-06-281-3/+31
* 2lib: add VB2_DEBUG_RAW() to print without function nameRandall Spangler2017-01-201-25/+19
* firmware: Remove LoadKernelParams from APIsRandall Spangler2017-01-121-0/+22
* firmware: Refactor and clean up ec_syncChromeOS Developer2017-01-121-222/+294
* vboot: Pass vb2 context and use vboot2 NV routinesRandall Spangler2016-12-221-40/+40
* vboot: Split ec software sync to its own fileRandall Spangler2016-12-201-0/+387