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 <[email protected]> Acked-by: Patrick Georgi <[email protected]> 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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

