summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-02-09 05:00:23 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-02-09 05:00:40 +0100
commit13248bfa1d2097f55ac5f4321d805870ba88bf19 (patch)
tree20f427fb5ec40a633a9dec6924dd3271db53189c /target/config
parent571d99e74d42fac830069c2ca2fbd5f505613dc6 (diff)
add basic support for edosk2674
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.cpu11
-rw-r--r--target/config/Config.in.rootfs1
2 files changed, 10 insertions, 2 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu
index 39dc0ad62..dc0b6275f 100644
--- a/target/config/Config.in.cpu
+++ b/target/config/Config.in.cpu
@@ -465,8 +465,13 @@ config ADK_TARGET_CPU_FRV
depends on ADK_TARGET_ARCH_FRV
# h8/300
-config ADK_TARGET_CPU_H8300
- bool "h8/300"
+config ADK_TARGET_CPU_H8300H
+ bool "h8300h"
+ select ADK_TARGET_WITHOUT_MMU
+ depends on ADK_TARGET_ARCH_H8300
+
+config ADK_TARGET_CPU_H8S
+ bool "h8s"
select ADK_TARGET_WITHOUT_MMU
depends on ADK_TARGET_ARCH_H8300
@@ -1877,6 +1882,8 @@ config ADK_TARGET_CPU_FLAGS
default "-mcpu=bf592" if ADK_TARGET_CPU_BFIN_BF592
default "-mcpu=v10" if ADK_TARGET_CPU_CRIS_CRISV10
default "-mcpu=v32" if ADK_TARGET_CPU_CRIS_CRISV32
+ default "-mh" if ADK_TARGET_CPU_H8300H
+ default "-ms" if ADK_TARGET_CPU_H8S
default "-mmetac=2.1" if ADK_TARGET_CPU_METAG
default "-mcpu=v7.10.d" if ADK_TARGET_CPU_MICROBLAZE
default "-mj2" if ADK_TARGET_CPU_SH_J2
diff --git a/target/config/Config.in.rootfs b/target/config/Config.in.rootfs
index 41e9b27a6..f4d1f1a43 100644
--- a/target/config/Config.in.rootfs
+++ b/target/config/Config.in.rootfs
@@ -17,6 +17,7 @@ config ADK_TARGET_ROOTFS_INITRAMFSPIGGYBACK
ADK_TARGET_ARCH_AARCH64 || \
ADK_TARGET_ARCH_ARC || \
ADK_TARGET_ARCH_ARM || \
+ ADK_TARGET_ARCH_H8300 || \
ADK_TARGET_ARCH_M68K || \
ADK_TARGET_ARCH_MICROBLAZE || \
ADK_TARGET_ARCH_MIPS || \