Mars Chen has uploaded this change for review.

View Change

mb/google/trogdor: Add new configs gelarshie

New boards introduced to trogodor family.

BUG=b:
BRANCH=none
TEST=make

Change-Id: I040575515f2ee09ec4880ea9d3cbe42086f0f089
---
M Documentation/security/vboot/list_vboot.md
M src/mainboard/google/trogdor/Kconfig
M src/mainboard/google/trogdor/Kconfig.name
3 files changed, 7 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/62640/1
diff --git a/Documentation/security/vboot/list_vboot.md b/Documentation/security/vboot/list_vboot.md
index 75d20ee..b58cb86 100644
--- a/Documentation/security/vboot/list_vboot.md
+++ b/Documentation/security/vboot/list_vboot.md
@@ -207,6 +207,7 @@
- Bubs
- Coachz
- Homestar
+- Gelarshie
- Kingoftown
- Lazor
- Marzipan
diff --git a/src/mainboard/google/trogdor/Kconfig b/src/mainboard/google/trogdor/Kconfig
index e70bc69..f15a275 100644
--- a/src/mainboard/google/trogdor/Kconfig
+++ b/src/mainboard/google/trogdor/Kconfig
@@ -10,6 +10,7 @@
config TROGDOR_HAS_BRIDGE_BACKLIGHT
bool
default y if BOARD_GOOGLE_HOMESTAR
+ default y if BOARD_GOOGLE_GELARSHIE
default n

config TROGDOR_HAS_MIPI_PANEL
@@ -74,6 +75,7 @@
default "Bubs" if BOARD_GOOGLE_BUBS
default "Coachz" if BOARD_GOOGLE_COACHZ
default "Homestar" if BOARD_GOOGLE_HOMESTAR
+ default "Gelarshie" if BOARD_GOOGLE_GELARSHIE
default "Kingoftown" if BOARD_GOOGLE_KINGOFTOWN
default "Lazor" if BOARD_GOOGLE_LAZOR
default "Marzipan" if BOARD_GOOGLE_MARZIPAN
diff --git a/src/mainboard/google/trogdor/Kconfig.name b/src/mainboard/google/trogdor/Kconfig.name
index f5bd7ad..70059e4 100644
--- a/src/mainboard/google/trogdor/Kconfig.name
+++ b/src/mainboard/google/trogdor/Kconfig.name
@@ -14,6 +14,10 @@
bool "-> Homestar"
select BOARD_GOOGLE_TROGDOR_COMMON

+config BOARD_GOOGLE_GELARSHIE
+ bool "-> Gelarshie"
+ select BOARD_GOOGLE_TROGDOR_COMMON
+
config BOARD_GOOGLE_KINGOFTOWN
bool "-> Kingoftown"
select BOARD_GOOGLE_TROGDOR_COMMON

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I040575515f2ee09ec4880ea9d3cbe42086f0f089
Gerrit-Change-Number: 62640
Gerrit-PatchSet: 1
Gerrit-Owner: Mars Chen <chenxiangrui@huaqin.corp-partner.google.com>
Gerrit-MessageType: newchange