From 88be4dd782e05f4f3d26986ab0251012adca4993 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 25 Mar 2004 09:34:58 +0000 Subject: add target configuration files for Tyan s4882, update tyan s2880 and s2885 config. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1475 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/tyan/s4882/ns4882 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 targets/tyan/s4882/ns4882 (limited to 'targets/tyan/s4882/ns4882') diff --git a/targets/tyan/s4882/ns4882 b/targets/tyan/s4882/ns4882 new file mode 100644 index 0000000000..97e3850385 --- /dev/null +++ b/targets/tyan/s4882/ns4882 @@ -0,0 +1,8 @@ +#!/bin/bash +TYANMB=s4882 +cd "$TYANMB" +make +#cat ../fwx.rom ../atix.rom ./normal/linuxbios.rom ./fallback/linuxbios.rom > $TYANMB"_linuxbios.rom" +cat ../fwx.rom ./normal/linuxbios.rom ./fallback/linuxbios.rom > $TYANMB"_linuxbios.rom" +#cat ./normal/linuxbios.rom ./fallback/linuxbios.rom > $TYANMB"_linuxbios.rom" +cp -f $TYANMB"_linuxbios.rom" /home/yhlu/ -- cgit v1.2.3