4.104.114.84.95
Last change
on this file since d273d78a was
d273d78a,
checked in by Joel Sherrill <joel.sherrill@…>, on 01/07/00 at 20:51:56
|
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.
|
-
Property mode set to
100644
|
File size:
695 bytes
|
Rev | Line | |
---|
[eb299af] | 1 | dnl |
---|
| 2 | dnl $Id$ |
---|
| 3 | dnl |
---|
| 4 | |
---|
| 5 | dnl RTEMS_BSP_ALIAS(BSP_ALIAS,BSP_RETURNED) |
---|
| 6 | dnl convert a bsp alias $1 into its bsp directory $2 |
---|
| 7 | AC_DEFUN(RTEMS_BSP_ALIAS, |
---|
| 8 | [ |
---|
[d273d78a] | 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 |
---|
[eb299af] | 19 | ]) |
---|
Note: See
TracBrowser
for help on using the repository browser.