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 <[email protected]> Acked-by: Peter Stuge <[email protected]> -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

