summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2011-08-19 14:28:25 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:59:37 -0700
commit8d920268a376a12087d846ee58190a4d2b0f5794 (patch)
tree2e155f11224880c14a6b3d4b472263ee8d1984f8 /include/configs
parentb124fd0733f61faef826f440645da9b386930e3e (diff)
Allow NS16550 driver to support IO and memory mapped registers
This is needed to use the same config files for all x86 platforms, while the right incarnation of register accesses is determined by the device tree. BUG=chrome-os-partner:4520 TEST=boot u-boot on Alex and Stumpy, get serial output on both. Change-Id: Ibb8192657861713d656358c5f085f6dde2cb1365 Reviewed-on: http://gerrit.chromium.org/gerrit/6248 Tested-by: Stefan Reinauer <reinauer@chromium.org> Reviewed-by: Gabe Black <gabeblack@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/coreboot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 49a877cce4..69cff386b0 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -75,7 +75,8 @@
*/
#define CONFIG_SERIAL_MULTI
#define CONFIG_SYS_NS16550
-#define CONFIG_BAUDRATE 9600
+#define CONFIG_SYS_NS16550_RUNTIME_MAPPED
+#define CONFIG_BAUDRATE 115200
#define CONFIG_SYS_BAUDRATE_TABLE {300, 600, 1200, 2400, 4800, \
9600, 19200, 38400, 115200}
#define CONFIG_SYS_NS16550_REG_SIZE 1