summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/obj.yml
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2020-11-24 17:22:38 +0100
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2021-01-21 10:17:31 +0100
commita434cc80cb00e2f15a51205d6b813fc8c58803ac (patch)
tree529175a1921562532778e3adc7dc7a53ee518788 /spec/build/bsps/obj.yml
parentbsps/shared: Copy fsl-edma from mpc55xx (diff)
downloadrtems-a434cc80cb00e2f15a51205d6b813fc8c58803ac.tar.bz2
bsps/shared: Adapt fsl-edma driver for imxrt
Note: The changes have been done with portability in mind. The driver should (in theory) be able to replace the original one in the MPC BSPs too. For full compatibility an adaption layer and especially a test would be necessary. Because both are missing, don't integrate it into the MPC BSP now. Update #4180
Diffstat (limited to 'spec/build/bsps/obj.yml')
-rw-r--r--spec/build/bsps/obj.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/build/bsps/obj.yml b/spec/build/bsps/obj.yml
index b598d54d16..abed6bc76f 100644
--- a/spec/build/bsps/obj.yml
+++ b/spec/build/bsps/obj.yml
@@ -28,6 +28,10 @@ install:
source:
- bsps/include/ofw/ofw.h
- bsps/include/ofw/ofw_compat.h
+- destination: ${BSP_INCLUDEDIR}/fsl
+ source:
+ - bsps/include/fsl/edma.h
+ - bsps/include/fsl/regs-edma.h
- destination: ${BSP_INCLUDEDIR}/libchip
source:
- bsps/include/libchip/ata.h
@@ -72,6 +76,7 @@ links:
source:
- bsps/shared/dev/display/disp_hcms29xx.c
- bsps/shared/dev/display/font_hcms29xx.c
+- bsps/shared/dev/dma/fsl-edma.c
- bsps/shared/dev/i2c/i2c-2b-eeprom.c
- bsps/shared/dev/i2c/i2c-ds1621.c
- bsps/shared/dev/i2c/i2c-sc620.c