summaryrefslogtreecommitdiff
path: root/target/bfin
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-07-23 22:57:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-07-23 22:57:51 +0200
commitf3c7a03c72aca2c8d29d17fef884f8e3f2139f21 (patch)
tree1836f294be5350d8301ed57eefff815e0de16913 /target/bfin
parent6c15b5c7ad855cf22bd6f4758e9c2217f4ef1fcd (diff)
add bf537 sample
Diffstat (limited to 'target/bfin')
-rw-r--r--target/bfin/kernel/adsp-bf5374
-rw-r--r--target/bfin/systems/adsp-bf5378
2 files changed, 12 insertions, 0 deletions
diff --git a/target/bfin/kernel/adsp-bf537 b/target/bfin/kernel/adsp-bf537
new file mode 100644
index 000000000..3fc39bdc3
--- /dev/null
+++ b/target/bfin/kernel/adsp-bf537
@@ -0,0 +1,4 @@
+CONFIG_BLACKFIN=y
+CONFIG_BF548_std=y
+CONFIG_BF_REV_ANY=y
+CONFIG_ICACHE_FLUSH_L1=y
diff --git a/target/bfin/systems/adsp-bf537 b/target/bfin/systems/adsp-bf537
new file mode 100644
index 000000000..301a90539
--- /dev/null
+++ b/target/bfin/systems/adsp-bf537
@@ -0,0 +1,8 @@
+config ADK_TARGET_SYSTEM_ADSP_BF537
+ bool "ADSP-BF537"
+ select ADK_TARGET_CPU_BFIN_BF537
+ select ADK_TARGET_PACKAGE_TXZ
+ help
+ Analog Devices ADSP-BF537 STAMP
+ http://www.analog.com/en/products/processors-dsp/blackfin/bf537-stamp.html
+