[coreboot] build service results for r4795

Peter Stuge peter at stuge.se
Mon Oct 19 19:45:59 CEST 2009


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 at gmail.com>

Acked-by: Peter Stuge <peter at stuge.se>




More information about the coreboot mailing list