
10 Oct
2018
10 Oct
'18
1:55 a.m.
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@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