From 169480b36a109cce45846a95e29f4120ad6a0375 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 17 Jun 2011 13:24:47 +0000 Subject: 2011-04-10 Kate 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. --- c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg') diff --git a/c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg b/c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg index c8f5e6cc02..7ef78ee700 100644 --- a/c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg +++ b/c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg @@ -9,12 +9,12 @@ include $(RTEMS_ROOT)/make/custom/default.cfg RTEMS_CPU=powerpc RTEMS_CPU_MODEL=mpc7455 +# This is the actual bsp directory used during the build process. +RTEMS_BSP_FAMILY=mvme5500 + # This contains the compiler options necessary to select the CPU model # and (hopefully) optimize for it. -# if gcc does not regonize 7450 then change -mcpu=750 -# -CPU_CFLAGS = -fno-strict-aliasing -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec -mvrsave=no -mmultiple -mstring -mstrict-align -#T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi +CPU_CFLAGS = -mcpu=7450 -mtune=7450 -Dmpc7455 # optimize flag: typically -O2 CFLAGS_OPTIMIZE_V = -O2 -g @@ -23,3 +23,6 @@ define bsp-post-link $(default-bsp-post-link) $(OBJCOPY) -O binary $(basename $@).exe $(basename $@)$(DOWNEXT) endef + +# +START_BASE=mvme5500start -- cgit v1.2.3