summaryrefslogtreecommitdiffstats
path: root/make (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-14updated gen83xx BSPThomas Doerfler5-2/+64
updated haleakala BSP added MPC55xx BSP
2008-07-14added haleakala BSP contributed by Michael HamelThomas Doerfler1-0/+30
2008-07-11added BSP for mcf548xThomas Doerfler2-0/+58
2008-07-11added BSP to m68kThomas Doerfler2-0/+26
adapted PPC exception code
2008-06-29changesRalf Corsepius2-1/+5
2008-06-202008-06-20 Matthew Riek <matthew.riek@ibiscomputer.com.au>Joel Sherrill2-0/+34
* custom/mcf5329.cfg: New file.
2008-06-192008-06-19 Matthew Riek <matthew.riek@ibiscomputer.com.au>Chris Johns2-1/+5
* custom/mcf52235.cfg: Change to mcf5223x.
2008-06-11hris Johns <chrisj@rtems.org>Chris Johns19-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-202008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
* custom/nds.cfg: Email from author says to drop this flag.
2008-05-202008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+6
* leaf.cfg: Do not override bsp-post-link.
2008-05-062008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+6
* Makefile.am: Add smdk2410.
2008-05-062008-05-06 Ray Xu <rayx.cn@gmail.com>Joel Sherrill3-3/+28
* custom/gp32.cfg: Add smdk2410. Update gp32 to use shared code. * custom/smdk2410.cfg: New file.
2008-05-062008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+5
* Makefile.am: Add nds.
2008-04-162008-04-16 Matthieu Bucchianeri <mbucchia@gmail.com>Joel Sherrill2-0/+48
* custom/nds.cfg: New file.
2008-03-122008-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-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-112008-03-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill32-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-072008-03-06 Till Straumann <strauman@slac.stanford.edu>Till Straumann2-1/+5
* custom/mvme3100.cfg: Fixed typo, 'endef' not 'endif'.
2008-03-06Make all BSPs use the same rules for invoking gcc and g++ to link an ↵Joel Sherrill73-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-202008-02-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* custom/gen405.cfg, custom/helas403.cfg: Remove (Abandonded).
2008-02-19Remove (Abandonded).Ralf Corsepius2-93/+0
2008-02-112008-02-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2-5/+6
* custom/mvme3100.cfg: Removed CFLAGS_PROFILE_V; added '-g' to CFLAGS_DEBUG_V.
2008-02-082008-02-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+6
* custom/pc386.cfg: Use file with symbols.
2008-01-312008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-0/+6
* custom/ss555.cfg: Add CVS Id.
2008-01-092008-01-09 Eric Norum <norume@aps.anl.gov>Joel Sherrill2-0/+12
* custom/mvme3100.cfg: Add make-cxx-exe rule.
2007-12-17Formatting.Joel Sherrill1-2/+2
2007-12-172007-12-17 Chris Johns <chrisj@rtems.org>Chris Johns4-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-142007-12-14 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+44
* custom/mvme3100.cfg: Added; new BSP.
2007-12-142007-12-14 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+4
* custom/mvme3100.cfg: Added; new BSP.
2007-11-282007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+5
* custom/mvme5500.cfg: Fix typo.
2007-11-272007-11-27 Kate Feng <feng1@bnl.gov>Joel Sherrill2-1/+6
* custom/mvme5500.cfg: Add compiler arguments sine without them, the BSP has issues.
2007-11-062007-11-03 Ray Xu <rayx.cn@gmail.com>Joel Sherrill2-0/+25
* custom/rtl22xx_t.cfg: New file, rtl22xx_t is a new bsp compiled with THUMB enabled
2007-08-10fixed typoThomas Doerfler1-1/+1
2007-08-10added BSP hsc_cm01Thomas Doerfler2-1/+17
2007-08-062007-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-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-052007-08-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+3
* custom/mcf5235.cfg: Remove bogus -m5200 from linker calls.
2007-08-052007-08-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+4
* custom/av5282.cfg: Remove bogus -qnolinkcmds, -m5200 from linker calls.
2007-08-052007-08-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* custom/gen83xx.cfg: Use -O2.
2007-07-282007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+2
* custom/Linux-posix.cfg: Use -O2.
2007-07-282007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+2
* custom/rbtx4938.cfg: Add missing -O2.
2007-07-282007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+2
* custom/rtl22xx.cfg: Adjust indentation.
2007-07-28Fix typo.Ralf Corsepius1-1/+1
2007-07-282007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* custom/virtex.cfg: Use -O2.
2007-07-242007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-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-242007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+5
* custom/Linux-posix.cfg: Linux BSP must be linked with C++ compiler.
2007-07-112007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-0/+12
* custom/gen83xx.cfg: Add make-cxx-exe rule.
2007-07-11Fixed typo.Joel Sherrill1-1/+1
2007-07-10compilable release of virtex/gen83xx/gen5200 powerpc adaptations. Merged ↵Thomas Doerfler3-0/+60
many different versions of new exception handling code to shared sources.
2007-07-04added virtex configurationThomas Doerfler1-0/+57
2007-07-04merged individual exception handler code to a common one.Thomas Doerfler1-0/+5
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-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.