From 13248bfa1d2097f55ac5f4321d805870ba88bf19 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 9 Feb 2017 05:00:23 +0100 Subject: add basic support for edosk2674 --- target/h8300/kernel/hitachi-edosk2674 | 2 ++ target/h8300/systems/hitachi-edosk2674 | 7 +++++++ target/h8300/systems/sim-h8300h | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 target/h8300/kernel/hitachi-edosk2674 create mode 100644 target/h8300/systems/hitachi-edosk2674 (limited to 'target/h8300') diff --git a/target/h8300/kernel/hitachi-edosk2674 b/target/h8300/kernel/hitachi-edosk2674 new file mode 100644 index 000000000..40394a53a --- /dev/null +++ b/target/h8300/kernel/hitachi-edosk2674 @@ -0,0 +1,2 @@ +CONFIG_H8300=y +CONFIG_H8S_EDOSK2674=y diff --git a/target/h8300/systems/hitachi-edosk2674 b/target/h8300/systems/hitachi-edosk2674 new file mode 100644 index 000000000..5f674f25b --- /dev/null +++ b/target/h8300/systems/hitachi-edosk2674 @@ -0,0 +1,7 @@ +config ADK_TARGET_SYSTEM_HITACHI_EDOSK2674 + bool "Hitachi EDOSK2674" + select ADK_TARGET_CPU_H8S + select ADK_TARGET_PACKAGE_TXZ + help + Hitachi EDOSK2674 H8S development board. + diff --git a/target/h8300/systems/sim-h8300h b/target/h8300/systems/sim-h8300h index 1c82e1012..bf733f9bd 100644 --- a/target/h8300/systems/sim-h8300h +++ b/target/h8300/systems/sim-h8300h @@ -1,6 +1,6 @@ config ADK_TARGET_SYSTEM_SIM_H8300H bool "GDB simulator" - select ADK_TARGET_CPU_H8300 + select ADK_TARGET_CPU_H8300H select ADK_TARGET_SIM select ADK_TARGET_PACKAGE_TXZ help -- cgit v1.2.3