[coreboot-gerrit] Change in coreboot[master]: google/reef: Add babymako

Marco Chen (Code Review) gerrit at coreboot.org
Thu Jan 4 09:55:19 CET 2018


Marco Chen has uploaded this change for review. ( https://review.coreboot.org/23086


Change subject: google/reef: Add babymako
......................................................................

google/reef: Add babymako

A new variant from reef.
All files are sym-linked to coral.

Change-Id: Ia055b55dbdbc8c3f1e1e25089170f77039aeb15d
Signed-off-by: Marco Chen <marcochen at google.com>
---
M src/mainboard/google/reef/Kconfig
M src/mainboard/google/reef/Kconfig.name
A src/mainboard/google/reef/variants/babymako/Makefile.inc
A src/mainboard/google/reef/variants/babymako/devicetreee.cb
A src/mainboard/google/reef/variants/babymako/gpio.c
A src/mainboard/google/reef/variants/babymako/include
A src/mainboard/google/reef/variants/babymako/mainboard.c
7 files changed, 15 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/23086/1

diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig
index bea7fd0..cbd3fb1 100644
--- a/src/mainboard/google/reef/Kconfig
+++ b/src/mainboard/google/reef/Kconfig
@@ -59,9 +59,11 @@
 	default "snappy" if BOARD_GOOGLE_SNAPPY
 	default "nasher" if BOARD_GOOGLE_NASHER
 	default "coral" if BOARD_GOOGLE_CORAL
+	default "babymako" if BOARD_GOOGLE_BABYMAKO
 
 config DEVICETREE
 	string
+	default "variants/babymako/devicetree.cb" if BOARD_GOOGLE_BABY
 	default "variants/coral/devicetree.cb" if BOARD_GOOGLE_CORAL
 	default "variants/pyro/devicetree.cb" if BOARD_GOOGLE_PYRO
 	default "variants/sand/devicetree.cb" if BOARD_GOOGLE_SAND
@@ -76,10 +78,12 @@
 	default "Snappy" if BOARD_GOOGLE_SNAPPY
 	default "Nasher" if BOARD_GOOGLE_NASHER
 	default "Coral" if BOARD_GOOGLE_CORAL
+	default "BabyMako" if BOARD_GOOGLE_BABYMAKO
 
 config MAINBOARD_FAMILY
 	string
 	default "Google_Coral" if BOARD_GOOGLE_CORAL
+	default "Google_Coral" if BOARD_GOOGLE_BABYMAKO
 	default "Google_Reef"
 
 config GBB_HWID
@@ -91,6 +95,7 @@
 	default "SNAPPY TEST 1088" if BOARD_GOOGLE_SNAPPY
 	default "NASHER TEST 4258" if BOARD_GOOGLE_NASHER
 	default "CORAL TEST 8594" if BOARD_GOOGLE_CORAL
+	default "CORAL TEST 8594" if BOARD_GOOGLE_BABYMAKO
 
 config MAX_CPUS
 	int
diff --git a/src/mainboard/google/reef/Kconfig.name b/src/mainboard/google/reef/Kconfig.name
index abbeb70..619acdc 100644
--- a/src/mainboard/google/reef/Kconfig.name
+++ b/src/mainboard/google/reef/Kconfig.name
@@ -27,3 +27,8 @@
 	bool "Coral"
 	select BOARD_GOOGLE_BASEBOARD_REEF
 	select BASEBOARD_REEF_LAPTOP
+
+config BOARD_GOOGLE_BABYMAKO
+	bool "BabyMako"
+	select BOARD_GOOGLE_BASEBOARD_REEF
+	select BASEBOARD_REEF_LAPTOP
diff --git a/src/mainboard/google/reef/variants/babymako/Makefile.inc b/src/mainboard/google/reef/variants/babymako/Makefile.inc
new file mode 120000
index 0000000..3d30189
--- /dev/null
+++ b/src/mainboard/google/reef/variants/babymako/Makefile.inc
@@ -0,0 +1 @@
+../coral/Makefile.inc
\ No newline at end of file
diff --git a/src/mainboard/google/reef/variants/babymako/devicetreee.cb b/src/mainboard/google/reef/variants/babymako/devicetreee.cb
new file mode 120000
index 0000000..f84b5a6
--- /dev/null
+++ b/src/mainboard/google/reef/variants/babymako/devicetreee.cb
@@ -0,0 +1 @@
+../coral/devicetree.cb
\ No newline at end of file
diff --git a/src/mainboard/google/reef/variants/babymako/gpio.c b/src/mainboard/google/reef/variants/babymako/gpio.c
new file mode 120000
index 0000000..dc76e2f
--- /dev/null
+++ b/src/mainboard/google/reef/variants/babymako/gpio.c
@@ -0,0 +1 @@
+../coral/gpio.c
\ No newline at end of file
diff --git a/src/mainboard/google/reef/variants/babymako/include b/src/mainboard/google/reef/variants/babymako/include
new file mode 120000
index 0000000..c56ad1b
--- /dev/null
+++ b/src/mainboard/google/reef/variants/babymako/include
@@ -0,0 +1 @@
+../coral/include
\ No newline at end of file
diff --git a/src/mainboard/google/reef/variants/babymako/mainboard.c b/src/mainboard/google/reef/variants/babymako/mainboard.c
new file mode 120000
index 0000000..c7b7854
--- /dev/null
+++ b/src/mainboard/google/reef/variants/babymako/mainboard.c
@@ -0,0 +1 @@
+../coral/mainboard.c
\ No newline at end of file

-- 
To view, visit https://review.coreboot.org/23086
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia055b55dbdbc8c3f1e1e25089170f77039aeb15d
Gerrit-Change-Number: 23086
Gerrit-PatchSet: 1
Gerrit-Owner: Marco Chen <marcochen at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180104/64594f18/attachment.html>


More information about the coreboot-gerrit mailing list