[coreboot] r3267 - trunk/coreboot-v2/targets/amd/serengeti_cheetah_fam10

svn at coreboot.org svn at coreboot.org
Sat Apr 26 00:56:58 CEST 2008


Author: mjones
Date: 2008-04-26 00:56:57 +0200 (Sat, 26 Apr 2008)
New Revision: 3267

Modified:
   trunk/coreboot-v2/targets/amd/serengeti_cheetah_fam10/Config-abuild.lb
Log:
Change abuild ROM_IMAGE_SIZE to match the standard s_c_fam10 Config.lb.
The FAM10 code takes up more space in the uncompressed "ROMCC" portion
of coreboot. Also, It is still growing as features are added.

Signed-off-by: Marc Jones <marc.jones at amd.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>



Modified: trunk/coreboot-v2/targets/amd/serengeti_cheetah_fam10/Config-abuild.lb
===================================================================
--- trunk/coreboot-v2/targets/amd/serengeti_cheetah_fam10/Config-abuild.lb	2008-04-25 21:34:25 UTC (rev 3266)
+++ trunk/coreboot-v2/targets/amd/serengeti_cheetah_fam10/Config-abuild.lb	2008-04-25 22:56:57 UTC (rev 3267)
@@ -13,7 +13,7 @@
 
 romimage "fallback" 
 	option USE_FALLBACK_IMAGE=1
-	option ROM_IMAGE_SIZE=0x22200
+	option ROM_IMAGE_SIZE=0x3f000
 	option COREBOOT_EXTRA_VERSION=".0-fallback"
 	payload __PAYLOAD__
 end





More information about the coreboot mailing list