2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>

* make/custom/mpc5566evb.cfg: New (relocated from /make/custom).
	* make/custom/mpc55xx.cfg: New (relocated from /make/custom).
This commit is contained in:
Ralf Corsepius
2009-10-15 05:10:25 +00:00
parent ea781bbcd2
commit d2135b9ccf
3 changed files with 37 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/mpc5566evb.cfg: New (relocated from /make/custom).
* make/custom/mpc55xx.cfg: New (relocated from /make/custom).
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.

View File

@@ -0,0 +1,10 @@
##
#
# @file
#
# @ingroup mpc55xx_config
#
# @brief Configuration file for MPC5566 evaluation board.
#
include $(RTEMS_ROOT)/make/custom/mpc55xx.cfg

View File

@@ -0,0 +1,22 @@
##
#
# @file
#
# @ingroup mpc55xx_config
#
# @brief Shared configuration file for the MPC55xx board family.
#
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU = powerpc
RTEMS_CPU_MODEL = mpc55xx
RTEMS_BSP_FAMILY = mpc55xxevb
# FIXME
CPU_CFLAGS = -mcpu=8540 -meabi -msdata -fno-common -msoft-float \
-D__ppc_generic -mstrict-align
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions