mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 18:25:10 +00:00
vboot: Split ec software sync to its own file
This was previously done inside vboot_api_kernel. But it has nothing to do with kernel verification; that's just the only place where we could easily put it given that vboot (currently) owns the firmware UI. No outwardly-visible functionality changes. BUG=chromium:611535 BRANCH=none TEST=make runtests; emerge-kevin coreboot depthcharge Change-Id: I8a434eb4449a5a86b129ecac61ad81d0ad55549c Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/404920
This commit is contained in:
committed by
chrome-bot
parent
e5500a319b
commit
2603675460
@@ -67,7 +67,12 @@ VbError_t VbBootRecovery(VbCommonParams *cparams, LoadKernelParams *p);
|
||||
|
||||
/**
|
||||
* Sync EC device <devidx> firmware to expected version.
|
||||
*
|
||||
* @param devidx EC device index to sync
|
||||
* @param cparams Common vboot params
|
||||
* @param vnc NV storage context
|
||||
*/
|
||||
VbError_t VbEcSoftwareSync(int devidx, VbCommonParams *cparams);
|
||||
VbError_t VbEcSoftwareSync(int devidx, VbCommonParams *cparams,
|
||||
VbNvContext *vnc);
|
||||
|
||||
#endif /* VBOOT_REFERENCE_VBOOT_KERNEL_H_ */
|
||||
|
||||
Reference in New Issue
Block a user