summaryrefslogtreecommitdiffstats
path: root/make (follow)
Commit message (Collapse)AuthorAgeFilesLines
* updated gen83xx BSPThomas Doerfler2008-07-145-2/+64
| | | | | updated haleakala BSP added MPC55xx BSP
* added haleakala BSP contributed by Michael HamelThomas Doerfler2008-07-141-0/+30
|
* added BSP for mcf548xThomas Doerfler2008-07-112-0/+58
|
* added BSP to m68kThomas Doerfler2008-07-112-0/+26
| | | | adapted PPC exception code
* changesRalf Corsepius2008-06-292-1/+5
|
* 2008-06-20 Matthew Riek <matthew.riek@ibiscomputer.com.au>Joel Sherrill2008-06-202-0/+34
| | | | * custom/mcf5329.cfg: New file.
* 2008-06-19 Matthew Riek <matthew.riek@ibiscomputer.com.au>Chris Johns2008-06-192-1/+5
| | | | * custom/mcf52235.cfg: Change to mcf5223x.
* hris Johns <chrisj@rtems.org>Chris Johns2008-06-1119-18/+64
| | | | | | | | | | | | | | * custom/av5282.cfg, custom/csb360.cfg, custom/gen68302.cfg, custom/gen68340.cfg, custom/gen68360.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg, custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg, custom/ods68302.cfg, custom/sim68000.cfg, custom/simcpu32.cfg, custom/uC5282.cfg: Change CCFLAGS to use the -mcpu= option for Coldfires now supported in GCC 4.3.0. 2008-06-10 Matthew Riek <matthew.riek@ibiscomputer.com.au> * custom/mcf52235.cfg: New.
* 2008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-05-202-1/+5
| | | | * custom/nds.cfg: Email from author says to drop this flag.
* 2008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-05-202-0/+6
| | | | * leaf.cfg: Do not override bsp-post-link.
* 2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-062-1/+6
| | | | * Makefile.am: Add smdk2410.
* 2008-05-06 Ray Xu <rayx.cn@gmail.com>Joel Sherrill2008-05-063-3/+28
| | | | | * custom/gp32.cfg: Add smdk2410. Update gp32 to use shared code. * custom/smdk2410.cfg: New file.
* 2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-062-1/+5
| | | | * Makefile.am: Add nds.
* 2008-04-16 Matthieu Bucchianeri <mbucchia@gmail.com>Joel Sherrill2008-04-162-0/+48
| | | | * custom/nds.cfg: New file.
* 2008-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-03-124-2/+45
| | | | | * leaf.cfg, custom/pc386.cfg, custom/pc386dx.cfg: It appears that the default processor model optimization has changed in gcc 4.3.0.
* 2008-03-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-1132-78/+55
| | | | | | | | | | | | | | * custom/av5282.cfg, custom/bare.cfg, custom/default.cfg, custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/idp.cfg, custom/mbx8xx.cfg, custom/mcf5235.cfg, custom/mcp750.cfg, custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme3100.cfg, custom/mvme5500.cfg, custom/nios2_iss.cfg, custom/pc386.cfg, custom/posix.cfg, custom/score603e.cfg, custom/sim68000.cfg, custom/simcpu32.cfg, custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg, custom/virtex.cfg: Switch to explicit .exe instead of EXEEXT to get it to work.
* 2008-03-06 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-03-072-1/+5
| | | | * custom/mvme3100.cfg: Fixed typo, 'endef' not 'endif'.
* Make all BSPs use the same rules for invoking gcc and g++ to link an ↵Joel Sherrill2008-03-0673-917/+180
| | | | 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.
* 2008-02-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-02-201-0/+4
| | | | * custom/gen405.cfg, custom/helas403.cfg: Remove (Abandonded).
* Remove (Abandonded).Ralf Corsepius2008-02-192-93/+0
|
* 2008-02-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-02-112-5/+6
| | | | | * custom/mvme3100.cfg: Removed CFLAGS_PROFILE_V; added '-g' to CFLAGS_DEBUG_V.
* 2008-02-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-082-2/+6
| | | | * custom/pc386.cfg: Use file with symbols.
* 2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-312-0/+6
| | | | * custom/ss555.cfg: Add CVS Id.
* 2008-01-09 Eric Norum <norume@aps.anl.gov>Joel Sherrill2008-01-092-0/+12
| | | | * custom/mvme3100.cfg: Add make-cxx-exe rule.
* Formatting.Joel Sherrill2007-12-171-2/+2
|
* 2007-12-17 Chris Johns <chrisj@rtems.org>Chris Johns2007-12-174-37/+81
| | | | | | * custom/mcf5235.cfg, custom/mrm332.cfg, custom/pc386.cfg: Split the make-exe and make-cxx-exe into bsp-link-c, bsp-link-cxx and bsp-post-link make macros. This allow external autotools support.
* 2007-12-14 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-12-141-0/+44
| | | | * custom/mvme3100.cfg: Added; new BSP.
* 2007-12-14 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-12-141-0/+4
| | | | * custom/mvme3100.cfg: Added; new BSP.
* 2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-11-282-1/+5
| | | | * custom/mvme5500.cfg: Fix typo.
* 2007-11-27 Kate Feng <feng1@bnl.gov>Joel Sherrill2007-11-272-1/+6
| | | | | * custom/mvme5500.cfg: Add compiler arguments sine without them, the BSP has issues.
* 2007-11-03 Ray Xu <rayx.cn@gmail.com>Joel Sherrill2007-11-062-0/+25
| | | | | * custom/rtl22xx_t.cfg: New file, rtl22xx_t is a new bsp compiled with THUMB enabled
* fixed typoThomas Doerfler2007-08-101-1/+1
|
* added BSP hsc_cm01Thomas Doerfler2007-08-102-1/+17
|
* 2007-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-08-062-4/+11
| | | | | | * custom/icecube.cfg: Rename EP5200 to IceCube since that is the nickname for the Freescale evaluation board it is based upon. BSP was tested on a Freescale MPC5200LITE.
* 2007-08-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-08-052-2/+3
| | | | * custom/mcf5235.cfg: Remove bogus -m5200 from linker calls.
* 2007-08-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-08-052-2/+4
| | | | | * custom/av5282.cfg: Remove bogus -qnolinkcmds, -m5200 from linker calls.
* 2007-08-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-08-052-1/+5
| | | | * custom/gen83xx.cfg: Use -O2.
* 2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-282-1/+2
| | | | * custom/Linux-posix.cfg: Use -O2.
* 2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-282-1/+2
| | | | * custom/rbtx4938.cfg: Add missing -O2.
* 2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-282-1/+2
| | | | * custom/rtl22xx.cfg: Adjust indentation.
* Fix typo.Ralf Corsepius2007-07-281-1/+1
|
* 2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-282-1/+5
| | | | * custom/virtex.cfg: Use -O2.
* 2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-242-1/+7
| | | | | | * custom/Linux-posix.cfg: Make Linux link with just a C main -- avoid using C++ ctor trick. An RTEMS C++ application running on this BSP may have initialization order issues to address.
* 2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-242-1/+5
| | | | * custom/Linux-posix.cfg: Linux BSP must be linked with C++ compiler.
* 2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-112-0/+12
| | | | * custom/gen83xx.cfg: Add make-cxx-exe rule.
* Fixed typo.Joel Sherrill2007-07-111-1/+1
|
* compilable release of virtex/gen83xx/gen5200 powerpc adaptations. Merged ↵Thomas Doerfler2007-07-103-0/+60
| | | | many different versions of new exception handling code to shared sources.
* added virtex configurationThomas Doerfler2007-07-041-0/+57
|
* merged individual exception handler code to a common one.Thomas Doerfler2007-07-041-0/+5
|
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-212-1/+8
| | | | | | | * custom/Linux-posix.cfg: Merge patch from Till Straumann which would work except gcc core dumps with an ICE when may_alias is used in this code. I filed a GCC PR and reduced optimization to -O0 and it does run again.