On 10/16/07, Markus bios@ryven.de wrote:
Am Tue, 16 Oct 2007 10:47:04 -0700 schrieb "ron minnich" rminnich@gmail.com:
On 10/16/07, Markus Boas bios@ryven.de wrote:
The change of the 256 to 512 in the config file at ./targets/eaglelion/5bcm/Config is not working.
did you rerun buildtarget after the change?
ron
Sure, I change it first an run then buildtarget. I think there are same hardcoded values out oft the Config.
I don't think it is a config iissue, I just tried and it builds 512K image just fine. This likely means a hardcoded constant somewhere in chipset setup such that only 256KB will work.
I've had this before and one common symptom is that you can cat two 256K images together to get a working bios but building a 512KB wont' work. Why? because the payload image in the 256k starts at fffc0000, which works; the payload in the 512k starts at fff80000, which won't work due to chipset setup issues.
ron