 582079c9d2
			
		
	
	
		582079c9d2
		
	
	
	
	
		
			
			this device is used to verify the correctness of regression tests by allowing guests to write their exit status to this device. This is then used by qemu to exit using the written status. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210305170045.869437-4-kbastian@mail.uni-paderborn.de> Message-Id: <20210512102051.12134-14-alex.bennee@linaro.org>
		
			
				
	
	
		
			8 lines
		
	
	
		
			364 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			364 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| tricore_ss = ss.source_set()
 | |
| tricore_ss.add(when: 'CONFIG_TRICORE', if_true: files('tricore_testboard.c'))
 | |
| tricore_ss.add(when: 'CONFIG_TRICORE', if_true: files('tricore_testdevice.c'))
 | |
| tricore_ss.add(when: 'CONFIG_TRIBOARD', if_true: files('triboard.c'))
 | |
| tricore_ss.add(when: 'CONFIG_TC27X_SOC', if_true: files('tc27x_soc.c'))
 | |
| 
 | |
| hw_arch += {'tricore': tricore_ss}
 |