Enable CBFS everywhere. All boards compiled for me (abuild tested),
and we will fix issues as they appear. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4531 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
401c8d1da2
commit
b339e10f04
|
@ -693,7 +693,7 @@ define CONFIG_FS_FAT
|
||||||
comment "Enable FAT filesystem support"
|
comment "Enable FAT filesystem support"
|
||||||
end
|
end
|
||||||
define CONFIG_CBFS
|
define CONFIG_CBFS
|
||||||
default 0
|
default 1
|
||||||
export always
|
export always
|
||||||
comment "The new CBFS file system"
|
comment "The new CBFS file system"
|
||||||
end
|
end
|
||||||
|
|
|
@ -77,7 +77,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -101,5 +101,5 @@ default CONFIG_PCI_ROM_RUN = 1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -77,7 +77,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -101,5 +101,5 @@ default CONFIG_PCI_ROM_RUN = 1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -78,7 +78,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -102,5 +102,5 @@ default CONFIG_PCI_ROM_RUN = 1 # Override this in targets/*/Config.lb.
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -87,7 +87,7 @@ default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_USE_OPTION_TABLE = 0
|
default CONFIG_USE_OPTION_TABLE = 0
|
||||||
|
@ -107,5 +107,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -101,7 +101,7 @@ default CONFIG_HAVE_OPTION_TABLE=0
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536
|
||||||
default CONFIG_FALLBACK_SIZE = 131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## enable CACHE_AS_RAM specifics
|
## enable CACHE_AS_RAM specifics
|
||||||
|
@ -185,5 +185,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=8
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -106,9 +106,9 @@ default CONFIG_ROM_SIZE=524288
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
#default CONFIG_FALLBACK_SIZE=131072
|
#default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
#256K
|
#256K
|
||||||
default CONFIG_FALLBACK_SIZE=0x40000
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Build code for the fallback boot
|
## Build code for the fallback boot
|
||||||
|
@ -305,5 +305,5 @@ default CONFIG_HAVE_MAINBOARD_RESOURCES=1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -101,7 +101,7 @@ default CONFIG_HAVE_OPTION_TABLE=0
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536
|
||||||
default CONFIG_FALLBACK_SIZE = 131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## enable CACHE_AS_RAM specifics
|
## enable CACHE_AS_RAM specifics
|
||||||
|
@ -185,5 +185,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=8
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -106,9 +106,9 @@ default CONFIG_ROM_SIZE=524288
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
#default CONFIG_FALLBACK_SIZE=131072
|
#default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
#256K
|
#256K
|
||||||
default CONFIG_FALLBACK_SIZE=0x40000
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Build code for the fallback boot
|
## Build code for the fallback boot
|
||||||
|
@ -305,5 +305,5 @@ default CONFIG_HAVE_MAINBOARD_RESOURCES=1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -88,7 +88,7 @@ default CONFIG_HAVE_OPTION_TABLE=0
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536
|
||||||
default CONFIG_FALLBACK_SIZE = 131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -164,5 +164,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=8
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -105,12 +105,8 @@ default CONFIG_ROM_SIZE=524288
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
#default CONFIG_FALLBACK_SIZE=131072
|
|
||||||
#default CONFIG_FALLBACK_SIZE=0x40000
|
|
||||||
|
|
||||||
#FALLBACK: 256K-4K
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_FALLBACK_SIZE=0x3f000
|
|
||||||
#FAILOVER: 4K
|
|
||||||
default CONFIG_FAILOVER_SIZE=0x01000
|
default CONFIG_FAILOVER_SIZE=0x01000
|
||||||
|
|
||||||
#more 1M for pgtbl
|
#more 1M for pgtbl
|
||||||
|
@ -239,7 +235,7 @@ default CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID=0x2b80
|
||||||
###
|
###
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536 - CONFIG_FAILOVER_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -333,5 +329,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -130,11 +130,9 @@ default CONFIG_ROM_SIZE=1024*1024
|
||||||
##
|
##
|
||||||
#FALLBACK_SIZE_SIZE is the amount of the ROM the complete fallback image will use
|
#FALLBACK_SIZE_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
#default CONFIG_FALLBACK_SIZE=131072
|
|
||||||
#default CONFIG_FALLBACK_SIZE=0x40000
|
|
||||||
|
|
||||||
#FALLBACK: 1024K - 8K
|
#FALLBACK: 1024K - 8K
|
||||||
default CONFIG_FALLBACK_SIZE=0xFE000
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
#FAILOVER: 8k
|
#FAILOVER: 8k
|
||||||
default CONFIG_FAILOVER_SIZE=0x02000
|
default CONFIG_FAILOVER_SIZE=0x02000
|
||||||
|
|
||||||
|
@ -368,5 +366,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -76,7 +76,7 @@ default CONFIG_ROM_SIZE=524288
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
default CONFIG_FALLBACK_SIZE=0x40000
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Build code for the fallback boot
|
## Build code for the fallback boot
|
||||||
|
@ -246,5 +246,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -101,7 +101,7 @@ default CONFIG_HAVE_OPTION_TABLE=0
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536
|
||||||
default CONFIG_FALLBACK_SIZE = 131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## enable CACHE_AS_RAM specifics
|
## enable CACHE_AS_RAM specifics
|
||||||
|
@ -185,5 +185,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=8
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -87,7 +87,7 @@ default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_USE_OPTION_TABLE = 0
|
default CONFIG_USE_OPTION_TABLE = 0
|
||||||
|
@ -107,5 +107,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -85,7 +85,7 @@ default CONFIG_PIRQ_ROUTE=1
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -166,5 +166,5 @@ default CONFIG_VIDEO_MB = 0
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -100,8 +100,8 @@ uses CONFIG_LB_MEM_TOPK
|
||||||
uses CONFIG_USE_PRINTK_IN_CAR
|
uses CONFIG_USE_PRINTK_IN_CAR
|
||||||
|
|
||||||
default CONFIG_ROM_SIZE = 512 * 1024
|
default CONFIG_ROM_SIZE = 512 * 1024
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024 - CONFIG_FAILOVER_SIZE
|
||||||
default CONFIG_FALLBACK_SIZE = 252 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_FAILOVER_SIZE = 4 * 1024
|
default CONFIG_FAILOVER_SIZE = 4 * 1024
|
||||||
default CONFIG_HAVE_FALLBACK_BOOT = 1
|
default CONFIG_HAVE_FALLBACK_BOOT = 1
|
||||||
default CONFIG_HAVE_FAILOVER_BOOT = 1
|
default CONFIG_HAVE_FAILOVER_BOOT = 1
|
||||||
|
@ -171,5 +171,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL = "MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -95,7 +95,7 @@ uses CONFIG_COMPRESSED_PAYLOAD_LZMA
|
||||||
uses CONFIG_USE_PRINTK_IN_CAR
|
uses CONFIG_USE_PRINTK_IN_CAR
|
||||||
|
|
||||||
default CONFIG_ROM_SIZE = 512 * 1024
|
default CONFIG_ROM_SIZE = 512 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 256 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_HAVE_FALLBACK_BOOT = 1
|
default CONFIG_HAVE_FALLBACK_BOOT = 1
|
||||||
default CONFIG_HAVE_HARD_RESET = 0
|
default CONFIG_HAVE_HARD_RESET = 0
|
||||||
default CONFIG_HAVE_PIRQ_TABLE = 0
|
default CONFIG_HAVE_PIRQ_TABLE = 0
|
||||||
|
@ -171,5 +171,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL = "MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -173,9 +173,12 @@ default CONFIG_TTYS0_LCS = 0x3 # 8n1
|
||||||
default CONFIG_DEFAULT_CONSOLE_LOGLEVEL = 9
|
default CONFIG_DEFAULT_CONSOLE_LOGLEVEL = 9
|
||||||
default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9
|
default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9
|
||||||
default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL = "MAINBOARD_POWER_ON"
|
default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL = "MAINBOARD_POWER_ON"
|
||||||
|
|
||||||
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
#
|
#
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -77,7 +77,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -101,5 +101,5 @@ default CONFIG_PCI_ROM_RUN = 1 # Override this in targets/*/Config.lb.
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -85,7 +85,7 @@ default CONFIG_IDE = 1
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536
|
||||||
default CONFIG_FALLBACK_SIZE = 131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -162,5 +162,5 @@ default CONFIG_UDELAY_TSC=1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -81,7 +81,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -103,5 +103,5 @@ default CONFIG_DEFAULT_CONSOLE_LOGLEVEL = 9
|
||||||
default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9
|
default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9
|
||||||
default CONFIG_CONSOLE_VGA = 1
|
default CONFIG_CONSOLE_VGA = 1
|
||||||
default CONFIG_PCI_ROM_RUN = 1
|
default CONFIG_PCI_ROM_RUN = 1
|
||||||
default CONFIG_CBFS = 0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -81,7 +81,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -108,5 +108,5 @@ default CONFIG_PCI_ROM_RUN = 1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -77,7 +77,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -101,5 +101,5 @@ default CONFIG_PCI_ROM_RUN = 1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -78,7 +78,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -102,5 +102,5 @@ default CONFIG_PCI_ROM_RUN = 1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -77,7 +77,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -101,5 +101,5 @@ default CONFIG_PCI_ROM_RUN = 1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -87,7 +87,7 @@ default CONFIG_IRQ_SLOT_COUNT = 2 # Soldered NIC, internal USB, no real slots
|
||||||
default CONFIG_PIRQ_ROUTE = 1
|
default CONFIG_PIRQ_ROUTE = 1
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_USE_OPTION_TABLE = 0
|
default CONFIG_USE_OPTION_TABLE = 0
|
||||||
|
@ -107,5 +107,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 6
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -77,7 +77,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -101,5 +101,5 @@ default CONFIG_PCI_ROM_RUN = 1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -87,7 +87,7 @@ default CONFIG_IRQ_SLOT_COUNT = 2 # Soldered NIC, internal USB, no real slots
|
||||||
default CONFIG_PIRQ_ROUTE = 1
|
default CONFIG_PIRQ_ROUTE = 1
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_USE_OPTION_TABLE = 0
|
default CONFIG_USE_OPTION_TABLE = 0
|
||||||
|
@ -107,5 +107,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 6
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -84,7 +84,7 @@ default CONFIG_IRQ_SLOT_COUNT = 10
|
||||||
default CONFIG_HAVE_ACPI_TABLES = 0
|
default CONFIG_HAVE_ACPI_TABLES = 0
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 1
|
default CONFIG_HAVE_OPTION_TABLE = 1
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_SIZE
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_USE_FALLBACK_IMAGE = 1
|
default CONFIG_USE_FALLBACK_IMAGE = 1
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
|
@ -108,5 +108,5 @@ default CONFIG_MAX_PCI_BUSES = 3
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -77,7 +77,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -101,5 +101,5 @@ default CONFIG_PCI_ROM_RUN = 1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -81,9 +81,7 @@ default CONFIG_ROM_SIZE=524288
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
#default CONFIG_FALLBACK_SIZE=131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
#256K
|
|
||||||
default CONFIG_FALLBACK_SIZE=0x40000
|
|
||||||
|
|
||||||
##
|
##
|
||||||
## Build code for the fallback boot
|
## Build code for the fallback boot
|
||||||
|
@ -266,5 +264,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -77,7 +77,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -101,5 +101,5 @@ default CONFIG_PCI_ROM_RUN = 1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
default CONFIG_USE_OPTION_TABLE = !CONFIG_USE_FALLBACK_IMAGE
|
default CONFIG_USE_OPTION_TABLE = !CONFIG_USE_FALLBACK_IMAGE
|
||||||
|
|
||||||
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
||||||
default CONFIG_XIP_ROM_SIZE = 128 * 1024
|
default CONFIG_XIP_ROM_SIZE = 64 * 1024
|
||||||
include /config/nofailovercalculation.lb
|
include /config/nofailovercalculation.lb
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
|
@ -130,7 +130,7 @@ default CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID=0x5580
|
||||||
###
|
###
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -147,7 +147,7 @@ default CONFIG_HEAP_SIZE=0x8000
|
||||||
### Compute the location and size of where this firmware image
|
### Compute the location and size of where this firmware image
|
||||||
### (coreboot plus bootloader) will live in the boot rom chip.
|
### (coreboot plus bootloader) will live in the boot rom chip.
|
||||||
###
|
###
|
||||||
default CONFIG_FALLBACK_SIZE=131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Coreboot C code runs at this location in RAM
|
## Coreboot C code runs at this location in RAM
|
||||||
|
@ -232,5 +232,5 @@ default CONFIG_CONSOLE_BTEXT=0
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -85,7 +85,7 @@ default CONFIG_HAVE_OPTION_TABLE=1
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536
|
||||||
default CONFIG_FALLBACK_SIZE = 131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -119,5 +119,5 @@ default HOSTCC="gcc"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
default CONFIG_ROM_SIZE = 512 * 1024
|
default CONFIG_ROM_SIZE = 512 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 0x10000
|
|
||||||
|
|
||||||
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
||||||
default CONFIG_XIP_ROM_SIZE = 32 * 1024
|
default CONFIG_XIP_ROM_SIZE = 32 * 1024
|
||||||
|
|
|
@ -93,7 +93,7 @@ default CONFIG_HAVE_OPTION_TABLE=1
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536
|
||||||
default CONFIG_FALLBACK_SIZE = 131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -127,5 +127,5 @@ default HOSTCC="gcc"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -101,7 +101,7 @@ default CONFIG_HAVE_OPTION_TABLE=0
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536
|
||||||
default CONFIG_FALLBACK_SIZE = 131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## enable CACHE_AS_RAM specifics
|
## enable CACHE_AS_RAM specifics
|
||||||
|
@ -185,5 +185,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=8
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -91,7 +91,7 @@ default CONFIG_HAVE_OPTION_TABLE=0
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536
|
||||||
default CONFIG_FALLBACK_SIZE = 131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -169,5 +169,5 @@ default CONFIG_VIDEO_MB = 0
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -148,5 +148,5 @@ default CONFIG_RAMBASE=0x00100000
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -77,7 +77,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -101,5 +101,5 @@ default CONFIG_PCI_ROM_RUN = 1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -131,11 +131,9 @@ default CONFIG_ROM_SIZE=524288
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
#default CONFIG_FALLBACK_SIZE=131072
|
|
||||||
#default CONFIG_FALLBACK_SIZE=0x40000
|
|
||||||
|
|
||||||
#FALLBACK: 256K-4K
|
#FALLBACK: 256K-4K
|
||||||
default CONFIG_FALLBACK_SIZE=0x3f000
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
#FAILOVER: 4K
|
#FAILOVER: 4K
|
||||||
default CONFIG_FAILOVER_SIZE=0x01000
|
default CONFIG_FAILOVER_SIZE=0x01000
|
||||||
|
|
||||||
|
@ -261,7 +259,7 @@ default CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID=0x1234
|
||||||
###
|
###
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536 - CONFIG_FAILOVER_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -357,5 +355,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -132,11 +132,9 @@ default CONFIG_ROM_SIZE=524288
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
#default CONFIG_FALLBACK_SIZE=131072
|
|
||||||
#default CONFIG_FALLBACK_SIZE=0x40000
|
|
||||||
|
|
||||||
#FALLBACK: 256K-4K
|
#FALLBACK: 256K-4K
|
||||||
default CONFIG_FALLBACK_SIZE=0x3f000
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
#FAILOVER: 4K
|
#FAILOVER: 4K
|
||||||
default CONFIG_FAILOVER_SIZE=0x01000
|
default CONFIG_FAILOVER_SIZE=0x01000
|
||||||
|
|
||||||
|
@ -270,7 +268,7 @@ default CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID=0x2b80
|
||||||
###
|
###
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536 - CONFIG_FAILOVER_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -365,6 +363,6 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
### End Options.lb
|
### End Options.lb
|
||||||
end
|
end
|
||||||
|
|
|
@ -65,7 +65,7 @@ default CONFIG_ROM_SIZE=524288
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
default CONFIG_FALLBACK_SIZE=0x40000
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Build code for the fallback boot
|
## Build code for the fallback boot
|
||||||
|
@ -225,5 +225,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -67,7 +67,7 @@ default CONFIG_ROM_SIZE=524288
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
default CONFIG_FALLBACK_SIZE=0x40000
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Build code for the fallback boot
|
## Build code for the fallback boot
|
||||||
|
@ -231,5 +231,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
## (coreboot plus bootloader) will live in the boot rom chip.
|
## (coreboot plus bootloader) will live in the boot rom chip.
|
||||||
##
|
##
|
||||||
default CONFIG_ROM_SIZE = 256 * 1024
|
default CONFIG_ROM_SIZE = 256 * 1024
|
||||||
default CONFIG_ROM_SECTION_SIZE = CONFIG_ROM_SIZE
|
|
||||||
default CONFIG_ROM_SECTION_OFFSET = 0
|
|
||||||
|
|
||||||
##
|
##
|
||||||
## Compute the start location and size size of
|
## Compute the start location and size size of
|
||||||
|
|
|
@ -88,7 +88,7 @@ default CONFIG_HAVE_OPTION_TABLE=0
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536
|
||||||
default CONFIG_FALLBACK_SIZE = 131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -150,5 +150,5 @@ default CONFIG_VIDEO_MB = 0
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -98,7 +98,7 @@ default CONFIG_HAVE_OPTION_TABLE=1
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536
|
||||||
default CONFIG_FALLBACK_SIZE = 131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -177,5 +177,5 @@ default CONFIG_VIDEO_MB = 0
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -85,7 +85,7 @@ default CONFIG_IRQ_SLOT_COUNT = 9
|
||||||
default CONFIG_PIRQ_ROUTE = 1
|
default CONFIG_PIRQ_ROUTE = 1
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_USE_DCACHE_RAM = 1
|
default CONFIG_USE_DCACHE_RAM = 1
|
||||||
default CONFIG_DCACHE_RAM_BASE = 0xc8000
|
default CONFIG_DCACHE_RAM_BASE = 0xc8000
|
||||||
default CONFIG_DCACHE_RAM_SIZE = 32 * 1024
|
default CONFIG_DCACHE_RAM_SIZE = 32 * 1024
|
||||||
|
@ -111,5 +111,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=8
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
default CONFIG_USE_OPTION_TABLE = !CONFIG_USE_FALLBACK_IMAGE
|
default CONFIG_USE_OPTION_TABLE = !CONFIG_USE_FALLBACK_IMAGE
|
||||||
|
|
||||||
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
||||||
default CONFIG_XIP_ROM_SIZE = 128 * 1024
|
default CONFIG_XIP_ROM_SIZE = 64 * 1024
|
||||||
include /config/nofailovercalculation.lb
|
include /config/nofailovercalculation.lb
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
|
@ -161,7 +161,7 @@ default CONFIG_HEAP_SIZE=0x8000
|
||||||
### Compute the location and size of where this firmware image
|
### Compute the location and size of where this firmware image
|
||||||
### (coreboot plus bootloader) will live in the boot rom chip.
|
### (coreboot plus bootloader) will live in the boot rom chip.
|
||||||
###
|
###
|
||||||
default CONFIG_FALLBACK_SIZE=131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Coreboot C code runs at this location in RAM
|
## Coreboot C code runs at this location in RAM
|
||||||
|
@ -246,5 +246,5 @@ default CONFIG_CONSOLE_BTEXT=0
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
||||||
default CONFIG_XIP_ROM_SIZE = 128 * 1024
|
default CONFIG_XIP_ROM_SIZE = 64 * 1024
|
||||||
include /config/nofailovercalculation.lb
|
include /config/nofailovercalculation.lb
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
|
@ -150,7 +150,7 @@ default CONFIG_HEAP_SIZE=0x8000
|
||||||
### Compute the location and size of where this firmware image
|
### Compute the location and size of where this firmware image
|
||||||
### (coreboot plus bootloader) will live in the boot rom chip.
|
### (coreboot plus bootloader) will live in the boot rom chip.
|
||||||
###
|
###
|
||||||
default CONFIG_FALLBACK_SIZE=131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## coreboot C code runs at this location in RAM
|
## coreboot C code runs at this location in RAM
|
||||||
|
@ -229,5 +229,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
||||||
default CONFIG_XIP_ROM_SIZE = 128 * 1024
|
default CONFIG_XIP_ROM_SIZE = 64 * 1024
|
||||||
include /config/nofailovercalculation.lb
|
include /config/nofailovercalculation.lb
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
|
@ -150,7 +150,7 @@ default CONFIG_HEAP_SIZE=0x8000
|
||||||
### Compute the location and size of where this firmware image
|
### Compute the location and size of where this firmware image
|
||||||
### (coreboot plus bootloader) will live in the boot rom chip.
|
### (coreboot plus bootloader) will live in the boot rom chip.
|
||||||
###
|
###
|
||||||
default CONFIG_FALLBACK_SIZE=131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## coreboot C code runs at this location in RAM
|
## coreboot C code runs at this location in RAM
|
||||||
|
@ -231,5 +231,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
||||||
default CONFIG_XIP_ROM_SIZE = 128 * 1024
|
default CONFIG_XIP_ROM_SIZE = 64 * 1024
|
||||||
include /config/nofailovercalculation.lb
|
include /config/nofailovercalculation.lb
|
||||||
|
|
||||||
arch i386 end
|
arch i386 end
|
||||||
|
|
|
@ -79,7 +79,7 @@ default CONFIG_ROM_IMAGE_SIZE = 65536
|
||||||
## Build code for the fallback boot?
|
## Build code for the fallback boot?
|
||||||
##
|
##
|
||||||
default CONFIG_HAVE_FALLBACK_BOOT=1
|
default CONFIG_HAVE_FALLBACK_BOOT=1
|
||||||
default CONFIG_FALLBACK_SIZE=131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
|
|
||||||
## Delay timer options
|
## Delay timer options
|
||||||
|
@ -244,5 +244,5 @@ default CONFIG_DEBUG=1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -105,11 +105,9 @@ default CONFIG_ROM_SIZE=524288
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
#default CONFIG_FALLBACK_SIZE=131072
|
|
||||||
#default CONFIG_FALLBACK_SIZE=0x40000
|
|
||||||
|
|
||||||
#FALLBACK: 256K-8K
|
#FALLBACK: 256K-8K
|
||||||
default CONFIG_FALLBACK_SIZE=0x3e000
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
#FAILOVER: 8K
|
#FAILOVER: 8K
|
||||||
default CONFIG_FAILOVER_SIZE=0x02000
|
default CONFIG_FAILOVER_SIZE=0x02000
|
||||||
|
|
||||||
|
@ -238,7 +236,7 @@ default CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID=0x2b80
|
||||||
###
|
###
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536 - CONFIG_FAILOVER_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -332,5 +330,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -66,7 +66,7 @@ default CONFIG_ROM_SIZE=524288
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
default CONFIG_FALLBACK_SIZE=0x40000
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Build code for the fallback boot
|
## Build code for the fallback boot
|
||||||
|
@ -232,5 +232,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -66,7 +66,7 @@ default CONFIG_ROM_SIZE=524288
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
default CONFIG_FALLBACK_SIZE=131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Build code for the fallback boot
|
## Build code for the fallback boot
|
||||||
|
@ -231,5 +231,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -85,7 +85,7 @@ default CONFIG_IRQ_SLOT_COUNT = 10
|
||||||
default CONFIG_HAVE_ACPI_TABLES = 0
|
default CONFIG_HAVE_ACPI_TABLES = 0
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_SIZE
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_USE_FALLBACK_IMAGE = 1
|
default CONFIG_USE_FALLBACK_IMAGE = 1
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
|
@ -109,5 +109,5 @@ default CONFIG_MAX_PCI_BUSES = 3
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -88,7 +88,7 @@ default CONFIG_HAVE_OPTION_TABLE=0
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536
|
||||||
default CONFIG_FALLBACK_SIZE = 131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -164,5 +164,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=8
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -129,7 +129,7 @@ default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## enable CACHE_AS_RAM specifics
|
## enable CACHE_AS_RAM specifics
|
||||||
|
@ -215,5 +215,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 8
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -129,7 +129,7 @@ default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## enable CACHE_AS_RAM specifics
|
## enable CACHE_AS_RAM specifics
|
||||||
|
@ -215,5 +215,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 8
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -75,10 +75,10 @@ default CONFIG_USE_OPTION_TABLE = 0
|
||||||
# ROM layout
|
# ROM layout
|
||||||
default CONFIG_ROM_SIZE = 512 * 1024
|
default CONFIG_ROM_SIZE = 512 * 1024
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 128 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 128 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 256 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_HAVE_FALLBACK_BOOT = 1
|
default CONFIG_HAVE_FALLBACK_BOOT = 1
|
||||||
default CONFIG_ROM_PAYLOAD = 1
|
default CONFIG_ROM_PAYLOAD = 1
|
||||||
default CONFIG_CBFS = 0
|
default CONFIG_CBFS=1
|
||||||
|
|
||||||
# RAM layout
|
# RAM layout
|
||||||
default CONFIG_RAMBASE = 0x00004000
|
default CONFIG_RAMBASE = 0x00004000
|
||||||
|
|
|
@ -130,5 +130,5 @@ default CONFIG_SANDPOINT_ALTIMUS=1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -125,5 +125,5 @@ default CONFIG_RAMSTART=0x00100000
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -77,7 +77,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -101,5 +101,5 @@ default CONFIG_PCI_ROM_RUN = 1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -77,7 +77,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -101,5 +101,5 @@ default CONFIG_PCI_ROM_RUN = 1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -112,7 +112,7 @@ default CONFIG_ROM_SIZE=(512*1024)
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
default CONFIG_FALLBACK_SIZE=(252*1024)
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
#FAILOVER: 4K
|
#FAILOVER: 4K
|
||||||
default CONFIG_FAILOVER_SIZE=(4*1024)
|
default CONFIG_FAILOVER_SIZE=(4*1024)
|
||||||
|
@ -228,8 +228,7 @@ default CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID=0x7135
|
||||||
###
|
###
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = (64*1024)
|
default CONFIG_ROM_IMAGE_SIZE = (64*1024) - CONFIG_FAILOVER_SIZE
|
||||||
#65536
|
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -325,5 +324,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -101,7 +101,7 @@ uses CONFIG_WAIT_BEFORE_CPUS_INIT
|
||||||
uses CONFIG_USE_PRINTK_IN_CAR
|
uses CONFIG_USE_PRINTK_IN_CAR
|
||||||
|
|
||||||
default CONFIG_ROM_SIZE = 512 * 1024
|
default CONFIG_ROM_SIZE = 512 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = (256 * 1024) - (4 * 1024)
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_FAILOVER_SIZE = 4 * 1024
|
default CONFIG_FAILOVER_SIZE = 4 * 1024
|
||||||
default CONFIG_LB_MEM_TOPK = 2048 # 1MB more for pgtbl.
|
default CONFIG_LB_MEM_TOPK = 2048 # 1MB more for pgtbl.
|
||||||
default CONFIG_HAVE_FALLBACK_BOOT = 1
|
default CONFIG_HAVE_FALLBACK_BOOT = 1
|
||||||
|
@ -169,7 +169,7 @@ default CONFIG_MAINBOARD_PART_NUMBER = "K9N Neo (MS-7260)"
|
||||||
default CONFIG_MAINBOARD_VENDOR = "MSI"
|
default CONFIG_MAINBOARD_VENDOR = "MSI"
|
||||||
default CONFIG_MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID = 0x1462
|
default CONFIG_MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID = 0x1462
|
||||||
default CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID = 0x7260
|
default CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID = 0x7260
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536 - CONFIG_FAILOVER_SIZE
|
||||||
default CONFIG_STACK_SIZE = 0x2000
|
default CONFIG_STACK_SIZE = 0x2000
|
||||||
default CONFIG_HEAP_SIZE = 0x8000
|
default CONFIG_HEAP_SIZE = 0x8000
|
||||||
default CONFIG_USE_OPTION_TABLE = (!CONFIG_USE_FALLBACK_IMAGE) && (!CONFIG_USE_FAILOVER_IMAGE)
|
default CONFIG_USE_OPTION_TABLE = (!CONFIG_USE_FALLBACK_IMAGE) && (!CONFIG_USE_FAILOVER_IMAGE)
|
||||||
|
@ -190,5 +190,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL = "MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -118,10 +118,7 @@ default CONFIG_ROM_SIZE=524288
|
||||||
|
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
#default CONFIG_FALLBACK_SIZE=131072
|
|
||||||
#256K
|
|
||||||
default CONFIG_FALLBACK_SIZE=0x40000
|
|
||||||
|
|
||||||
#more 1M for pgtbl
|
#more 1M for pgtbl
|
||||||
default CONFIG_LB_MEM_TOPK=2048
|
default CONFIG_LB_MEM_TOPK=2048
|
||||||
|
@ -334,5 +331,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -112,9 +112,7 @@ default CONFIG_ROM_SIZE=524288
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
#default CONFIG_FALLBACK_SIZE=131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
#256K
|
|
||||||
default CONFIG_FALLBACK_SIZE=0x40000
|
|
||||||
|
|
||||||
###
|
###
|
||||||
### Build options
|
### Build options
|
||||||
|
@ -313,5 +311,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -74,7 +74,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -100,5 +100,5 @@ default CONFIG_PCI_ROM_RUN = 1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -73,9 +73,7 @@ default CONFIG_ROM_SIZE=524288
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
#default CONFIG_FALLBACK_SIZE=131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
#256K
|
|
||||||
default CONFIG_FALLBACK_SIZE=0x40000
|
|
||||||
|
|
||||||
##
|
##
|
||||||
## Build code for the fallback boot
|
## Build code for the fallback boot
|
||||||
|
@ -249,5 +247,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -129,11 +129,9 @@ default CONFIG_ROM_SIZE=524288
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
#default CONFIG_FALLBACK_SIZE=131072
|
|
||||||
#default CONFIG_FALLBACK_SIZE=0x40000
|
|
||||||
|
|
||||||
#FALLBACK: 256K-4K
|
#FALLBACK: 256K-4K
|
||||||
default CONFIG_FALLBACK_SIZE=0x3f000
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
#FAILOVER: 4K
|
#FAILOVER: 4K
|
||||||
default CONFIG_FAILOVER_SIZE=0x01000
|
default CONFIG_FAILOVER_SIZE=0x01000
|
||||||
|
|
||||||
|
@ -259,7 +257,7 @@ default CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID=0x2b80
|
||||||
###
|
###
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536 - CONFIG_FAILOVER_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -355,5 +353,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -89,7 +89,7 @@ default CONFIG_HAVE_OPTION_TABLE=0
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536
|
||||||
default CONFIG_FALLBACK_SIZE = 131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -165,5 +165,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=8
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -89,7 +89,7 @@ default CONFIG_HAVE_OPTION_TABLE=0
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536
|
||||||
default CONFIG_FALLBACK_SIZE = 131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -165,5 +165,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=8
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -119,7 +119,7 @@ default CONFIG_HAVE_OPTION_TABLE=0
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536
|
||||||
default CONFIG_FALLBACK_SIZE = 131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## enable CACHE_AS_RAM specifics
|
## enable CACHE_AS_RAM specifics
|
||||||
|
@ -203,5 +203,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=8
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -68,7 +68,7 @@ uses CONFIG_XIP_ROM_BASE
|
||||||
default CONFIG_ROM_SIZE = 512 * 1024
|
default CONFIG_ROM_SIZE = 512 * 1024
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 128 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 128 * 1024
|
||||||
default CONFIG_HAVE_FALLBACK_BOOT = 1
|
default CONFIG_HAVE_FALLBACK_BOOT = 1
|
||||||
default CONFIG_FALLBACK_SIZE = 512 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_UDELAY_TSC = 1
|
default CONFIG_UDELAY_TSC = 1
|
||||||
default CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 = 1
|
default CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 = 1
|
||||||
default CONFIG_HAVE_PIRQ_TABLE = 1
|
default CONFIG_HAVE_PIRQ_TABLE = 1
|
||||||
|
@ -100,5 +100,5 @@ default CONFIG_MAINBOARD_PART_NUMBER = "RM4100"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -77,7 +77,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -96,5 +96,5 @@ default CONFIG_DEFAULT_CONSOLE_LOGLEVEL = 9
|
||||||
default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9
|
default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9
|
||||||
default CONFIG_CONSOLE_VGA = 1
|
default CONFIG_CONSOLE_VGA = 1
|
||||||
default CONFIG_PCI_ROM_RUN = 1
|
default CONFIG_PCI_ROM_RUN = 1
|
||||||
default CONFIG_CBFS = 0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -82,9 +82,7 @@ default CONFIG_ROM_SIZE=1048576
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
#default CONFIG_FALLBACK_SIZE=131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
#256K
|
|
||||||
default CONFIG_FALLBACK_SIZE=0x40000
|
|
||||||
|
|
||||||
###
|
###
|
||||||
### Build options
|
### Build options
|
||||||
|
@ -282,5 +280,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -133,11 +133,9 @@ default CONFIG_MULTIBOOT=0
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
#default CONFIG_FALLBACK_SIZE=131072
|
|
||||||
#default CONFIG_FALLBACK_SIZE=0x40000
|
|
||||||
|
|
||||||
#FALLBACK: 256K-4K
|
#FALLBACK: 256K-4K
|
||||||
default CONFIG_FALLBACK_SIZE=0x3f000
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
#FAILOVER: 4K
|
#FAILOVER: 4K
|
||||||
default CONFIG_FAILOVER_SIZE=0x01000
|
default CONFIG_FAILOVER_SIZE=0x01000
|
||||||
|
|
||||||
|
@ -261,7 +259,7 @@ default CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID=0x1511
|
||||||
###
|
###
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536 - CONFIG_FAILOVER_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -357,5 +355,5 @@ default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
default CONFIG_USE_OPTION_TABLE = !CONFIG_USE_FALLBACK_IMAGE
|
default CONFIG_USE_OPTION_TABLE = !CONFIG_USE_FALLBACK_IMAGE
|
||||||
|
|
||||||
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
||||||
default CONFIG_XIP_ROM_SIZE = 128 * 1024
|
default CONFIG_XIP_ROM_SIZE = 64 * 1024
|
||||||
include /config/nofailovercalculation.lb
|
include /config/nofailovercalculation.lb
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
|
@ -147,7 +147,7 @@ default CONFIG_HEAP_SIZE=0x8000
|
||||||
### Compute the location and size of where this firmware image
|
### Compute the location and size of where this firmware image
|
||||||
### (coreboot plus bootloader) will live in the boot rom chip.
|
### (coreboot plus bootloader) will live in the boot rom chip.
|
||||||
###
|
###
|
||||||
default CONFIG_FALLBACK_SIZE=131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Coreboot C code runs at this location in RAM
|
## Coreboot C code runs at this location in RAM
|
||||||
|
@ -233,5 +233,5 @@ default CONFIG_CONSOLE_BTEXT=0
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
default CONFIG_USE_OPTION_TABLE = !CONFIG_USE_FALLBACK_IMAGE
|
default CONFIG_USE_OPTION_TABLE = !CONFIG_USE_FALLBACK_IMAGE
|
||||||
|
|
||||||
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
||||||
default CONFIG_XIP_ROM_SIZE = 128 * 1024
|
default CONFIG_XIP_ROM_SIZE = 64 * 1024
|
||||||
include /config/nofailovercalculation.lb
|
include /config/nofailovercalculation.lb
|
||||||
|
|
||||||
## Set all of the defaults for an x86 architecture
|
## Set all of the defaults for an x86 architecture
|
||||||
|
|
|
@ -147,7 +147,7 @@ default CONFIG_HEAP_SIZE=0x8000
|
||||||
### Compute the location and size of where this firmware image
|
### Compute the location and size of where this firmware image
|
||||||
### (coreboot plus bootloader) will live in the boot rom chip.
|
### (coreboot plus bootloader) will live in the boot rom chip.
|
||||||
###
|
###
|
||||||
default CONFIG_FALLBACK_SIZE=131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Coreboot C code runs at this location in RAM
|
## Coreboot C code runs at this location in RAM
|
||||||
|
@ -233,5 +233,5 @@ default CONFIG_CONSOLE_BTEXT=0
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
default CONFIG_USE_OPTION_TABLE = !CONFIG_USE_FALLBACK_IMAGE
|
default CONFIG_USE_OPTION_TABLE = !CONFIG_USE_FALLBACK_IMAGE
|
||||||
|
|
||||||
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
||||||
default CONFIG_XIP_ROM_SIZE = 128 * 1024
|
default CONFIG_XIP_ROM_SIZE = 64 * 1024
|
||||||
include /config/nofailovercalculation.lb
|
include /config/nofailovercalculation.lb
|
||||||
|
|
||||||
## Set all of the defaults for an x86 architecture
|
## Set all of the defaults for an x86 architecture
|
||||||
|
|
|
@ -147,7 +147,7 @@ default CONFIG_HEAP_SIZE=0x8000
|
||||||
### Compute the location and size of where this firmware image
|
### Compute the location and size of where this firmware image
|
||||||
### (coreboot plus bootloader) will live in the boot rom chip.
|
### (coreboot plus bootloader) will live in the boot rom chip.
|
||||||
###
|
###
|
||||||
default CONFIG_FALLBACK_SIZE=131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Coreboot C code runs at this location in RAM
|
## Coreboot C code runs at this location in RAM
|
||||||
|
@ -233,5 +233,5 @@ default CONFIG_CONSOLE_BTEXT=0
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
default CONFIG_USE_OPTION_TABLE = !CONFIG_USE_FALLBACK_IMAGE
|
default CONFIG_USE_OPTION_TABLE = !CONFIG_USE_FALLBACK_IMAGE
|
||||||
|
|
||||||
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
||||||
default CONFIG_XIP_ROM_SIZE = 128 * 1024
|
default CONFIG_XIP_ROM_SIZE = 64 * 1024
|
||||||
include /config/nofailovercalculation.lb
|
include /config/nofailovercalculation.lb
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
|
@ -147,7 +147,7 @@ default CONFIG_HEAP_SIZE=0x8000
|
||||||
### Compute the location and size of where this firmware image
|
### Compute the location and size of where this firmware image
|
||||||
### (coreboot plus bootloader) will live in the boot rom chip.
|
### (coreboot plus bootloader) will live in the boot rom chip.
|
||||||
###
|
###
|
||||||
default CONFIG_FALLBACK_SIZE=131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Coreboot C code runs at this location in RAM
|
## Coreboot C code runs at this location in RAM
|
||||||
|
@ -232,5 +232,5 @@ default CONFIG_CONSOLE_BTEXT=0
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
default CONFIG_USE_OPTION_TABLE = !CONFIG_USE_FALLBACK_IMAGE
|
default CONFIG_USE_OPTION_TABLE = !CONFIG_USE_FALLBACK_IMAGE
|
||||||
|
|
||||||
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
## CONFIG_XIP_ROM_SIZE must be a power of 2.
|
||||||
default CONFIG_XIP_ROM_SIZE = 128 * 1024
|
default CONFIG_XIP_ROM_SIZE = 64 * 1024
|
||||||
include /config/nofailovercalculation.lb
|
include /config/nofailovercalculation.lb
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
|
@ -147,7 +147,7 @@ default CONFIG_HEAP_SIZE=0x8000
|
||||||
### Compute the location and size of where this firmware image
|
### Compute the location and size of where this firmware image
|
||||||
### (coreboot plus bootloader) will live in the boot rom chip.
|
### (coreboot plus bootloader) will live in the boot rom chip.
|
||||||
###
|
###
|
||||||
default CONFIG_FALLBACK_SIZE=131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Coreboot C code runs at this location in RAM
|
## Coreboot C code runs at this location in RAM
|
||||||
|
@ -232,5 +232,5 @@ default CONFIG_CONSOLE_BTEXT=0
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -106,9 +106,7 @@ default CONFIG_ROM_SIZE=524288
|
||||||
##
|
##
|
||||||
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
|
||||||
##
|
##
|
||||||
#default CONFIG_FALLBACK_SIZE=131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
#256K
|
|
||||||
default CONFIG_FALLBACK_SIZE=0x40000
|
|
||||||
|
|
||||||
##
|
##
|
||||||
## Build code for the fallback boot
|
## Build code for the fallback boot
|
||||||
|
|
|
@ -108,7 +108,7 @@ default CONFIG_HAVE_OPTION_TABLE=1
|
||||||
|
|
||||||
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 65536
|
default CONFIG_ROM_IMAGE_SIZE = 65536
|
||||||
default CONFIG_FALLBACK_SIZE = 131072
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
|
|
||||||
##
|
##
|
||||||
## Use a small 8K stack
|
## Use a small 8K stack
|
||||||
|
@ -140,5 +140,5 @@ default HOSTCC="gcc"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -88,7 +88,7 @@ default CONFIG_HAVE_PIRQ_TABLE = 1
|
||||||
default CONFIG_IRQ_SLOT_COUNT = 3 # Soldered NIC, internal USB, mini PCI slot
|
default CONFIG_IRQ_SLOT_COUNT = 3 # Soldered NIC, internal USB, mini PCI slot
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_USE_OPTION_TABLE = 0
|
default CONFIG_USE_OPTION_TABLE = 0
|
||||||
|
@ -108,5 +108,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 6
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -68,7 +68,7 @@ uses CONFIG_XIP_ROM_BASE
|
||||||
default CONFIG_ROM_SIZE = 512 * 1024
|
default CONFIG_ROM_SIZE = 512 * 1024
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 128 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 128 * 1024
|
||||||
default CONFIG_HAVE_FALLBACK_BOOT = 1
|
default CONFIG_HAVE_FALLBACK_BOOT = 1
|
||||||
default CONFIG_FALLBACK_SIZE = 256 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_UDELAY_TSC = 1
|
default CONFIG_UDELAY_TSC = 1
|
||||||
default CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 = 1
|
default CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 = 1
|
||||||
default CONFIG_HAVE_PIRQ_TABLE = 1
|
default CONFIG_HAVE_PIRQ_TABLE = 1
|
||||||
|
@ -100,5 +100,5 @@ default CONFIG_MAINBOARD_PART_NUMBER = "IP1000"
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -132,5 +132,5 @@ default CONFIG_BRIQ_750FX=1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
|
@ -78,7 +78,7 @@ default CONFIG_IRQ_SLOT_COUNT = 0 # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_VENDOR = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
default CONFIG_MAINBOARD_PART_NUMBER = "N/A" # Override this in targets/*/Config.lb.
|
||||||
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
|
||||||
default CONFIG_FALLBACK_SIZE = 128 * 1024
|
default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
|
||||||
default CONFIG_STACK_SIZE = 8 * 1024
|
default CONFIG_STACK_SIZE = 8 * 1024
|
||||||
default CONFIG_HEAP_SIZE = 16 * 1024
|
default CONFIG_HEAP_SIZE = 16 * 1024
|
||||||
default CONFIG_HAVE_OPTION_TABLE = 0
|
default CONFIG_HAVE_OPTION_TABLE = 0
|
||||||
|
@ -102,5 +102,5 @@ default CONFIG_PCI_ROM_RUN = 1
|
||||||
# CBFS
|
# CBFS
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
default CONFIG_CBFS=0
|
default CONFIG_CBFS=1
|
||||||
end
|
end
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue