summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ea.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 09:07:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 09:07:59 +0000
commitd09a7bd0ecbe6b3b6f88fe0742360091cf776a80 (patch)
tree9fdd4f12878ac766e01017f81784a405c4807428 /c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ea.cfg
parent2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d09a7bd0ecbe6b3b6f88fe0742360091cf776a80.tar.bz2
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).
Diffstat (limited to 'c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ea.cfg')
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ea.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ea.cfg b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ea.cfg
new file mode 100644
index 0000000000..8fe906092f
--- /dev/null
+++ b/c/src/lib/libbsp/arm/lpc24xx/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