diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-04-25 22:15:29 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-04-25 22:15:29 +0000 |
commit | b61bc7c68a54ec3c8701c1aebdf70ceac50c176b (patch) | |
tree | 1df3cf0c8b6ccb798a4f8e0bb279d57d97f1d0b1 /src/mainboard | |
parent | baa4374cad5fe7e870a8ad7b95f7852f1ae2ee81 (diff) | |
download | coreboot-b61bc7c68a54ec3c8701c1aebdf70ceac50c176b.tar.xz |
Enable CBFS for qemu and kontron. Both are builds-and-runs
tested, incl. optionrom-in-cbfs for kontron, and compressed payloads
for both.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4212 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/emulation/qemu-x86/Options.lb | 2 | ||||
-rw-r--r-- | src/mainboard/kontron/986lcd-m/Options.lb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/emulation/qemu-x86/Options.lb b/src/mainboard/emulation/qemu-x86/Options.lb index 9628ebb256..70d127c1a3 100644 --- a/src/mainboard/emulation/qemu-x86/Options.lb +++ b/src/mainboard/emulation/qemu-x86/Options.lb @@ -50,7 +50,7 @@ uses CONFIG_CBFS default CONFIG_CONSOLE_SERIAL8250=1 default DEFAULT_CONSOLE_LOGLEVEL=8 default MAXIMUM_CONSOLE_LOGLEVEL=8 -default CONFIG_CBFS=0 +default CONFIG_CBFS=1 ## ROM_SIZE is the size of boot ROM that this board will use. default ROM_SIZE = 256*1024 diff --git a/src/mainboard/kontron/986lcd-m/Options.lb b/src/mainboard/kontron/986lcd-m/Options.lb index 3d708b0e1c..1d04d0f516 100644 --- a/src/mainboard/kontron/986lcd-m/Options.lb +++ b/src/mainboard/kontron/986lcd-m/Options.lb @@ -327,7 +327,7 @@ default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON" # # CBFS # -default CONFIG_CBFS=0 +default CONFIG_CBFS=1 ### End Options.lb end |