summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-06 22:56:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-06 22:56:22 +0000
commitdb58e51836c5af611b46b7b8d8afc2dd7441e363 (patch)
treef39cf717fbb1fb0cec0fe7f1e08141e313d56279
parent2007-11-03 Ray Xu <rayx.cn@gmail.com> (diff)
downloadrtems-db58e51836c5af611b46b7b8d8afc2dd7441e363.tar.bz2
2007-11-06 Ray Xu <rayx.cn@gmail.com>
* aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
Diffstat (limited to '')
-rw-r--r--ChangeLog4
-rw-r--r--aclocal/bsp-alias.m41
-rw-r--r--aclocal/check-bsps.m41
3 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cff4df62d..7291989edf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-06 Ray Xu <rayx.cn@gmail.com>
+
+ * aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
+
2007-09-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* VERSION: Bump VERSION to 4.8.99.0.
diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4
index db117c6c52..53641d6368 100644
--- a/aclocal/bsp-alias.m4
+++ b/aclocal/bsp-alias.m4
@@ -28,6 +28,7 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
icecube) $2=gen5200 ;; # MPC5200 based board - LITE5200B
mpc8349eamds) $2=gen83xx ;; # MPC8349 based board
hsc_cm01) $2=gen83xx ;; # MPC8349 based board
+ rtl22xx_t) $2=rtl22xx ;; # rtl22xx bsp in thumb mode
simcpu32) $2=sim68000 ;; # BSVC CPU32 variant
simsh7032) $2=shsim ;; # SH7032 simulator
simsh7045) $2=shsim ;; # SH7045 simulator
diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4
index 5e412f6c6a..fd65607d2b 100644
--- a/aclocal/check-bsps.m4
+++ b/aclocal/check-bsps.m4
@@ -30,6 +30,7 @@ AC_MSG_CHECKING([for available BSPs])
motorola_powerpc) bsps="mvme2307 mcp750 mtx603e mvme2100";;
pc386) bsps="pc386 pc386dx pc486 pc586 pc686 pck6";;
erc32) bsps="erc32 sis";;
+ rtl22xx) bsps="rtl22xx rtl22xx_t)";;
sim68000) bsps="sim68000 simcpu32";;
shsim) bsps="simsh7032 simsh7045";;
*) bsps="$bsp_family";;