diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-04-30 10:16:39 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-04-30 10:16:39 +0000 |
commit | 94875b3f626fd06b957ff469cf7ebedb9a16e96c (patch) | |
tree | 0ced9084361b6ca630bb9bc46557408dda253ca5 | |
parent | c7757f20ac3bf8771c3cabfef1c0970dbb12bd2a (diff) | |
download | coreboot-94875b3f626fd06b957ff469cf7ebedb9a16e96c.tar.xz |
Add "printk" support to all CAR targets
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4236 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/mainboard/amd/db800/Options.lb | 2 | ||||
-rw-r--r-- | src/mainboard/amd/norwich/Options.lb | 2 | ||||
-rw-r--r-- | src/mainboard/artecgroup/dbe61/Options.lb | 2 | ||||
-rw-r--r-- | src/mainboard/digitallogic/msm800sev/Options.lb | 2 | ||||
-rw-r--r-- | src/mainboard/iei/pcisa-lx-800-r10/Options.lb | 2 | ||||
-rw-r--r-- | src/mainboard/lippert/roadrunner-lx/Options.lb | 2 | ||||
-rw-r--r-- | src/mainboard/lippert/spacerunner-lx/Options.lb | 2 | ||||
-rw-r--r-- | src/mainboard/pcengines/alix1c/Options.lb | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s2735/Options.lb | 4 |
9 files changed, 18 insertions, 2 deletions
diff --git a/src/mainboard/amd/db800/Options.lb b/src/mainboard/amd/db800/Options.lb index ab75f33bb5..33d1d15295 100644 --- a/src/mainboard/amd/db800/Options.lb +++ b/src/mainboard/amd/db800/Options.lb @@ -49,6 +49,7 @@ uses CONFIG_VIDEO_MB uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE +uses CONFIG_USE_PRINTK_IN_CAR uses PIRQ_ROUTE ## ROM_SIZE is the size of boot ROM that this board will use. @@ -108,6 +109,7 @@ default FALLBACK_SIZE = 131072 default USE_DCACHE_RAM=1 default DCACHE_RAM_BASE=0xc8000 default DCACHE_RAM_SIZE=0x08000 +default CONFIG_USE_PRINTK_IN_CAR=1 ## ## Use a small 8K stack diff --git a/src/mainboard/amd/norwich/Options.lb b/src/mainboard/amd/norwich/Options.lb index 216b860b2e..634f848c5f 100644 --- a/src/mainboard/amd/norwich/Options.lb +++ b/src/mainboard/amd/norwich/Options.lb @@ -49,6 +49,7 @@ uses CONFIG_VIDEO_MB uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE +uses CONFIG_USE_PRINTK_IN_CAR uses PIRQ_ROUTE ## ROM_SIZE is the size of boot ROM that this board will use. @@ -108,6 +109,7 @@ default FALLBACK_SIZE = 131072 default USE_DCACHE_RAM=1 default DCACHE_RAM_BASE=0xc8000 default DCACHE_RAM_SIZE=0x08000 +default CONFIG_USE_PRINTK_IN_CAR=1 ## ## Use a small 8K stack diff --git a/src/mainboard/artecgroup/dbe61/Options.lb b/src/mainboard/artecgroup/dbe61/Options.lb index 4e5fffdbc1..8ac10de49e 100644 --- a/src/mainboard/artecgroup/dbe61/Options.lb +++ b/src/mainboard/artecgroup/dbe61/Options.lb @@ -49,6 +49,7 @@ uses CONFIG_VIDEO_MB uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE +uses CONFIG_USE_PRINTK_IN_CAR uses PIRQ_ROUTE ## ROM_SIZE is the size of boot ROM that this board will use. @@ -108,6 +109,7 @@ default FALLBACK_SIZE = 131072 default USE_DCACHE_RAM=1 default DCACHE_RAM_BASE=0xc8000 default DCACHE_RAM_SIZE=0x08000 +default CONFIG_USE_PRINTK_IN_CAR=1 ## ## Use a small 8K stack diff --git a/src/mainboard/digitallogic/msm800sev/Options.lb b/src/mainboard/digitallogic/msm800sev/Options.lb index f77126e0fa..3eede13583 100644 --- a/src/mainboard/digitallogic/msm800sev/Options.lb +++ b/src/mainboard/digitallogic/msm800sev/Options.lb @@ -49,6 +49,7 @@ uses CONFIG_VIDEO_MB uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE +uses CONFIG_USE_PRINTK_IN_CAR uses PIRQ_ROUTE ## ROM_SIZE is the size of boot ROM that this board will use. @@ -108,6 +109,7 @@ default FALLBACK_SIZE = 131072 default USE_DCACHE_RAM=1 default DCACHE_RAM_BASE=0xc8000 default DCACHE_RAM_SIZE=0x08000 +default CONFIG_USE_PRINTK_IN_CAR=1 ## ## Use a small 8K stack diff --git a/src/mainboard/iei/pcisa-lx-800-r10/Options.lb b/src/mainboard/iei/pcisa-lx-800-r10/Options.lb index 6a3b6e56bc..a3034b0a45 100644 --- a/src/mainboard/iei/pcisa-lx-800-r10/Options.lb +++ b/src/mainboard/iei/pcisa-lx-800-r10/Options.lb @@ -69,6 +69,7 @@ uses CONFIG_VIDEO_MB uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE +uses CONFIG_USE_PRINTK_IN_CAR uses PIRQ_ROUTE default ROM_SIZE = 256 * 1024 @@ -88,6 +89,7 @@ default FALLBACK_SIZE = 128 * 1024 default USE_DCACHE_RAM = 1 default DCACHE_RAM_BASE = 0xc8000 default DCACHE_RAM_SIZE = 32 * 1024 +default CONFIG_USE_PRINTK_IN_CAR=1 default STACK_SIZE = 8 * 1024 default HEAP_SIZE = 16 * 1024 # default USE_OPTION_TABLE = !USE_FALLBACK_IMAGE diff --git a/src/mainboard/lippert/roadrunner-lx/Options.lb b/src/mainboard/lippert/roadrunner-lx/Options.lb index d8e173b6bc..d91f602534 100644 --- a/src/mainboard/lippert/roadrunner-lx/Options.lb +++ b/src/mainboard/lippert/roadrunner-lx/Options.lb @@ -78,6 +78,7 @@ uses CONFIG_VIDEO_MB uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE +uses CONFIG_USE_PRINTK_IN_CAR uses PIRQ_ROUTE ## ROM_SIZE is the size of boot ROM that this board will use. @@ -136,6 +137,7 @@ default FALLBACK_SIZE = 128 * 1024 default USE_DCACHE_RAM = 1 default DCACHE_RAM_BASE = 0xc8000 default DCACHE_RAM_SIZE = 0x08000 +default CONFIG_USE_PRINTK_IN_CAR=1 ## ## Use a small 8K stack diff --git a/src/mainboard/lippert/spacerunner-lx/Options.lb b/src/mainboard/lippert/spacerunner-lx/Options.lb index 191ad3b2e5..5d8dd0981a 100644 --- a/src/mainboard/lippert/spacerunner-lx/Options.lb +++ b/src/mainboard/lippert/spacerunner-lx/Options.lb @@ -78,6 +78,7 @@ uses CONFIG_VIDEO_MB uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE +uses CONFIG_USE_PRINTK_IN_CAR uses PIRQ_ROUTE ## ROM_SIZE is the size of boot ROM that this board will use. @@ -136,6 +137,7 @@ default FALLBACK_SIZE = 128 * 1024 default USE_DCACHE_RAM = 1 default DCACHE_RAM_BASE = 0xc8000 default DCACHE_RAM_SIZE = 0x08000 +default CONFIG_USE_PRINTK_IN_CAR=1 ## ## Use a small 8K stack diff --git a/src/mainboard/pcengines/alix1c/Options.lb b/src/mainboard/pcengines/alix1c/Options.lb index 21f4398c01..ea9f3b3a94 100644 --- a/src/mainboard/pcengines/alix1c/Options.lb +++ b/src/mainboard/pcengines/alix1c/Options.lb @@ -69,6 +69,7 @@ uses CONFIG_VIDEO_MB uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE +uses CONFIG_USE_PRINTK_IN_CAR uses PIRQ_ROUTE ## ROM_SIZE is the size of boot ROM that this board will use. @@ -126,6 +127,7 @@ default FALLBACK_SIZE = 131072 default USE_DCACHE_RAM=1 default DCACHE_RAM_BASE=0xc8000 default DCACHE_RAM_SIZE=0x08000 +default CONFIG_USE_PRINTK_IN_CAR=1 ## ## Use a small 8K stack diff --git a/src/mainboard/tyan/s2735/Options.lb b/src/mainboard/tyan/s2735/Options.lb index affd13815c..49ce72ddec 100644 --- a/src/mainboard/tyan/s2735/Options.lb +++ b/src/mainboard/tyan/s2735/Options.lb @@ -62,7 +62,7 @@ uses CONFIG_PCI_ROM_RUN 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. #512K bytes @@ -145,7 +145,7 @@ default USE_DCACHE_RAM=1 #default DCACHE_RAM_BASE=0xF2000000 default DCACHE_RAM_BASE=0xcf000 default DCACHE_RAM_SIZE=0x1000 -#default CONFIG_USE_INIT=1 +default CONFIG_USE_PRINTK_IN_CAR=1 ## |