Changeset d273d78a in rtems


Ignore:
Timestamp:
01/07/00 20:51:56 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
338f1dc
Parents:
1d54d3b
Message:

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.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • aclocal/bsp-alias.m4

    r1d54d3b rd273d78a  
    77AC_DEFUN(RTEMS_BSP_ALIAS,
    88[
    9     # account for "aliased" bsps which share source code
    10     case $1 in
    11       mvme162lx)    $2=mvme162  ;;  # mvme162 board variant
    12       gen68360_040) $2=gen68360 ;;  # 68360 in companion mode
    13       p4600)        $2=p4000    ;;  # p4000 board with IDT 4600
    14       p4650)        $2=p4000    ;;  # p4000 board with IDT 4650
    15       *)            $2=$1;;
    16     esac
     9  # account for "aliased" bsps which share source code
     10  case $1 in
     11    mcp750)       $2=motorola_powerpc ;; # Motorola PPC board variant
     12    mvme2307)     $2=motorola_powerpc ;; # Motorola PPC board variant
     13    mvme162lx)    $2=mvme162          ;; # m68k - mvme162 board variant
     14    gen68360_040) $2=gen68360         ;; # m68k - 68360 in companion mode
     15    p4600)        $2=p4000            ;; # mips64orion - p4000 board w/IDT 4600
     16    p4650)        $2=p4000            ;; # mips64orion - p4000 board w/IDT 4650
     17    *)            $2=$1;;
     18  esac
    1719])
  • make/custom/mcp750.cfg

    r1d54d3b rd273d78a  
    1212
    1313# This is the actual bsp directory used during the build process.
    14 RTEMS_BSP_FAMILY=mcp750
     14RTEMS_BSP_FAMILY=motorola_powerpc
    1515
    1616#  This section makes the target dependent options file.
     
    104104        $(NM) -g -n $@ > $(basename $@).num
    105105        $(SIZE) $@
    106         $(CP) $@ $(PROJECT_ROOT)/powerpc-rtems/c/mcp750/lib/libbsp/powerpc/mcp750/bootloader/$(ARCH); \
    107         cd $(PROJECT_ROOT)/powerpc-rtems/c/mcp750/lib/libbsp/powerpc/mcp750/bootloader; \
     106        $(CP) $@ $(PROJECT_ROOT)/powerpc-rtems/c/mcp750/lib/libbsp/powerpc/$(RTEMS_BSP_FAMILY)/bootloader/$(ARCH); \
     107        cd $(PROJECT_ROOT)/powerpc-rtems/c/mcp750/lib/libbsp/powerpc/$(RTEMS_BSP_FAMILY)/bootloader; \
    108108        $(MAKE) bootloader BINARY_LOADED=$(basename $@).exe; \
    109109        COMPLETE_FILE_NAME=$(basename $@).exe ;\
  • make/custom/mvme2307.cfg

    r1d54d3b rd273d78a  
    11#
    2 #  Config file for the PowerPC 60x simulator - mvme2307
     2#  Config file for the PowerPC 604 based mvme2307
    33#
    44#  $Id$
     
    1111
    1212# This is the actual bsp directory used during the build process.
    13 RTEMS_BSP_FAMILY=mvme2307
     13RTEMS_BSP_FAMILY=motorola_powerpc
    1414
    1515#  This section makes the target dependent options file.
Note: See TracChangeset for help on using the changeset viewer.