From 260703a97087db63a9fbaf72e4b6c5a0d337559f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 9 Jun 2015 16:02:24 -0500 Subject: add simulator target for h8/300, reorg no-MMU Some no-MMU targets need uclinux in its triple, some not. Introduce a new symbol for noMMU to select correct software and configuration instead of using UCLINUX symbol. --- target/h8300/kernel/sim-h8300h | 4 ++++ target/h8300/systems/sim-h8300h | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 target/h8300/kernel/sim-h8300h create mode 100644 target/h8300/systems/sim-h8300h (limited to 'target/h8300') 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. + -- cgit v1.2.3