diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-08-29 03:00:49 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-08-29 03:00:49 +0000 |
commit | b4b031cd446644323b564a62697068eef65fe0ab (patch) | |
tree | 467d77b5e7c5dc6931c28459fd17d0c8d8815a32 /targets/tyan/s2885/ns2885 | |
parent | b980e39c81a1eed2dc3e2d1a939320292b36885c (diff) |
new targets
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1091 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/tyan/s2885/ns2885')
-rw-r--r-- | targets/tyan/s2885/ns2885 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/targets/tyan/s2885/ns2885 b/targets/tyan/s2885/ns2885 new file mode 100644 index 0000000000..58f6aaf2e0 --- /dev/null +++ b/targets/tyan/s2885/ns2885 @@ -0,0 +1,6 @@ +#!/bin/bash +TYANMB=s2885 +cd "$TYANMB" +make +cat ./normal/linuxbios.rom ./fallback/linuxbios.rom > $TYANMB"_linuxbios.rom" +cp -f $TYANMB"_linuxbios.rom" /home/yhlu/ |