mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
target-tricore: Add board for systemmode
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>
This commit is contained in:
parent
48e06fe0ed
commit
e2d0501103
3 changed files with 136 additions and 0 deletions
11
include/hw/tricore/tricore.h
Normal file
11
include/hw/tricore/tricore.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue