From 4b8994931084227b7a168440241f4c4792f6169f Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Mon, 18 Oct 2004 21:43:21 +0000 Subject: [PATCH] New BSP -- updated network configuration. --- configure/os/CONFIG.Common.RTEMS-mvme2100 | 1 + configure/os/CONFIG.Common.RTEMS-mvme5500 | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 configure/os/CONFIG.Common.RTEMS-mvme5500 diff --git a/configure/os/CONFIG.Common.RTEMS-mvme2100 b/configure/os/CONFIG.Common.RTEMS-mvme2100 index 3827db606..0249e2a48 100644 --- a/configure/os/CONFIG.Common.RTEMS-mvme2100 +++ b/configure/os/CONFIG.Common.RTEMS-mvme2100 @@ -7,6 +7,7 @@ # All RTEMS targets use the same Makefile fragment # RTEMS_TARGET_CPU = powerpc +ARCH_DEP_CFLAGS += -DMY_DO_BOOTP=NULL ARCH_DEP_CFLAGS += -DHAVE_PPCBUG MUNCH_SUFFIX = .boot diff --git a/configure/os/CONFIG.Common.RTEMS-mvme5500 b/configure/os/CONFIG.Common.RTEMS-mvme5500 new file mode 100644 index 000000000..c589ce994 --- /dev/null +++ b/configure/os/CONFIG.Common.RTEMS-mvme5500 @@ -0,0 +1,20 @@ +# +# $Id$ +# Author: W. Eric Norum +# Advanced Photon Source +# norume@aps.anl.gov +# +# All RTEMS targets use the same Makefile fragment +# +RTEMS_TARGET_CPU = powerpc +ARCH_DEP_CFLAGS += -DMY_DO_BOOTP=NULL +ARCH_DEP_CFLAGS += -DHAVE_MOTLOAD + +MUNCH_SUFFIX = .boot +MUNCHNAME = $(PRODNAME:%$(EXE)=%$(MUNCH_SUFFIX)) +define MUNCH_CMD + $(RTEMS_BASE)/bin/$(OBJCOPY_FOR_TARGET) -O binary $< $@ +endef + +include $(CONFIG)/os/CONFIG.Common.RTEMS +OP_SYS_LDLIBS += -lrtemsNfs