mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 5852c1f865
			
		
	
	
		5852c1f865
		
	
	
	
	
		
			
			Using the device tree means that qemu can now directly tell the kernel what hardware is configured rather than use having to maintain and update a separate device tree file. This patch adds automatic device tree generation support for the OpenRISC simulator. A device tree is built up based on the state of the configure openrisc simulator. This is then dumped to memory and the load address is passed to the kernel in register r3. Signed-off-by: Stafford Horne <shorne@gmail.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
		
			
				
	
	
		
			6 lines
		
	
	
		
			187 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			187 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| openrisc_ss = ss.source_set()
 | |
| openrisc_ss.add(files('cputimer.c'))
 | |
| openrisc_ss.add(when: 'CONFIG_OR1K_SIM', if_true: [files('openrisc_sim.c'), fdt])
 | |
| 
 | |
| hw_arch += {'openrisc': openrisc_ss}
 |