summaryrefslogtreecommitdiffstats
path: root/spec/build
diff options
context:
space:
mode:
authorNing Yang <yangn0@qq.com>2024-04-10 14:05:03 +0800
committerJoel Sherrill <joel@rtems.org>2024-04-11 10:24:00 -0500
commit4814f82ba48023308b64d20c759589fbf91fdb83 (patch)
tree2c5aa4228a3cf034bab458f0b6ec8d0fe2d939d9 /spec/build
parentbsps/xil-ttc: Improve clock driver (diff)
downloadrtems-4814f82ba48023308b64d20c759589fbf91fdb83.tar.bz2
dev/clock: Move bcm2835-system-timer driver to shared space
This patch moves the bcm2835 system timer driver in the arm/raspberrypi directory to the shared directory and adjusts arm/raspberrypi BSP.
Diffstat (limited to 'spec/build')
-rw-r--r--spec/build/bsps/arm/raspberrypi/obj.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/build/bsps/arm/raspberrypi/obj.yml b/spec/build/bsps/arm/raspberrypi/obj.yml
index ec5c82a8fb..ea370829df 100644
--- a/spec/build/bsps/arm/raspberrypi/obj.yml
+++ b/spec/build/bsps/arm/raspberrypi/obj.yml
@@ -26,7 +26,6 @@ install:
- bsps/arm/raspberrypi/include/bsp/vc.h
links: []
source:
-- bsps/arm/raspberrypi/clock/clockdrv.c
- bsps/arm/raspberrypi/console/console-config.c
- bsps/arm/raspberrypi/console/fb.c
- bsps/arm/raspberrypi/console/fbcons.c
@@ -47,6 +46,7 @@ source:
- bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
- bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
- bsps/arm/shared/start/bsp-start-memcpy.S
+- bsps/shared/dev/clock/bcm2835-system-timer.c
- bsps/shared/dev/cpucounter/cpucounterfrequency.c
- bsps/shared/dev/cpucounter/cpucounterread.c
- bsps/shared/dev/getentropy/getentropy-cpucounter.c