From 9647f7feac36cc41c25b852eb8ecdd728b5486d1 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Fri, 27 Feb 2009 11:26:44 +0000 Subject: * README: Added NCS. * Makefile.am, configure.ac, preinstall.am: Added BSP variants. * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed register settings. Cleanup. * include/bsp.h: Added network defines and functions. * include/lpc24xx.h: Added AHB and EMC defines. Fixed Ethernet status sizes. * include/system-clocks.h, misc/system-clocks.c: Added micro seconds delay function that uses Timer 1. Changed PLL setup. * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New files. * startup/bspstart.c: Added EMC initialization. Changes for ROM boot. --- aclocal/check-bsps.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal/check-bsps.m4') 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";; -- cgit v1.2.3