Attention is currently required from: Hung-Te Lin, Yidi Lin, Yu-Ping Wu.

Kei Hiroyoshi has uploaded this change for review.

View Change

Add variant : Kyogre

Change-Id: I80c29c59fd233dfa5a2297632457176e9301b371
Signed-off-by: Kei Hiroyoshi <hiroyoshi.kei@fujitsu.corp-partner.google.com>
---
M src/mainboard/google/corsola/Kconfig
M src/mainboard/google/corsola/Kconfig.name
2 files changed, 7 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/80135/1
diff --git a/src/mainboard/google/corsola/Kconfig b/src/mainboard/google/corsola/Kconfig
index fe6e6d6..2e6e006 100644
--- a/src/mainboard/google/corsola/Kconfig
+++ b/src/mainboard/google/corsola/Kconfig
@@ -22,6 +22,9 @@
select MIPI_PANEL_STA_HIMAX83102_J02
select MIPI_PANEL_STA_ILI9882T

+config BOARD_GOOGLE_KYOGRE
+ select BOARD_GOOGLE_KINGLER_COMMON
+
if BOARD_GOOGLE_CORSOLA_COMMON

config CORSOLA_SDCARD_INIT
@@ -81,6 +84,7 @@
default "Starmie" if BOARD_GOOGLE_STARMIE
default "Ponyta" if BOARD_GOOGLE_PONYTA
default "Chinchou" if BOARD_GOOGLE_CHINCHOU
+ default "Kyogre" if BOARD_GOOGLE_KYOGRE

config BOOT_DEVICE_SPI_FLASH_BUS
int
diff --git a/src/mainboard/google/corsola/Kconfig.name b/src/mainboard/google/corsola/Kconfig.name
index b716e55f..eef8545 100644
--- a/src/mainboard/google/corsola/Kconfig.name
+++ b/src/mainboard/google/corsola/Kconfig.name
@@ -12,6 +12,9 @@
config BOARD_GOOGLE_PONYTA
bool "-> Ponyta"

+config BOARD_GOOGLE_KYOGRE
+ bool "-> Kyogre"
+
comment "Krabby"

config BOARD_GOOGLE_KRABBY

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

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I80c29c59fd233dfa5a2297632457176e9301b371
Gerrit-Change-Number: 80135
Gerrit-PatchSet: 1
Gerrit-Owner: Kei Hiroyoshi <hiroyoshi.kei@fujitsu.corp-partner.google.com>
Gerrit-Reviewer: Hung-Te Lin <hungte@chromium.org>
Gerrit-Reviewer: Yidi Lin <yidilin@google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso@google.com>
Gerrit-Attention: Hung-Te Lin <hungte@chromium.org>
Gerrit-Attention: Yidi Lin <yidilin@google.com>
Gerrit-Attention: Yu-Ping Wu <yupingso@google.com>
Gerrit-MessageType: newchange