[coreboot] [v2] r4347 - trunk/coreboot-v2/src/mainboard/iwill/dk8_htx

svn at coreboot.org svn at coreboot.org
Sat Jun 6 14:19:59 CEST 2009


Author: oxygene
Date: 2009-06-06 14:19:59 +0200 (Sat, 06 Jun 2009)
New Revision: 4347

Modified:
   trunk/coreboot-v2/src/mainboard/iwill/dk8_htx/Options.lb
Log:
Make failover larger and decrease fallback's size so the total stays the
same. The errata need some extra room in failover.

Trivial and abuild tested


Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>


Modified: trunk/coreboot-v2/src/mainboard/iwill/dk8_htx/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/iwill/dk8_htx/Options.lb	2009-06-06 11:33:58 UTC (rev 4346)
+++ trunk/coreboot-v2/src/mainboard/iwill/dk8_htx/Options.lb	2009-06-06 12:19:59 UTC (rev 4347)
@@ -108,10 +108,10 @@
 #default FALLBACK_SIZE=131072
 #default FALLBACK_SIZE=0x40000
 
-#FALLBACK: 256K-4K
-default FALLBACK_SIZE=0x3f000
-#FAILOVER: 4K
-default FAILOVER_SIZE=0x01000
+#FALLBACK: 256K-8K
+default FALLBACK_SIZE=0x3e000
+#FAILOVER: 8K
+default FAILOVER_SIZE=0x02000
 
 #more 1M for pgtbl
 default CONFIG_LB_MEM_TOPK=2048





More information about the coreboot mailing list