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/s2882/ns2882 | |
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/s2882/ns2882')
-rw-r--r-- | targets/tyan/s2882/ns2882 | 8 |
1 files changed, 8 insertions, 0 deletions
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/ |