diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-08-29 03:02:00 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-08-29 03:02:00 +0000 |
commit | 0e97fe39048fb9ed22f12dfc9d197de2f0b35631 (patch) | |
tree | 2c20e47b385644544b57468d05aa8bb0e2cc45e9 /targets/tyan | |
parent | b4b031cd446644323b564a62697068eef65fe0ab (diff) | |
download | coreboot-0e97fe39048fb9ed22f12dfc9d197de2f0b35631.tar.xz |
more targets
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1092 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/tyan')
-rw-r--r-- | targets/tyan/s2880/VERSION | 1 | ||||
-rw-r--r-- | targets/tyan/s2880/ns2880 | 6 |
2 files changed, 7 insertions, 0 deletions
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/ |