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
|
||||
|
||||
Reference in New Issue
Block a user