diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-08-11 17:35:02 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-08-11 17:35:02 +0000 |
commit | b339e10f04869a3d8da31e7d52831c32c57302a2 (patch) | |
tree | 9876043ec4255e1dcf619890eba579872273564f /src/mainboard/digitallogic | |
parent | 401c8d1da2a5292649498ec3a2c8414bd8ecd62c (diff) |
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
Diffstat (limited to 'src/mainboard/digitallogic')
-rw-r--r-- | src/mainboard/digitallogic/adl855pc/Options.lb | 4 | ||||
-rw-r--r-- | src/mainboard/digitallogic/msm586seg/Config.lb | 1 | ||||
-rw-r--r-- | src/mainboard/digitallogic/msm586seg/Options.lb | 4 | ||||
-rw-r--r-- | src/mainboard/digitallogic/msm800sev/Options.lb | 4 |
4 files changed, 6 insertions, 7 deletions
diff --git a/src/mainboard/digitallogic/adl855pc/Options.lb b/src/mainboard/digitallogic/adl855pc/Options.lb index 91a04a7a43..0ece7ebef7 100644 --- a/src/mainboard/digitallogic/adl855pc/Options.lb +++ b/src/mainboard/digitallogic/adl855pc/Options.lb @@ -85,7 +85,7 @@ default CONFIG_HAVE_OPTION_TABLE=1 ## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy. default CONFIG_ROM_IMAGE_SIZE = 65536 -default CONFIG_FALLBACK_SIZE = 131072 +default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE ## ## Use a small 8K stack @@ -119,5 +119,5 @@ default HOSTCC="gcc" # CBFS # # -default CONFIG_CBFS=0 +default CONFIG_CBFS=1 end diff --git a/src/mainboard/digitallogic/msm586seg/Config.lb b/src/mainboard/digitallogic/msm586seg/Config.lb index 0c28cc907d..0a5ea954a6 100644 --- a/src/mainboard/digitallogic/msm586seg/Config.lb +++ b/src/mainboard/digitallogic/msm586seg/Config.lb @@ -1,5 +1,4 @@ default CONFIG_ROM_SIZE = 512 * 1024 -default CONFIG_FALLBACK_SIZE = 0x10000 ## CONFIG_XIP_ROM_SIZE must be a power of 2. default CONFIG_XIP_ROM_SIZE = 32 * 1024 diff --git a/src/mainboard/digitallogic/msm586seg/Options.lb b/src/mainboard/digitallogic/msm586seg/Options.lb index c9bf9a60b2..5f85c3a917 100644 --- a/src/mainboard/digitallogic/msm586seg/Options.lb +++ b/src/mainboard/digitallogic/msm586seg/Options.lb @@ -93,7 +93,7 @@ default CONFIG_HAVE_OPTION_TABLE=1 ## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy. default CONFIG_ROM_IMAGE_SIZE = 65536 -default CONFIG_FALLBACK_SIZE = 131072 +default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE ## ## Use a small 8K stack @@ -127,5 +127,5 @@ default HOSTCC="gcc" # CBFS # # -default CONFIG_CBFS=0 +default CONFIG_CBFS=1 end diff --git a/src/mainboard/digitallogic/msm800sev/Options.lb b/src/mainboard/digitallogic/msm800sev/Options.lb index b996a9df3e..3d9f0c706a 100644 --- a/src/mainboard/digitallogic/msm800sev/Options.lb +++ b/src/mainboard/digitallogic/msm800sev/Options.lb @@ -101,7 +101,7 @@ default CONFIG_HAVE_OPTION_TABLE=0 ## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy. default CONFIG_ROM_IMAGE_SIZE = 65536 -default CONFIG_FALLBACK_SIZE = 131072 +default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE ## ## enable CACHE_AS_RAM specifics @@ -185,5 +185,5 @@ default CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=8 # CBFS # # -default CONFIG_CBFS=0 +default CONFIG_CBFS=1 end |