summaryrefslogtreecommitdiff
path: root/target/h8300
diff options
context:
space:
mode:
Diffstat (limited to 'target/h8300')
-rw-r--r--target/h8300/kernel/sim-h8300h4
-rw-r--r--target/h8300/systems/sim-h8300h8
2 files changed, 12 insertions, 0 deletions
diff --git a/target/h8300/kernel/sim-h8300h b/target/h8300/kernel/sim-h8300h
new file mode 100644
index 000000000..fc28f02f8
--- /dev/null
+++ b/target/h8300/kernel/sim-h8300h
@@ -0,0 +1,4 @@
+CONFIG_H8300H_SIM=y
+CONFIG_H8300_BUILTIN_DTB="h8300h_sim"
+CONFIG_SERIAL_SH_SCI=y
+CONFIG_SERIAL_SH_SCI_CONSOLE=y
diff --git a/target/h8300/systems/sim-h8300h b/target/h8300/systems/sim-h8300h
new file mode 100644
index 000000000..2ff18a514
--- /dev/null
+++ b/target/h8300/systems/sim-h8300h
@@ -0,0 +1,8 @@
+config ADK_TARGET_SYSTEM_SIM_H8300H
+ bool "Simulator"
+ select ADK_CPU_H8300
+ select ADK_TARGET_TOOLCHAIN
+ select ADK_TARGET_PACKAGE_TXZ
+ help
+ H8/300 simulator.
+