On Wed, Sep 30, 2009 at 7:15 AM, David Houston root@crankyadmin.net wrote:
Not sure why? Believe it has something to do with the bold. I am trying to build a 1mb rom. Where is the best place to set this?
This file in targets/gigabyte/m57sli/Config.lb builds for me. - Myles
target m57sli mainboard gigabyte/m57sli
option CONFIG_HAVE_FAILOVER_BOOT=0 option CONFIG_FAILOVER_SIZE=0 option CONFIG_ROM_SIZE=0x100000
romimage "fallback" option CONFIG_USE_FAILOVER_IMAGE=0 option CONFIG_USE_FALLBACK_IMAGE=1 option CONFIG_ROM_IMAGE_SIZE=0x10000 option CONFIG_XIP_ROM_SIZE=0x40000 option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback" payload ../payload.elf end
buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"