mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
more targets
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1092 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
b4b031cd44
commit
0e97fe3904
2 changed files with 7 additions and 0 deletions
1
targets/tyan/s2880/VERSION
Normal file
1
targets/tyan/s2880/VERSION
Normal file
|
@ -0,0 +1 @@
|
|||
2.0
|
6
targets/tyan/s2880/ns2880
Normal file
6
targets/tyan/s2880/ns2880
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
TYANMB=s2880
|
||||
cd "$TYANMB"
|
||||
make
|
||||
cat ../fwx.rom ./normal/linuxbios.rom ./fallback/linuxbios.rom > $TYANMB"_linuxbios.rom"
|
||||
cp -f $TYANMB"_linuxbios.rom" /home/yhlu/
|
Loading…
Add table
Reference in a new issue