summaryrefslogtreecommitdiffstats
path: root/make (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-012008-10-01 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius3-3/+6
* custom/gen83xx.cfg, custom/lpc2478.cfg: Remove warning flags.
2008-09-302008-09-30 Jennifer Averett <jennifer.averett@oarcorp.com>Joel Sherrill2-1/+6
* custom/score603e.cfg: Modifications required to run on hardware. Some cleanup.
2008-09-302008-09-30 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* custom/m5484FireEngine.cfg: Eliminate RTEMS_54XX_DERIVATE (Unused).
2008-09-30Eliminate RTEMS_54XX_DERIVATE (Unused).Ralf Corsepius1-1/+0
2008-09-302008-09-30 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* custom/pghplus.cfg, custom/tqm8xx.cfg, custom/tqm8xx_stk8xx.cfg: Eliminate RTEMS_TQM_MODEL (Unused).
2008-09-30Eliminate RTEMS_TQM_MODEL (Unused).Ralf Corsepius3-3/+1
2008-09-302008-09-30 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+9
* custom/brs5l.cfg, custom/gen5200.cfg, custom/gen83xx.cfg, custom/genmcf548x.cfg, custom/hsc_cm01.cfg, custom/icecube.cfg, custom/lpc2478.cfg, custom/m5484FireEngine.cfg, custom/mpc5566evb.cfg, custom/mpc55xx.cfg, custom/mpc8313erdb.cfg, custom/mpc8349eamds.cfg, custom/pgh360.cfg, custom/pm520_cr825.cfg custom/pm520_ze30.cfg: Remove RTEMS_BOARD_MODEL.
2008-09-30Remove RTEMS_BOARD_MODEL.Ralf Corsepius15-19/+5
2008-09-302008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-9/+9
* custom/simsh1.cfg, custom/simsh2.cfg, custom/simsh4.cfg: Make all use RTEMS_BSP_FAMILY.
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* custom/simsh1.cfg, custom/simsh2.cfg: Remove Author notice.
2008-09-29Remove Author notice.Ralf Corsepius2-4/+0
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill6-45/+22
* Makefile.am, custom/simsh4.cfg: Recognize the the GDB SuperH simulator is just an architectural simulator and does not include devices. Rename existing simulator BSP configurations to simsh1 and simsh2 and add simsh4. * custom/simsh1.cfg, custom/simsh2.cfg: New files. * custom/shsim.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg: Removed.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-23/+4
* custom/bf537skyeye.cfg: Removed.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-1/+32
* custom/bf537Stamp.cfg, custom/erc32.cfg: Add skyeye alias for bf537stamp. * custom/bf537skyeye.cfg: New file.
2008-09-232008-09-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+8
* custom/lpc2478.cfg: Comment out use of U-Boot specific mkimage since we do not reliably know it is installed.
2008-09-22added BSP for ARM LPC24xxThomas Doerfler2-0/+28
2008-09-192008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill6-6/+10
* custom/ep1a.cfg, custom/mtx603e.cfg, custom/mvme2100.cfg, custom/psim.cfg, custom/score603e.cfg: Eliminate vestiges of mpc603e define.
2008-09-182008-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill15-53/+10
* 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.
2008-09-182008-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-13/+8
PR 1314/bsps * custom/mvme3100.cfg: Remove old stuff.
2008-09-172008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-30/+4
* compilers/gcc-no_bsp.cfg: Eliminate some obsolete junk.
2008-09-152008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+8
* leaf.cfg: LINK.c and LINK.cc include LDFLAGS so do not include it in make-exe and make-cxx-exe definitions. This was resulting in the linker script being processed twice and breaking some BSPs.
2008-09-092008-09-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill12-69/+26
* leaf.cfg, compilers/gcc-target-default.cfg, custom/bf537Stamp.cfg, custom/gen5200.cfg, custom/gen83xx.cfg, custom/genmcf548x.cfg, custom/mbx8xx.cfg, custom/mpc55xx.cfg, custom/nds.cfg, custom/pc386.cfg, custom/tqm8xx.cfg: Remove use of AM_LDFLAGS. Ensure LDFLAGS works all the time. Clean up BSPs which defined their own make-exe rules inappropriately.
2008-09-08added BSP for tqm8xx based boardsThomas Doerfler3-0/+49
2008-09-03More CPU_CFLAGS: -meabi -msdata -fno-commonThomas Doerfler2-1/+7
2008-08-152008-08-15 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2-0/+37
* custom/bf537Stamp.cfg: New file.
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