summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/xilinx-zynqmp/objcadencei2c.yml
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/aarch64/xilinx-zynqmp/objcadencei2c.yml
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/aarch64/xilinx-zynqmp/objcadencei2c.yml')
-rw-r--r--spec/build/bsps/aarch64/xilinx-zynqmp/objcadencei2c.yml19
1 files changed, 19 insertions, 0 deletions
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