[LinuxBIOS] [4/5] Open Firmware on LinuxBIOS on M57SLI

Torsten Duwe duwe at lst.de
Wed Aug 29 12:22:47 CEST 2007


Open Firmware is a little larger than 256k, so building a LBv2 with normal and 
fallback is out of the question with 512k ROMs. This config just builds one 
big image. The patch is less useful, the result is much more readable.

Recommendation: supply as alternative config

-------------- next part --------------
A non-text attachment was scrubbed...
Name: LxBIOS-M57SLI-1BigImage
Type: text/x-diff
Size: 4264 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20070829/b0dd9793/attachment.bin>
-------------- next part --------------
target m57sli
mainboard gigabyte/m57sli

romimage "fallback" 
        option ROM_SIZE = 524288
        option USE_FAILOVER_IMAGE=0
#        option USE_NORMAL_IMAGE=0
	option USE_FALLBACK_IMAGE=1
	option FALLBACK_SIZE=524288
	option FAILOVER_SIZE=0
	option HAVE_FALLBACK_BOOT=1
	option HAVE_FAILOVER_BOOT=0
	option ROM_IMAGE_SIZE=0x20000
#	option ROM_IMAGE_SIZE=0x15800
	option XIP_ROM_SIZE=0x10000
#	option LINUXBIOS_EXTRA_VERSION="$(shell cat ../../VERSION)_Normal"
	payload /data/tmp/ofwlb.elf
end

#buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback" "failover"
buildrom ./linuxbios.rom ROM_SIZE "fallback"


More information about the coreboot mailing list