summaryrefslogtreecommitdiff
path: root/bsp/raspberrypi
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2019-07-10 18:11:45 -0300
committerRicardo Salveti <ricardo@foundries.io>2019-07-10 19:31:57 -0300
commit489e7ee075accc50b7f1eab317e0dca633968011 (patch)
treeb80cd86d79da6e1fce2ba2c654418c708e2979e7 /bsp/raspberrypi
parent8020252fc38dbb894c557467ea523237f0109753 (diff)
bsp: rpi: add raspberrypi3 config
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Diffstat (limited to 'bsp/raspberrypi')
-rw-r--r--bsp/raspberrypi/raspberrypi3-standard.scc7
-rw-r--r--bsp/raspberrypi/raspberrypi3.cfg6
-rw-r--r--bsp/raspberrypi/raspberrypi3.scc5
3 files changed, 18 insertions, 0 deletions
diff --git a/bsp/raspberrypi/raspberrypi3-standard.scc b/bsp/raspberrypi/raspberrypi3-standard.scc
new file mode 100644
index 0000000..a0eaf96
--- /dev/null
+++ b/bsp/raspberrypi/raspberrypi3-standard.scc
@@ -0,0 +1,7 @@
+define KMACHINE raspberrypi3
+define KARCH arm
+define KTYPE standard
+
+include ktypes/standard/standard.scc
+
+include raspberrypi3.scc
diff --git a/bsp/raspberrypi/raspberrypi3.cfg b/bsp/raspberrypi/raspberrypi3.cfg
new file mode 100644
index 0000000..7cdb96a
--- /dev/null
+++ b/bsp/raspberrypi/raspberrypi3.cfg
@@ -0,0 +1,6 @@
+CONFIG_ARCH_MULTI_V6_V7=y
+CONFIG_ARCH_MULTI_V7=y
+CONFIG_ARCH_BCM=y
+CONFIG_VFP=y
+CONFIG_NEON=y
+CONFIG_KERNEL_MODE_NEON=y
diff --git a/bsp/raspberrypi/raspberrypi3.scc b/bsp/raspberrypi/raspberrypi3.scc
new file mode 100644
index 0000000..c89cef7
--- /dev/null
+++ b/bsp/raspberrypi/raspberrypi3.scc
@@ -0,0 +1,5 @@
+include features/crypto/arm-crypto.scc
+
+include raspberrypi3-common.scc
+
+kconf hardware raspberrypi3.cfg