[coreboot-gerrit] New patch to review for coreboot: mc_tcu3: Extend hwinfo.hex and remove version.hex.

Werner Zeh (werner.zeh@siemens.com) gerrit at coreboot.org
Wed Sep 2 09:09:09 CET 2015


Werner Zeh (werner.zeh at siemens.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11484

-gerrit

commit 6c3e908adeed0e36601ccb0a2657c8d37ec983bb
Author: Werner Zeh <werner.zeh at siemens.com>
Date:   Wed Sep 2 11:00:34 2015 +0200

    mc_tcu3: Extend hwinfo.hex and remove version.hex.
    
    1. Update hwinfo.hex.
    2. Delete version.hex from mainboard directory. It can be added
       in site-local if needed.
    3. Adjust gpio settings.
    
    Change-Id: I7af9c4a5f606b96177a8ed4e3edf52535f2f1ec7
    Signed-off-by: Werner Zeh <werner.zeh at siemens.com>
---
 src/mainboard/siemens/mc_tcu3/Makefile.inc |   4 ----
 src/mainboard/siemens/mc_tcu3/gpio.c       |   4 ++--
 src/mainboard/siemens/mc_tcu3/hwinfo.hex   | Bin 997 -> 7424 bytes
 src/mainboard/siemens/mc_tcu3/version.hex  |   3 ---
 4 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/src/mainboard/siemens/mc_tcu3/Makefile.inc b/src/mainboard/siemens/mc_tcu3/Makefile.inc
index 48216f6..cdf76cb 100644
--- a/src/mainboard/siemens/mc_tcu3/Makefile.inc
+++ b/src/mainboard/siemens/mc_tcu3/Makefile.inc
@@ -30,10 +30,6 @@ hwinfo.hex-file := hwinfo.hex
 hwinfo.hex-type := raw
 hwinfo.hex-align := 0x1000
 
-cbfs-files-y += version.hex
-version.hex-file := version.hex
-version.hex-type := raw
-
 cbfs-files-y += hwinfo10.hex
 hwinfo10.hex-file := hwinfo10.hex
 hwinfo10.hex-type := raw
diff --git a/src/mainboard/siemens/mc_tcu3/gpio.c b/src/mainboard/siemens/mc_tcu3/gpio.c
index 33adc00..e3d2669 100644
--- a/src/mainboard/siemens/mc_tcu3/gpio.c
+++ b/src/mainboard/siemens/mc_tcu3/gpio.c
@@ -173,7 +173,7 @@ static const struct soc_gpio_map gpssus_gpio_map[] = {
 	GPIO_INPUT_PD_10K,	/* GPIO_S5[07]		PMC_SUSCLK[3]		RESERVED	RESERVED	RESERVED		 */
 	GPIO_INPUT_PU_10K,	/* GPIO_S5[08]		RESERVED		RESERVED	RESERVED	RESERVED 		 */
 	GPIO_INPUT_PU_10K,	/* GPIO_S5[09]		RESERVED		RESERVED	ESERVED		RESERVED		 */
-	GPIO_INPUT_PU_10K,	/* GPIO_S5[10]		RESERVED		RESERVED	RESERVED				 */
+	GPIO_OUT_HIGH,  	/* GPIO_S5[10]		RESERVED		RESERVED	RESERVED				 */
 	GPIO_DEFAULT,		/* PMC_SUSPWRDNACK	GPIO_S5[11]			-				-		 */
 	GPIO_DEFAULT,		/* PMC_SUSCLK[0]	GPIO_S5[12]			-				-		 */
 	GPIO_DEFAULT,		/* RESERVED		GPIO_S5[13]			-				-		 */
@@ -194,7 +194,7 @@ static const struct soc_gpio_map gpssus_gpio_map[] = {
 	GPIO_DEFAULT,		/* GPIO_S5[28]		RESERVED		RESERVED	RESERVED	RESERVED		 */
 	GPIO_DEFAULT,		/* GPIO_S5[29]		RESERVED		RESERVED	RESERVED	RESERVED		 */
 	GPIO_DEFAULT,		/* GPIO_S5[30]		RESERVED		RESERVED	RESERVED	RESERVED		 */
-	GPIO_INPUT_PD_10K,	/* GPIO_S5[31]		USB_ULPI_CLK		RESERVED	RESERVED				 */
+	GPIO_OUT_LOW,   	/* GPIO_S5[31]		USB_ULPI_CLK		RESERVED	RESERVED				 */
 	GPIO_INPUT_PD_10K,	/* GPIO_S5[32]		USB_ULPI_DATA[0]	RESERVED	RESERVED				 */
 	GPIO_INPUT_PD_10K,	/* GPIO_S5[33]		USB_ULPI_DATA[1]	RESERVED	RESERVED				 */
 	GPIO_INPUT_PD_10K,	/* GPIO_S5[34]		USB_ULPI_DATA[2]	RESERVED	RESERVED				 */
diff --git a/src/mainboard/siemens/mc_tcu3/hwinfo.hex b/src/mainboard/siemens/mc_tcu3/hwinfo.hex
index ce7fc07..e123554 100644
Binary files a/src/mainboard/siemens/mc_tcu3/hwinfo.hex and b/src/mainboard/siemens/mc_tcu3/hwinfo.hex differ
diff --git a/src/mainboard/siemens/mc_tcu3/version.hex b/src/mainboard/siemens/mc_tcu3/version.hex
deleted file mode 100644
index 10b9c23..0000000
--- a/src/mainboard/siemens/mc_tcu3/version.hex
+++ /dev/null
@@ -1,3 +0,0 @@
-$USRV01.00.00.00
-$PLTTCU30.3
-$EXVV01.00.00.00



More information about the coreboot-gerrit mailing list