source: rtems/c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg @ fca42af

4.10
Last change on this file since fca42af was fca42af, checked in by Joel Sherrill <joel.sherrill@…>, on 06/17/11 at 13:22:25

2011-04-10 Kate Feng <feng@…>

PR 1786/bsps

  • Makefile.am: Add support for Altivec.
  • startup/bspstart.c, Makefile.am: Use shared/startup/zerobss.c instead.
  • make/custom/mvme5500.cfg: Change CPU_CFLAGS to "-mcpu=7450 -mtune=7450 -Dmpc7455"
  • irq/BSP_irq.c, pci/detect_host_bridge.c, pci.c, pcifinddevice.c: Remove warnings.
  • vme/VMEConfig.h, include/bsp.h: use VME shared IRQ handlers.
  • network/if_100MHz/GT64260eth.c: Recycle the Rx mbuf if there is any Rx error.
  • Property mode set to 100644
File size: 612 bytes
Line 
1#
2#  Config file for the PowerPC 7455 based mvme5500
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=powerpc
10RTEMS_CPU_MODEL=mpc7455
11
12# This is the actual bsp directory used during the build process.
13RTEMS_BSP_FAMILY=mvme5500
14
15#  This contains the compiler options necessary to select the CPU model
16#  and (hopefully) optimize for it.
17CPU_CFLAGS = -mcpu=7450 -mtune=7450 -Dmpc7455
18
19# optimize flag: typically -O2
20CFLAGS_OPTIMIZE_V = -O2 -g
21
22define bsp-post-link
23        $(default-bsp-post-link)
24        $(OBJCOPY) -O binary $(basename $@).exe $(basename $@)$(DOWNEXT)
25endef
26
27#
28START_BASE=mvme5500start
Note: See TracBrowser for help on using the repository browser.