2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>

* make/custom/lpc24xx.cfg: New (relocated from /make/custom).
	* make/custom/lpc24xx_ea.cfg: New (relocated from /make/custom).
	* make/custom/lpc24xx_ncs_ram.cfg: New (relocated from /make/custom).
	* make/custom/lpc24xx_ncs_rom_ext.cfg: New (relocated from /make/custom).
	* make/custom/lpc24xx_ncs_rom_int.cfg: New (relocated from /make/custom).
This commit is contained in:
Ralf Corsepius
2009-10-15 09:07:59 +00:00
parent 21fdc307fe
commit d09a7bd0ec
6 changed files with 68 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/lpc24xx.cfg: New (relocated from /make/custom).
* make/custom/lpc24xx_ea.cfg: New (relocated from /make/custom).
* make/custom/lpc24xx_ncs_ram.cfg: New (relocated from /make/custom).
* make/custom/lpc24xx_ncs_rom_ext.cfg: New (relocated from /make/custom).
* make/custom/lpc24xx_ncs_rom_int.cfg: New (relocated from /make/custom).
2009-10-04 Sebastian Huber <sebastian.huber@embedded-brains.de>
* startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,

View File

@@ -0,0 +1,17 @@
#
# Config file for LPC24XX.
#
# $Id$
#
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU = arm
RTEMS_BSP_FAMILY = lpc24xx
CPU_CFLAGS = -mcpu=arm7tdmi-s -mstructure-size-boundary=8 -mthumb
CFLAGS_OPTIMIZE_V = -Os -g
LDFLAGS += -qnolinkcmds -T $(LPC24XX_LINKCMDS)

View File

@@ -0,0 +1,16 @@
#
# Config file for LPC24XX (QVGA Base Board from Embedded Artists).
#
# $Id$
#
LPC24XX_LINKCMDS = linkcmds.lpc24xx_ea
include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
# define bsp-post-link
# $(OBJCOPY) -O binary '$@' '$(basename $@).bin'
# gzip -f -9 '$(basename $@).bin'
# mkimage -A arm -O rtems -T kernel -C gzip -a a0000000 -e a0000040 -name '$(notdir $@)' -d '$(basename $@).bin.gz' '$(basename $@).img'
# $(default-bsp-post-link)
# endef

View File

@@ -0,0 +1,9 @@
#
# Config file for LPC24XX (NCS).
#
# $Id$
#
LPC24XX_LINKCMDS = linkcmds.lpc24xx_ncs_ram
include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg

View File

@@ -0,0 +1,9 @@
#
# Config file for LPC24XX (NCS).
#
# $Id$
#
LPC24XX_LINKCMDS = linkcmds.lpc24xx_ncs_rom_ext
include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg

View File

@@ -0,0 +1,9 @@
#
# Config file for LPC24XX (NCS).
#
# $Id$
#
LPC24XX_LINKCMDS = linkcmds.lpc24xx_ncs_rom_int
include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg