summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps
diff options
context:
space:
mode:
authorStephen Clark <stephen.clark@oarcorp.com>2021-08-23 12:58:47 -0500
committerJoel Sherrill <joel@rtems.org>2021-09-09 14:19:57 -0500
commit7792ab88ca300b167a6b64f48afc039da88f4d93 (patch)
treef457f0020af2dec07cde420f72460700026329dc /spec/build/bsps
parentbsps/zynq: Moved general i2c files to shared directories (diff)
downloadrtems-7792ab88ca300b167a6b64f48afc039da88f4d93.tar.bz2
bsps/zynqmp: Added I2C support for ZynqMP
Added I2C drivers for ZynqMP and updated build system accordingly.
Diffstat (limited to 'spec/build/bsps')
-rw-r--r--spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml4
-rw-r--r--spec/build/bsps/aarch64/xilinx-zynqmp/grp_zu3eg.yml2
-rw-r--r--spec/build/bsps/aarch64/xilinx-zynqmp/objcadencei2c.yml19
-rw-r--r--spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c0.yml31
-rw-r--r--spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c1.yml31
5 files changed, 87 insertions, 0 deletions
diff --git a/spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml b/spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml
index 03ccdbbc8b..1a356903cd 100644
--- a/spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml
+++ b/spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml
@@ -28,6 +28,10 @@ links:
- role: build-dependency
uid: optramori
- role: build-dependency
+ uid: optclki2c0
+- role: build-dependency
+ uid: optclki2c1
+- role: build-dependency
uid: optclkuart
- role: build-dependency
uid: ../../optconminor
diff --git a/spec/build/bsps/aarch64/xilinx-zynqmp/grp_zu3eg.yml b/spec/build/bsps/aarch64/xilinx-zynqmp/grp_zu3eg.yml
index fa6347b2e4..4727ebddf7 100644
--- a/spec/build/bsps/aarch64/xilinx-zynqmp/grp_zu3eg.yml
+++ b/spec/build/bsps/aarch64/xilinx-zynqmp/grp_zu3eg.yml
@@ -11,6 +11,8 @@ links:
uid: grp
- role: build-dependency
uid: tstzu3eg
+- role : build-dependency
+ uid: objcadencei2c
type: build
use-after: []
use-before: []
diff --git a/spec/build/bsps/aarch64/xilinx-zynqmp/objcadencei2c.yml b/spec/build/bsps/aarch64/xilinx-zynqmp/objcadencei2c.yml
new file mode 100644
index 0000000000..fd9d51dfa9
--- /dev/null
+++ b/spec/build/bsps/aarch64/xilinx-zynqmp/objcadencei2c.yml
@@ -0,0 +1,19 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: objects
+cflags: []
+copyrights:
+- Copyright (C) 2021 On-Line Applications Research (OAR)
+cppflags: []
+cxxflags: []
+enabled-by: true
+includes: []
+install:
+- destination: ${BSP_INCLUDEDIR}/bsp
+ source:
+ - bsps/include/dev/i2c/cadence-i2c-regs.h
+ - bsps/include/dev/i2c/cadence-i2c.h
+ - bsps/aarch64/xilinx-zynqmp/include/bsp/i2c.h
+links: []
+source:
+- bsps/shared/dev/i2c/cadence-i2c.c
+type: build
diff --git a/spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c0.yml b/spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c0.yml
new file mode 100644
index 0000000000..f44382c6b2
--- /dev/null
+++ b/spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c0.yml
@@ -0,0 +1,31 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+actions:
+- get-integer: null
+- define: null
+build-type: option
+copyrights: |
+ Copyright (C) 2021 On-Line Applications Research (OAR)
+ Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+default: 111111111
+default-by-family: []
+default-by-variant:
+- value: 111111111
+ variants:
+ - aarch64/xilinx_zynqmp_ilp32_qemu.*
+- value: 111111111
+ variants:
+ - aarch64/xilinx_zynqmp_ilp32_zu3eg.*
+- value: 111111111
+ variants:
+ - aarch64/xilinx_zynqmp_lp64_qemu.*
+- value: 111111111
+ variants:
+ - aarch64/xilinx_zynqmp_lp64_zu3eg.*
+description: |
+ ZynqMP i2c0 clock frequency in Hz. This is the frequency after the signal
+ has been processed using the values passed to the I2C0_REF_CTRL register.
+enabled-by: true
+format: '{}'
+links: []
+name: ZYNQMP_CLOCK_I2C0
+type: build
diff --git a/spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c1.yml b/spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c1.yml
new file mode 100644
index 0000000000..0431a7fac7
--- /dev/null
+++ b/spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c1.yml
@@ -0,0 +1,31 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+actions:
+- get-integer: null
+- define: null
+build-type: option
+copyrights: |
+ Copyright (C) 2021 On-Line Applications Research (OAR)
+ Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+default: 111111111
+default-by-family: []
+default-by-variant:
+- value: 111111111
+ variants:
+ - aarch64/xilinx_zynqmp_ilp32_qemu.*
+- value: 111111111
+ variants:
+ - aarch64/xilinx_zynqmp_ilp32_zu3eg.*
+- value: 111111111
+ variants:
+ - aarch64/xilinx_zynqmp_lp64_qemu.*
+- value: 111111111
+ variants:
+ - aarch64/xilinx_zynqmp_lp64_zu3eg.*
+description: |
+ ZynqMP i2c1 clock frequency in Hz. This is the frequency after the signal
+ has been processed using the values passed to the I2C1_REF_CTRL register.
+enabled-by: true
+format: '{}'
+links: []
+name: ZYNQMP_CLOCK_I2C1
+type: build