Submitter | Myles Watson |
---|---|
Date | 2009-10-19 15:38:41 |
Message ID | <2831fecf0910190838t2afbe501hc50040a5c4d805b3@mail.gmail.com> |
Download | mbox | patch |
Permalink | /patch/437/ |
State | Not Applicable |
Headers | show |
Comments
Myles Watson wrote: > > > Anybody know why they have 128K bootblocks? It seems a little large. > > > > Can we reduce that? Patrick? It isn't 128k. That number is not used. cbfstool adjusts the size. > Index: src/mainboard/digitallogic/msm800sev/Options.lb > =================================================================== > --- src/mainboard/digitallogic/msm800sev/Options.lb (revision 4795) > +++ src/mainboard/digitallogic/msm800sev/Options.lb (working copy) > @@ -97,7 +97,7 @@ > ### > > ## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to > occupy. > -default CONFIG_ROM_IMAGE_SIZE = 65536 > +default CONFIG_ROM_IMAGE_SIZE = 32768 > default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE > > ## > Index: src/mainboard/amd/db800/Options.lb > =================================================================== > --- src/mainboard/amd/db800/Options.lb (revision 4795) > +++ src/mainboard/amd/db800/Options.lb (working copy) > @@ -97,7 +97,7 @@ > ### > > ## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to > occupy. > -default CONFIG_ROM_IMAGE_SIZE = 65536 > +default CONFIG_ROM_IMAGE_SIZE = 32768 > default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE > > ## > > Passes abuild for me. > > Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Peter Stuge <peter@stuge.se>
> Myles Watson wrote: > > > > Anybody know why they have 128K bootblocks? It seems a little > large. > > > > > > Can we reduce that? Patrick? > > It isn't 128k. That number is not used. cbfstool adjusts the size. The 128K was for normal + fallback. Bootblock sizes are fixed, not adjusted by cbfstool. > > Signed-off-by: Myles Watson <mylesgw@gmail.com> > > Acked-by: Peter Stuge <peter@stuge.se> Thanks. Sorry I was impatient. Myles
Myles Watson wrote: > > > > > Anybody know why they have 128K bootblocks? It seems a little > > > > > large. > > > > > > > > Can we reduce that? Patrick? > > > > It isn't 128k. That number is not used. cbfstool adjusts the size. > > The 128K was for normal + fallback. Ok. > Bootblock sizes are fixed, not adjusted by cbfstool. I misunderstood Patrick on IRC then. That's very possible. > > Acked-by: Peter Stuge <peter@stuge.se> > > Thanks. Sorry I was impatient. No problem! As long as it got in. :) //Peter
Patch
Index: src/mainboard/digitallogic/msm800sev/Options.lb =================================================================== --- src/mainboard/digitallogic/msm800sev/Options.lb (revision 4795) +++ src/mainboard/digitallogic/msm800sev/Options.lb (working copy) @@ -97,7 +97,7 @@ ### ## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy. -default CONFIG_ROM_IMAGE_SIZE = 65536 +default CONFIG_ROM_IMAGE_SIZE = 32768 default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE ## Index: src/mainboard/amd/db800/Options.lb =================================================================== --- src/mainboard/amd/db800/Options.lb (revision 4795) +++ src/mainboard/amd/db800/Options.lb (working copy) @@ -97,7 +97,7 @@ ### ## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy. -default CONFIG_ROM_IMAGE_SIZE = 65536 +default CONFIG_ROM_IMAGE_SIZE = 32768 default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE