From c8a7b8afc1b33fc1f8c3cfd7f2e1d862ff2b3a3f Mon Sep 17 00:00:00 2001 From: Devin Lu Date: Mon, 23 Nov 2020 10:57:45 +0800 Subject: Elemi: Change EC chip to npcx7m7fc Chagne EC chip to npcx7m7fc to board version 1. BUG=b:169118044, b:174275667 BRANCH=firmware-volteer-13521.B-master TEST=Verified boot with npcx7m7fc re-worked board. Signed-off-by: Devin Lu Change-Id: I334f56b2f47c21ff38aeccc346b6be43fb71b7ce Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2554172 Reviewed-by: Keith Short --- board/elemi/board.h | 6 ++++++ board/elemi/build.mk | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'board/elemi') diff --git a/board/elemi/board.h b/board/elemi/board.h index 46d9c83b22..b03d23b995 100644 --- a/board/elemi/board.h +++ b/board/elemi/board.h @@ -11,6 +11,12 @@ /* Baseboard features */ #include "baseboard.h" +/* + * The RAM and flash size combination on the NPCX797FC dose not leave + * any unused flash space that can be used to store the .init_rom section. + */ +#undef CONFIG_CHIP_INIT_ROM_REGION + /* Optional features */ #define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */ diff --git a/board/elemi/build.mk b/board/elemi/build.mk index b78172d3cf..838d6a16ce 100644 --- a/board/elemi/build.mk +++ b/board/elemi/build.mk @@ -8,7 +8,7 @@ CHIP:=npcx CHIP_FAMILY:=npcx7 -CHIP_VARIANT:=npcx7m6fc +CHIP_VARIANT:=npcx7m7fc BASEBOARD:=volteer board-y=board.o -- cgit v1.2.1