diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-12-02 04:07:18 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-12-02 04:07:18 +0000 |
commit | 0f4f1d48d9dd93c58ef4f8233f36aa6246b7deb5 (patch) | |
tree | 0e037e3ecea3dbddb608d2a17315a709547fda4a /targets/tyan/s2850/ns2850 | |
parent | 8aa7bccc9dcc51213f3b15f91f2d4985203f16dd (diff) |
new
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1303 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/tyan/s2850/ns2850')
-rw-r--r-- | targets/tyan/s2850/ns2850 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/targets/tyan/s2850/ns2850 b/targets/tyan/s2850/ns2850 new file mode 100644 index 0000000000..546d5629e3 --- /dev/null +++ b/targets/tyan/s2850/ns2850 @@ -0,0 +1,7 @@ +#!/bin/bash +TYANMB=s2850 +cd "$TYANMB" +make +#cat ../atix.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/ |