diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-03-25 09:34:58 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-03-25 09:34:58 +0000 |
commit | 88be4dd782e05f4f3d26986ab0251012adca4993 (patch) | |
tree | 03351ae6a7ff778394a91e18f9a66de4ea96e73e /targets/tyan/s4882/ns4882 | |
parent | 01f887d9f8546be08b51a2752af0473ab51e4214 (diff) |
add target configuration files for Tyan s4882, update tyan s2880 and s2885
config.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1475 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/tyan/s4882/ns4882')
-rw-r--r-- | targets/tyan/s4882/ns4882 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/targets/tyan/s4882/ns4882 b/targets/tyan/s4882/ns4882 new file mode 100644 index 0000000000..97e3850385 --- /dev/null +++ b/targets/tyan/s4882/ns4882 @@ -0,0 +1,8 @@ +#!/bin/bash +TYANMB=s4882 +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/ |