diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2008-12-22 09:53:24 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2008-12-22 09:53:24 +0000 |
commit | 93159bf752577365e10913257a9edc8d57990a8b (patch) | |
tree | ead21d2c1554a987464819fa232ef114276d6c8b /src/mainboard/tyan | |
parent | da416f89861a681e151d48726bbf0e6699b7ebff (diff) |
In the process of trying to debug some HT sync problems I added lots of
debug code to src/northbridge/amd/amdk8/incoherent_ht.c.
However, printk is not available for all boards at that stage.
I have changed the following boards:
agami/aruma
arima/hdama
asus/a8n_e
broadcom/blast
ibm/e325
ibm/e326
iwill/dk8s2
iwill/dk8x
msi/ms7135
newisys/khepri
sunw/ultra40
tyan/s2850
tyan/s2875
tyan/s2880
tyan/s2881
tyan/s2882
tyan/s2885
tyan/s2891
tyan/s2892
tyan/s2895
tyan/s4880
tyan/s4882
abuild works fine for all of them.
agami/aruma needs a Config-abuild.lb which doesn't have fallback and
normal due to size problems.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3829 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan')
-rw-r--r-- | src/mainboard/tyan/s2850/Options.lb | 3 | ||||
-rw-r--r-- | src/mainboard/tyan/s2875/Options.lb | 3 | ||||
-rw-r--r-- | src/mainboard/tyan/s2880/Options.lb | 3 | ||||
-rw-r--r-- | src/mainboard/tyan/s2881/Options.lb | 3 | ||||
-rw-r--r-- | src/mainboard/tyan/s2882/Options.lb | 3 | ||||
-rw-r--r-- | src/mainboard/tyan/s2885/Options.lb | 3 | ||||
-rw-r--r-- | src/mainboard/tyan/s2891/Options.lb | 3 | ||||
-rw-r--r-- | src/mainboard/tyan/s2892/Options.lb | 3 | ||||
-rw-r--r-- | src/mainboard/tyan/s2895/Options.lb | 3 | ||||
-rw-r--r-- | src/mainboard/tyan/s4880/Options.lb | 3 | ||||
-rw-r--r-- | src/mainboard/tyan/s4882/Options.lb | 3 |
11 files changed, 33 insertions, 0 deletions
diff --git a/src/mainboard/tyan/s2850/Options.lb b/src/mainboard/tyan/s2850/Options.lb index cf1298e9c8..43cf08505f 100644 --- a/src/mainboard/tyan/s2850/Options.lb +++ b/src/mainboard/tyan/s2850/Options.lb @@ -60,6 +60,7 @@ uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE uses CONFIG_USE_INIT +uses CONFIG_USE_PRINTK_IN_CAR ### ### Build options @@ -199,6 +200,8 @@ default HOSTCC="gcc" ## default CONFIG_GDB_STUB=0 +default CONFIG_USE_PRINTK_IN_CAR=1 + ## ## The Serial Console ## diff --git a/src/mainboard/tyan/s2875/Options.lb b/src/mainboard/tyan/s2875/Options.lb index b90d4184e2..5ce11fd3e6 100644 --- a/src/mainboard/tyan/s2875/Options.lb +++ b/src/mainboard/tyan/s2875/Options.lb @@ -60,6 +60,7 @@ uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE uses CONFIG_USE_INIT +uses CONFIG_USE_PRINTK_IN_CAR ### ### Build options @@ -200,6 +201,8 @@ default HOSTCC="gcc" ## default CONFIG_GDB_STUB=0 +default CONFIG_USE_PRINTK_IN_CAR=1 + ## ## The Serial Console ## diff --git a/src/mainboard/tyan/s2880/Options.lb b/src/mainboard/tyan/s2880/Options.lb index 72c40d9466..dd53e75374 100644 --- a/src/mainboard/tyan/s2880/Options.lb +++ b/src/mainboard/tyan/s2880/Options.lb @@ -60,6 +60,7 @@ uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE uses CONFIG_USE_INIT +uses CONFIG_USE_PRINTK_IN_CAR ### ### Build options @@ -199,6 +200,8 @@ default HOSTCC="gcc" ## default CONFIG_GDB_STUB=0 +default CONFIG_USE_PRINTK_IN_CAR=1 + ## ## The Serial Console ## diff --git a/src/mainboard/tyan/s2881/Options.lb b/src/mainboard/tyan/s2881/Options.lb index 306c3a11dd..6105d06a4b 100644 --- a/src/mainboard/tyan/s2881/Options.lb +++ b/src/mainboard/tyan/s2881/Options.lb @@ -65,6 +65,7 @@ uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE uses CONFIG_USE_INIT +uses CONFIG_USE_PRINTK_IN_CAR ### ### Build options @@ -216,6 +217,8 @@ default HOSTCC="gcc" ## default CONFIG_GDB_STUB=0 +default CONFIG_USE_PRINTK_IN_CAR=1 + ## ## The Serial Console ## diff --git a/src/mainboard/tyan/s2882/Options.lb b/src/mainboard/tyan/s2882/Options.lb index 23b2658ed6..b6d62a43d4 100644 --- a/src/mainboard/tyan/s2882/Options.lb +++ b/src/mainboard/tyan/s2882/Options.lb @@ -60,6 +60,7 @@ uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE uses CONFIG_USE_INIT +uses CONFIG_USE_PRINTK_IN_CAR ### ### Build options @@ -199,6 +200,8 @@ default HOSTCC="gcc" ## default CONFIG_GDB_STUB=0 +default CONFIG_USE_PRINTK_IN_CAR=1 + ## ## The Serial Console ## diff --git a/src/mainboard/tyan/s2885/Options.lb b/src/mainboard/tyan/s2885/Options.lb index 254483d3ad..6e3ab834e6 100644 --- a/src/mainboard/tyan/s2885/Options.lb +++ b/src/mainboard/tyan/s2885/Options.lb @@ -60,6 +60,7 @@ uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE uses CONFIG_USE_INIT +uses CONFIG_USE_PRINTK_IN_CAR uses ENABLE_APIC_EXT_ID uses APIC_ID_OFFSET @@ -226,6 +227,8 @@ default HOSTCC="gcc" ## default CONFIG_GDB_STUB=0 +default CONFIG_USE_PRINTK_IN_CAR=1 + ## ## The Serial Console ## diff --git a/src/mainboard/tyan/s2891/Options.lb b/src/mainboard/tyan/s2891/Options.lb index bd3b695671..fa38f84a0b 100644 --- a/src/mainboard/tyan/s2891/Options.lb +++ b/src/mainboard/tyan/s2891/Options.lb @@ -61,6 +61,7 @@ uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE uses CONFIG_USE_INIT +uses CONFIG_USE_PRINTK_IN_CAR uses ENABLE_APIC_EXT_ID uses APIC_ID_OFFSET @@ -233,6 +234,8 @@ default HOSTCC="gcc" ## default CONFIG_GDB_STUB=0 +default CONFIG_USE_PRINTK_IN_CAR=1 + ## ## The Serial Console ## diff --git a/src/mainboard/tyan/s2892/Options.lb b/src/mainboard/tyan/s2892/Options.lb index 381444418c..37b9b5baa2 100644 --- a/src/mainboard/tyan/s2892/Options.lb +++ b/src/mainboard/tyan/s2892/Options.lb @@ -61,6 +61,7 @@ uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE uses CONFIG_USE_INIT +uses CONFIG_USE_PRINTK_IN_CAR uses HT_CHAIN_UNITID_BASE uses HT_CHAIN_END_UNITID_BASE @@ -221,6 +222,8 @@ default HOSTCC="gcc" ## default CONFIG_GDB_STUB=0 +default CONFIG_USE_PRINTK_IN_CAR=1 + ## ## The Serial Console ## diff --git a/src/mainboard/tyan/s2895/Options.lb b/src/mainboard/tyan/s2895/Options.lb index b67642cd6a..55bef9597c 100644 --- a/src/mainboard/tyan/s2895/Options.lb +++ b/src/mainboard/tyan/s2895/Options.lb @@ -64,6 +64,7 @@ uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE uses CONFIG_USE_INIT +uses CONFIG_USE_PRINTK_IN_CAR uses SERIAL_CPU_INIT @@ -243,6 +244,8 @@ default HOSTCC="gcc" ## default CONFIG_GDB_STUB=0 +default CONFIG_USE_PRINTK_IN_CAR=1 + ## ## The Serial Console ## diff --git a/src/mainboard/tyan/s4880/Options.lb b/src/mainboard/tyan/s4880/Options.lb index 7024d629f4..2178a58646 100644 --- a/src/mainboard/tyan/s4880/Options.lb +++ b/src/mainboard/tyan/s4880/Options.lb @@ -60,6 +60,7 @@ uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE uses CONFIG_USE_INIT +uses CONFIG_USE_PRINTK_IN_CAR uses ENABLE_APIC_EXT_ID uses APIC_ID_OFFSET @@ -208,6 +209,8 @@ default HOSTCC="gcc" ## default CONFIG_GDB_STUB=0 +default CONFIG_USE_PRINTK_IN_CAR=1 + ## ## The Serial Console ## diff --git a/src/mainboard/tyan/s4882/Options.lb b/src/mainboard/tyan/s4882/Options.lb index d95b1e3e35..7d2fc9afa4 100644 --- a/src/mainboard/tyan/s4882/Options.lb +++ b/src/mainboard/tyan/s4882/Options.lb @@ -60,6 +60,7 @@ uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE uses CONFIG_USE_INIT +uses CONFIG_USE_PRINTK_IN_CAR uses ENABLE_APIC_EXT_ID uses APIC_ID_OFFSET @@ -207,6 +208,8 @@ default HOSTCC="gcc" ## default CONFIG_GDB_STUB=0 +default CONFIG_USE_PRINTK_IN_CAR=1 + ## ## The Serial Console ## |