summaryrefslogtreecommitdiffstats
path: root/include/hw/tricore
diff options
context:
space:
mode:
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>2014-09-01 12:59:47 +0100
committerPeter Maydell <peter.maydell@linaro.org>2014-09-01 14:49:20 +0100
commite2d05011030d99fa0db1eeab1ca3c8fc497a6c95 (patch)
treea31a51b8dc95d7bb3111ccbae42e61c71b5a7f28 /include/hw/tricore
parent48e06fe0ed8c265336bb7320c3a294fd0d082c04 (diff)
downloadhqemu-e2d05011030d99fa0db1eeab1ca3c8fc497a6c95.zip
hqemu-e2d05011030d99fa0db1eeab1ca3c8fc497a6c95.tar.gz
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>
Diffstat (limited to 'include/hw/tricore')
-rw-r--r--include/hw/tricore/tricore.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/hw/tricore/tricore.h b/include/hw/tricore/tricore.h
new file mode 100644
index 0000000..5f13252
--- /dev/null
+++ b/include/hw/tricore/tricore.h
@@ -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
OpenPOWER on IntegriCloud