From b4b031cd446644323b564a62697068eef65fe0ab Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 29 Aug 2003 03:00:49 +0000 Subject: new targets git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1091 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/tyan/s2882/ns2882 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 targets/tyan/s2882/ns2882 (limited to 'targets/tyan/s2882/ns2882') diff --git a/targets/tyan/s2882/ns2882 b/targets/tyan/s2882/ns2882 new file mode 100644 index 0000000000..886da76b51 --- /dev/null +++ b/targets/tyan/s2882/ns2882 @@ -0,0 +1,8 @@ +#!/bin/bash +TYANMB=s2882 +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