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/s4880/ns4880 | |
parent | 8aa7bccc9dcc51213f3b15f91f2d4985203f16dd (diff) |
new
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1303 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/tyan/s4880/ns4880')
-rw-r--r-- | targets/tyan/s4880/ns4880 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/targets/tyan/s4880/ns4880 b/targets/tyan/s4880/ns4880 new file mode 100644 index 0000000000..e54dc27373 --- /dev/null +++ b/targets/tyan/s4880/ns4880 @@ -0,0 +1,8 @@ +#!/bin/bash +TYANMB=s4880 +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/ |