Add "printk" support to all CAR targets
authorStefan Reinauer <stepan@coresystems.de>
Thu, 30 Apr 2009 10:16:39 +0000 (10:16 +0000)
committerStefan Reinauer <stepan@openbios.org>
Thu, 30 Apr 2009 10:16:39 +0000 (10:16 +0000)
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

src/mainboard/amd/db800/Options.lb
src/mainboard/amd/norwich/Options.lb
src/mainboard/artecgroup/dbe61/Options.lb
src/mainboard/digitallogic/msm800sev/Options.lb
src/mainboard/iei/pcisa-lx-800-r10/Options.lb
src/mainboard/lippert/roadrunner-lx/Options.lb
src/mainboard/lippert/spacerunner-lx/Options.lb
src/mainboard/pcengines/alix1c/Options.lb
src/mainboard/tyan/s2735/Options.lb

index ab75f33bb5aaf093cdd1493542337412ad91b832..33d1d15295a0c88fb1d7a69eac2e2ff97bec1ae9 100644 (file)
@@ -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
index 216b860b2e1c60862433f2b09ac8c6b9c5b7c30e..634f848c5f7d847adf90981acd401826e9b87c87 100644 (file)
@@ -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
index 4e5fffdbc12f261df063f268b267716b9ad31884..8ac10de49e860c54f948f5c0af4a9e4b22268f7e 100644 (file)
@@ -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
index f77126e0fa53c7c8d641942349f72f422ed1572d..3eede13583676515268ef6543544f6b69faa19cf 100644 (file)
@@ -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
index 6a3b6e56bc3de5ac2c840c385e4a1214b8a0debd..a3034b0a45c5cd3552db1fbf8a60f6923c1e0f7c 100644 (file)
@@ -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
index d8e173b6bcac8ec990708bd6f7094e299db2801d..d91f602534d0206c5f07c54f9f727846e22ac085 100644 (file)
@@ -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
index 191ad3b2e567431c6c2adc5a9cdc482eb9474f98..5d8dd0981a04e227c49885b59968eec7f5b9e317 100644 (file)
@@ -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
index 21f4398c01c850a28d0f764fca99ad5f5585282c..ea9f3b3a94eb732c91eb18bda192d2deaca9935b 100644 (file)
@@ -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
index affd13815c27504a5b1ab65081c77d8873699d22..49ce72ddec556fe9421a6e19c18f51694a0e2293 100644 (file)
@@ -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
 
 
 ##