forked from Imagelibrary/rtems
@@ -7,7 +7,7 @@ EXTRA_DIST = MERGE.PROCEDURE bsp.am
|
||||
|
||||
# shared
|
||||
EXTRA_DIST += shared/bootcard.c shared/bspclean.c \
|
||||
shared/bsplibc.c shared/bsppost.c shared/console-polled.c \
|
||||
shared/console-polled.c \
|
||||
shared/console.c shared/gnatinstallhandler.c shared/sbrk.c \
|
||||
shared/tod.c
|
||||
EXTRA_DIST += shared/vmeUniverse/vmeUniverse.c \
|
||||
|
||||
@@ -152,8 +152,6 @@ libbsp_a_SOURCES += hwlib/src/hwmgr/alt_reset_manager.c
|
||||
# Shared
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/cpucounterdiff.c
|
||||
libbsp_a_SOURCES += ../../shared/gnatinstallhandler.c
|
||||
|
||||
@@ -327,8 +327,6 @@ libbsp_a_LIBADD =
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/cpucounterread.c
|
||||
libbsp_a_SOURCES += ../../shared/cpucounterdiff.c
|
||||
|
||||
@@ -77,8 +77,6 @@ libbsp_a_LIBADD =
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/gnatinstallhandler.c
|
||||
libbsp_a_SOURCES += ../../shared/sbrk.c
|
||||
|
||||
@@ -28,7 +28,7 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES += \
|
||||
../../shared/bspgetworkarea.c \
|
||||
../../shared/bsppredriverhook.c startup/bspstart.c ../../shared/bspclean.c \
|
||||
../../shared/bspreset.c startup/memmap.c ../../shared/bootcard.c \
|
||||
|
||||
@@ -50,7 +50,7 @@ EXTRA_DIST += README.kit637_v6
|
||||
noinst_LIBRARIES += libbsp.a
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES = \
|
||||
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
|
||||
startup/bspstart.c \
|
||||
../../shared/bspclean.c startup/bspreset.c \
|
||||
|
||||
@@ -30,7 +30,7 @@ libbsp_a_SOURCES =
|
||||
|
||||
include_HEADERS += ../../arm/shared/comm/uart.h
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c ../../shared/bsplibc.c \
|
||||
libbsp_a_SOURCES += \
|
||||
../../shared/bspgetworkarea.c \
|
||||
../../shared/bsppredriverhook.c startup/bspstart.c \
|
||||
../../shared/bspclean.c ../../shared/bootcard.c ../../shared/sbrk.c \
|
||||
|
||||
@@ -32,7 +32,7 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES += \
|
||||
../../shared/bspgetworkarea.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bspstart.c \
|
||||
../../shared/bspclean.c startup/bspreset.c ../../shared/bootcard.c \
|
||||
|
||||
@@ -28,7 +28,7 @@ dist_project_lib_DATA += startup/linkcmds
|
||||
noinst_LIBRARIES += libbsp.a
|
||||
|
||||
libbsp_a_SOURCES =
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES += \
|
||||
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
|
||||
../../shared/bootcard.c ../../shared/sbrk.c \
|
||||
../../shared/gnatinstallhandler.c \
|
||||
|
||||
@@ -63,8 +63,6 @@ libbsp_a_LIBADD =
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/cpucounterread.c
|
||||
libbsp_a_SOURCES += ../../shared/cpucounterdiff.c
|
||||
|
||||
@@ -92,8 +92,6 @@ libbsp_a_LIBADD =
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/gnatinstallhandler.c
|
||||
libbsp_a_SOURCES += ../../shared/sbrk.c
|
||||
|
||||
@@ -94,8 +94,6 @@ libbsp_a_LIBADD =
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c \
|
||||
../../shared/bspclean.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../../shared/gnatinstallhandler.c \
|
||||
../../shared/sbrk.c \
|
||||
|
||||
@@ -86,8 +86,6 @@ libbsp_a_LIBADD =
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/cpucounterdiff.c
|
||||
libbsp_a_SOURCES += ../../shared/gnatinstallhandler.c
|
||||
|
||||
@@ -81,8 +81,6 @@ libbsp_a_LIBADD =
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/cpucounterread.c
|
||||
libbsp_a_SOURCES += ../../shared/cpucounterdiff.c
|
||||
|
||||
@@ -81,8 +81,6 @@ libbsp_a_LIBADD =
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/cpucounterdiff.c
|
||||
libbsp_a_SOURCES += ../../shared/gnatinstallhandler.c
|
||||
|
||||
@@ -30,7 +30,7 @@ libbsp_a_SOURCES =
|
||||
|
||||
include_HEADERS += ../../arm/shared/comm/uart.h
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES += \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../../shared/bspgetworkarea.c startup/bspstart.c \
|
||||
../../shared/bspclean.c startup/bspreset.c \
|
||||
|
||||
@@ -27,7 +27,7 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES += \
|
||||
../gp32/startup/bspstart.c ../gp32/startup/bspidle.c ../../shared/bspclean.c \
|
||||
startup/bspreset.c startup/memmap.c \
|
||||
../../shared/bootcard.c ../../shared/sbrk.c \
|
||||
|
||||
@@ -78,8 +78,6 @@ libbsp_a_LIBADD =
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/cpucounterread.c
|
||||
libbsp_a_SOURCES += ../../shared/cpucounterdiff.c
|
||||
|
||||
@@ -113,8 +113,6 @@ libbsp_a_LIBADD =
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/gnatinstallhandler.c
|
||||
libbsp_a_SOURCES += ../../shared/sbrk.c
|
||||
|
||||
@@ -78,8 +78,6 @@ libbsp_a_LIBADD =
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/cpucounterdiff.c
|
||||
libbsp_a_SOURCES += ../../shared/gnatinstallhandler.c
|
||||
|
||||
@@ -26,7 +26,7 @@ dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES += libbsp.a
|
||||
|
||||
libbsp_a_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES = \
|
||||
startup/bspstart.c \
|
||||
../../shared/bspclean.c ../../shared/sbrk.c ../../shared/setvec.c \
|
||||
../../shared/bootcard.c ../../shared/gnatinstallhandler.c \
|
||||
|
||||
@@ -26,7 +26,7 @@ dist_project_lib_DATA += startup/linkcmds
|
||||
noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES += \
|
||||
startup/bspstart.c \
|
||||
../../shared/bspclean.c ../../shared/sbrk.c ../../shared/setvec.c \
|
||||
../../shared/bootcard.c ../../shared/gnatinstallhandler.c \
|
||||
|
||||
@@ -27,7 +27,7 @@ dist_project_lib_DATA += startup/linkcmds
|
||||
noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES += \
|
||||
startup/bspstart.c \
|
||||
../../shared/bspclean.c ../../shared/sbrk.c ../../shared/setvec.c \
|
||||
../../shared/bootcard.c ../../shared/gnatinstallhandler.c \
|
||||
|
||||
@@ -57,8 +57,6 @@ libbsp_a_SOURCES += ../../shared/bspstart.c
|
||||
# Shared
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/gnatinstallhandler.c
|
||||
libbsp_a_SOURCES += ../../shared/sbrk.c
|
||||
|
||||
@@ -146,8 +146,6 @@ libbsp_a_SOURCES += ../../i386/shared/pci/pcibios.c \
|
||||
|
||||
include_HEADERS += ../../i386/shared/comm/uart.h
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += startup/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += startup/bspstart.c
|
||||
|
||||
@@ -30,8 +30,6 @@ libbsp_a_LIBADD =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../shared/startup/bspstart.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
|
||||
@@ -46,8 +46,6 @@ libbsp_a_LIBADD =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += startup/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../shared/startup/bspstart.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
|
||||
@@ -25,9 +25,9 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
startup_SOURCES = ../../shared/bspclean.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../../shared/bspgetworkarea.c ../../shared/bsppost.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
startup/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
|
||||
../../shared/gnatinstallhandler.c startup/crtn.S
|
||||
clock_SOURCES = ../../shared/clock_driver_simidle.c
|
||||
|
||||
@@ -27,7 +27,7 @@ libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
|
||||
../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \
|
||||
../../shared/bspreset_loop.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
startup/init5282.c startup/bspstart.c \
|
||||
../../shared/bootcard.c \
|
||||
|
||||
@@ -28,9 +28,9 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../../shared/bsppost.c ../../shared/bspgetworkarea.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
../../shared/bspstart.c startup/init5272.c ../../shared/bootcard.c \
|
||||
../../shared/sbrk.c ../../shared/setvec.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
|
||||
@@ -31,9 +31,9 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
|
||||
../../shared/bsppost.c ../../shared/bspstart.c startup/init68340.c \
|
||||
../../shared/bspstart.c startup/init68340.c \
|
||||
../../shared/bootcard.c \
|
||||
../../shared/sbrk.c ../../shared/setvec.c \
|
||||
startup/dumpanic.c ../../shared/gnatinstallhandler.c
|
||||
|
||||
@@ -28,7 +28,6 @@ libbsp_a_SOURCES =
|
||||
# startup
|
||||
libbsp_a_SOURCES += startup/alloc360.c ../../shared/bspclean.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
../../shared/bspgetworkarea.c ../../shared/bspstart.c \
|
||||
startup/init68360.c ../../shared/bootcard.c \
|
||||
../../shared/sbrk.c ../../shared/setvec.c \
|
||||
|
||||
@@ -36,8 +36,8 @@ libbsp_a_SOURCES =
|
||||
libbsp_a_CPPFLAGS =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c ../../shared/bspgetworkarea.c \
|
||||
libbsp_a_SOURCES += \
|
||||
../../shared/bspclean.c ../../shared/bspgetworkarea.c \
|
||||
../../shared/bspreset_loop.c \
|
||||
../../shared/bsppredriverhook.c startup/init548x.c startup/bspstart.c \
|
||||
../../shared/bootcard.c ../../shared/sbrk.c ../../shared/setvec.c \
|
||||
|
||||
@@ -34,9 +34,8 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
|
||||
../../shared/bsppost.c \
|
||||
../../shared/bspstart.c startup/init5206e.c ../../shared/bootcard.c \
|
||||
../../shared/sbrk.c ../../shared/setvec.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
|
||||
@@ -27,7 +27,7 @@ libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
|
||||
../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \
|
||||
../../shared/bspreset_loop.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
startup/init52235.c ../../shared/bspstart.c startup/cfinit.c \
|
||||
startup/bspgetcpuclockspeed.c ../../shared/bootcard.c \
|
||||
|
||||
@@ -27,8 +27,6 @@ libbsp_a_SOURCES = \
|
||||
../../shared/bspclean.c \
|
||||
../../shared/bspreset_loop.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
startup/init5225x.c startup/bspstart.c \
|
||||
../../shared/bootcard.c \
|
||||
|
||||
@@ -28,7 +28,7 @@ libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
|
||||
../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \
|
||||
../../shared/bspreset_loop.c \
|
||||
startup/bspgetcpuclockspeed.c \
|
||||
../../shared/bspgetworkarea.c startup/init5235.c startup/bspstart.c \
|
||||
../../shared/bootcard.c ../../shared/sbrk.c ../../shared/setvec.c \
|
||||
|
||||
@@ -27,7 +27,7 @@ libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
|
||||
../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \
|
||||
../../shared/bspreset_loop.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
startup/init5329.c startup/bspstart.c startup/cfinit.c\
|
||||
../../shared/bootcard.c \
|
||||
|
||||
@@ -28,8 +28,8 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += startup/start_c.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c ../../shared/bspstart.c startup/bsppredriverhook.c \
|
||||
libbsp_a_SOURCES += startup/start_c.c \
|
||||
../../shared/bspstart.c startup/bsppredriverhook.c \
|
||||
../../shared/bootcard.c ../../shared/sbrk.c \
|
||||
../../shared/bspclean.c \
|
||||
../../shared/setvec.c \
|
||||
|
||||
@@ -30,8 +30,8 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += startup/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
||||
libbsp_a_SOURCES += startup/bspclean.c \
|
||||
startup/bspstart.c ../../shared/bootcard.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../../shared/bspgetworkarea.c ../../shared/sbrk.c \
|
||||
../../shared/setvec.c ../../shared/gnatinstallhandler.c
|
||||
|
||||
@@ -30,8 +30,8 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c ../../shared/bsppredriverhook.c \
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
startup/bspstart.c ../../shared/bootcard.c \
|
||||
../../shared/setvec.c \
|
||||
../../shared/bspgetworkarea.c ../../shared/setvec.c \
|
||||
|
||||
@@ -33,8 +33,8 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += startup/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES += startup/bspclean.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
startup/bspstart.c ../../shared/bootcard.c \
|
||||
startup/page_table.c \
|
||||
../../shared/bspgetworkarea.c startup/page_table.c \
|
||||
|
||||
@@ -29,10 +29,10 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += startup/bspclean.c ../../shared/bsplibc.c \
|
||||
libbsp_a_SOURCES += startup/bspclean.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
||||
startup/bspstart.c ../../shared/bootcard.c \
|
||||
startup/page_table.c \
|
||||
../../shared/sbrk.c ../../shared/setvec.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
|
||||
@@ -26,8 +26,8 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += startup/bspclean.c ../../shared/bsplibc.c startup/bspreset.c \
|
||||
../../shared/bsppost.c ../../shared/bsppredriverhook.c \
|
||||
libbsp_a_SOURCES += startup/bspclean.c startup/bspreset.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
startup/init5282.c startup/bspstart.c ../../shared/bootcard.c \
|
||||
../../shared/sbrk.c ../../shared/setvec.c \
|
||||
|
||||
@@ -33,9 +33,7 @@ libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += startup/bspreset.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += startup/bspstart.c
|
||||
|
||||
@@ -32,8 +32,6 @@ libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += startup/bspstart.c
|
||||
|
||||
@@ -32,9 +32,7 @@ libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += startup/bspstart.c
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
|
||||
@@ -38,9 +38,7 @@ libbsp_a_SOURCES =
|
||||
# startup
|
||||
libbsp_a_SOURCES += startup/simple_access.c
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += startup/bspstart.c
|
||||
libbsp_a_SOURCES += startup/bspreset.c
|
||||
|
||||
@@ -35,8 +35,6 @@ libbsp_a_SOURCES =
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += startup/bspstart.c
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/sbrk.c
|
||||
|
||||
@@ -35,8 +35,6 @@ libbsp_a_SOURCES =
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += startup/bspstart.c
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/sbrk.c
|
||||
|
||||
@@ -30,9 +30,9 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../../shared/bspgetworkarea.c ../../shared/bsppost.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
../../shared/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
# clock
|
||||
|
||||
@@ -30,9 +30,7 @@ libbsp_a_CPPFLAGS =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bspreset_loop.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += startup/bspstart.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
|
||||
@@ -23,9 +23,9 @@ noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../../shared/startup/bspgetworkarea.c ../../shared/bsppost.c \
|
||||
../../shared/startup/bspgetworkarea.c \
|
||||
startup/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
|
||||
startup/setvec.c ../../shared/gnatinstallhandler.c
|
||||
# clock
|
||||
|
||||
@@ -68,8 +68,6 @@ libbsp_a_SOURCES += startup/bspstart.c
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/gnatinstallhandler.c
|
||||
libbsp_a_SOURCES += ../../shared/sbrk.c
|
||||
|
||||
@@ -66,7 +66,7 @@ libbsp_a_SOURCES += startup/bspstart.c \
|
||||
../../powerpc/shared/startup/pgtbl_setup.c \
|
||||
../../powerpc/shared/startup/pgtbl_activate.c \
|
||||
../../powerpc/shared/startup/sbrk.c ../../shared/bootcard.c \
|
||||
startup/bspclean.c ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
startup/bspclean.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
|
||||
include_bsp_HEADERS += ../shared/motorola/vpd.h
|
||||
|
||||
@@ -132,8 +132,6 @@ libbsp_a_SOURCES += tod/todcfg.c tod/pcf8563.c tod/pcf8563.h \
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/gnatinstallhandler.c
|
||||
libbsp_a_SOURCES += ../../shared/sbrk.c
|
||||
|
||||
@@ -51,8 +51,7 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES += \
|
||||
../../shared/bootcard.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../../shared/sbrk.c \
|
||||
|
||||
@@ -26,8 +26,8 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bspreset_loop.c ../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c \
|
||||
../../shared/bspreset_loop.c \
|
||||
startup/bspstart.c ../../shared/bootcard.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
|
||||
../../shared/sbrk.c \
|
||||
|
||||
@@ -49,7 +49,7 @@ libbsp_a_SOURCES += ../../powerpc/shared/startup/bspstart.c \
|
||||
../../powerpc/shared/startup/pgtbl_activate.c \
|
||||
../../powerpc/shared/startup/ppc_idle.c \
|
||||
../../powerpc/shared/startup/sbrk.c ../../shared/bootcard.c \
|
||||
../../shared/bspclean.c ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
../../shared/bspclean.c \
|
||||
../../shared/gnatinstallhandler.c \
|
||||
startup/bspreset.c
|
||||
|
||||
|
||||
@@ -64,8 +64,6 @@ include_bsp_HEADERS += include/console-linflex.h
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/src/stackalloc.c
|
||||
libbsp_a_SOURCES += ../shared/src/bsp-start-zero.S
|
||||
|
||||
@@ -49,8 +49,8 @@ libbsp_a_SOURCES += ../../shared/src/irq-shell.c
|
||||
libbsp_a_SOURCES += irq/irq.c
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../shared/startup/bspidle.c startup/bspstart.c ../../shared/bootcard.c \
|
||||
../../shared/sbrk.c ../../shared/gnatinstallhandler.c startup/cpuinit.c \
|
||||
../../shared/bspgetworkarea.c
|
||||
|
||||
@@ -54,7 +54,7 @@ libbsp_a_SOURCES += startup/bspstart.c \
|
||||
../../powerpc/shared/startup/bsppredriverhook.c \
|
||||
../../powerpc/shared/startup/zerobss.c \
|
||||
../../powerpc/shared/startup/sbrk.c ../../shared/bootcard.c \
|
||||
../../shared/bspclean.c ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
../../shared/bspclean.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
# tod
|
||||
libbsp_a_SOURCES += ../../shared/tod.c tod/todcfg.c
|
||||
|
||||
@@ -34,7 +34,6 @@ libbsp_a_SOURCES += startup/bspstart.c \
|
||||
../../powerpc/shared/startup/bspgetworkarea.c \
|
||||
../../powerpc/shared/startup/sbrk.c ../../shared/bootcard.c \
|
||||
startup/bspclean.c \
|
||||
../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
../../shared/gnatinstallhandler.c startup/bspreset.c \
|
||||
../../powerpc/shared/startup/probeMemEnd.c
|
||||
|
||||
|
||||
@@ -33,8 +33,7 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c \
|
||||
../../shared/bsppredriverhook.c startup/bspstart.c \
|
||||
../../shared/bspgetworkarea.c ../../shared/bootcard.c \
|
||||
../../powerpc/shared/startup/sbrk.c ../../shared/gnatinstallhandler.c
|
||||
|
||||
@@ -28,9 +28,9 @@ project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
# startup
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
startup_SOURCES = ../../shared/bspclean.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../../shared/bspgetworkarea.c ../../shared/bsppost.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
../../shared/bootcard.c ../../shared/sbrk.c \
|
||||
../../shared/gnatinstallhandler.c \
|
||||
startup/cmain.c startup/bspstart.c startup/bsppanic.c
|
||||
|
||||
@@ -56,8 +56,7 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# Startup
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES += \
|
||||
../../shared/bootcard.c \
|
||||
../../shared/sbrk.c \
|
||||
../../shared/gnatinstallhandler.c \
|
||||
|
||||
@@ -33,8 +33,8 @@ libbsp_a_SOURCES += clock/p_clock.c
|
||||
# console
|
||||
libbsp_a_SOURCES += console/console.c
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c ../../shared/bsppredriverhook.c \
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
startup/bspstart.c ../../shared/bootcard.c startup/iss555.c \
|
||||
../../shared/sbrk.c ../../shared/gnatinstallhandler.c start/start.S \
|
||||
../../shared/bspgetworkarea.c
|
||||
|
||||
@@ -42,8 +42,7 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# Startup
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES += \
|
||||
../../shared/bootcard.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../../shared/sbrk.c \
|
||||
|
||||
@@ -58,8 +58,8 @@ libbsp_a_SOURCES += spi/spi.c
|
||||
# timer
|
||||
libbsp_a_SOURCES += timer/timer.c
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c ../../shared/bsppredriverhook.c \
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../shared/startup/bspidle.c \
|
||||
startup/bspstart.c startup/bspgetworkarea.c ../../shared/bootcard.c \
|
||||
startup/mmutlbtab.c startup/cpuinit.c ../../shared/sbrk.c \
|
||||
|
||||
@@ -43,8 +43,8 @@ libbsp_a_LIBADD =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bspgetworkarea.c \
|
||||
../../shared/bspreset_loop.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
||||
../../shared/bspreset_loop.c \
|
||||
startup/bspstart.c ../../shared/bootcard.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../../shared/sbrk.c ../../shared/gnatinstallhandler.c
|
||||
libbsp_a_SOURCES += ../shared/src/bsp-start-zero.S
|
||||
|
||||
@@ -30,9 +30,7 @@ noinst_LIBRARIES += libbsp.a
|
||||
# startup
|
||||
libbsp_a_SOURCES = startup/bspclean.c \
|
||||
../shared/startup/zerobss.c \
|
||||
../../shared/bsplibc.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
../../shared/bsppost.c \
|
||||
startup/bspstart.c \
|
||||
../../shared/bootcard.c \
|
||||
../../shared/sbrk.c \
|
||||
|
||||
@@ -29,9 +29,7 @@ noinst_LIBRARIES += libbsp.a
|
||||
# startup
|
||||
libbsp_a_SOURCES = startup/bspclean.c \
|
||||
../shared/startup/zerobss.c \
|
||||
../../shared/bsplibc.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
../../shared/bsppost.c \
|
||||
startup/bspstart.c \
|
||||
../../shared/bootcard.c \
|
||||
../../shared/sbrk.c \
|
||||
|
||||
@@ -32,7 +32,7 @@ BUILT_SOURCES = scitab.c
|
||||
CLEANFILES = scitab.c
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES += \
|
||||
../../shared/bsppredriverhook.c ../shared/startup/bspstart.c \
|
||||
../../shared/bspclean.c ../../shared/bspreset_loop.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
|
||||
@@ -34,8 +34,8 @@ BUILT_SOURCES = scitab.c
|
||||
CLEANFILES = scitab.c
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += startup/hw_init.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c ../../shared/bsppredriverhook.c \
|
||||
libbsp_a_SOURCES += startup/hw_init.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../shared/startup/bspstart.c \
|
||||
../../shared/bspgetworkarea.c ../../shared/sbrk.c ../../shared/bootcard.c \
|
||||
../../shared/gnatinstallhandler.c ../../shared/bspclean.c \
|
||||
|
||||
@@ -27,7 +27,7 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
libbsp_a_SOURCES += \
|
||||
../../shared/bsppredriverhook.c ../shared/startup/bspstart.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
../../shared/bspclean.c ../../shared/sbrk.c ../../shared/bootcard.c \
|
||||
|
||||
@@ -28,8 +28,6 @@ noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../shared/startup/bspstart.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
|
||||
@@ -49,24 +49,12 @@ RTEMS_SYSINIT_ITEM(
|
||||
RTEMS_SYSINIT_ORDER_MIDDLE
|
||||
);
|
||||
|
||||
RTEMS_SYSINIT_ITEM(
|
||||
bsp_libc_init,
|
||||
RTEMS_SYSINIT_BSP_LIBC,
|
||||
RTEMS_SYSINIT_ORDER_MIDDLE
|
||||
);
|
||||
|
||||
RTEMS_SYSINIT_ITEM(
|
||||
bsp_predriver_hook,
|
||||
RTEMS_SYSINIT_BSP_PRE_DRIVERS,
|
||||
RTEMS_SYSINIT_ORDER_MIDDLE
|
||||
);
|
||||
|
||||
RTEMS_SYSINIT_ITEM(
|
||||
bsp_postdriver_hook,
|
||||
RTEMS_SYSINIT_BSP_POST_DRIVERS,
|
||||
RTEMS_SYSINIT_ORDER_MIDDLE
|
||||
);
|
||||
|
||||
/*
|
||||
* This is the initialization framework routine that weaves together
|
||||
* calls to RTEMS and the BSP in the proper sequence to initialize
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2008.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*/
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libcsupport.h>
|
||||
|
||||
#include <bsp/bootcard.h>
|
||||
|
||||
void bsp_libc_init(void)
|
||||
{
|
||||
/*
|
||||
* Init the RTEMS libio facility to provide UNIX-like system
|
||||
* calls for use by newlib (ie: provide open, close, etc)
|
||||
* Uses malloc() to get area for the iops, so must be after malloc init
|
||||
*/
|
||||
(*rtems_libio_init_helper)();
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
/*
|
||||
* This is a shared BSP post driver hook designed to open
|
||||
* /dev/console for stdin, stdout, and stderr if it exists.
|
||||
* Newlib will automatically associate the file descriptors
|
||||
* with the first three files opened.
|
||||
*
|
||||
* COPYRIGHT (c) 1989-2008.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#include <rtems/libio.h>
|
||||
|
||||
#include <bsp/bootcard.h>
|
||||
|
||||
void bsp_postdriver_hook(void)
|
||||
{
|
||||
(*rtems_libio_post_driver_helper)();
|
||||
}
|
||||
@@ -55,8 +55,6 @@ void bsp_start(void);
|
||||
|
||||
void bsp_predriver_hook(void);
|
||||
|
||||
void bsp_postdriver_hook(void);
|
||||
|
||||
void bsp_reset(void);
|
||||
|
||||
/**
|
||||
@@ -171,8 +169,6 @@ static inline void bsp_work_area_initialize_with_table(
|
||||
|
||||
void bsp_work_area_initialize(void);
|
||||
|
||||
void bsp_libc_init(void);
|
||||
|
||||
/**
|
||||
* @brief Standard start routine for secondary processors.
|
||||
*
|
||||
|
||||
@@ -29,10 +29,8 @@ libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += startup/bsppredriver.c
|
||||
libbsp_a_SOURCES += ../../sparc/shared/startup/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bspstart.c
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/sbrk.c
|
||||
|
||||
@@ -30,8 +30,6 @@ libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += startup/bsppredriver.c
|
||||
libbsp_a_SOURCES += startup/bspstart.c
|
||||
libbsp_a_SOURCES += ../../sparc/shared/startup/bspgetworkarea.c
|
||||
|
||||
@@ -33,8 +33,8 @@ libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += startup/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c ../../shared/bootcard.c startup/bspstart.c \
|
||||
libbsp_a_SOURCES += \
|
||||
../../shared/bootcard.c startup/bspstart.c \
|
||||
startup/bsppredriver.c \
|
||||
../../sparc/shared/startup/bspgetworkarea.c ../../shared/sbrk.c \
|
||||
startup/setvec.c \
|
||||
|
||||
@@ -39,9 +39,7 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
dist_project_lib_DATA += ../shared/startup/linkcmds
|
||||
|
||||
startup_SOURCES = startup/bspclean.c startup/m5op_sparc.S \
|
||||
../../shared/bsplibc.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../../shared/bsppost.c \
|
||||
../../shared/bootcard.c ../../shared/sbrk.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
../../shared/bspstart.c \
|
||||
|
||||
@@ -84,9 +84,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += ../shared/startup/linkcmds
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
startup_SOURCES = ../../shared/bspclean.c \
|
||||
../../shared/bspstart.c \
|
||||
../../shared/bsppost.c \
|
||||
../../shared/bootcard.c ../../shared/sbrk.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
|
||||
@@ -30,10 +30,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
libbsp_a_SOURCES = ../../shared/bspclean.c
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||
libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
||||
libbsp_a_SOURCES += ../../shared/bsppost.c
|
||||
libbsp_a_SOURCES += ../../shared/bspstart.c
|
||||
libbsp_a_SOURCES += ../../shared/bootcard.c
|
||||
libbsp_a_SOURCES += ../../shared/sbrk.c
|
||||
|
||||
@@ -41,7 +41,6 @@ ASSOCIATION_C_FILES = src/assoclocalbyname.c \
|
||||
BASE_FS_C_FILES = src/base_fs.c src/mount.c src/unmount.c src/libio.c \
|
||||
src/mount-mgr.c src/mount-mktgt.c src/libio_init.c \
|
||||
src/privateenv.c \
|
||||
src/libio_helper_null.c \
|
||||
src/libio_exit.c \
|
||||
src/open_dev_console.c src/__usrenv.c src/rtems_mkdir.c
|
||||
BASE_FS_C_FILES += src/uenvgetgroups.c
|
||||
|
||||
@@ -1337,13 +1337,6 @@ typedef struct {
|
||||
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief RTEMS LibIO Initialization
|
||||
*
|
||||
* Called by BSP startup code to initialize the libio subsystem.
|
||||
*/
|
||||
void rtems_libio_init(void);
|
||||
|
||||
/**
|
||||
* @name External I/O Handlers
|
||||
*/
|
||||
@@ -1481,14 +1474,6 @@ static inline rtems_device_minor_number rtems_filesystem_dev_minor_t(
|
||||
*/
|
||||
void rtems_filesystem_initialize( void );
|
||||
|
||||
typedef void (*rtems_libio_helper)(void);
|
||||
|
||||
extern const rtems_libio_helper rtems_libio_init_helper;
|
||||
|
||||
extern const rtems_libio_helper rtems_libio_post_driver_helper;
|
||||
|
||||
void rtems_libio_helper_null(void);
|
||||
|
||||
void rtems_libio_post_driver(void);
|
||||
|
||||
void rtems_libio_exit(void);
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup LibIO
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2013 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
* embedded brains GmbH
|
||||
* Obere Lagerstr. 30
|
||||
* 82178 Puchheim
|
||||
* Germany
|
||||
* <rtems@embedded-brains.de>
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <rtems/libio.h>
|
||||
|
||||
void rtems_libio_helper_null(void)
|
||||
{
|
||||
/* Do nothing */
|
||||
}
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <stdlib.h> /* calloc() */
|
||||
|
||||
#include <rtems/libio.h> /* libio.h not pulled in by rtems */
|
||||
#include <rtems/sysinit.h>
|
||||
|
||||
/*
|
||||
* File descriptor Table Information
|
||||
@@ -40,7 +41,7 @@
|
||||
rtems_id rtems_libio_semaphore;
|
||||
rtems_libio_t *rtems_libio_iop_freelist;
|
||||
|
||||
void rtems_libio_init( void )
|
||||
static void rtems_libio_init( void )
|
||||
{
|
||||
rtems_status_code rc;
|
||||
uint32_t i;
|
||||
@@ -81,3 +82,15 @@ void rtems_libio_init( void )
|
||||
if ( rc != RTEMS_SUCCESSFUL )
|
||||
rtems_fatal_error_occurred( rc );
|
||||
}
|
||||
|
||||
RTEMS_SYSINIT_ITEM(
|
||||
rtems_libio_init,
|
||||
RTEMS_SYSINIT_LIBIO,
|
||||
RTEMS_SYSINIT_ORDER_MIDDLE
|
||||
);
|
||||
|
||||
RTEMS_SYSINIT_ITEM(
|
||||
rtems_libio_post_driver,
|
||||
RTEMS_SYSINIT_STD_FILE_DESCRIPTORS,
|
||||
RTEMS_SYSINIT_ORDER_MIDDLE
|
||||
);
|
||||
|
||||
@@ -115,20 +115,6 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
|
||||
#include <rtems/libio_.h>
|
||||
|
||||
#ifdef CONFIGURE_INIT
|
||||
const rtems_libio_helper rtems_libio_init_helper =
|
||||
#ifdef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
|
||||
rtems_libio_helper_null;
|
||||
#else
|
||||
rtems_libio_init;
|
||||
#endif
|
||||
|
||||
const rtems_libio_helper rtems_libio_post_driver_helper =
|
||||
#ifdef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
|
||||
rtems_libio_helper_null;
|
||||
#else
|
||||
rtems_libio_post_driver;
|
||||
#endif
|
||||
|
||||
#ifndef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
|
||||
RTEMS_SYSINIT_ITEM(
|
||||
rtems_filesystem_initialize,
|
||||
|
||||
@@ -56,12 +56,12 @@ extern "C" {
|
||||
#define RTEMS_SYSINIT_POSIX_CLEANUP 00036a
|
||||
#define RTEMS_SYSINIT_POSIX_KEYS 00036b
|
||||
#define RTEMS_SYSINIT_IDLE_THREADS 000380
|
||||
#define RTEMS_SYSINIT_BSP_LIBC 000400
|
||||
#define RTEMS_SYSINIT_LIBIO 000400
|
||||
#define RTEMS_SYSINIT_ROOT_FILESYSTEM 000401
|
||||
#define RTEMS_SYSINIT_BEFORE_DRIVERS 000500
|
||||
#define RTEMS_SYSINIT_BSP_PRE_DRIVERS 000600
|
||||
#define RTEMS_SYSINIT_DEVICE_DRIVERS 000700
|
||||
#define RTEMS_SYSINIT_BSP_POST_DRIVERS 000800
|
||||
#define RTEMS_SYSINIT_STD_FILE_DESCRIPTORS 000800
|
||||
|
||||
/*
|
||||
* The value of each order define must consist of exactly two hexadecimal
|
||||
|
||||
@@ -74,7 +74,9 @@ static void test_initial_values(void)
|
||||
rtems_test_assert(null_mt->mt_fs_root == null_loc);
|
||||
rtems_test_assert(!null_mt->mounted);
|
||||
rtems_test_assert(!null_mt->writeable);
|
||||
rtems_test_assert(null_loc->reference_count == 4);
|
||||
rtems_test_assert(null_loc->reference_count == 6);
|
||||
rtems_test_assert(null_loc->deferred_released_next == NULL);
|
||||
rtems_test_assert(null_loc->deferred_released_count == 2);
|
||||
}
|
||||
|
||||
static void test_location_obtain(void)
|
||||
@@ -495,8 +497,6 @@ static void Init(rtems_task_argument arg)
|
||||
{
|
||||
rtems_test_begink();
|
||||
|
||||
rtems_libio_init();
|
||||
|
||||
test_initial_values();
|
||||
test_location_obtain();
|
||||
test_null_location_obtain();
|
||||
|
||||
@@ -16,12 +16,14 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <pthread.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/libio_.h>
|
||||
@@ -122,8 +124,8 @@ typedef enum {
|
||||
POSIX_KEYS_POST,
|
||||
IDLE_THREADS_PRE,
|
||||
IDLE_THREADS_POST,
|
||||
BSP_LIBC_PRE,
|
||||
BSP_LIBC_POST,
|
||||
LIBIO_PRE,
|
||||
LIBIO_POST,
|
||||
ROOT_FILESYSTEM_PRE,
|
||||
ROOT_FILESYSTEM_POST,
|
||||
BEFORE_DRIVERS_PRE,
|
||||
@@ -132,8 +134,8 @@ typedef enum {
|
||||
BSP_PRE_DRIVERS_POST,
|
||||
DEVICE_DRIVERS_PRE,
|
||||
DEVICE_DRIVERS_POST,
|
||||
BSP_POST_DRIVERS_PRE,
|
||||
BSP_POST_DRIVERS_POST,
|
||||
STD_FILE_DESCRIPTORS_PRE,
|
||||
STD_FILE_DESCRIPTORS_POST,
|
||||
INIT_TASK,
|
||||
DONE
|
||||
} init_step;
|
||||
@@ -546,16 +548,16 @@ LAST(RTEMS_SYSINIT_IDLE_THREADS)
|
||||
next_step(IDLE_THREADS_POST);
|
||||
}
|
||||
|
||||
FIRST(RTEMS_SYSINIT_BSP_LIBC)
|
||||
FIRST(RTEMS_SYSINIT_LIBIO)
|
||||
{
|
||||
assert(rtems_libio_semaphore == 0);
|
||||
next_step(BSP_LIBC_PRE);
|
||||
next_step(LIBIO_PRE);
|
||||
}
|
||||
|
||||
LAST(RTEMS_SYSINIT_BSP_LIBC)
|
||||
LAST(RTEMS_SYSINIT_LIBIO)
|
||||
{
|
||||
assert(rtems_libio_semaphore != 0);
|
||||
next_step(BSP_LIBC_POST);
|
||||
next_step(LIBIO_POST);
|
||||
}
|
||||
|
||||
FIRST(RTEMS_SYSINIT_ROOT_FILESYSTEM)
|
||||
@@ -615,16 +617,24 @@ LAST(RTEMS_SYSINIT_DEVICE_DRIVERS)
|
||||
next_step(DEVICE_DRIVERS_POST);
|
||||
}
|
||||
|
||||
FIRST(RTEMS_SYSINIT_BSP_POST_DRIVERS)
|
||||
FIRST(RTEMS_SYSINIT_STD_FILE_DESCRIPTORS)
|
||||
{
|
||||
assert(rtems_libio_iop_freelist != NULL);
|
||||
next_step(BSP_POST_DRIVERS_PRE);
|
||||
struct stat st;
|
||||
int rv;
|
||||
|
||||
rv = fstat(0, &st);
|
||||
assert(rv == -1);
|
||||
next_step(STD_FILE_DESCRIPTORS_PRE);
|
||||
}
|
||||
|
||||
LAST(RTEMS_SYSINIT_BSP_POST_DRIVERS)
|
||||
LAST(RTEMS_SYSINIT_STD_FILE_DESCRIPTORS)
|
||||
{
|
||||
assert(rtems_libio_iop_freelist == NULL);
|
||||
next_step(BSP_POST_DRIVERS_POST);
|
||||
struct stat st;
|
||||
int rv;
|
||||
|
||||
rv = fstat(0, &st);
|
||||
assert(rv == 0);
|
||||
next_step(STD_FILE_DESCRIPTORS_POST);
|
||||
}
|
||||
|
||||
static void Init(rtems_task_argument arg)
|
||||
|
||||
Reference in New Issue
Block a user