From 24dc66c6ef598938b6d692a25deaa813a3f957ed Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Mon, 5 Oct 2009 10:32:28 +0000 Subject: renamed config files --- make/custom/lpc2478.cfg | 16 ---------------- make/custom/lpc2478_ncs.cfg | 14 -------------- make/custom/lpc2478_ncs_ram.cfg | 14 -------------- make/custom/lpc24xx.cfg | 3 +-- make/custom/lpc24xx_ea.cfg | 16 ++++++++++++++++ make/custom/lpc24xx_ncs_ram.cfg | 9 +++++++++ 6 files changed, 26 insertions(+), 46 deletions(-) delete mode 100644 make/custom/lpc2478.cfg delete mode 100644 make/custom/lpc2478_ncs.cfg delete mode 100644 make/custom/lpc2478_ncs_ram.cfg create mode 100644 make/custom/lpc24xx_ea.cfg create mode 100644 make/custom/lpc24xx_ncs_ram.cfg (limited to 'make/custom') diff --git a/make/custom/lpc2478.cfg b/make/custom/lpc2478.cfg deleted file mode 100644 index 7db495c51b..0000000000 --- a/make/custom/lpc2478.cfg +++ /dev/null @@ -1,16 +0,0 @@ -# -# Config file for LPC2478 (QVGA Base Board from Embedded Artists). -# -# $Id$ -# - -LPC24XX_LINKCMDS = linkcmds.lpc2478 - -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 diff --git a/make/custom/lpc2478_ncs.cfg b/make/custom/lpc2478_ncs.cfg deleted file mode 100644 index f826757f9e..0000000000 --- a/make/custom/lpc2478_ncs.cfg +++ /dev/null @@ -1,14 +0,0 @@ -# -# Config file for LPC2478 (NCS). -# -# $Id$ -# - -LPC24XX_LINKCMDS = linkcmds.lpc2478_ncs - -include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg - -define bsp-post-link - $(OBJCOPY) -O ihex '$@' '$(basename $@).hex' - $(default-bsp-post-link) -endef diff --git a/make/custom/lpc2478_ncs_ram.cfg b/make/custom/lpc2478_ncs_ram.cfg deleted file mode 100644 index ae514d45cd..0000000000 --- a/make/custom/lpc2478_ncs_ram.cfg +++ /dev/null @@ -1,14 +0,0 @@ -# -# Config file for LPC2478 (NCS, code and data in external RAM). -# -# $Id$ -# - -LPC24XX_LINKCMDS = linkcmds.lpc2478_ncs_ram - -include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg - -define bsp-post-link - $(OBJCOPY) -S '$@' '$(basename $@).elf' - $(default-bsp-post-link) -endef diff --git a/make/custom/lpc24xx.cfg b/make/custom/lpc24xx.cfg index 41c40302a4..46098dfa64 100644 --- a/make/custom/lpc24xx.cfg +++ b/make/custom/lpc24xx.cfg @@ -10,8 +10,7 @@ RTEMS_CPU = arm RTEMS_BSP_FAMILY = lpc24xx -CPU_CFLAGS = -mcpu=arm7tdmi-s -mstructure-size-boundary=8 -mapcs-frame \ - -Wextra -Wno-unused -Wpointer-arith -Wcast-qual -Wconversion -Wmissing-prototypes -fno-inline +CPU_CFLAGS = -mcpu=arm7tdmi-s -mstructure-size-boundary=8 -mthumb CFLAGS_OPTIMIZE_V = -Os -g diff --git a/make/custom/lpc24xx_ea.cfg b/make/custom/lpc24xx_ea.cfg new file mode 100644 index 0000000000..8fe906092f --- /dev/null +++ b/make/custom/lpc24xx_ea.cfg @@ -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 diff --git a/make/custom/lpc24xx_ncs_ram.cfg b/make/custom/lpc24xx_ncs_ram.cfg new file mode 100644 index 0000000000..3be25432ec --- /dev/null +++ b/make/custom/lpc24xx_ncs_ram.cfg @@ -0,0 +1,9 @@ +# +# Config file for LPC24XX (NCS). +# +# $Id$ +# + +LPC24XX_LINKCMDS = linkcmds.lpc24xx_ncs_ram + +include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg -- cgit v1.2.3