summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-10-05 19:31:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-10-05 19:31:20 +0000
commiteefbe3553352f14e32c69504728db9d1fb7507a4 (patch)
tree72acc06aa9699f66fe8267c4d6d1ed0403e96e1b
parent2005-10-05 Jiri Gaisler <jiri@gaisler.com> (diff)
downloadrtems-eefbe3553352f14e32c69504728db9d1fb7507a4.tar.bz2
2005-10-05 Jiri Gaisler <jiri@gaisler.com>
Edvin Catovic <edvin@gaisler.com> Konrad Eisele <konrad@gaisler.com> PR 827/bsps * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Portion of large update of SPARC BSPs. Includes addition of sis, leon2 and leon3 BSPs, deletion of leon BSP, addition of SMC91111 NIC driver and much more.
-rw-r--r--ChangeLog9
-rw-r--r--aclocal/bsp-alias.m46
-rw-r--r--aclocal/check-bsps.m44
3 files changed, 14 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index af32cfdced..e61073aa6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-10-05 Jiri Gaisler <jiri@gaisler.com>
+ Edvin Catovic <edvin@gaisler.com>
+ Konrad Eisele <konrad@gaisler.com>
+
+ PR 827/bsps
+ * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Portion of large update
+ of SPARC BSPs. Includes addition of sis, leon2 and leon3 BSPs,
+ deletion of leon BSP, addition of SMC91111 NIC driver and much more.
+
2005-09-01 Joel Sherrill <joel@OARcorp.com>
* VERSION: Updated to rtems-4.6.4.
diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4
index 2876014d21..d63585f27a 100644
--- a/aclocal/bsp-alias.m4
+++ b/aclocal/bsp-alias.m4
@@ -24,9 +24,9 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
pc686) $2=pc386 ;; # i386 - PC with PentiumPro
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
+ sis) $2=erc32 ;; # ERC32 SIS simulator
+ leon2) $2=leon2 ;; # leon with fpu
+ leon3) $2=leon3 ;; # another leon variant
simsh7032) $2=shsim ;; # SH7032 simulator
simsh7045) $2=shsim ;; # SH7045 simulator
*) $2=$1;;
diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4
index 3ca0bfac5d..9e46818b66 100644
--- a/aclocal/check-bsps.m4
+++ b/aclocal/check-bsps.m4
@@ -21,8 +21,8 @@ AC_MSG_CHECKING([for bsps])
mbx8xx) $1="[$]$1 mbx821_001 mbx860_002 mbx860_005b";;
motorola_powerpc) $1="[$]$1 mvme2307 mcp750 mtx603e";;
pc386) $1="[$]$1 pc386 pc386dx pc486 pc586 pc686 pck6";;
- erc32) $1="[$]$1 erc32 erc32nfp";;
- leon) $1="[$]$1 leon1 leon2";;
+ erc32) $1="[$]$1 erc32 sis";;
+ leon) $1="[$]$1 leon2 leon3";;
sim68000) $1="[$]$1 sim68000 simcpu32";;
shsim) $1="[$]$1 simsh7032 simsh7045";;
*) $1="[$]$1 $file";;