coreboot-kgpe-d16/targets/tyan/s4882/ns4882
Stefan Reinauer 88be4dd782 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
2004-03-25 09:34:58 +00:00

8 lines
355 B
Bash

#!/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/