forked from Imagelibrary/rtems
2009-11-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/linkcmds, startup/linkcmds.pm520: Remove. * startup/linkcmds.pm520_ze30, startup/linkcmds.pm520_cr825: New (Copy of former startup/linkcmds.pm520). * Makefile.am: Rework linkcmds handling. * configure.ac: Add RTEMS_BSP_LINKCMDS. * make/custom/brs5l.cfg, make/custom/icecube.cfg, make/custom/pm520_cr825.cfg, make/custom/pm520_ze30.cfg: Remove RTEMS_LINKCMDS. * make/custom/gen5200.inc: Remove LDFLAGS.
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
2009-11-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds.pm520: Remove.
|
||||
* startup/linkcmds.pm520_ze30, startup/linkcmds.pm520_cr825:
|
||||
New (Copy of former startup/linkcmds.pm520).
|
||||
* Makefile.am: Rework linkcmds handling.
|
||||
* configure.ac: Add RTEMS_BSP_LINKCMDS.
|
||||
* make/custom/brs5l.cfg, make/custom/icecube.cfg,
|
||||
make/custom/pm520_cr825.cfg, make/custom/pm520_ze30.cfg:
|
||||
Remove RTEMS_LINKCMDS.
|
||||
* make/custom/gen5200.inc: Remove LDFLAGS.
|
||||
|
||||
2009-11-02 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* start/start.S: call to boot_card checked, removed warning
|
||||
|
||||
@@ -31,11 +31,12 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
libbspstart_a_SOURCES += ../../powerpc/shared/start/rtems_crti.S
|
||||
project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds \
|
||||
startup/linkcmds.base \
|
||||
startup/linkcmds.brs5l \
|
||||
startup/linkcmds.icecube \
|
||||
startup/linkcmds.pm520
|
||||
dist_project_lib_DATA += startup/linkcmds.base
|
||||
project_lib_DATA += startup/linkcmds
|
||||
EXTRA_DIST = startup/linkcmds.brs5l
|
||||
EXTRA_DIST += startup/linkcmds.icecube
|
||||
EXTRA_DIST += startup/linkcmds.pm520_cr825
|
||||
EXTRA_DIST += startup/linkcmds.pm520_ze30
|
||||
|
||||
noinst_LIBRARIES += libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
@@ -69,6 +69,7 @@ AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
|
||||
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
|
||||
RTEMS_BSP_LINKCMDS
|
||||
|
||||
RTEMS_PPC_EXCEPTIONS
|
||||
|
||||
|
||||
@@ -9,6 +9,4 @@
|
||||
# parameters differ.
|
||||
#
|
||||
|
||||
RTEMS_LINKCMDS=linkcmds.brs5l
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/gen5200.inc
|
||||
|
||||
@@ -17,5 +17,3 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align \
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
|
||||
|
||||
LDFLAGS += -qnolinkcmds -T $(RTEMS_LINKCMDS)
|
||||
|
||||
@@ -12,6 +12,4 @@
|
||||
# parameters differ.
|
||||
#
|
||||
|
||||
RTEMS_LINKCMDS=linkcmds.icecube
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/gen5200.inc
|
||||
|
||||
@@ -10,6 +10,4 @@
|
||||
# parameters differ.
|
||||
#
|
||||
|
||||
RTEMS_LINKCMDS=linkcmds.pm520
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/gen5200.inc
|
||||
|
||||
@@ -10,6 +10,4 @@
|
||||
# parameters differ.
|
||||
#
|
||||
|
||||
RTEMS_LINKCMDS=linkcmds.pm520
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/gen5200.inc
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* Dummy linker command file to make the Autotools happy.
|
||||
* Linker command file for the MicroSys PM520 board.
|
||||
*/
|
||||
|
||||
MEMORY {
|
||||
RAM : ORIGIN = 0x0, LENGTH = 256M
|
||||
RAM : ORIGIN = 0x0, LENGTH = 64M
|
||||
ROM : ORIGIN = 0xffe00000, LENGTH = 2M
|
||||
DPRAM : ORIGIN = 0xff000000, LENGTH = 1k
|
||||
REGS : ORIGIN = 0xf0000000, LENGTH = 64k
|
||||
Reference in New Issue
Block a user