Look at Config.kernelimage.lb in targets/arima/hdama.
Clay Jones senior software engineer | c.jones@f5.com | www.f5.com http://www.f5.com/ P. 509 343 3500 | F. 509 343 3501 | D. 509 343 3519 F5 Networks | 1322 North Whitman Lane | Liberty Lake, Washington 99019
The Leader in Application Traffic Management Ensuring secure and optimized application delivery for global enterprises
________________________________
From: linuxbios-bounces@openbios.org [mailto:linuxbios-bounces@openbios.org] On Behalf Of Lu, Yinghai Sent: Friday, September 16, 2005 10:10 AM To: San Mehat; Stephen.Kimball@bench.com Cc: linuxbios@openbios.org Subject: RE: [LinuxBIOS] Building a viable rom *without* the fallback image
That is 128k.
In the MB Option.lb there ROM_SIZE
You can change that to ROM_SIZE=524288
So Fallback will use 128k, and Nomal will use 384k.
YH
________________________________
From: linuxbios-bounces@openbios.org [mailto:linuxbios-bounces@openbios.org] On Behalf Of San Mehat Sent: Friday, September 16, 2005 9:45 AM To: Stephen.Kimball@bench.com Cc: linuxbios@openbios.org Subject: Re: [LinuxBIOS] Building a viable rom *without* the fallback image
hmm.. so i commented out the 'normal' section of my target Config.lb and changed the buildrom line to only build the fallback image, but the generated rom file is now 131072 bytes instead of the expected 512k.
Any ideas?
danke ;)
-san
On 9/16/05, San Mehat san@google.com wrote:
Thank you all,
I shall try this out...
-San
On 9/16/05, Stephen.Kimball@bench.com <Stephen.Kimball@bench.com > wrote:
You could also look at Steven Magnani 's post:
http://www.linuxbios.org/pipermail/linuxbios/2005-August/012263.html http://www.google.com/url?sa=D&q=http%3A%2F%2Fwww.google.com%2Furl%3Fsa %3DD%26q%3Dhttp%253A%252F%252Fwww.linuxbios.org%252Fpipermail%252Flinuxb ios%252F2005-August%252F012263.html
He suggests some mainboard Config file changes, which look good. I haven't tried it.