Tested on qemu-riscv. Depends on OpenSBI integration and proper memory detection in qemu. Boots into Linux until initrd should be loaded. Tested on SiFive/unleashed: Boots into Linux until earlycon terminates. Change-Id: I5ebc6cc2cc9e328f36d70fba13555386bb8c29d6 Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/30292 Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
		
			
				
	
	
		
			11 lines
		
	
	
		
			329 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			329 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config PAYLOAD_LINUX
 | |
| 	bool "A Linux payload"
 | |
| 	depends on ARCH_X86 || ARCH_ARM || ARCH_RISCV
 | |
| 	help
 | |
| 	  Select this option if you have a Linux bzImage which coreboot
 | |
| 	  should run as soon as the basic hardware initialization
 | |
| 	  is completed.
 | |
| 
 | |
| 	  You will be able to specify the location and file name of the
 | |
| 	  payload image later.
 |