On Tue, Apr 24, 2007 at 10:35:28PM +0200, Stefan Reinauer wrote: > * Uwe Hermann <[EMAIL PROTECTED]> [070424 22:07]: > > Hm, this is strange. At least three of these build fine (both, manually > > and using abuild): > > > > ./abuild -t tyan/s2912 > > ./abuild -t nvidia/l1_2pvv > > ./abuild -t gigabyte/m57sli > > Are you building with a payload? Building with /dev/null is not a > reasonable test. > > cd LinuxBIOSv2/util/abuild > > svn export svn://linuxbios.org/testsystem/LinuxBIOS-payloads > > ./abuild -t tyan/s2912 -p `pwd`/LinuxBIOS-payloads
Ah, yes, I didn't think of that. Thanks! Attached patch should fix the above three boards by increasing the image size some more... Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
Increase image size for abuild. This should fix the build of these boards: - tyan/s2912 - nvidia/l1_2pvv - gigabyte/m57sli Signed-off-by: Uwe Hermann <[EMAIL PROTECTED]> Index: util/abuild/abuild =================================================================== --- util/abuild/abuild (Revision 2616) +++ util/abuild/abuild (Arbeitskopie) @@ -142,14 +142,14 @@ cat <<EOF romimage "normal" option USE_FALLBACK_IMAGE=0 - option ROM_IMAGE_SIZE=0x17000 + option ROM_IMAGE_SIZE=0x20000 option LINUXBIOS_EXTRA_VERSION=".0-normal" payload __PAYLOAD__ end romimage "fallback" option USE_FALLBACK_IMAGE=1 - option ROM_IMAGE_SIZE=0x17000 + option ROM_IMAGE_SIZE=0x20000 option LINUXBIOS_EXTRA_VERSION=".0-fallback" payload __PAYLOAD__ end
signature.asc
Description: Digital signature
-- linuxbios mailing list [email protected] http://www.linuxbios.org/mailman/listinfo/linuxbios
