Patchwork build service results for r4795

login
register
about
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 - 2009-10-19 15:38:41
>
> > These boards build for me and have 64K left in the ROM.  How can there
> > be that big of a difference between my build system and this one?
>
> Maybe you build them without payloads? 64k sounds quite tight for two
> payloads, even though it's "just" an old filo...
>
You're right.  I hadn't realized that abuild adds a payload on the server.


> > Anybody know why they have 128K bootblocks?  It seems a little large.
>
> Can we reduce that? Patrick?
>
 ##

Passes abuild for me.

Signed-off-by: Myles Watson <mylesgw@gmail.com>

Thanks,
Myles
Peter Stuge - 2009-10-19 17:45:59
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 - 2009-10-19 17:49:47
> 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
Peter Stuge - 2009-10-19 18:50:05
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