diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-09 12:48:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-30 03:44:10 +0200 |
commit | 7ed4d2a409cb24e7beef850c6b90e47f0f6b71d2 (patch) | |
tree | bc1ebdfaa9cafaab8c30fa915ff98f51a5509eee /target/nds32/systems/andes-ag101p | |
parent | c5990c364e54fae1b1d0da5f88d3cf7c9c0ba782 (diff) |
add support for nds32 architecture
Verified on a FPGA board sponsored by Andes Technology.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'target/nds32/systems/andes-ag101p')
-rw-r--r-- | target/nds32/systems/andes-ag101p | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/nds32/systems/andes-ag101p b/target/nds32/systems/andes-ag101p new file mode 100644 index 000000000..31d35a479 --- /dev/null +++ b/target/nds32/systems/andes-ag101p @@ -0,0 +1,9 @@ +config ADK_TARGET_SYSTEM_ANDES_AG101P + bool "Andes Technology AG101P" + depends on ADK_TARGET_LITTLE_ENDIAN + select ADK_TARGET_WITH_SERIAL + select ADK_TARGET_WITH_NET + select ADK_TARGET_WITH_NETDEVICE + select ADK_TARGET_KERNEL_IMAGE + help + Andes Technology AG101P (ADP-XC7KFF676) |