aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorarch import user (historical) <svn@openbios.org>2005-07-06 17:01:10 +0000
committerarch import user (historical) <svn@openbios.org>2005-07-06 17:01:10 +0000
commit97c8b517097d81191763ad77343ef1f0a7970ffe (patch)
treefbacd7027f249f01732b941ecad9e03328264170 /targets
parent708023cdea14f2b92a88c582f57fee138c5e8ea2 (diff)
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-20
Creator: Ronald G. Minnich <rminnich@lanl.gov> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1936 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r--targets/digitallogic/msm586seg/Config.lb23
1 files changed, 23 insertions, 0 deletions
diff --git a/targets/digitallogic/msm586seg/Config.lb b/targets/digitallogic/msm586seg/Config.lb
new file mode 100644
index 0000000000..126bc0d5ad
--- /dev/null
+++ b/targets/digitallogic/msm586seg/Config.lb
@@ -0,0 +1,23 @@
+# Sample config file for adl855pc
+# This will make a target directory of ./adl855pc
+
+target adl855pc
+mainboard digitallogic/adl855pc
+
+option DEFAULT_CONSOLE_LOGLEVEL=10
+option MAXIMUM_CONSOLE_LOGLEVEL=10
+romimage "normal"
+ option USE_FALLBACK_IMAGE=0
+ option ROM_IMAGE_SIZE=0x10000
+ option LINUXBIOS_EXTRA_VERSION=".0Normal"
+ payload /etc/hosts
+end
+
+romimage "fallback"
+ option USE_FALLBACK_IMAGE=1
+ option ROM_IMAGE_SIZE=0x10000
+ option LINUXBIOS_EXTRA_VERSION=".0Fallback"
+ payload /etc/hosts
+end
+
+buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"