Shelley Chen has uploaded this change for review.

View Change

mb/google/hatch: Add Hatch_whl board

Adding Hatch_whl as a variant of hatch. This is a snapshot of the WHL
version of hatch so that we can rebuild the bios images for Hatch with
WHL SoC.

BUG=b:127310803
BRANCH=NONE
TEST=./util/abuild/abuild -p none -t google/hatch -x -a
make sure HATCH_WHL is built as well.

Change-Id: I24510fa226878582a61f1846f0b56a2c65204a92
Signed-off-by: Shelley Chen <shchen@google.com>
---
M src/mainboard/google/hatch/Kconfig
M src/mainboard/google/hatch/Kconfig.name
2 files changed, 8 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/31824/1
diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig
index 2290d8c..3c1f79e 100644
--- a/src/mainboard/google/hatch/Kconfig
+++ b/src/mainboard/google/hatch/Kconfig
@@ -54,6 +54,7 @@
string
depends on CHROMEOS
default "HATCH TEST 1823" if BOARD_GOOGLE_HATCH
+ default "HATCH_WHL TEST 2374" if BOARD_GOOGLE_HATCH_WHL

config MAINBOARD_DIR
string
@@ -61,11 +62,12 @@

config MAINBOARD_FAMILY
string
- default "Google_Hatch" if BOARD_GOOGLE_HATCH
+ default "Google_Hatch"

config MAINBOARD_PART_NUMBER
string
default "Hatch" if BOARD_GOOGLE_HATCH
+ default "Hatch_whl" if BOARD_GOOGLE_HATCH_WHL

config MAINBOARD_VENDOR
string
@@ -82,6 +84,7 @@
config VARIANT_DIR
string
default "hatch" if BOARD_GOOGLE_HATCH
+ default "hatch_whl" if BOARD_GOOGLE_HATCH_WHL

config VBOOT
select HAS_RECOVERY_MRC_CACHE
diff --git a/src/mainboard/google/hatch/Kconfig.name b/src/mainboard/google/hatch/Kconfig.name
index 79edb63..fa743cd 100644
--- a/src/mainboard/google/hatch/Kconfig.name
+++ b/src/mainboard/google/hatch/Kconfig.name
@@ -3,3 +3,7 @@
config BOARD_GOOGLE_HATCH
bool "-> Hatch"
select BOARD_GOOGLE_BASEBOARD_HATCH
+
+config BOARD_GOOGLE_HATCH_WHL
+ bool "-> Hatch_whl"
+ select BOARD_GOOGLE_BASEBOARD_HATCH

To view, visit change 31824. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I24510fa226878582a61f1846f0b56a2c65204a92
Gerrit-Change-Number: 31824
Gerrit-PatchSet: 1
Gerrit-Owner: Shelley Chen <shchen@google.com>
Gerrit-MessageType: newchange