Renaming mcp750 to motorola_shared since that is the basis for both

the mvme2307 and mcp750 BSPs.  In addition, it can support many
Motorola PowerPC based VME and PCI boards.
This commit is contained in:
Joel Sherrill
2000-01-07 20:51:56 +00:00
parent 1d54d3b5af
commit d273d78ae6
3 changed files with 15 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ RTEMS_CPU_MODEL=mpc750
RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=mcp750
RTEMS_BSP_FAMILY=motorola_powerpc
# This section makes the target dependent options file.
@@ -103,8 +103,8 @@ define make-exe
$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
$(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@
$(CP) $@ $(PROJECT_ROOT)/powerpc-rtems/c/mcp750/lib/libbsp/powerpc/mcp750/bootloader/$(ARCH); \
cd $(PROJECT_ROOT)/powerpc-rtems/c/mcp750/lib/libbsp/powerpc/mcp750/bootloader; \
$(CP) $@ $(PROJECT_ROOT)/powerpc-rtems/c/mcp750/lib/libbsp/powerpc/$(RTEMS_BSP_FAMILY)/bootloader/$(ARCH); \
cd $(PROJECT_ROOT)/powerpc-rtems/c/mcp750/lib/libbsp/powerpc/$(RTEMS_BSP_FAMILY)/bootloader; \
$(MAKE) bootloader BINARY_LOADED=$(basename $@).exe; \
COMPLETE_FILE_NAME=$(basename $@).exe ;\
echo $${COMPLETE_FILE_NAME} ;\

View File

@@ -1,5 +1,5 @@
#
# Config file for the PowerPC 60x simulator - mvme2307
# Config file for the PowerPC 604 based mvme2307
#
# $Id$
#
@@ -10,7 +10,7 @@ RTEMS_CPU=powerpc
RTEMS_CPU_MODEL=mpc604
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=mvme2307
RTEMS_BSP_FAMILY=motorola_powerpc
# This section makes the target dependent options file.