No. Your MB Config.lb is using reset16.*. So it only can be used for fallback.
I removed "cut rom code into last 64k" in ldscript.lb.
Also I added Config-abuild.lb for qemu-i386. and abuild is happy again.
YH
-----Original Message----- From: Stefan Reinauer [mailto:stepan@coresystems.de] Sent: Wednesday, October 04, 2006 4:12 PM To: Lu, Yinghai Cc: linuxbios@linuxbios.org Subject: Re: [LinuxBIOS] FW: rev F support code
* Lu, Yinghai yinghai.lu@amd.com [061004 22:50]:
Can you check abuild with emulation/qemu-i386? It will create fallback and normal, and normal will use reset16.
I assume you need to let abuild to create one config that only include fallback section.
So you broke using a normal image?
* Lu, Yinghai yinghai.lu@amd.com [061005 01:14]:
No. Your MB Config.lb is using reset16.*. So it only can be used for fallback.
Since when is this?
And what is the correct way to fix it?
Also I added Config-abuild.lb for qemu-i386. and abuild is happy again.
Thank you.