source: rtems/make/custom/lpc2478.cfg @ 9647f7fe

4.104.115
Last change on this file since 9647f7fe was 9647f7fe, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 02/27/09 at 11:26:44
  • 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.
  • Property mode set to 100644
File size: 449 bytes
Line 
1#
2#  Config file for LPC2478 (QVGA Base Board from Embedded Artists).
3#
4#  $Id$
5#
6
7LPC24XX_LINKCMDS = linkcmds.lpc2478
8
9include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
10
11# define bsp-post-link
12#       $(OBJCOPY) -O binary '$@' '$(basename $@).bin'
13#       gzip -f -9 '$(basename $@).bin'
14#       mkimage -A arm -O rtems -T kernel -C gzip -a a0000000 -e a0000040 -name '$(notdir $@)' -d '$(basename $@).bin.gz' '$(basename $@).img'
15#       $(default-bsp-post-link)
16# endef
Note: See TracBrowser for help on using the repository browser.