>
> > 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 <myle...@gmail.com>

Thanks,
Myles
-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to