[coreboot] build service results for r4795

Myles Watson mylesgw at gmail.com
Mon Oct 19 17:38:41 CEST 2009


>
> > 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?
>
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>

Thanks,
Myles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20091019/f10ea8f7/attachment.html>


More information about the coreboot mailing list