summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--aclocal/bsp-alias.m45
-rw-r--r--aclocal/check-bsps.m46
3 files changed, 12 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index a2c54cb28f..b6bf67b3b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * aclocal/bsp-alias.m4: Remove brs5l. Remove leon2.
+ Alias leon1 to leon2. Add sis.
+ * aclocal/check_bsps.m4: Remove brs5l.
+ Remove leon. Add leon2. Add sis to erc32 family.
+
2005-11-31 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 851/bsps
diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4
index bfa4321e1f..6e11519f09 100644
--- a/aclocal/bsp-alias.m4
+++ b/aclocal/bsp-alias.m4
@@ -19,7 +19,6 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
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
@@ -27,10 +26,10 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
pck6) $2=pc386 ;; # i386 - PC with K6
bare*) $2=bare ;; # EXP: bare-aliases
erc32nfp) $2=erc32 ;; # erc32 without fpu
- leon1) $2=leon ;; # leon without fpu
- leon2) $2=leon ;; # leon with fpu
+ leon1) $2=leon2 ;; # leon without fpu
simsh7032) $2=shsim ;; # SH7032 simulator
simsh7045) $2=shsim ;; # SH7045 simulator
+ sis) $2=erc32 ;; # ERC32 SIS simulator
*) $2=$1;;
esac]
)
diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4
index c074f6775a..d126ac6576 100644
--- a/aclocal/check-bsps.m4
+++ b/aclocal/check-bsps.m4
@@ -26,11 +26,11 @@ AC_MSG_CHECKING([for available BSPs])
bsps="$bsps mbx860_002"
bsps="$bsps mbx860_005b"
;;
- gen5200) bsps="pm520_cr825 pm520_ze30 brs5l";;
+ gen5200) bsps="pm520_cr825 pm520_ze30";;
motorola_powerpc) bsps="mvme2307 mcp750 mtx603e mvme2100";;
pc386) bsps="pc386 pc386dx pc486 pc586 pc686 pck6";;
- erc32) bsps="erc32 erc32nfp";;
- leon) bsps="leon1 leon2";;
+ erc32) bsps="erc32 erc32nfp sis";;
+ leon2) bsps="leon1 leon2";;
sim68000) bsps="sim68000 simcpu32";;
shsim) bsps="simsh7032 simsh7045";;
*) bsps="$bsp_family";;