From fd1c1c95061e79707c262eee21106ac71b014c75 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Mon, 22 Sep 2008 11:50:19 +0000 Subject: added BSP for ARM LPC24xx --- aclocal/bsp-alias.m4 | 1 + aclocal/check-bsps.m4 | 1 + 2 files changed, 2 insertions(+) (limited to 'aclocal') diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4 index 49bab129e0..ab354a53a0 100644 --- a/aclocal/bsp-alias.m4 +++ b/aclocal/bsp-alias.m4 @@ -36,6 +36,7 @@ AC_DEFUN([_RTEMS_BSP_ALIAS], hsc_cm01) $2=gen83xx ;; # MPC8349 based board mpc8313erdb) $2=gen83xx ;; # MPC83XX based board rtl22xx_t) $2=rtl22xx ;; # rtl22xx bsp in thumb mode + lpc2478) $2=lpc24xx ;; # LPC2478 (QVGA Base Board from Embedded Artists) 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 7a0be83f11..d782648d24 100644 --- a/aclocal/check-bsps.m4 +++ b/aclocal/check-bsps.m4 @@ -34,6 +34,7 @@ AC_MSG_CHECKING([for available BSPs]) pc386) bsps="pc386 pc386dx pc486 pc586 pc686 pck6";; erc32) bsps="erc32 sis";; rtl22xx) bsps="rtl22xx rtl22xx_t)";; + lpc24xx) bsps="lpc2478";; sim68000) bsps="sim68000 simcpu32";; shsim) bsps="simsh7032 simsh7045";; *) bsps="$bsp_family";; -- cgit v1.2.3