diff options
-rw-r--r-- | src/mainboard/totalimpact/briq/Config.lb | 14 | ||||
-rw-r--r-- | targets/totalimpact/briq/Config.lb | 4 |
2 files changed, 10 insertions, 8 deletions
diff --git a/src/mainboard/totalimpact/briq/Config.lb b/src/mainboard/totalimpact/briq/Config.lb index b59f873c6b..74a36eb3ab 100644 --- a/src/mainboard/totalimpact/briq/Config.lb +++ b/src/mainboard/totalimpact/briq/Config.lb @@ -4,20 +4,26 @@ uses PCIC0_CFGADDR uses PCIC0_CFGDATA -uses UART0_IO_BASE +uses TTYS0_BASE uses CONFIG_BRIQ_750FX uses CONFIG_BRIQ_7400 ## ## Set PCI registers ## -default PCIC0_CFGADDR=0xeec00000 -default PCIC0_CFGDATA=0xeec00004 +default PCIC0_CFGADDR=0xff508000 +default PCIC0_CFGDATA=0xff508010 + +## +## Set IDE control registers +## +default PNP_CFGADDR=0x1f0 +default PNP_CFGDATA=0x1f1 ## ## Set UART base address ## -default UART0_IO_BASE=0xef600300 +default TTYS0_BASE=0x3f8 ## ## Early board initialization, called from ppc_main() diff --git a/targets/totalimpact/briq/Config.lb b/targets/totalimpact/briq/Config.lb index 6a4975e602..292fbc6427 100644 --- a/targets/totalimpact/briq/Config.lb +++ b/targets/totalimpact/briq/Config.lb @@ -12,8 +12,6 @@ uses DEFAULT_CONSOLE_LOGLEVEL uses CONFIG_USE_INIT uses NO_POST uses CONFIG_CONSOLE_SERIAL8250 -uses TTYS0_BASE -uses UART0_IO_BASE uses CONFIG_IDE_STREAM uses IDE_BOOT_DRIVE uses IDE_SWAB IDE_OFFSET @@ -45,8 +43,6 @@ option NO_POST=1 ## Enable serial console option DEFAULT_CONSOLE_LOGLEVEL=8 option CONFIG_CONSOLE_SERIAL8250=1 -option UART0_IO_BASE=0x3f0 -option TTYS0_BASE=0xfe000000+UART0_IO_BASE ## Boot linux from IDE option CONFIG_IDE_STREAM=1 |