[coreboot-gerrit] Patch set updated for coreboot: google/gale: Update ipq806x/storm references

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Sat May 7 08:42:19 CEST 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14646

-gerrit

commit 0312ef0f8b2d43575dc505f44aa76086496db5ac
Author: Varadarajan Narayanan <varada at codeaurora.org>
Date:   Mon Mar 7 13:37:04 2016 +0530

    google/gale: Update ipq806x/storm references
    
    Since the files were taken from ipq806x/storm as
    template. Update those references to reflect
    ipq40xx/gale.
    
    BUG=chrome-os-partner:49249
    TEST=None. Initial code not sure if it will even compile
    BRANCH=none
    
    Change-Id: Ifee0f0a7465fdfd3ba5c4152012c48452869c889
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: fa5962b757dbb6cc9e1e6d1e33e1e09ec6cb4cd2
    Original-Change-Id: Ia330367a0547ac4306ef2514dc1305e2d65f80e4
    Original-Signed-off-by: Varadarajan Narayanan <varada at codeaurora.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/333292
    Original-Commit-Ready: David Hendricks <dhendrix at chromium.org>
    Original-Tested-by: David Hendricks <dhendrix at chromium.org>
    Original-Reviewed-by: David Hendricks <dhendrix at chromium.org>
---
 src/mainboard/google/gale/Kconfig       | 20 ++++++++++----------
 src/mainboard/google/gale/Kconfig.name  |  4 ++--
 src/mainboard/google/gale/devicetree.cb |  2 +-
 src/mainboard/google/gale/mainboard.c   |  2 +-
 4 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/mainboard/google/gale/Kconfig b/src/mainboard/google/gale/Kconfig
index 57ab40a..1dbcfb0 100644
--- a/src/mainboard/google/gale/Kconfig
+++ b/src/mainboard/google/gale/Kconfig
@@ -13,11 +13,11 @@
 ## GNU General Public License for more details.
 ##
 
-if BOARD_GOOGLE_STORM
+if BOARD_GOOGLE_GALE
 
 config BOARD_SPECIFIC_OPTIONS
 	def_bool y
-	select SOC_QC_IPQ806X
+	select SOC_QC_IPQ40XX
 	select BOARD_ID_AUTO
 	select BOARD_ROMSIZE_KB_8192
 	select COMMON_CBFS_SPI_WRAPPER
@@ -33,23 +33,23 @@ config BOARD_SPECIFIC_OPTIONS
 	select DRIVERS_UART
 	select CONSOLE_CBMEM_DUMP_TO_UART
 
-config BOARD_VARIANT_AP148
-	bool "pick this to build an image for ap148"
+config BOARD_VARIANT_DK01
+	bool "pick this to build an image for DK01"
 	default n
 
 config MAINBOARD_DIR
 	string
-	default google/storm
+	default google/gale
 
 config MAINBOARD_PART_NUMBER
 	string
-	default "AP148" if BOARD_VARIANT_AP148
-	default "Storm"
+	default "DK01" if BOARD_VARIANT_DK01
+	default "Gale"
 
 config DRAM_SIZE_MB
 	int
-	default 512 if BOARD_VARIANT_AP148
-	default 1024
+	default 512 if BOARD_VARIANT_DK01
+	default 512
 
 config DRIVER_TPM_I2C_BUS
 	hex
@@ -59,4 +59,4 @@ config DRIVER_TPM_I2C_ADDR
 	hex
 	default 0x20
 
-endif # BOARD_GOOGLE_STORM
+endif # BOARD_GOOGLE_GALE
diff --git a/src/mainboard/google/gale/Kconfig.name b/src/mainboard/google/gale/Kconfig.name
index 72e2df5..e6c79ce 100644
--- a/src/mainboard/google/gale/Kconfig.name
+++ b/src/mainboard/google/gale/Kconfig.name
@@ -1,2 +1,2 @@
-config BOARD_GOOGLE_STORM
-	bool "Storm"
+config BOARD_GOOGLE_GALE
+	bool "Gale"
diff --git a/src/mainboard/google/gale/devicetree.cb b/src/mainboard/google/gale/devicetree.cb
index 130a882..f34a309 100644
--- a/src/mainboard/google/gale/devicetree.cb
+++ b/src/mainboard/google/gale/devicetree.cb
@@ -13,6 +13,6 @@
 ## GNU General Public License for more details.
 ##
 
-chip soc/qualcomm/ipq806x
+chip soc/qualcomm/ipq40xx
 	device cpu_cluster 0 on end
 end
diff --git a/src/mainboard/google/gale/mainboard.c b/src/mainboard/google/gale/mainboard.c
index e3e7b68..73c288b 100644
--- a/src/mainboard/google/gale/mainboard.c
+++ b/src/mainboard/google/gale/mainboard.c
@@ -110,7 +110,7 @@ static void mainboard_enable(device_t dev)
 }
 
 struct chip_operations mainboard_ops = {
-	.name	= "storm",
+	.name	= "gale",
 	.enable_dev = mainboard_enable,
 };
 



More information about the coreboot-gerrit mailing list