On Wed, Apr 22, 2009 at 4:08 PM, svn@coreboot.org wrote:
Author: hailfinger Date: 2009-04-23 00:08:00 +0200 (Thu, 23 Apr 2009) New Revision: 4186
Added: trunk/coreboot-v2/src/config/nofailovercalculation128.lb Modified: trunk/coreboot-v2/src/mainboard/arima/hdama/Config.lb trunk/coreboot-v2/src/mainboard/dell/s1850/Config.lb trunk/coreboot-v2/src/mainboard/intel/jarrell/Config.lb trunk/coreboot-v2/src/mainboard/intel/mtarvon/Config.lb trunk/coreboot-v2/src/mainboard/intel/truxton/Config.lb trunk/coreboot-v2/src/mainboard/intel/xe7501devkit/Config.lb trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Config.lb trunk/coreboot-v2/src/mainboard/supermicro/x6dai_g/Config.lb trunk/coreboot-v2/src/mainboard/supermicro/x6dhe_g/Config.lb trunk/coreboot-v2/src/mainboard/supermicro/x6dhe_g2/Config.lb trunk/coreboot-v2/src/mainboard/supermicro/x6dhr_ig/Config.lb trunk/coreboot-v2/src/mainboard/supermicro/x6dhr_ig2/Config.lb Log: Convert 12 more boards to use include statements in Config.lb.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net Acked-by: Peter Stuge peter@stuge.se
Added: trunk/coreboot-v2/src/config/nofailovercalculation128.lb
--- trunk/coreboot-v2/src/config/nofailovercalculation128.lb (rev 0) +++ trunk/coreboot-v2/src/config/nofailovercalculation128.lb 2009-04-22 22:08:00 UTC (rev 4186) @@ -0,0 +1,38 @@ +## +## Compute the location and size of where this firmware image +## (coreboot plus bootloader) will live in the boot rom chip. +##
...
+## This is needed to work around a parser bug. +if USE_FALLBACK_IMAGE +end
Have you tried the parser fix I sent?
Myles