summaryrefslogtreecommitdiffstats
path: root/make (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-02-212001-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-0/+15
* custom/pc386dx.cfg: New bsp.
2001-02-122001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill6-23/+6
* 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-052001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill4-24/+7
* 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-01-222001-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill4-12/+72
* aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and simsh7045.
2001-01-092001-01-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-10/+5
* custom/pc386.cfg (make-exe): Removed commented out lines that were displayed in build longs.
2001-01-082001-01-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-10/+27
* custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove unneeded definitions when compiled for "mips" rather than "mips64orion." Correct CPU_CFLAGS.
2001-01-052001-01-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+7
* custom/gensh1.cfg: Removed rest of make-target-options and moved them to BSP configure options.
2001-01-032001-01-03 Emmanuel Raguet <raguet@crf.canon.fr>Joel Sherrill2-13/+15
* custom/mcp750.cfg (make-exe): Rewrite to avoid writing to install point or assuming BSP build tree is available.
2001-01-032001-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-14/+4
* custom/psim.cfg: Removed unused variables.
2001-01-032001-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-2/+6
* custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration. * custom/simcpu32.cfg: Removed MVME162 reference.
2000-12-142000-12-14 Emmanuel Raguet <raguet@crf.canon.fr>Joel Sherrill2-3/+8
* 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-062000-12-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-6/+11
* custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir and copies that should not be in it.
2000-12-012000-12-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* custom/jmr3904.cfg: Turn optimization back up to -O2.
2000-11-302000-11-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+7
* custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually a mips1. gcc translates -m3900 into that.
2000-11-272000-11-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* custom/jmr3904.cfg: Fix incorrect reference to i960.
2000-11-272000-11-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-2/+64
* 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-252000-11-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-25/+33
* 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-252000-11-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-2/+60
* custom/Makefile.am: Updated to add jmr3904.cfg * custom/jmr3904.cfg: New file.
2000-11-152000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-13/+5
* custom/leon2.cfg: Removed defines that are now generated in a non-BSP specific manner.
2000-11-132000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>Joel Sherrill6-7/+149
* 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-102000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
2000-10-272000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-3/+7
* custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
2000-10-252000-10-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-2/+11
* 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-182000-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+6
* compilers/gcc-portsw.cfg: Use gcc style flags.
2000-09-132000-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill6-80/+8
* custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg, custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
2000-09-132000-09-13 Emmanuel Raguet <raguet@crf.canon.fr>Joel Sherrill2-0/+101
* vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and Eric Valette <valette@crf.canon.fr>. * custom/vegaplus.cfg: New file.
2000-09-122000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill8-12/+23
* custom/erc32.cfg: Add comment on -mno-v8, -mcypress. * custom/gen68302.cfg: Comment out LIBC_LIB[C|M]. * custom/gen68340.cfg: Comment out LIBC_LIB[C|M]. * custom/gen68360.cfg: Comment out LIBC_LIB[C|M]. * custom/idp.cfg: Comment out LIBC_LIB[C|M]. * custom/mvme162.cfg: Comment out LIBC_LIB[C|M]. * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
2000-09-122000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+4
* custom/gensh2.cfg: Fix comments.
2000-09-122000-09-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+6
* custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include compiler arguments that specify CPU model options.
2000-09-122000-09-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+8
* custom/mbx860_005b.cfg (make-target-options): Add lines to define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE. The settings may be incorrect but the BSP now compiles.
2000-09-062000-09-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-4/+5
* custom/arm_bare_bsp.cfg: Fix comments.
2000-09-012000-08-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill4-28/+12
* custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32 * ChangeLog: File paths corrected
2000-08-292000-08-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-2/+6
* custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
2000-08-252000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill6-4/+22
* make/custom/pck6.cfg: New file * make/custom/pc486.cfg: Use -m486 * make/custom/pc586.cfg: Use -mpentium * make/custom/pc686.cfg: Use -mmpentiumpro * make/custom/i386ex.cfg: Use -msoft-float
2000-08-252000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>Joel Sherrill2-14/+25
* custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
2000-08-252000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-3/+7
* ChangeLog: File paths corrected.
2000-08-112000-08-04 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>Joel Sherrill2-25/+37
* mvme167.cfg: Add specification of printk port, console port and serial I/O mode. Arrange for the stripped executable to be copied up the build tree.
2000-08-102000-08-10 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>Joel Sherrill2-19/+60
* mbx8xx.cfg: Support for shared printk and no termios. 2000-08-10 John Cotton <john.cotton@nrc.ca> * mbx8xx.cfg: Support added for dejagnu test harness.
2000-08-10New file.Joel Sherrill1-0/+4
2000-08-02Executables are now in binary format for download using network.Joel Sherrill1-3/+4
2000-08-01Produce Srecords.Joel Sherrill1-10/+6
2000-08-01Added sim68000 BSP for the BSVC simulator. This BSP includes theJoel Sherrill2-0/+78
alias simcpu32 that supports the CPU32 simulator in BSVC. At this point, it is still under development.
2000-08-01Patch rtems-rc-20000731-2-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill12-20/+20
that does the following: Changes: Remove $(SED) and $(CP) from make/custom/*.cfg Motivation: * autoconf and automake presuppose sed and cp to be present. * make/host.cfg.in already contains SED = sed hard-coded into it for a long time. * Elimination of make-variables * Eliminate make/*.cfg files or at least reduce their complexity :)
2000-07-31New bsp for simulator in gdb. Does not work yet.Joel Sherrill1-0/+53
2000-07-27Patch rtems-rc-20000713-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-27/+0
Removed obsolete flags from new custom files.
2000-07-27Port of RTEMS to the ARM processor family by Eric ValetteJoel Sherrill1-0/+95
<valette@crf.canon.fr> and Emmanuel Raguet <raguet@crf.canon.fr> of Canon CRF - Communication Dept. This port includes a basic BSP that is sufficient to link hello world.
2000-07-26Patch from Charles-Antoine Gauthier <charles.gauthier@nrc.ca> thatJoel Sherrill1-1/+1
removes warnings from the network.c file and has slight additions to the configuration file to support Java.
2000-07-26Port of RTEMS to the Texas Instruments C3x/C4x DSP families includingJoel Sherrill1-1/+2
a BSP (c4xsim) supporting the simulator included with gdb. This port was done by Joel Sherrill and Jennifer Averett of OAR Corporation. Also included with this port is a space/time optimization to eliminate FP context switch management on CPUs without hardware or software FP. An issue with this port was that sizeof(unsigned32) = sizeof(unsigned8) on this CPU. This required addressing alignment checks and assumptions as well as fixing code that assumed sizeof(unsigned32) == 4.
2000-07-13Patch rtems-rc-20000713-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill44-226/+0
that is yet another multilib-related structual cleanup patch: Changes: * Make RTEMS_TEST_NO_PAUSE a tests/ subpackage specific option. - Remove RTEMS_TEST_NO_PAUSE from custom/*.cfg, targopts.h and cpuopts.h. - Add autoconf macros RTEMS_*_RTEMS_TEST_NO_PAUSE (aclocal/rtems-test-no-pause.m4). - Add RTEMS_*_RTEMS_TEST_NO_PAUSE support to sptests/configure.ins and tmtests/configure.in. These are the only subdirectories which currently apply RTEMS_TEST_NO_PAUSE. - Add autoconf-DEFS support to all test subpackages' configure.ins below tests/. I.e. AC_DEFINES now get explicitly propagated as preprocessor defines into Makefiles, cf. AM_CPPFLAGS in tests/*/*.am, instead of using a global config-files. - Remove NDEBUG from custom/*.cfg. * AC_DEFINE POSIX_API, ITRON_API and MULTIPROCESSING in exec/configure.in, only. - All other sources now should relay on the values from cpuopts.h and should not define them themselves. - Several related changes to many configure.ins * Bug-fixes to RTEMS_*_RTEMS_DEBUG macros (Actually workarounds to quoting bugs in autoconf). Notes: * This patch is rather immature and only tested for a small subset of BSPs (requires the tests to be enabled and therefore takes an tremendous amount of disc space and time.) * The patches to *cfg were generated by a script. Expect file formating changes :)
2000-07-13Removed NDEBUG as a per BSP option.Joel Sherrill44-217/+5