aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/embeddedplanet/ep405pc/Config.lb7
-rw-r--r--targets/motorola/sandpoint/Config.lb2
2 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/embeddedplanet/ep405pc/Config.lb b/src/mainboard/embeddedplanet/ep405pc/Config.lb
index 8387123e3e..021bb25b15 100644
--- a/src/mainboard/embeddedplanet/ep405pc/Config.lb
+++ b/src/mainboard/embeddedplanet/ep405pc/Config.lb
@@ -6,8 +6,15 @@ uses PCIC0_CFGADDR
uses PCIC0_CFGDATA
uses UART0_IO_BASE
+##
+## Set PCI registers
+##
option PCIC0_CFGADDR=0xeec00000
option PCIC0_CFGDATA=0xeec00004
+
+##
+## Set UART base address
+##
option UART0_IO_BASE=0xef600300
arch ppc end
diff --git a/targets/motorola/sandpoint/Config.lb b/targets/motorola/sandpoint/Config.lb
index 03fa3c1704..433d6518de 100644
--- a/targets/motorola/sandpoint/Config.lb
+++ b/targets/motorola/sandpoint/Config.lb
@@ -14,6 +14,7 @@ uses DEFAULT_CONSOLE_LOGLEVEL
uses CONFIG_CHIP_CONFIGURE
uses NO_POST
uses CONFIG_CONSOLE_SERIAL8250
+uses TTYS0_BASE
uses CONFIG_IDE_STREAM
uses IDE_BOOT_DRIVE
uses IDE_SWAB IDE_OFFSET
@@ -46,6 +47,7 @@ option NO_POST=1
## Enable serial console
option DEFAULT_CONSOLE_LOGLEVEL=8
option CONFIG_CONSOLE_SERIAL8250=1
+option TTYS0_BASE=0xfe000000
## Boot linux from IDE
option CONFIG_IDE_STREAM=1