forked from Imagelibrary/rtems
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:
@@ -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,
|
||||
|
||||
17
c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.cfg
Normal file
17
c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.cfg
Normal 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)
|
||||
16
c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ea.cfg
Normal file
16
c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ea.cfg
Normal 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
|
||||
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# Config file for LPC24XX (NCS).
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
LPC24XX_LINKCMDS = linkcmds.lpc24xx_ncs_ram
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
|
||||
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# Config file for LPC24XX (NCS).
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
LPC24XX_LINKCMDS = linkcmds.lpc24xx_ncs_rom_ext
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
|
||||
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# Config file for LPC24XX (NCS).
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
LPC24XX_LINKCMDS = linkcmds.lpc24xx_ncs_rom_int
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
|
||||
Reference in New Issue
Block a user