mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
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:
@@ -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>
|
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
##
|
||||||
|
#
|
||||||
|
# @file
|
||||||
|
#
|
||||||
|
# @ingroup mpc55xx_config
|
||||||
|
#
|
||||||
|
# @brief Configuration file for MPC5566 evaluation board.
|
||||||
|
#
|
||||||
|
|
||||||
|
include $(RTEMS_ROOT)/make/custom/mpc55xx.cfg
|
||||||
22
c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc55xx.cfg
Normal file
22
c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc55xx.cfg
Normal 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
|
||||||
Reference in New Issue
Block a user