forked from Imagelibrary/rtems
* 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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user