[U-Boot] [PATCH 32/45] cros: Update ec_commands to latest version
sjg at google.com
sjg at google.com
Tue Oct 9 23:55:01 UTC 2018
This file has changed quite a bit in the last 5 years as the capabilities
of the ECs have grown. Sync it up with the copy in coreboot commit
b9141f2215.
The only change is the addition of EC_VBNV_BLOCK_SIZE_V2. This is needed
because U-Boot uses the new v2 vboot API and this is not currently fully
supported by Chromium OS firmware.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
cmd/cros_ec.c | 5 +-
drivers/misc/cros_ec.c | 7 +-
drivers/misc/cros_ec_sandbox.c | 4 +-
include/ec_commands.h | 4324 ++++++++++++++++++++++++++------
4 files changed, 3613 insertions(+), 727 deletions(-)
Applied to u-boot-dm
More information about the U-Boot
mailing list