Also, if there's only one image, it should be named "fallback", not "normal". Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4600 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
		
			
				
	
	
		
			22 lines
		
	
	
		
			450 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			450 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# This will make a target directory of ./emulation_qemu-x86
 | 
						|
 | 
						|
target qemu-x86
 | 
						|
mainboard emulation/qemu-x86
 | 
						|
 | 
						|
option CONFIG_ROM_SIZE=2048*1024
 | 
						|
option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
 | 
						|
option CONFIG_PRECOMPRESSED_PAYLOAD=1
 | 
						|
 | 
						|
option CC="gcc -m32"
 | 
						|
 | 
						|
option CONFIG_HAVE_PIRQ_TABLE=1
 | 
						|
option CONFIG_IRQ_SLOT_COUNT=6
 | 
						|
 | 
						|
romimage "fallback" 
 | 
						|
	option COREBOOT_EXTRA_VERSION="-LAB"
 | 
						|
	payload ../payload.elf.lzma
 | 
						|
end
 | 
						|
 | 
						|
buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"
 | 
						|
 |