summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2015-10-13 06:01:15 +0300
committerBrad Bishop <bradleyb@us.ibm.com>2015-10-13 06:04:08 +0300
commitdd609c7d4d8b7cf78872bae15e40e87e3fb35ccc (patch)
treebb1130c6f9c0a7df98a9c14717af49b3df006d5d
parentafdf8edc9b98d92a6d34b88459410f9c9ce47dfd (diff)
downloadopenbmc-dd609c7d4d8b7cf78872bae15e40e87e3fb35ccc.tar.xz
Palmetto u-boot console fixes
This provides a working uboot console.
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-bsp/u-boot/files/patch-2013.07/0001-u-boot-openbmc.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-bsp/u-boot/files/patch-2013.07/0001-u-boot-openbmc.patch b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-bsp/u-boot/files/patch-2013.07/0001-u-boot-openbmc.patch
index 834f371aa..bf7768668 100644
--- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-bsp/u-boot/files/patch-2013.07/0001-u-boot-openbmc.patch
+++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-bsp/u-boot/files/patch-2013.07/0001-u-boot-openbmc.patch
@@ -1842,8 +1842,8 @@ index 0000000..6bb7639
+#define CONFIG_SYS_NS16550_COM2 0x1e784000
+#define CONFIG_SYS_NS16550_COM3 0x1e78e000
+#define CONFIG_SYS_LOADS_BAUD_CHANGE
-+#define CONFIG_CONS_INDEX 3
-+#define CONFIG_BAUDRATE 57600
++#define CONFIG_CONS_INDEX 2
++#define CONFIG_BAUDRATE 38400
+#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
+#define CONFIG_ASPEED_COM 0x1e784000 // UART5
+#define CONFIG_ASPEED_COM_IER (CONFIG_ASPEED_COM + 0x4)