[coreboot] r3257 - in trunk/coreboot-v2/targets/tyan: s2892 s2895

svn at coreboot.org svn at coreboot.org
Wed Apr 23 23:06:09 CEST 2008


Author: myles
Date: 2008-04-23 23:06:08 +0200 (Wed, 23 Apr 2008)
New Revision: 3257

Added:
   trunk/coreboot-v2/targets/tyan/s2892/Config-lab.lb
   trunk/coreboot-v2/targets/tyan/s2895/Config-lab.lb
Log:
These config files are so that buildrom can use these two boards.

Myles

Signed-off-by: Myles Watson <mylesgw at gmail.com>
Acked-by: Ward Vandewege <ward at gnu.org>


Added: trunk/coreboot-v2/targets/tyan/s2892/Config-lab.lb
===================================================================
--- trunk/coreboot-v2/targets/tyan/s2892/Config-lab.lb	                        (rev 0)
+++ trunk/coreboot-v2/targets/tyan/s2892/Config-lab.lb	2008-04-23 21:06:08 UTC (rev 3257)
@@ -0,0 +1,26 @@
+# Sample config file for 
+# the Tyan s2892 
+# This will make a target directory of ./s2892
+
+target s2892
+mainboard tyan/s2892
+
+# Leave Space for VGA BIOS
+option ROM_SIZE = 1024*1024-36*1024
+#option ROM_SIZE = 1024*1024
+option CONFIG_CONSOLE_SERIAL8250 = 1
+option CONFIG_CONSOLE_VGA = 1
+option XIP_ROM_SIZE = 0x20000
+option ROM_IMAGE_SIZE = 0x18000
+option FALLBACK_SIZE = ROM_SIZE
+
+# Tyan s2892
+romimage "fallback" 
+	option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
+	option CONFIG_PRECOMPRESSED_PAYLOAD=1
+	option USE_FALLBACK_IMAGE=1
+	option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
+	payload ../payload.elf.lzma
+end
+
+buildrom ./coreboot.rom ROM_SIZE "fallback"

Added: trunk/coreboot-v2/targets/tyan/s2895/Config-lab.lb
===================================================================
--- trunk/coreboot-v2/targets/tyan/s2895/Config-lab.lb	                        (rev 0)
+++ trunk/coreboot-v2/targets/tyan/s2895/Config-lab.lb	2008-04-23 21:06:08 UTC (rev 3257)
@@ -0,0 +1,24 @@
+# Sample config file for 
+# the Tyan s2892 
+# This will make a target directory of ./s2892
+
+target s2895
+mainboard tyan/s2895
+
+option ROM_SIZE = 1024*1024
+option CONFIG_CONSOLE_SERIAL8250 = 1
+option CONFIG_CONSOLE_VGA = 1
+option XIP_ROM_SIZE = 0x20000
+option ROM_IMAGE_SIZE = 0x18000
+option FALLBACK_SIZE = ROM_SIZE
+
+# Tyan s2895
+romimage "fallback" 
+	option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
+	option CONFIG_PRECOMPRESSED_PAYLOAD=1
+	option USE_FALLBACK_IMAGE=1
+	option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
+	payload ../payload.elf.lzma
+end
+
+buildrom ./coreboot.rom ROM_SIZE "fallback"





More information about the coreboot mailing list