mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 06:58:19 +00:00
bsps: Move tod.c to bsps and rename
This patch is a part of the BSP source reorganization. Update #3285.
This commit is contained in:
@@ -118,7 +118,7 @@ librtemsbsp_a_SOURCES += ../shared/arm-a9mpcore-clock-config.c
|
||||
librtemsbsp_a_SOURCES += i2c/i2cdrv.c
|
||||
librtemsbsp_a_SOURCES += i2c/i2cdrv-config.c
|
||||
# RTC
|
||||
librtemsbsp_a_SOURCES += ../../shared/tod.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/rtc/rtc-support.c
|
||||
librtemsbsp_a_SOURCES += rtc/rtc.c
|
||||
|
||||
# Cache
|
||||
|
||||
@@ -143,7 +143,7 @@ librtemsbsp_a_SOURCES += spi/atsam_spi_init.c
|
||||
librtemsbsp_a_SOURCES += spi/sc16is752.c
|
||||
|
||||
# RTC
|
||||
librtemsbsp_a_SOURCES += ../../shared/tod.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/rtc/rtc-support.c
|
||||
librtemsbsp_a_SOURCES += rtc/rtc-config.c
|
||||
|
||||
# Helper functions
|
||||
|
||||
@@ -79,7 +79,7 @@ librtemsbsp_a_SOURCES += pwm/pwm.c
|
||||
|
||||
#RTC
|
||||
librtemsbsp_a_SOURCES += rtc.c
|
||||
librtemsbsp_a_SOURCES += ../../shared/tod.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/rtc/rtc-support.c
|
||||
# Clock
|
||||
librtemsbsp_a_SOURCES += clock.c
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ librtemsbsp_a_SOURCES += ../shared/lpc/clock/lpc-clock-config.c
|
||||
librtemsbsp_a_SOURCES += ../shared/armv7m/clock/armv7m-clock-config.c
|
||||
|
||||
# RTC
|
||||
librtemsbsp_a_SOURCES += ../../shared/tod.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/rtc/rtc-support.c
|
||||
librtemsbsp_a_SOURCES += rtc/rtc-config.c
|
||||
|
||||
# GPIO
|
||||
|
||||
@@ -84,7 +84,7 @@ librtemsbsp_a_SOURCES += ../shared/lpc/clock/lpc-clock-config.c
|
||||
librtemsbsp_a_SOURCES += ../shared/armv7m/clock/armv7m-clock-config.c
|
||||
|
||||
# RTC
|
||||
librtemsbsp_a_SOURCES += ../../shared/tod.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/rtc/rtc-support.c
|
||||
librtemsbsp_a_SOURCES += rtc/rtc-config.c
|
||||
|
||||
# Misc
|
||||
|
||||
@@ -69,7 +69,7 @@ librtemsbsp_a_SOURCES += console/hsu.c
|
||||
librtemsbsp_a_SOURCES += ../shared/lpc/clock/lpc-clock-config.c
|
||||
|
||||
# RTC
|
||||
librtemsbsp_a_SOURCES += ../../shared/tod.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/rtc/rtc-support.c
|
||||
librtemsbsp_a_SOURCES += rtc/rtc-config.c
|
||||
|
||||
# Misc
|
||||
|
||||
@@ -50,7 +50,7 @@ librtemsbsp_a_SOURCES =
|
||||
# clock
|
||||
librtemsbsp_a_SOURCES += clock/ckinit.c
|
||||
librtemsbsp_a_SOURCES += clock/todcfg.c
|
||||
librtemsbsp_a_SOURCES += ../../shared/tod.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/rtc/rtc-support.c
|
||||
|
||||
if RTEMS_VGA
|
||||
librtemsbsp_a_SOURCES += console/inch.c
|
||||
|
||||
@@ -41,7 +41,7 @@ librtemsbsp_a_SOURCES += i2c/i2cdrv.c
|
||||
# tod
|
||||
librtemsbsp_a_SOURCES += tod/ds1307.c
|
||||
librtemsbsp_a_SOURCES += tod/todcfg.c
|
||||
librtemsbsp_a_SOURCES += ../../shared/tod.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/rtc/rtc-support.c
|
||||
# nvram
|
||||
librtemsbsp_a_SOURCES += nvram/nvram.c
|
||||
|
||||
|
||||
@@ -96,7 +96,7 @@ librtemsbsp_a_SOURCES += network/support/early_link_status.c
|
||||
endif
|
||||
|
||||
# tod
|
||||
librtemsbsp_a_SOURCES += ../../shared/tod.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/rtc/rtc-support.c
|
||||
librtemsbsp_a_SOURCES += tod/todcfg.c
|
||||
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/powerpc/shared/altivec/vec_sup.c
|
||||
|
||||
@@ -84,7 +84,7 @@ librtemsbsp_a_SOURCES += slicetimer/slicetimer.c
|
||||
# tod
|
||||
librtemsbsp_a_SOURCES += tod/todcfg.c
|
||||
librtemsbsp_a_SOURCES += tod/pcf8563.c
|
||||
librtemsbsp_a_SOURCES += ../../shared/tod.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/rtc/rtc-support.c
|
||||
|
||||
# startup
|
||||
librtemsbsp_a_SOURCES += ../../shared/getentropy-cpucounter.c
|
||||
|
||||
@@ -49,7 +49,7 @@ librtemsbsp_a_SOURCES += startup/bspreset.c
|
||||
|
||||
|
||||
# tod
|
||||
librtemsbsp_a_SOURCES += ../../shared/tod.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/rtc/rtc-support.c
|
||||
librtemsbsp_a_SOURCES += ../shared/tod/todcfg.c
|
||||
# pclock
|
||||
librtemsbsp_a_SOURCES += ../shared/clock/p_clock.c
|
||||
|
||||
@@ -47,7 +47,7 @@ librtemsbsp_a_SOURCES += ../../shared/getentropy-cpucounter.c
|
||||
librtemsbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
librtemsbsp_a_SOURCES += ../../shared/bspreset.c
|
||||
# tod
|
||||
librtemsbsp_a_SOURCES += ../../shared/tod.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/rtc/rtc-support.c
|
||||
librtemsbsp_a_SOURCES += tod/todcfg.c
|
||||
# pclock
|
||||
librtemsbsp_a_SOURCES += ../shared/clock/p_clock.c
|
||||
|
||||
@@ -44,7 +44,7 @@ librtemsbsp_a_SOURCES += irq/irq_init.c
|
||||
librtemsbsp_a_SOURCES += irq/BSP_irq.c
|
||||
|
||||
# tod
|
||||
librtemsbsp_a_SOURCES += ../../shared/tod.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/rtc/rtc-support.c
|
||||
librtemsbsp_a_SOURCES += tod/todcfg.c
|
||||
|
||||
# vectors
|
||||
|
||||
@@ -73,7 +73,7 @@ librtemsbsp_a_SOURCES += console/uart-bridge-slave.c
|
||||
librtemsbsp_a_SOURCES += console/console-config.c
|
||||
|
||||
# RTC
|
||||
librtemsbsp_a_SOURCES += ../../shared/tod.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/rtc/rtc-support.c
|
||||
librtemsbsp_a_SOURCES += rtc/rtc-config.c
|
||||
|
||||
# MPCI
|
||||
|
||||
Reference in New Issue
Block a user