 e2d0501103
			
		
	
	
		e2d0501103
		
	
	
	
	
		
			
			Add basic board to allow systemmode emulation Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Message-id: 1409572800-4116-3-git-send-email-kbastian@mail.uni-paderborn.de Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
		
			
				
	
	
		
			12 lines
		
	
	
		
			188 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			188 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef TRICORE_MISC_H
 | |
| #define TRICORE_MISC_H 1
 | |
| 
 | |
| #include "exec/memory.h"
 | |
| #include "hw/irq.h"
 | |
| 
 | |
| struct tricore_boot_info {
 | |
|     uint64_t ram_size;
 | |
|     const char *kernel_filename;
 | |
| };
 | |
| #endif
 |