summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--aclocal/bsp-alias.m42
-rw-r--r--aclocal/check-bsps.m43
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c47c56336a..a2c54cb28f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-31 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ PR 851/bsps
+ * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add gen5200 BSP
+ family.
+
2005-11-03 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/check-bsps.m4: Add the plethora of mbx* BSP.
diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4
index bb8e12ae9f..bfa4321e1f 100644
--- a/aclocal/bsp-alias.m4
+++ b/aclocal/bsp-alias.m4
@@ -18,6 +18,8 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
p4600) $2=p4000 ;; # mips - p4000 board w/IDT 4600
p4650) $2=p4000 ;; # mips - p4000 board w/IDT 4650
mbx8*) $2=mbx8xx ;; # MBX821/MBX860 board
+ pm520*) $2=gen5200 ;; # MPC5200 based board
+ brs5l*) $2=gen5200 ;; # MPC5200 based board
pc386dx) $2=pc386 ;; # i386 - PC w/o FPU
pc486) $2=pc386 ;; # i386 - PC with i486DX
pc586) $2=pc386 ;; # i386 - PC with Pentium
diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4
index c72e7a1f38..c074f6775a 100644
--- a/aclocal/check-bsps.m4
+++ b/aclocal/check-bsps.m4
@@ -26,9 +26,10 @@ AC_MSG_CHECKING([for available BSPs])
bsps="$bsps mbx860_002"
bsps="$bsps mbx860_005b"
;;
+ gen5200) bsps="pm520_cr825 pm520_ze30 brs5l";;
motorola_powerpc) bsps="mvme2307 mcp750 mtx603e mvme2100";;
pc386) bsps="pc386 pc386dx pc486 pc586 pc686 pck6";;
- erc32) bsps="erc32 erc32nfp";;
+ erc32) bsps="erc32 erc32nfp";;
leon) bsps="leon1 leon2";;
sim68000) bsps="sim68000 simcpu32";;
shsim) bsps="simsh7032 simsh7045";;