summaryrefslogtreecommitdiffstats
path: root/make/custom/c4xsim.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-151-21/+0
| | | | | * custom/c3xsim.cfg, custom/c4xsim.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
* 2008-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-181-3/+0
| | | | | | | | | * compilers/gcc-no_bsp.cfg, compilers/gcc-target-default.cfg, custom/bare.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg, custom/default.cfg, custom/haleakala.cfg, custom/mbx8xx.cfg, custom/mvme2307.cfg, custom/mvme3100.cfg, custom/mvme5500.cfg, custom/posix.cfg, custom/ss555.cfg, custom/virtex.cfg: Eliminate START_BASE and START_FILE.
* Make all BSPs use the same rules for invoking gcc and g++ to link an ↵Joel Sherrill2008-03-061-13/+0
| | | | application. Share as much logic as possible for .num file and size information. Let BSPs provide custom rules to tranform executable from linked .exe to downloadable RTEMS Application Loadable File (RALF) .ralf file.
* Add -g to CFLAGS_OPTIMIZE_V.Ralf Corsepius2007-01-181-1/+1
|
* Misc cleanups.Ralf Corsepius2007-01-181-0/+3
|
* Cosmetics.Ralf Corsepius2007-01-181-1/+1
|
* Remove obsolete comments referring to gcc-2.8.Ralf Corsepius2007-01-181-2/+1
|
* Cosmetics.Ralf Corsepius2007-01-181-2/+2
|
* CFLAGS_OPTIMIZE_V = -O2Ralf Corsepius2007-01-171-2/+2
|
* Cleanup.Ralf Corsepius2006-11-301-2/+1
|
* 2004-10-18 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-181-6/+0
| | | | * custom/c3xsim.cfg, custom/c4xsim.cfg: Expand files.
* 2001-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-12-071-4/+0
| | | | | | | | | | | | | | | | | | | | | | | * custom/bare.cfg: Remove make-target-options. * custom/c4xsim.cfg: Ditto. * custom/cvme961.cfg: Ditto. * custom/efi68k.cfg: Ditto. * custom/gen68302.cfg: Ditto. * custom/gen68340.cfg: Ditto. * custom/genmongoosev.cfg: Ditto. * custom/gensh4.cfg: Remove make-target-options, remove GCC272 make-exe, remove empty lines. * custom/h8sim.cfg: Remove make-target-options. * custom/mcf5206elite.cfg: Ditto. * custom/mrm332.cfg: Ditto. * custom/mvme147.cfg: Ditto. * custom/ods68302.cfg: Ditto. * custom/p4000.cfg: Ditto. * custom/p4600.cfg: Ditto. * custom/p4650.cfg: Ditto. * custom/pc386.cfg: Ditto. * custom/portsw.cfg: Ditto. * custom/simsh4.cfg: Ditto.
* Patch rtems-rc-20000713-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-271-14/+0
| | | | Removed obsolete flags from new custom files.
* Port of RTEMS to the Texas Instruments C3x/C4x DSP families includingJoel Sherrill2000-07-261-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.
* BSP now compiles and links with CAVSL board information. This includesJoel Sherrill2000-02-291-1/+1
| | | | | | | | | | linkcmds updated, simio references removed, and switch to libchip for serial ports from simio. Added a MEMORY_MAP file to capture information about the various addresses on this board. In addition, many of the beta patches are now included.
* New port of RTEMS to TI C3x and C4x.Joel Sherrill2000-02-221-0/+59