From 2ba385eb9e71727afa9f2fa993c97d222e606671 Mon Sep 17 00:00:00 2001 From: Philip Chen Date: Mon, 4 Feb 2019 15:41:14 -0800 Subject: hatch: Support CBI BUG=b:123738227 BRANCH=none TEST=manually program CBI through 'ectool cbi set' command, and then confirm the CBI info in flash dump (through cbi command in ec console) Change-Id: I616ed2872835ae111336a7342ca906b3fcbbacfd Signed-off-by: Philip Chen Reviewed-on: https://chromium-review.googlesource.com/1453318 Commit-Ready: ChromeOS CL Exonerator Bot Tested-by: Philip Chen Reviewed-by: Scott Collyer Reviewed-by: Furquan Shaikh --- baseboard/hatch/baseboard.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/baseboard/hatch/baseboard.h b/baseboard/hatch/baseboard.h index 2f3531aca2..aa14d7796e 100644 --- a/baseboard/hatch/baseboard.h +++ b/baseboard/hatch/baseboard.h @@ -19,6 +19,9 @@ /* EC Defines */ #define CONFIG_ADC +#define CONFIG_BOARD_VERSION_CBI +#define CONFIG_CRC8 +#define CONFIG_CROS_BOARD_INFO #define CONFIG_HIBERNATE_PSL #define CONFIG_PWM #define CONFIG_VBOOT_HASH -- cgit v1.2.1