forked from Imagelibrary/rtems
bsp/pc386: Turn start16.S into a startAP.S
start16.S is now only used for SMP configurations to start the application processors. This commit removes all unnecessary parts for this job, i.e. video conssole initalisation, A20 gate activation and all non-AP related code. Update #3335
This commit is contained in:
@@ -114,8 +114,8 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/i386/pc386/start/getcpuid.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/i386/pc386/start/smp-imps.c
|
||||
|
||||
project_lib_DATA += appstart.$(OBJEXT)
|
||||
appcpustart.$(OBJEXT): ../../../../../../bsps/i386/pc386/start/start16.S
|
||||
$(CPPASCOMPILE) $(AM_CPPFLAGS) -DSMP_SECONDARY_CORE -o $@ -c $<
|
||||
appcpustart.$(OBJEXT): ../../../../../../bsps/i386/pc386/start/startAP.S
|
||||
$(CPPASCOMPILE) $(AM_CPPFLAGS) -o $@ -c $<
|
||||
|
||||
appstart.$(OBJEXT): appcpustart.$(OBJEXT)
|
||||
$(LD) -N \
|
||||
|
||||
Reference in New Issue
Block a user