From 0e97fe39048fb9ed22f12dfc9d197de2f0b35631 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 29 Aug 2003 03:02:00 +0000 Subject: more targets git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1092 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/tyan/s2880/VERSION | 1 + targets/tyan/s2880/ns2880 | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 targets/tyan/s2880/VERSION create mode 100644 targets/tyan/s2880/ns2880 (limited to 'targets') diff --git a/targets/tyan/s2880/VERSION b/targets/tyan/s2880/VERSION new file mode 100644 index 0000000000..cd5ac039d6 --- /dev/null +++ b/targets/tyan/s2880/VERSION @@ -0,0 +1 @@ +2.0 diff --git a/targets/tyan/s2880/ns2880 b/targets/tyan/s2880/ns2880 new file mode 100644 index 0000000000..913d194139 --- /dev/null +++ b/targets/tyan/s2880/ns2880 @@ -0,0 +1,6 @@ +#!/bin/bash +TYANMB=s2880 +cd "$TYANMB" +make +cat ../fwx.rom ./normal/linuxbios.rom ./fallback/linuxbios.rom > $TYANMB"_linuxbios.rom" +cp -f $TYANMB"_linuxbios.rom" /home/yhlu/ -- cgit v1.2.3