summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/bsp-alias.m42
-rw-r--r--aclocal/check-bsps.m42
2 files changed, 3 insertions, 1 deletions
diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4
index afebd0110b..10585e95a2 100644
--- a/aclocal/bsp-alias.m4
+++ b/aclocal/bsp-alias.m4
@@ -38,6 +38,8 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
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)
+ lpc2478_ncs) $2=lpc24xx ;; # LPC2478 (NCS)
+ lpc2478_ncs_ram) $2=lpc24xx ;; # LPC2478 (NCS, code and data in external RAM)
simcpu32) $2=sim68000 ;; # BSVC CPU32 variant
simsh1) $2=shsim ;; # SH1 simulator in GDB
simsh2) $2=shsim ;; # SH2 simulator in GDB
diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4
index 894bf39a1a..925609d19c 100644
--- a/aclocal/check-bsps.m4
+++ b/aclocal/check-bsps.m4
@@ -35,7 +35,7 @@ AC_MSG_CHECKING([for available BSPs])
pc386) bsps="pc386 pc386dx pc486 pc586 pc686";;
erc32) bsps="erc32 sis";;
rtl22xx) bsps="rtl22xx rtl22xx_t";;
- lpc24xx) bsps="lpc2478";;
+ lpc24xx) bsps="lpc2478 lpc2478_ncs lpc2478_ncs_ram";;
sim68000) bsps="sim68000 simcpu32";;
shsim) bsps="simsh1 simsh2 simsh4";;
m32cbsp) bsps="m32csim";;