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
This commit is contained in:
parent
c7757f20ac
commit
94875b3f62
|
@ -49,6 +49,7 @@ uses CONFIG_VIDEO_MB
|
||||||
uses USE_DCACHE_RAM
|
uses USE_DCACHE_RAM
|
||||||
uses DCACHE_RAM_BASE
|
uses DCACHE_RAM_BASE
|
||||||
uses DCACHE_RAM_SIZE
|
uses DCACHE_RAM_SIZE
|
||||||
|
uses CONFIG_USE_PRINTK_IN_CAR
|
||||||
uses PIRQ_ROUTE
|
uses PIRQ_ROUTE
|
||||||
|
|
||||||
## ROM_SIZE is the size of boot ROM that this board will use.
|
## 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 USE_DCACHE_RAM=1
|
||||||
default DCACHE_RAM_BASE=0xc8000
|
default DCACHE_RAM_BASE=0xc8000
|
||||||
default DCACHE_RAM_SIZE=0x08000
|
default DCACHE_RAM_SIZE=0x08000
|
||||||
|
default CONFIG_USE_PRINTK_IN_CAR=1
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
|
|
@ -49,6 +49,7 @@ uses CONFIG_VIDEO_MB
|
||||||
uses USE_DCACHE_RAM
|
uses USE_DCACHE_RAM
|
||||||
uses DCACHE_RAM_BASE
|
uses DCACHE_RAM_BASE
|
||||||
uses DCACHE_RAM_SIZE
|
uses DCACHE_RAM_SIZE
|
||||||
|
uses CONFIG_USE_PRINTK_IN_CAR
|
||||||
uses PIRQ_ROUTE
|
uses PIRQ_ROUTE
|
||||||
|
|
||||||
## ROM_SIZE is the size of boot ROM that this board will use.
|
## 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 USE_DCACHE_RAM=1
|
||||||
default DCACHE_RAM_BASE=0xc8000
|
default DCACHE_RAM_BASE=0xc8000
|
||||||
default DCACHE_RAM_SIZE=0x08000
|
default DCACHE_RAM_SIZE=0x08000
|
||||||
|
default CONFIG_USE_PRINTK_IN_CAR=1
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
|
|
@ -49,6 +49,7 @@ uses CONFIG_VIDEO_MB
|
||||||
uses USE_DCACHE_RAM
|
uses USE_DCACHE_RAM
|
||||||
uses DCACHE_RAM_BASE
|
uses DCACHE_RAM_BASE
|
||||||
uses DCACHE_RAM_SIZE
|
uses DCACHE_RAM_SIZE
|
||||||
|
uses CONFIG_USE_PRINTK_IN_CAR
|
||||||
uses PIRQ_ROUTE
|
uses PIRQ_ROUTE
|
||||||
|
|
||||||
## ROM_SIZE is the size of boot ROM that this board will use.
|
## 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 USE_DCACHE_RAM=1
|
||||||
default DCACHE_RAM_BASE=0xc8000
|
default DCACHE_RAM_BASE=0xc8000
|
||||||
default DCACHE_RAM_SIZE=0x08000
|
default DCACHE_RAM_SIZE=0x08000
|
||||||
|
default CONFIG_USE_PRINTK_IN_CAR=1
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
|
|
@ -49,6 +49,7 @@ uses CONFIG_VIDEO_MB
|
||||||
uses USE_DCACHE_RAM
|
uses USE_DCACHE_RAM
|
||||||
uses DCACHE_RAM_BASE
|
uses DCACHE_RAM_BASE
|
||||||
uses DCACHE_RAM_SIZE
|
uses DCACHE_RAM_SIZE
|
||||||
|
uses CONFIG_USE_PRINTK_IN_CAR
|
||||||
uses PIRQ_ROUTE
|
uses PIRQ_ROUTE
|
||||||
|
|
||||||
## ROM_SIZE is the size of boot ROM that this board will use.
|
## 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 USE_DCACHE_RAM=1
|
||||||
default DCACHE_RAM_BASE=0xc8000
|
default DCACHE_RAM_BASE=0xc8000
|
||||||
default DCACHE_RAM_SIZE=0x08000
|
default DCACHE_RAM_SIZE=0x08000
|
||||||
|
default CONFIG_USE_PRINTK_IN_CAR=1
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
|
|
@ -69,6 +69,7 @@ uses CONFIG_VIDEO_MB
|
||||||
uses USE_DCACHE_RAM
|
uses USE_DCACHE_RAM
|
||||||
uses DCACHE_RAM_BASE
|
uses DCACHE_RAM_BASE
|
||||||
uses DCACHE_RAM_SIZE
|
uses DCACHE_RAM_SIZE
|
||||||
|
uses CONFIG_USE_PRINTK_IN_CAR
|
||||||
uses PIRQ_ROUTE
|
uses PIRQ_ROUTE
|
||||||
|
|
||||||
default ROM_SIZE = 256 * 1024
|
default ROM_SIZE = 256 * 1024
|
||||||
|
@ -88,6 +89,7 @@ default FALLBACK_SIZE = 128 * 1024
|
||||||
default USE_DCACHE_RAM = 1
|
default USE_DCACHE_RAM = 1
|
||||||
default DCACHE_RAM_BASE = 0xc8000
|
default DCACHE_RAM_BASE = 0xc8000
|
||||||
default DCACHE_RAM_SIZE = 32 * 1024
|
default DCACHE_RAM_SIZE = 32 * 1024
|
||||||
|
default CONFIG_USE_PRINTK_IN_CAR=1
|
||||||
default STACK_SIZE = 8 * 1024
|
default STACK_SIZE = 8 * 1024
|
||||||
default HEAP_SIZE = 16 * 1024
|
default HEAP_SIZE = 16 * 1024
|
||||||
# default USE_OPTION_TABLE = !USE_FALLBACK_IMAGE
|
# default USE_OPTION_TABLE = !USE_FALLBACK_IMAGE
|
||||||
|
|
|
@ -78,6 +78,7 @@ uses CONFIG_VIDEO_MB
|
||||||
uses USE_DCACHE_RAM
|
uses USE_DCACHE_RAM
|
||||||
uses DCACHE_RAM_BASE
|
uses DCACHE_RAM_BASE
|
||||||
uses DCACHE_RAM_SIZE
|
uses DCACHE_RAM_SIZE
|
||||||
|
uses CONFIG_USE_PRINTK_IN_CAR
|
||||||
uses PIRQ_ROUTE
|
uses PIRQ_ROUTE
|
||||||
|
|
||||||
## ROM_SIZE is the size of boot ROM that this board will use.
|
## 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 USE_DCACHE_RAM = 1
|
||||||
default DCACHE_RAM_BASE = 0xc8000
|
default DCACHE_RAM_BASE = 0xc8000
|
||||||
default DCACHE_RAM_SIZE = 0x08000
|
default DCACHE_RAM_SIZE = 0x08000
|
||||||
|
default CONFIG_USE_PRINTK_IN_CAR=1
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
|
|
@ -78,6 +78,7 @@ uses CONFIG_VIDEO_MB
|
||||||
uses USE_DCACHE_RAM
|
uses USE_DCACHE_RAM
|
||||||
uses DCACHE_RAM_BASE
|
uses DCACHE_RAM_BASE
|
||||||
uses DCACHE_RAM_SIZE
|
uses DCACHE_RAM_SIZE
|
||||||
|
uses CONFIG_USE_PRINTK_IN_CAR
|
||||||
uses PIRQ_ROUTE
|
uses PIRQ_ROUTE
|
||||||
|
|
||||||
## ROM_SIZE is the size of boot ROM that this board will use.
|
## 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 USE_DCACHE_RAM = 1
|
||||||
default DCACHE_RAM_BASE = 0xc8000
|
default DCACHE_RAM_BASE = 0xc8000
|
||||||
default DCACHE_RAM_SIZE = 0x08000
|
default DCACHE_RAM_SIZE = 0x08000
|
||||||
|
default CONFIG_USE_PRINTK_IN_CAR=1
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
|
|
@ -69,6 +69,7 @@ uses CONFIG_VIDEO_MB
|
||||||
uses USE_DCACHE_RAM
|
uses USE_DCACHE_RAM
|
||||||
uses DCACHE_RAM_BASE
|
uses DCACHE_RAM_BASE
|
||||||
uses DCACHE_RAM_SIZE
|
uses DCACHE_RAM_SIZE
|
||||||
|
uses CONFIG_USE_PRINTK_IN_CAR
|
||||||
uses PIRQ_ROUTE
|
uses PIRQ_ROUTE
|
||||||
|
|
||||||
## ROM_SIZE is the size of boot ROM that this board will use.
|
## 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 USE_DCACHE_RAM=1
|
||||||
default DCACHE_RAM_BASE=0xc8000
|
default DCACHE_RAM_BASE=0xc8000
|
||||||
default DCACHE_RAM_SIZE=0x08000
|
default DCACHE_RAM_SIZE=0x08000
|
||||||
|
default CONFIG_USE_PRINTK_IN_CAR=1
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
|
|
@ -62,7 +62,7 @@ uses CONFIG_PCI_ROM_RUN
|
||||||
uses USE_DCACHE_RAM
|
uses USE_DCACHE_RAM
|
||||||
uses DCACHE_RAM_BASE
|
uses DCACHE_RAM_BASE
|
||||||
uses DCACHE_RAM_SIZE
|
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.
|
## ROM_SIZE is the size of boot ROM that this board will use.
|
||||||
#512K bytes
|
#512K bytes
|
||||||
|
@ -145,7 +145,7 @@ default USE_DCACHE_RAM=1
|
||||||
#default DCACHE_RAM_BASE=0xF2000000
|
#default DCACHE_RAM_BASE=0xF2000000
|
||||||
default DCACHE_RAM_BASE=0xcf000
|
default DCACHE_RAM_BASE=0xcf000
|
||||||
default DCACHE_RAM_SIZE=0x1000
|
default DCACHE_RAM_SIZE=0x1000
|
||||||
#default CONFIG_USE_INIT=1
|
default CONFIG_USE_PRINTK_IN_CAR=1
|
||||||
|
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue