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.
This commit is contained in:
Ralf Corsepius
2006-01-09 15:30:18 +00:00
parent 41f38e5156
commit 1a5a3705fb
3 changed files with 12 additions and 6 deletions
+7
View File
@@ -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
+2 -3
View File
@@ -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]
)
+3 -3
View File
@@ -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";;