Commit Graph

313 Commits

Author SHA1 Message Date
Joel Sherrill
6a91771a7d 2001-10-30 Joel Sherrill <joel@OARcorp.com>
* custom/sim68000.cfg: Generate symbols off executable not Srecords.
2001-10-30 14:29:07 +00:00
Joel Sherrill
fe6ef4acb1 2001-10-26 Victor V. Vengerov <vvv@oktet.ru>
* custom/mcf5206elite.cfg: New file.
2001-10-26 19:49:38 +00:00
Joel Sherrill
8e42d3b5d4 2001-10-22 Andy Dachs <a.dachs@sstl.co.uk>
* custom/mpc8260ads.cfg: New file.
2001-10-22 13:47:30 +00:00
Joel Sherrill
473ed53be0 2001-10-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gensh4.cfg: Remove START_HW_INIT.
	* custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
2001-10-15 18:02:09 +00:00
Joel Sherrill
cedf929623 2001-10-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gensh4.cfg: Remove HZ.
	* custom/simsh4.cfg: Remove HZ.
2001-10-12 14:45:14 +00:00
Joel Sherrill
c682b89389 2001-10-11 Alexandra Kossovsky <sasha@oktet.ru>
* custom/gensh4.cfg, custom/simsh4.cfg: New files in support
	of Hitachi SH4 BSPs of the same name.  Reviewed and some
	cleanup by Joel Sherrill <joel@OARcorp.com>.
2001-10-11 21:11:18 +00:00
Joel Sherrill
cae8bc927a 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gensh2.cfg: Remove -lstdc++ from make-exe.
2001-10-11 16:42:39 +00:00
Joel Sherrill
a7681683d0 2001-10-11 Joel Sherrill <joel@OARcorp.com>
* custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
	to avoid using the apparently broken or deprecated -o argument.
2001-10-11 16:36:41 +00:00
Joel Sherrill
a463a2f86f 2001-09-28 Joel Sherrill <joel@OARcorp.com>
* custom/ods68302.cfg: Add custom make-cxx-exe rule to account
	for MC68302_BASE.
2001-09-28 23:09:16 +00:00
Joel Sherrill
faa965d62e 2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/bare.cfg: Define dummy make-cxx-exe.
2001-09-24 18:36:31 +00:00
Joel Sherrill
af447ea2ce 2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gensh2.cfg: Remove -lstdc++ from make-exe.
	* ChangeLog: Formatting cleanup.
2001-09-24 18:35:19 +00:00
Joel Sherrill
0bb36c04e7 2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gensh2.cfg: Remove -lstdc++ from make-exe.
2001-09-21 15:04:56 +00:00
Joel Sherrill
37b5d78153 2001-09-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
	of AC_CANONICAL_SYSTEM.
	* aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
	mkinstalldirs and mkdir.
	* aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
	hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
	_RTEMS_OUTPUT_BUILD_SUBDIRS.
2001-09-14 17:30:22 +00:00
Joel Sherrill
206a0b3850 2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__, make-target-options.
	custom/FreeBSD-posix.cfg: Remove make-target-options.
	custom/HPUX9-posix.cfg: Dito.
	custom/Linux-posix.cfg: Dito.
	custom/Solaris-posix.cfg: Dito.
	custom/arm_bare_bsp.cfg: Dito.
	custom/armulator.cfg: Dito.
	custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
	custom/i386ex.cfg: Remove make-target-options.
	custom/i960sim.cfg: Remove make-target-options.
	custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
	custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
	custom/score603e.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
	custom/vegaplus.cfg: Remove make-target-options.
2001-06-19 14:27:43 +00:00
Joel Sherrill
88249fa074 2001-05-25 Joel Sherrill <joel@OARcorp.com>
* custom/mrm332.cfg: Switched $(SED) to sed.
2001-05-25 17:35:56 +00:00
Joel Sherrill
e9b4274ab2 2000-05-25 Matt Cross <profesor@gweep.net>
* New MRM332 BSP for the Mini RoboMind board based
	on the 68332 microcontroller designed and build by Mark
	Castelluccio.  For details on the MRM see http://www.robominds.com.
	* .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
	clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
	console/.cvsignore, console/Makefile.am, console/console.c,
	include/.cvsignore, include/Makefile.am, include/bsp.h,
	include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
	spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
	start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
	startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
	startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
	timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
	wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
2001-05-25 16:34:14 +00:00
Joel Sherrill
0f58886082 2000-05-25 Matt Cross <profesor@gweep.net>
* New MRM332 BSP for the Mini RoboMind board based
	on the 68332 microcontroller designed and build by Mark
	Castelluccio.  For details on the MRM see http://www.robominds.com.
	* custom/mrm332.cfg: New file.
2001-05-25 16:24:56 +00:00
Joel Sherrill
6b5a85ae5b 2001-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
	CONSOLE_USE_POLLED, HAS_RTC.
2001-05-24 20:03:10 +00:00
Joel Sherrill
baf22b93bd 2001-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
	* custom/gensh2.cfg: Dito.
2001-05-11 16:51:57 +00:00
Joel Sherrill
93f79c0f8b 2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
	* compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
	* compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
	* compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
	remove unused flags, remove -ansi from CPP.
	* custom/eth_comm.cfg: Remove CPU_DEFINES.
	* custom/sim68000.cfg: Remove CPU_DEFINES.
2001-05-08 22:59:25 +00:00
Joel Sherrill
65e6b542fa 2001-04-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
	* compilers/gcc-default.cfg: Dito.
	* compilers/gcc-portsw.cfg: Remove -Hansi.
	* custom/posix.cfg: Remove inclusion of target.cfg.
	* custom/simhppa.cfg: Remove -ansi -fasm.
2001-04-26 16:41:44 +00:00
Joel Sherrill
d96374f6a7 2001-04-11 Eric Valette <valette@crf.canon.fr>
* custom/eth_comm.cfg: Switch the eth_comm BSP to use the
	"new exception processing model."
2001-04-11 14:06:05 +00:00
Joel Sherrill
8d2eb8cda6 2001-04-11 Joel Sherrill <joel@OARcorp.com>
* custom/default.cfg: Switch to using exec_prefix to reflect new
	organization of install point from Ralf Corsepius.
2001-04-11 13:49:47 +00:00
Joel Sherrill
969de1f378 2001-03-30 Eric Valette <valette@crf.canon.fr>
* custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
	use the "new exception processing model."
2001-04-06 16:00:54 +00:00
Joel Sherrill
1a792e4708 2001-03-14 Joel Sherrill <joel@OARcorp.com>
* custom/genmongossev.cfg: New file.
2001-03-14 17:25:20 +00:00
Joel Sherrill
48ad47cc70 2001-02-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Reworked for Canadian Cross support.
	* Makefile.am: Reflect changes to configure.in.
	* config.guess, config.sub: Update from subversions.gnu.org.
	* README.cdn-X: New file.
	* tools/Makefile.am: Remove build, tools from SUBDIRS.
2001-03-01 20:46:21 +00:00
Joel Sherrill
85371f786b 2001-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/pc386dx.cfg: New bsp.
2001-02-21 14:20:01 +00:00
Joel Sherrill
e5bc196873 2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
	custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
	custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
2001-02-12 14:52:50 +00:00
Joel Sherrill
1db8d62fb8 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
	* main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
	* host.cfg.in: Remove RM, make-script.
	* ChangeLog: Remove bogus 2001-01-22 entry.
2001-02-05 18:21:18 +00:00
Joel Sherrill
227ae749dc 2001-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
	simsh7045.
2001-01-22 14:03:44 +00:00
Joel Sherrill
96e34e007f 2001-01-09 Joel Sherrill <joel@OARcorp.com>
* custom/pc386.cfg (make-exe): Removed commented out lines that
	were displayed in build longs.
2001-01-09 13:51:09 +00:00
Joel Sherrill
f8b891dcbf 2001-01-08 Joel Sherrill <joel@OARcorp.com>
* custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
	unneeded definitions when compiled for "mips" rather than "mips64orion."
	Correct CPU_CFLAGS.
2001-01-08 18:14:01 +00:00
Joel Sherrill
e8ad374a2b 2001-01-05 Joel Sherrill <joel@OARcorp.com>
* custom/gensh1.cfg: Removed rest of make-target-options and
	moved them to BSP configure options.
2001-01-05 13:36:58 +00:00
Joel Sherrill
fdfa5b9f5c 2001-01-03 Emmanuel Raguet <raguet@crf.canon.fr>
* custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
	install point or assuming BSP build tree is available.
2001-01-03 18:46:31 +00:00
Joel Sherrill
c2bbfb5255 2001-01-03 Joel Sherrill <joel@OARcorp.com>
* custom/psim.cfg: Removed unused variables.
2001-01-03 17:53:45 +00:00
Joel Sherrill
80cc928626 2001-01-03 Joel Sherrill <joel@OARcorp.com>
* custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
	* custom/simcpu32.cfg: Removed MVME162 reference.
2001-01-03 16:47:16 +00:00
Joel Sherrill
cec6bb08c4 2000-12-14 Emmanuel Raguet <raguet@crf.canon.fr>
* custom/mcp750.cfg: Fix problems in generation of .exe file.
	Still need to fix to avoid touching install point on non-install stanza.
2000-12-14 14:23:10 +00:00
Joel Sherrill
dfa6d4b758 2000-12-06 Joel Sherrill <joel@OARcorp.com>
* custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
	and copies that should not be in it.
2000-12-06 15:48:04 +00:00
Joel Sherrill
3fddd25c7a 2000-12-01 Joel Sherrill <joel@OARcorp.com>
* custom/jmr3904.cfg: Turn optimization back up to -O2.
2000-12-01 19:25:10 +00:00
Joel Sherrill
c061304775 2000-11-30 Joel Sherrill <joel@OARcorp.com>
* custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
	a mips1.  gcc translates -m3900 into that.
2000-11-30 14:38:18 +00:00
Joel Sherrill
e066afe89a 2000-11-27 Joel Sherrill <joel@OARcorp.com>
* custom/jmr3904.cfg: Fix incorrect reference to i960.
2000-11-27 17:04:00 +00:00
Joel Sherrill
1c69af9bda 2000-11-27 Joel Sherrill <joel@OARcorp.com>
* custom/shsim.cfg: New file.
	* custom/Makefile.am: Modified to reflect addition of shsim.cfg.
	The shsim is for the SH simulator in gdb. It should be able
	to be used with multiple SH CPU models.  This will require
	adding BSP variants.
2000-11-27 16:02:50 +00:00
Joel Sherrill
511374e418 2000-11-25 Joel Sherrill <joel@OARcorp.com>
* custom/pc386.cfg: make-exe rule would write into
	$(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
	is generally not writeable after the BSP is installed and you do not
	want every application installed there by default.  Reported by
	Eric Norum <eric.norum@usask.ca>.
2000-11-25 20:06:11 +00:00
Joel Sherrill
732d4db3eb 2000-11-25 Joel Sherrill <joel@OARcorp.com>
* custom/Makefile.am: Updated to add jmr3904.cfg
	* custom/jmr3904.cfg: New file.
2000-11-25 18:45:13 +00:00
Joel Sherrill
8c47d5098c 2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/leon2.cfg: Removed defines that are now generated
	in a non-BSP specific manner.
2000-11-15 21:48:40 +00:00
Joel Sherrill
cd0324cf7b 2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>
* custom/Makefile.am: Modified to reflect addition of files.
	* custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
	* custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
2000-11-13 22:48:24 +00:00
Joel Sherrill
b2e4f3a824 2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
2000-11-10 14:24:36 +00:00
Joel Sherrill
2b0714f361 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
2000-10-27 14:33:19 +00:00
Joel Sherrill
c801aba17b 2000-10-24 Joel Sherrill <joel@OARcorp.com>
* custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
	definition since this information can be picked up from
	autoconf generated files.  These BSPs are shared by the
	mips and mips64orion "ports."
2000-10-25 16:53:51 +00:00
Joel Sherrill
3a410c5691 2000-10-18 Joel Sherrill <joel@OARcorp.com>
* compilers/gcc-portsw.cfg: Use gcc style flags.
2000-10-18 13:05:10 +00:00