summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/obj.yml
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2020-06-10 13:46:12 -0500
committerJoel Sherrill <joel@rtems.org>2020-10-05 16:11:39 -0500
commit1c036493121b0e2d84a806714030972d022f87ca (patch)
tree6daf55c0536a810133be9d62e7306ccdf604d501 /spec/build/bsps/obj.yml
parentbuild: Add test excludes for RTEMS_DEBUG (diff)
downloadrtems-1c036493121b0e2d84a806714030972d022f87ca.tar.bz2
Move ARM PL011 UART driver
This UART driver is now needed for BSPs other than ARM.
Diffstat (limited to '')
-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 8809238057..29084a70b8 100644
--- a/spec/build/bsps/obj.yml
+++ b/spec/build/bsps/obj.yml
@@ -52,6 +52,10 @@ install:
- bsps/include/libchip/spi-sd-card.h
- bsps/include/libchip/wd80x3.h
- bsps/include/libchip/z85c30.h
+- destination: ${BSP_INCLUDEDIR}/dev/serial
+ source:
+ - bsps/include/dev/serial/arm-pl011-regs.h
+ - bsps/include/dev/serial/arm-pl011.h
- destination: ${BSP_INCLUDEDIR}/rtems/zilog
source:
- bsps/include/rtems/zilog/z8036.h
@@ -91,6 +95,7 @@ source:
- bsps/shared/dev/rtc/mc146818a.c
- bsps/shared/dev/rtc/mc146818a_ioreg.c
- bsps/shared/dev/rtc/rtcprobe.c
+- bsps/shared/dev/serial/arm-pl011.c
- bsps/shared/dev/serial/mc68681_baud.c
- bsps/shared/dev/serial/mc68681.c
- bsps/shared/dev/serial/mc68681_reg2.c