From 93159bf752577365e10913257a9edc8d57990a8b Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Mon, 22 Dec 2008 09:53:24 +0000 Subject: 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 Acked-by: Marc Jones git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3829 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/iwill/dk8s2/Options.lb | 3 +++ src/mainboard/iwill/dk8x/Options.lb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'src/mainboard/iwill') diff --git a/src/mainboard/iwill/dk8s2/Options.lb b/src/mainboard/iwill/dk8s2/Options.lb index 81aa84ef7e..a93e4dc383 100644 --- a/src/mainboard/iwill/dk8s2/Options.lb +++ b/src/mainboard/iwill/dk8s2/Options.lb @@ -53,6 +53,7 @@ uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE uses CONFIG_USE_INIT +uses CONFIG_USE_PRINTK_IN_CAR ## ROM_SIZE is the size of boot ROM that this board will use. default ROM_SIZE=524288 @@ -177,6 +178,8 @@ default CONFIG_ROM_PAYLOAD = 1 ## default CONFIG_GDB_STUB=0 +default CONFIG_USE_PRINTK_IN_CAR=1 + ## ## The Serial Console ## diff --git a/src/mainboard/iwill/dk8x/Options.lb b/src/mainboard/iwill/dk8x/Options.lb index 1811aa44c5..7b4078ca4d 100644 --- a/src/mainboard/iwill/dk8x/Options.lb +++ b/src/mainboard/iwill/dk8x/Options.lb @@ -53,6 +53,7 @@ uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE uses CONFIG_USE_INIT +uses CONFIG_USE_PRINTK_IN_CAR ## ROM_SIZE is the size of boot ROM that this board will use. default ROM_SIZE=524288 @@ -176,6 +177,8 @@ default CONFIG_ROM_PAYLOAD = 1 ## default CONFIG_GDB_STUB=0 +default CONFIG_USE_PRINTK_IN_CAR=1 + ## ## The Serial Console ## -- cgit v1.2.3