add superiotool from coreboot for debugging

This commit is contained in:
Stephan Raue 2009-04-14 08:08:03 +02:00
parent 9d57c2ff98
commit 6d34b922c4
4 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $BUILD/$1*
$MAKE CC=$TARGET_CC
$STRIP $1

View File

@ -0,0 +1,6 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/bin
cp -PR $BUILD/$1*/$1 $INSTALL/usr/bin

View File

@ -0,0 +1 @@
http://sources.openelec.tv/svn/superiotool-svn-4111.tar.bz2

View File

@ -75,6 +75,9 @@ case "$2" in
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install mrxvt
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install pciutils
# Devtools for Cooreboot... (not for Release)
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install superiotool
#[ "$EXTRACODECS" = yes ] && $SCRIPTS/install extra-codecs-nonfree $1
#[ "$EXTRAFIRMWARES" = yes ] && $SCRIPTS/install extra-firmwares-nonfree $1