From 4f4ba92906fa9c5816278b011a0183524bdc8166 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 15 Oct 2009 09:04:12 +0000 Subject: =?UTF-8?q?2009-10-15=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * make/custom/rbtx4925.cfg: New (relocated from /make/custom). --- c/src/lib/libbsp/mips/rbtx4925/ChangeLog | 4 ++++ .../libbsp/mips/rbtx4925/make/custom/rbtx4925.cfg | 26 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 c/src/lib/libbsp/mips/rbtx4925/make/custom/rbtx4925.cfg (limited to 'c') diff --git a/c/src/lib/libbsp/mips/rbtx4925/ChangeLog b/c/src/lib/libbsp/mips/rbtx4925/ChangeLog index 0053e3d6fe..75382f4274 100644 --- a/c/src/lib/libbsp/mips/rbtx4925/ChangeLog +++ b/c/src/lib/libbsp/mips/rbtx4925/ChangeLog @@ -1,3 +1,7 @@ +2009-10-15 Ralf Corsépius + + * make/custom/rbtx4925.cfg: New (relocated from /make/custom). + 2009-09-15 Ralf Corsépius * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. diff --git a/c/src/lib/libbsp/mips/rbtx4925/make/custom/rbtx4925.cfg b/c/src/lib/libbsp/mips/rbtx4925/make/custom/rbtx4925.cfg new file mode 100644 index 0000000000..1d9539ca9b --- /dev/null +++ b/c/src/lib/libbsp/mips/rbtx4925/make/custom/rbtx4925.cfg @@ -0,0 +1,26 @@ +# +# Config file for the Toshiba RBTX4925 evaluation board with TX4925 cpu +# +# rbtx4925.cfg,v 1.21 2002/06/14 17:31:20 joel Exp +# + +include $(RTEMS_ROOT)/make/custom/default.cfg + +RTEMS_CPU_MODEL=tx4925 + +# This is the actual bsp directory used during the build process. +RTEMS_BSP_FAMILY=rbtx4925 + +# This contains the compiler options necessary to select the CPU model +# and (hopefully) optimize for it. +CPU_CFLAGS = -mips3 -G0 -EL + +# optimize flag: typically -O2 +CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer + +define bsp-post-link + $(OBJCOPY) -O srec $@ $(basename $@).srec1 + $(PACKHEX) < $(basename $@).srec1 > $(basename $@)$(DOWNEXT) + $(RM) $(basename $@).srec1 + $(default-bsp-post-link) +endef -- cgit v1.2.3