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:
Ralf Corsepius
2009-11-04 04:21:10 +00:00
parent e08dbc5ea9
commit 12c09c765b
10 changed files with 21 additions and 17 deletions

View File

@@ -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

View File

@@ -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 =

View File

@@ -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

View File

@@ -9,6 +9,4 @@
# parameters differ.
#
RTEMS_LINKCMDS=linkcmds.brs5l
include $(RTEMS_ROOT)/make/custom/gen5200.inc

View File

@@ -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)

View File

@@ -12,6 +12,4 @@
# parameters differ.
#
RTEMS_LINKCMDS=linkcmds.icecube
include $(RTEMS_ROOT)/make/custom/gen5200.inc

View File

@@ -10,6 +10,4 @@
# parameters differ.
#
RTEMS_LINKCMDS=linkcmds.pm520
include $(RTEMS_ROOT)/make/custom/gen5200.inc

View File

@@ -10,6 +10,4 @@
# parameters differ.
#
RTEMS_LINKCMDS=linkcmds.pm520
include $(RTEMS_ROOT)/make/custom/gen5200.inc

View File

@@ -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