source: rtems/make/ChangeLog @ 00d25f31

4.104.114.95
Last change on this file since 00d25f31 was 00d25f31, checked in by Joel Sherrill <joel.sherrill@…>, on 05/06/08 at 21:23:08

2008-05-06 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Add smdk2410.
  • Property mode set to 100644
File size: 46.1 KB
Line 
12008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am: Add smdk2410.
4
52008-05-06      Ray Xu <rayx.cn@gmail.com>
6
7        * custom/gp32.cfg: Add smdk2410. Update gp32 to use shared code.
8        * custom/smdk2410.cfg: New file.
9
102008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * Makefile.am: Add nds.
13
142008-04-16      Matthieu Bucchianeri <mbucchia@gmail.com>
15
16        * custom/nds.cfg: New file.
17
182008-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * leaf.cfg, custom/pc386.cfg, custom/pc386dx.cfg: It appears that the
21        default processor model optimization has changed in gcc 4.3.0.
22
232008-03-11      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * custom/av5282.cfg, custom/bare.cfg, custom/default.cfg,
26        custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/idp.cfg,
27        custom/mbx8xx.cfg, custom/mcf5235.cfg, custom/mcp750.cfg,
28        custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg,
29        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
30        custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg,
31        custom/mvme3100.cfg, custom/mvme5500.cfg, custom/nios2_iss.cfg,
32        custom/pc386.cfg, custom/posix.cfg, custom/score603e.cfg,
33        custom/sim68000.cfg, custom/simcpu32.cfg, custom/ss555.cfg,
34        custom/ts_386ex.cfg, custom/uC5282.cfg, custom/virtex.cfg: Switch to
35        explicit .exe instead of EXEEXT to get it to work.
36
372008-03-06      Till Straumann <strauman@slac.stanford.edu>
38
39        * custom/mvme3100.cfg: Fixed typo, 'endef' not 'endif'.
40
412008-02-19      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * custom/gen405.cfg, custom/helas403.cfg: Remove (Abandonded).
44
452008-02-11      Till Straumann <strauman@slac.stanford.edu>
46
47        * custom/mvme3100.cfg: Removed CFLAGS_PROFILE_V;
48        added '-g' to CFLAGS_DEBUG_V.
49
502008-02-08      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * custom/pc386.cfg: Use file with symbols.
53
542008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * custom/ss555.cfg: Add CVS Id.
57
582008-01-09      Eric Norum <norume@aps.anl.gov>
59
60        * custom/mvme3100.cfg: Add make-cxx-exe rule.
61
622007-12-17      Chris Johns <chrisj@rtems.org>
63
64        * custom/mcf5235.cfg, custom/mrm332.cfg, custom/pc386.cfg: Split
65        the make-exe and make-cxx-exe into bsp-link-c, bsp-link-cxx and
66        bsp-post-link make macros. This allow external autotools support.
67
682007-12-14      Till Straumann <strauman@slac.stanford.edu>
69
70        * custom/mvme3100.cfg: Added; new BSP.
71
722007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * custom/mvme5500.cfg: Fix typo.
75
762007-11-27      Kate Feng <feng1@bnl.gov>
77
78        * custom/mvme5500.cfg: Add compiler arguments sine without them, the
79        BSP has issues.
80
812007-11-03      Ray Xu <rayx.cn@gmail.com>
82
83        * custom/rtl22xx_t.cfg: New file, rtl22xx_t is a new bsp compiled
84        with THUMB enabled
85
862007-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * custom/icecube.cfg: Rename EP5200 to IceCube since that is the
89        nickname for the Freescale evaluation board it is based upon. BSP was
90        tested on a Freescale MPC5200LITE.
91
922007-08-05      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * custom/mcf5235.cfg: Remove bogus -m5200 from linker calls.
95        * custom/av5282.cfg: Remove bogus -qnolinkcmds, -m5200 from linker
96          calls.
97        * custom/gen83xx.cfg: Use -O2.
98
992007-07-28      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * custom/Linux-posix.cfg: Use -O2.
102        * custom/rbtx4938.cfg: Add missing -O2.
103        * custom/rtl22xx.cfg: Adjust indentation.
104        * custom/virtex.cfg: Use -O2.
105
1062007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * custom/Linux-posix.cfg: Make Linux link with just a C main -- avoid
109        using C++ ctor trick. An RTEMS C++ application running on this BSP
110        may have initialization order issues to address.
111
1122007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * custom/Linux-posix.cfg: Linux BSP must be linked with C++ compiler.
115
1162007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * custom/gen83xx.cfg: Add make-cxx-exe rule.
119
1202007-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
121
122        * custom/gen83xx.cfg, custom/mpc8349eamds.cfg: added file to support
123        MPC83xx controller based boards
124       
1252007-07-02      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
126
127        * custom/virtex.cfg: added file to support PPC core in a xilinx
128        virtex FPGA
129       
1302007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * custom/Linux-posix.cfg: Merge patch from Till Straumann which would
133        work except gcc core dumps with an ICE when may_alias is used in this
134        code. I filed a GCC PR and reduced optimization to -O0 and it does
135        run again.
136
1372007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * Templates/Makefile.leaf: At suggestion of Robert Grimes add commented
140        out make-cxx-exe usage example.
141
1422007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * custom/gen5200.cfg: Remove junk comment.
145        * custom/ep5200.cfg: New file.
146
1472007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * custom/armulator.cfg: Removed.
150
1512007-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * custom/mvme5500.cfg: Use -O2 again.
154
1552007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * Makefile.am: DMV152 obsoleted.
158        * custom/dmv152.cfg: Removed.
159
1602007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * Makefile.am: Per Jiri Gaisler remove unused erc32nfp and leon1 BSP
163        variants.
164        * custom/erc32nfp.cfg, custom/leon1.cfg: Removed.
165
1662007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/pc386.cfg,
169        custom/sim68000.cfg, custom/ts_386ex.cfg: Clean up to use .nxe
170        extension instead of BSP unique ones.
171
1722007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
173
174        * compilers/gcc-no_bsp.cfg: There are no longer any required managers.
175        Plus some cleanup
176
1772007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        * leaf.cfg, compilers/gcc-no_bsp.cfg: Add optional manager stub
180        for Classic API Barrier.
181
1822007-04-26      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * custom/rtl22xx.cfg: Cleanup.
185        * Makefile.am: Add custom/rtl22xx.cfg.
186
1872007-04-26      Ray Xu <xr@trasin.net>
188
189        * custom/rtl22xx.cfg: New (Initial submission).
190
1912007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        * Makefile.am: Cleanup.
194
1952007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
198        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
199        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
200        custom/bare.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
201        custom/csb336.cfg, custom/csb360.cfg, custom/dmv152.cfg,
202        custom/eZKit533.cfg, custom/edb7312.cfg, custom/ep1a.cfg,
203        custom/erc32.cfg, custom/erc32nfp.cfg, custom/gba.cfg,
204        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
205        custom/gen68340.cfg, custom/gen68360.cfg, custom/gensh1.cfg,
206        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
207        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
208        custom/i386ex.cfg, custom/idp.cfg, custom/jmr3904.cfg,
209        custom/leon2.cfg, custom/leon3.cfg, custom/mbx821_002b.cfg,
210        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
211        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
212        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
213        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
214        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
215        custom/nios2_iss.cfg, custom/ods68302.cfg, custom/pc386.cfg,
216        custom/psim.cfg, custom/rbtx4925.cfg, custom/score603e.cfg,
217        custom/sim68000.cfg, custom/simcpu32.cfg, custom/simsh4.cfg,
218        custom/simsh7032.cfg, custom/simsh7045.cfg, custom/ss555.cfg,
219        custom/ts_386ex.cfg: Add -g to CFLAGS_OPTIMIZE_V.
220
2212007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * custom/gensh1.cfg, custom/gensh2.cfg, custom/gensh4.cfg,
224        custom/hurricane.cfg, custom/rbtx4925.cfg, custom/simsh4.cfg:
225        Use $(NM) -g -n instead of $(NM) -n.
226        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
227        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
228        custom/Solaris-posix.cfg: Use $(NM) -g -n instead of $(NM) -ng.
229
2302007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
231
232        * custom/score603e.cfg: CFLAGS_OPTIMIZE_V = -O2. Remove
233        DRIVER_ARCHITECTURE.
234        * custom/av5282.cfg, custom/bare.cfg, custom/dmv152.cfg,
235        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
236        custom/gen68340.cfg, custom/gen68360.cfg, custom/helas403.cfg,
237        custom/hurricane.cfg, custom/i386ex.cfg, custom/idp.cfg,
238        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
239        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
240        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
241        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
242        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
243        custom/ods68302.cfg, custom/pc386.cfg, custom/psim.cfg,
244        custom/rbtx4925.cfg, custom/sim68000.cfg, custom/simcpu32.cfg,
245        custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg,
246        custom/gensh2.cfg, custom/gensh4.cfg, custom/shsim.cfg,
247        custom/simsh4.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg,
248        custom/h8sim.cfg, custom/csb336.cfg, custom/edb7312.cfg,
249        custom/gba.cfg: CFLAGS_OPTIMIZE_V = -O2.
250        * custom/gba.cfg, custom/mbx8xx.cfg, custom/ss555.cfg: Remove
251        CXXFLAGS_OPTIMIZE_V.
252
2532007-01-17      Ralf Corsépius <ralf.corsepius@rtems.org>
254
255        * custom/eZKit533.cfg: CFLAGS_OPTIMIZE = -O0.
256        * custom/gensh1.cfg, custom/ep1a.cfg, custom/erc32.cfg,
257        custom/erc32nfp.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
258        custom/armulator.cfg, custom/gp32.cfg: CFLAGS_OPTIMIZE_V = -O2.
259
2602006-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
261
262        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
263        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
264        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
265        custom/bare.cfg,  custom/c3xsim.cfg, custom/c4xsim.cfg,
266        custom/csb336.cfg, custom/csb337.cfg, custom/csb350.cfg,
267        custom/csb360.cfg, custom/dmv152.cfg, custom/eZKit533.cfg,
268        custom/edb7312.cfg, custom/ep1a.cfg, custom/erc32.cfg,
269        custom/erc32nfp.cfg, custom/gba.cfg, custom/gen405.cfg,
270        custom/gen5200.cfg, custom/gen68302.cfg, custom/gen68340.cfg,
271        custom/gen68360.cfg, custom/genmongoosev.cfg, custom/gensh1.cfg,
272        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
273        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
274        custom/i386ex.cfg, custom/idp.cfg,
275        custom/jmr3904.cfg,custom/leon2.cfg, custom/leon3.cfg,
276        custom/mbx821_002b.cfg, custom/mbx8xx.cfg, custom/mcf5206elite.cfg,
277        custom/mcf5235.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg,
278        custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg,
279        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
280        custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg,
281        custom/mvme5500.cfg, custom/ods68302.cfg, custom/pc386.cfg,
282        custom/psim.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg,
283        custom/score603e.cfg, custom/shsim.cfg, custom/sim68000.cfg,
284        custom/simcpu32.cfg, custom/simsh4.cfg, custom/simsh7032.cfg,
285        custom/simsh7045.cfg, custom/ss555.cfg, custom/ts_386ex.cfg:
286        Cleanup.
287
2882006-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
289
290        * custom/uC5282.cfg: Remove hard-code compiler flags.
291        * custom/av5282.cfg, custom/csb360.cfg, custom/mcf5206elite.cfg,
292        custom/mcf5235.cfg: Remove ASFLAGS, CPU_ASFLAGS (Unused).
293
2942006-10-23      Joel Sherrill <joel@OARcorp.com>
295
296        * custom/eZKit533.cfg: New file.
297
2982006-09-08      Kate Feng <feng1@bnl.gov>
299
300        PR 1150/bsps
301        * custom/mvme5500.cfg: This is a follow-up of the PR846 due to the fact
302        that gcc (4.0.2) implicitely uses the vector engine for optimization;
303        -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec is better.
304
3052006-08-09      Kolja Waschk <waschk@telos.de>
306
307        * Makefile.am: New port to Altera NIOS II.
308        * custom/nios2_iss.cfg: New file.
309
3102006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
311
312        * custom/brsl5.cfg: (PR1117) added
313       
3142006-06-08      Bruce Robinson <brucer@pmccorp.com>
315       
316        * custom/rbtx4925.cfg:  Fix CPU_CFLAGS defines.
317        * custom/rbtx4938.cfg:  Fix CPU_CFLAGS defines.
318
3192005-04-10      Eric Norum <norume@aps.anl.gov>
320
321        *  custom/uC5282.cfg: Keep frame pointer -- gdb is much more useful.
322
3232006-03-16      Ralf Corsepius <ralf.corsepius@rtems.org>
324
325        * custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg:
326        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
327        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg:
328        Remove (abandoned).
329
3302006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
331
332        * custom/leon1.cfg, custom/leon2.cfg, custom/leon3.cfg, sis.cfg:
333        Merger from rtems-4-6-branch.
334
3352006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
336
337        PR 851/bsps
338        * custom/gen5200.cfg, custom/pm520_cr825.cfg, custom/pm520_ze30.cfg:
339        New (Submission by Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>).
340
3412005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
342
343        * custom/gba.cfg, custom/pc386.cfg: Use .elf instead of .obj.
344
3452005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
346
347        * custom/dmv152.cfg, custom/i386ex.cfg, custom/idp.cfg,
348        custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg,
349        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg:
350        Use .srec for files containing SRECs.
351
3522005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
353
354        * custom/gp32.cfg: Replace .gxb with .elf.
355        * custom/i386ex.cfg, custom/ts_386ex.cfg: Replace .coff with .elf.
356
3572005-11-03      Till Straumann <strauman@slac.stanford.edu>
358
359        * custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use
360        -mcpu=750 instead.
361
3622005-09-18      Ralf Corsepius <ralf.corsepius@rtems.org>
363
364        * custom/orp.cfg: Remove (abandoned).
365        * custom/av5282.cfg: Remove obsolete vars.
366        * custom/gba.cfg: Remove PROFILE* (abandoned).
367        Remove -static (bogus).
368
3692005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
370
371        PR 822/bsps
372        * custom/mbx860_001b.cfg, custom/mbx860_1b.cfg: New files.
373
3742005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
375
376        * custom/av5282.cfg: New file.
377
3782005-06-17      Markku Puro <markku.puro@kopteri.net>
379
380        * Makefile.am: Adding GameBoy Advance BSP.
381        * custom/gba.cfg: New file.
382
3832005-06-17      Joel Sherrill <joel@OARcorp.com>
384
385        * custom/mcf5235.cfg: New file.
386
3872005-06-01      Philippe Simons <loki_666@fastmail.fm>
388
389        * custom/gp32.cfg: Add make-cxx-exe.
390
3912005-05-27      Ralf Corsepius <ralf.corsepius@rtems.org>
392
393        * custom/mbx860_005b.cfg, custom/mcp750.cfg, custom/mtx603e.cfg,
394        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg:
395        Remove RTEMS_PPC_EXCEPTION_PROCESSING_MODEL (Obsolete).
396
3972005-05-02      Joel Sherrill <joel@OARcorp.com>
398
399        * Makefile.am: Remove dmv177 and ppcn_60x.
400        * custom/dmv177.cfg: Removed.
401
4022005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
403
404        * custom/ppcn_60x.cfg: Remove (Gone from libbsp).
405
4062005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
407
408        * Makefile.am: Initial release of ep1a bsp
409        * custom/ep1a.cfg: New file.
410
4112005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
412
413        * custom/score603e.cfg: Update score603e to new exception model
414        NOTE: These modifications have not been tested on hardware.
415
4162005-03-11      Jay Monkman <jtm@lopingdog.com>
417
418        * custom/vegaplus.cfg: Removed.
419
4202005-03-11      Philippe Simons <loki_666@fastmail.fm>
421
422        * custom/gp32.cfg: New file.
423
4242005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
425
426        * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI.
427        * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V.
428        Remove -Wa,-m7450.
429
4302005-02-25      Joel Sherrill <joel@OARcorp.com>
431
432        * custom/jmr3904.cfg: arm_bare_bsp obsoleted.
433        * custom/arm_bare_bsp.cfg: Removed.
434
4352005-02-24      Jay Monkman <jtm@lopingdog.com>
436
437        * custom/csb350.cfg: New BSP.
438
4392005-02-24      Jay Monkman <jtm@lopingdog.com>
440
441        * custom/csb337.cfg: Cleanup.
442
4432005-02-08      Eric Norum <norume@aps.anl.gov>
444
445        * custom/uC5282.cfg: Put -m5200 back in link-edit commands until
446        proper versions of gcc (which take -m528x as an order to load the
447        -m5200 multilib variants) are widely available.
448
4492005-02-05      Ralf Corsepius <ralf.corsepius@rtems.org>
450
451        * custom/uC5282.cfg: Cleanup.
452
4532005-01-28      Eric Norum <norume@aps.anl.gov>
454
455        * Makefile.am, custom/uC5282.cfg: New BSP
456
4572005-01-20      Joel Sherrill <joel@OARcorp.com>
458
459        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg,
460        custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg,
461        custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg,
462        custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for
463        gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
464
4652005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
466
467        * compilers/gcc-portsw.cfg: Remove.
468        * Makefile.am: Reflect change above.
469
4702004-11-23      Joel Sherrill <joel@OARcorp.com>
471
472        * Makefile.am: Remove eth_comm.
473        * custom/eth_comm.cfg: Removed.
474
4752004-11-22      Jennifer Averett <jennifer@OARcorp.com>
476
477        PR 581/bsps
478        * custom/psim.cfg: Convert PSIM to new exception model.
479
4802004-11-17      Joel Sherrill <joel@OARcorp.com>
481
482        * custom/mvme2100.cfg: Add make-cxx-exe rule.
483
4842004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
485
486        * Makefile.am: Add MVME2100 BSP.
487        * custom/mvme2100.cfg: New file.
488
4892004-11-05      Joel Sherrill <joel@OARcorp.com>
490
491        * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
492        architecture name for RTEMS. Since this was used as the -mcpu
493        argument to GCC, that also had to be changed.
494
4952004-10-26      Eric Norum <norume@aps.anl.gov
496
497        * custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
498
4992004-10-20      Eric Norum <norume@aps.anl.gov
500
501        * custom/mvme5500.cfg: New BSP.
502
5032004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
504
505        * custom/c3xsim.cfg, custom/c4xsim.cfg: Expand files.
506
5072004-09-29      Joel Sherrill <joel@OARcorp.com>
508
509        * custom/h8sim.cfg: i960 obsoleted.
510        * custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
511
5122004-08-03      Jay Monkman <jtm@lopingdog.com>
513
514        * custom/csb360.cfg: New file.
515
5162004-07-15      Jay Monkman
517
518        * custom/csb336.cfg, custom/csb337.cfg: New files.
519
5202004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
521
522        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
523        with FreeBSD and now unused).
524        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
525
5262004-04-12      David Querbach <querbach@realtime.bc.ca>
527
528        * custom/ss555.cfg: New file.
529
5302004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
531
532        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
533        with Cygwin and now unused).
534
5352004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
536
537        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
538
5392004-03-05      Joel Sherrill <joel@OARcorp.com>
540
541        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
542        support.
543
5442004-02-26      Joel Sherrill <joel@OARcorp.com>
545
546        PR 570/bsps
547        * custom/mvme2307.cfg: Do not use -msdata=eabi since
548        it breaks the linking of the vectors.
549
5502004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * Makefile.am: Cosmetics.
553
5542004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
557        dist_rtems_make_custom_DATA = custom/default.cfg.
558
5592004-02-05      Joel Sherrill <joel@OARcorp.com>
560
561        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
562        these -- copied from the 4.6 branch.
563
5642004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        PR 553/bsps
567        * custom/mrm332.cfg: Comment out objdump.
568
5692004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
572
5732004-01-20      Joel Sherrill <joel@OARcorp.com>
574
575        PR 553/bsps
576        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
577        comment.
578
5792004-01-07      Joel Sherrill <joel@OARcorp.com>
580
581        * Makefile.am: Remove efi68k and efi332 references as they are no
582        longer in the tree.
583
5842004-01-07      Joel Sherrill <joel@OARcorp.com>
585
586        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
587        users of these boards so we are removing them.
588        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
589
5902004-01-07      Joel Sherrill <joel@OARcorp.com>
591
592        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
593
5942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * Makefile.am: EXTRA_DIST +=.
597
5982003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * custom/Makefile.am: Remove.
601        * Makefile.am: Merge-in former custom/Makefile.am
602
6032003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
606        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
607
6082003-09-26      Joel Sherrill <joel@OARcorp.com>
609
610        * custom/simhppa.cfg: Removed.
611
6122003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
615
6162003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        PR 470/bsps
619        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
620        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
621        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
622
6232003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
626        the BSP's configure-script).
627        Remove BSP_CPPFLAGS (Obsolete).
628
6292003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        PR 321/bsps
632        * leaf.cfg: Remove support for profile-variant.
633        * main.cfg: Ditto.
634        * compilers/gcc-no_bsp.cfg: Ditto.
635        * compilers/gcc-portsw.cfg: Ditto.
636        * compilers/gcc-target-default.cfg: Ditto.
637
6382003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
639
640        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
641
6422003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
643
644        PR 368/filesystems
645        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
646        with this PR for alias BSPs.
647
6482003-03-18  Till Straumann <strauman@slac.stanford.edu>
649
650        PR 356/bsps
651        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
652        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
653
6542003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
655
656        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
657
6582003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
661        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
662        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
663        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
664
6652003-02-14      Joel Sherrill <joel@OARcorp.com>
666
667        AMD a29k obsolete.
668        * custom/portsw.cfg: Removed.
669
6702003-01-20      Duane Gustavus <duane@unt.edu>
671
672        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
673
6742003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
677        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
678        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
679        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
680        Move -D_BSD_SOURCE to CPU_CFLAGS.
681        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
682        Move -Dsolaris2 to CPU_CFLAGS.
683        Remove -D__EXTENSIONS__.
684
6852002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * custom/posix.cfg: Remove comment referring to host.cfg.
688
6892002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * custom/default.cfg: Pickup target.cfg from BSP directory.
692
6932002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
694
695        * custom/mtx603e.cfg: New file.
696
6972002-11-17      Joel Sherrill <joel@OARcorp.com>
698
699        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
700        build variants work for user applications post install.
701
7022002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
705        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
706        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
707        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
708        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
709
7102002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
711
712        * custom/edb7312.cfg: New file.
713
7142002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
717        obsolete Makefile.
718        * leaf.cfg: Various changes to LIBVARIANT processing.
719        * main.cfg: Ditto.
720
7212002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * Makefile.am: Add compilers/*.
724        * compilers/Makefile.am: Remove.
725        * lib.cfg: Remove.
726        * directory.cfg: Remove.
727        * README: Remove.
728
7292002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * Makefile.am: Add Templates/*.
732        * Templates/Makefile.am: Remove.
733
7342002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
737
7382002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
741        * custom/HPUX9-posix.cfg: Ditto.
742        * custom/Linux-posix.cfg: Ditto.
743
7442002-10-02      Joel Sherrill <joel@OARcorp.com>
745
746        * custom/armulator.cfg: Remove reference to PowerPC arguments.
747
7482002-09-13      Joel Sherrill <joel@OARcorp.com>
749
750        * Part of addressing PR281.
751        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
752        * compilers/gcc-target-default.cfg: Removed remaining support for
753        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
754        as one of the LDFLAGS when the debug variant is specified.
755
7562002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * custom/posix.cfg: Don't include host.cfg.
759
7602002-08-09      Joel Sherrill <joel@OARcorp.com>
761
762        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
763
7642002-08-07      Ivan Guzvinec <ivang@opencores.org>
765
766        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
767
7682002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
771
7722002-08-06      Joel Sherrill <joel@OARcorp.com>
773
774        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
775        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
776
7772002-08-06      Chris Ziomkowski <chris@asics.ws>
778
779        * custom/or32sim.cfg: New file added as part of merge from
780        OpenCores repository.
781
7822002-08-05      Joel Sherrill <joel@OARcorp.com>
783
784        * Per PR260 eliminate use of make-target-options.  This impacted
785        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
786        SuperCore and required that the m68k optimized memcpy be moved
787        to libcpu.
788        * custom/gen68360.cfg: Remove make-target-options.
789
7902002-08-01      Joel Sherrill <joel@OARcorp.com>
791
792        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
793        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
794
7952002-08-01      Joel Sherrill <joel@OARcorp.com>
796
797        * custom/mvme136.cfg: Remove make-target-options.
798
7992002-07-30      Joel Sherrill <joel@OARcorp.com>
800
801        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
802        will disappear when make clean is performed.
803
8042002-07-24      Joel Sherrill <joel@OARcorp.com>
805
806        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
807        to use gcc 3.1 arguments.
808
8092002-07-22      Joel Sherrill <joel@OARcorp.com>
810
811        * Templates/Makefile.leaf: Clarify the MANAGERS example.
812
8132002-07-01      Joel Sherrill <joel@OARcorp.com>
814
815        * custom/p4650.cfg: Update arguments to gcc3.
816
8172002-06-14      Joel Sherrill <joel@OARcorp.com>
818
819        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
820        to gcc 3.1 arguments.
821
8222002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
823
824        * custom/dmv177.cfg: Use -mcpu=603e.
825        * custom/ppcn_60x.cfg: Use -mcpu=603e.
826        * custom/psim.cfg: Use -mcpu=603e.
827        * custom/score603e.cfg: Use -mcpu=603e.
828        * custom/ts_386ex.cfg: Remove obsolete comments.
829        * custom/rxgen960.cfg: Remove obsolete comments.
830        * custom/cvme961.cfg: Remove obsolete comments.
831
8322001-05-09      Joel Sherrill <joel@OARcorp.com>
833
834        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
835        compatable arguments.
836 
8372002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
840        Remove obsolete comments.
841        * custom/eth_comm.cfg: Remove make-target-options.
842        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
843        CPU_CFLAGS.
844        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
845        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
846        * custom/mbx8xx.cfg: Remove make-target-options.
847        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
848        Remove obsolete comments.
849        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
850        Remove obsolete comments.
851        * custom/mpc8260ads.cfg: Remove make-target-options.
852        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
853        CPU_CFLAGS.
854        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
855        Remove obsolete comments.
856        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
857        CPU_CFLAGS.
858        Remove obsolete comments.
859        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
860        Remove obsolete comments.
861        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
862        CPU_CFLAGS.
863        Remove obsolete comments.
864
8652002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * custom/gen405.cfg: Remove -D__powerpc__.
868
8692002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
870
871        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
872        * custom/erc32.cfg: Ditto.
873        * custom/leon2.cfg: Ditto.
874
875
8762002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
879        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
880        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
881
8822002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * custom/cvme961.cfg: Remove GCC272 support.
885        * custom/dmv152.cfg: Remove GCC272 support.
886        * custom/efi332.cfg: Remove GCC272 support.
887        * custom/efi68k.cfg: Remove GCC272 support.
888        * custom/eth_comm.cfg: Remove GCC272 support.
889        * custom/gen405.cfg: Remove GCC272 support.
890        * custom/gen68302.cfg: Remove GCC272 support.
891        * custom/gen68340.cfg: Remove GCC272 support.
892        * custom/gen68360.cfg: Remove GCC272 support.
893        * custom/genmongoosev.cfg: Remove GCC272 support.
894        * custom/helas403.cfg: Remove GCC272 support.
895        * custom/i386ex.cfg: Remove GCC272 support.
896        * custom/i960sim.cfg: Remove GCC272 support.
897        * custom/idp.cfg: Remove GCC272 support.
898        * custom/leon2.cfg: Remove GCC272 support.
899        * custom/mbx8xx.cfg: Remove GCC272 support.
900        * custom/mcf5206elite.cfg: Remove GCC272 support.
901        * custom/mpc8260ads.cfg: Remove GCC272 support.
902        * custom/mrm332.cfg: Remove GCC272 support.
903        * custom/mvme136.cfg: Remove GCC272 support.
904        * custom/mvme147.cfg: Remove GCC272 support.
905        * custom/mvme167.cfg: Remove GCC272 support.
906        * custom/ods68302.cfg: Remove GCC272 support.
907        * custom/p4000.cfg: Remove GCC272 support.
908        * custom/p4600.cfg: Remove GCC272 support.
909        * custom/p4650.cfg: Remove GCC272 support.
910        * custom/pc386.cfg: Remove GCC272 support.
911        * custom/portsw.cfg: Remove GCC272 support.
912        * custom/psim.cfg: Remove GCC272 support.
913        * custom/rxgen960.cfg: Remove GCC272 support.
914        * custom/score603e.cfg: Remove GCC272 support.
915        * custom/sim68000.cfg: Remove GCC272 support.
916        * custom/simhppa.cfg: Remove GCC272 support.
917        * custom/simsh4.cfg: Remove GCC272 support.
918        * custom/ts_386ex.cfg: Remove GCC272 support.
919
9202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
921
922        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
923        * Makefile.am: Remove AUTOMAKE_OPTIONS.
924        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
925        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
926
9272002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
928
929        * compilers/gcc-target-default.cfg: Add missing \.
930        Reported by Ilya Alexeev <ilya@continuum.ru>.
931
9322002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
933
934        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
935        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
936        support.
937        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
938
9392001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
940
941        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
942        * custom/FreeBSD-posix.cfg: Ditto.
943        * custom/HPUX9-posix.cfg: Ditto.
944        * custom/Linux-posix.cfg: Ditto.
945        * custom/Solaris-posix.cfg: Ditto.
946
9472001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
948
949        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
950        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
951
9522001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
953
954        * custom/armulator.cfg: Remove make-target-options.
955        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
956        (now in erc32/configure.ac).
957        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
958        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
959        Remove CONSOLE_USE_POLLED (Unused).
960        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
961        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
962        * custom/mvme162.cfg: Remove references to mvme162lx.
963        Abandon gcc272. Remove make-target-options.
964        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
965
9662001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
967
968        * custom/bare.cfg: Remove make-target-options.
969        * custom/c4xsim.cfg: Ditto.
970        * custom/cvme961.cfg: Ditto.
971        * custom/efi68k.cfg: Ditto.
972        * custom/gen68302.cfg: Ditto.
973        * custom/gen68340.cfg: Ditto.
974        * custom/genmongoosev.cfg: Ditto.
975        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
976        make-exe, remove empty lines.
977        * custom/h8sim.cfg: Remove make-target-options.
978        * custom/mcf5206elite.cfg: Ditto.
979        * custom/mrm332.cfg: Ditto.
980        * custom/mvme147.cfg: Ditto.
981        * custom/ods68302.cfg: Ditto.
982        * custom/p4000.cfg: Ditto.
983        * custom/p4600.cfg: Ditto.
984        * custom/p4650.cfg: Ditto.
985        * custom/pc386.cfg: Ditto.
986        * custom/portsw.cfg: Ditto.
987        * custom/simsh4.cfg: Ditto.
988
9892001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
990
991        * custom/efi332.cfg: Remove make-target-options.
992        * custom/idp.cfg: Ditto.
993        * custom/jmr3904.cfg: Ditto.
994
9952001-11-27      Joel Sherrill <joel@OARcorp.com>,
996
997        * ChangeLog: Deleted bogus entry.
998
9992001-11-27      Joel Sherrill <joel@OARcorp.com>,
1000
1001        * custom/ods68302.cfg: Eliminated required definition of macros in this
1002        file for the BSP to compile.  The ROM and ROM address and size settings
1003        are now linker script items. 
1004
10052001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1006
1007
1008        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
1009        Remove make-target-options.
1010        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
1011        Remove make-target-options.
1012        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
1013        DATA_CACHE_ENABLE.
1014        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
1015        DATA_CACHE_ENABLE.
1016        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
1017        DATA_CACHE_ENABLE.
1018
10192001-11-25      Joel Sherrill <joel@OARcorp.com>
1020
1021        * custom/papyrus.cfg: Removed.
1022        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
1023
10242001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1025
1026        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
1027        * custom/mcp750.cfg: Ditto.
1028
10292001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1030
1031        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
1032        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
1033        * custom/psim.cfg: Refect changes to psim/configure.ac.
1034        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
1035        remove SCORE603E_GENERATION.
1036
10372001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1038
1039        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
1040        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
1041        * custom/mbx860_005b.cfg: Ditto.
1042        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
1043
1044
10452001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1046
1047        * custom/gensh1.cfg: remove make-target-options.
1048        * custom/gensh2.cfg: remove make-target-options.
1049
10502001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1051
1052        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
1053        remove make-target-options, remove BSP_CPPFLAGS.
1054
10552001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1056
1057        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
1058
10592001-11-14      Joel Sherrill <joel@OARcorp.com>
1060
1061        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
1062        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
1063        These are new exception processing model BSPs and thus do not
1064        need to define PPC_USE_SPRG.
1065
10662001-11-14      Joel Sherrill <joel@OARcorp.com>
1067
1068        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
1069
10702001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1071
1072        * custom/ts_386ex.cfg: Remove make-target-options.
1073        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
1074        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
1075        different flags.
1076
10772001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1078
1079        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
1080        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
1081        re-adopt mcp750.cfg's make-exe.
1082
10832001-11-13      Joel Sherrill <joel@OARcorp.com>
1084
1085        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
1086        the --srec-len argument to objcopy only supported in binutils 2.11
1087        or newer.
1088
10892001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
1090
1091        This modification is part of the submitted modifications necessary to
1092        support the IBM PPC405 family.  This submission was reviewed by
1093        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
1094        not negatively impact the ppc403 BSPs.  The submission and tracking
1095        process was captured as PR50.
1096        * custom/gen405.cfg: New file.
1097        * custom/helas403.cfg: Modified to generate Srecords.
1098
10992001-10-30      Joel Sherrill <joel@OARcorp.com>
1100
1101        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
1102
11032001-10-26      Victor V. Vengerov <vvv@oktet.ru>
1104
1105        * custom/mcf5206elite.cfg: New file.
1106
11072001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
1108
1109        * custom/mpc8260ads.cfg: New file.
1110
11112001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1112
1113        * custom/gensh4.cfg: Remove START_HW_INIT.
1114        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
1115
11162001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1117
1118        * custom/gensh4.cfg: Remove HZ.
1119        * custom/simsh4.cfg: Remove HZ.
1120
11212001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
1122
1123        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
1124        of Hitachi SH4 BSPs of the same name.  Reviewed and some
1125        cleanup by Joel Sherrill <joel@OARcorp.com>.
1126
11272001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1128
1129        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
1130
11312001-10-11      Joel Sherrill <joel@OARcorp.com>
1132
1133        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
1134        to avoid using the apparently broken or deprecated -o argument.
1135
11362001-09-28      Joel Sherrill <joel@OARcorp.com>
1137
1138        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
1139        for MC68302_BASE.
1140
11412001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1142
1143        * custom/bare.cfg: Define dummy make-cxx-exe.
1144
11452001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        * ChangeLog: Formatting cleanup.
1148
11492001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1150
1151        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
1152        make-target-options.
1153        * custom/FreeBSD-posix.cfg: Remove make-target-options.
1154        * custom/HPUX9-posix.cfg: Dito.
1155        * custom/Linux-posix.cfg: Dito.
1156        * custom/Solaris-posix.cfg: Dito.
1157        * custom/arm_bare_bsp.cfg: Dito.
1158        * custom/armulator.cfg: Dito.
1159        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
1160        * custom/i386ex.cfg: Remove make-target-options.
1161        * custom/i960sim.cfg: Remove make-target-options.
1162        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
1163        CONSOLE_USE_INTERRUPTS.
1164        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
1165        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
1166        CONSOLE_USE_INTERRUPTS.
1167        * custom/vegaplus.cfg: Remove make-target-options.
1168
11692001-05-25      Joel Sherrill <joel@OARcorp.com>
1170
1171        * custom/mrm332.cfg: Switched $(SED) to sed.
1172
11732000-05-25      Matt Cross <profesor@gweep.net>
1174
1175        * New MRM332 BSP for the Mini RoboMind board based
1176        on the 68332 microcontroller designed and build by Mark
1177        Castelluccio.  For details on the MRM see http://www.robominds.com.
1178        * custom/mrm332.cfg: New file.
1179
11802001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1181
1182        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
1183        CONSOLE_USE_POLLED, HAS_RTC.
1184
11852001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1186
1187        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
1188        * custom/gensh2.cfg: Dito.
1189
11902001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1191
1192        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
1193        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
1194        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
1195        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
1196        remove unused flags, remove -ansi from CPP.
1197        * custom/eth_comm.cfg: Remove CPU_DEFINES.
1198        * custom/sim68000.cfg: Remove CPU_DEFINES.
1199       
12002001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1201
1202        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
1203        * compilers/gcc-target-default.cfg: Dito.
1204        * compilers/gcc-portsw.cfg: Remove -Hansi.
1205        * custom/posix.cfg: Remove inclusion of target.cfg.
1206        * custom/simhppa.cfg: Remove -ansi -fasm.
1207
12082001-04-11      Eric Valette <valette@crf.canon.fr>
1209
1210        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
1211        "new exception processing model."
1212
12132001-04-11      Joel Sherrill <joel@OARcorp.com>
1214
1215        * custom/default.cfg: Switch to using exec_prefix to reflect new
1216        organization of install point from Ralf Corsepius.
1217
12182001-03-30      Eric Valette <valette@crf.canon.fr>
1219
1220        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
1221        use the "new exception processing model."
1222
12232001-03-14      Joel Sherrill <joel@OARcorp.com>
1224
1225        * custom/genmongossev.cfg: New file.
1226
12272001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1228
1229        * custom/pc386dx.cfg: New bsp.
1230
12312001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1232
1233        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
1234        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
1235        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
1236
12372001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1238
1239        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
1240        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
1241        * host.cfg.in: Remove RM, make-script.
1242        * ChangeLog: Remove bogus 2001-01-22 entry.
1243
12442001-01-09      Joel Sherrill <joel@OARcorp.com>
1245
1246        * custom/pc386.cfg (make-exe): Removed commented out lines that
1247        were displayed in build longs.
1248
12492001-01-08      Joel Sherrill <joel@OARcorp.com>
1250
1251        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
1252        unneeded definitions when compiled for "mips" rather than "mips64orion."
1253        Correct CPU_CFLAGS.
1254
12552001-01-05      Joel Sherrill <joel@OARcorp.com>
1256
1257        * custom/gensh1.cfg: Removed rest of make-target-options and
1258        moved them to BSP configure options.
1259
12602001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1261
1262        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
1263        install point or assuming BSP build tree is available.
1264
12652001-01-03      Joel Sherrill <joel@OARcorp.com>
1266
1267        * custom/psim.cfg: Removed unused variables.
1268
12692001-01-03      Joel Sherrill <joel@OARcorp.com>
1270
1271        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
1272        * custom/simcpu32.cfg: Removed MVME162 reference.
1273
12742000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
1275
1276        * custom/mcp750.cfg: Fix problems in generation of .exe file.
1277        Still need to fix to avoid touching install point on non-install stanza.
1278
12792000-12-06      Joel Sherrill <joel@OARcorp.com>
1280
1281        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
1282        and copies that should not be in it.
1283
12842000-12-01      Joel Sherrill <joel@OARcorp.com>
1285
1286        * custom/jmr3904.cfg: Turn optimization back up to -O2.
1287
12882000-11-30      Joel Sherrill <joel@OARcorp.com>
1289
1290        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
1291        a mips1.  gcc translates -m3900 into that.
1292
12932000-11-27      Joel Sherrill <joel@OARcorp.com>
1294
1295        * custom/jmr3904.cfg: Fix incorrect reference to i960.
1296
12972000-11-27      Joel Sherrill <joel@OARcorp.com>
1298
1299        * custom/shsim.cfg: New file.
1300        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
1301        The shsim is for the SH simulator in gdb. It should be able
1302        to be used with multiple SH CPU models.  This will require
1303        adding BSP variants.
1304
13052000-11-25      Joel Sherrill <joel@OARcorp.com>
1306
1307        * custom/pc386.cfg: make-exe rule would write into
1308        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
1309        is generally not writeable after the BSP is installed and you do not
1310        want every application installed there by default.  Reported by
1311        Eric Norum <eric.norum@usask.ca>.
1312
13132000-11-25      Joel Sherrill <joel@OARcorp.com>
1314
1315        * custom/Makefile.am: Updated to add jmr3904.cfg
1316        * custom/jmr3904.cfg: New file.
1317
13182000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1319
1320        * custom/leon2.cfg: Removed defines that are now generated
1321        in a non-BSP specific manner.
1322
13232000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1324
1325        * custom/Makefile.am: Modified to reflect addition of files.
1326        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
1327        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
1328
13292000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1330
1331        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
1332
13332000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1334
1335        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
1336
13372000-10-24      Joel Sherrill <joel@OARcorp.com>
1338
1339        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
1340        definition since this information can be picked up from
1341        autoconf generated files.  These BSPs are shared by the
1342        mips and mips64orion "ports."
1343
13442000-10-18      Joel Sherrill <joel@OARcorp.com>
1345
1346        * compilers/gcc-portsw.cfg: Use gcc style flags.
1347
13482000-09-13      Joel Sherrill <joel@OARcorp.com>
1349
1350        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
1351        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
1352
13532000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
1354
1355        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
1356        Eric Valette <valette@crf.canon.fr>.
1357        * custom/vegaplus.cfg: New file.
1358
13592000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1360
1361        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
1362        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
1363        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
1364        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
1365        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
1366        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
1367        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
1368
13692000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1370
1371        * custom/gensh2.cfg: Fix comments.
1372
13732000-09-12      Joel Sherrill <joel@OARcorp.com>
1374
1375        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
1376        compiler arguments that specify CPU model options.
1377
13782000-09-12      Joel Sherrill <joel@OARcorp.com>
1379
1380        * custom/mbx860_005b.cfg (make-target-options): Add lines to
1381        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
1382        may be incorrect but the BSP now compiles.
1383
13842000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1385
1386        * custom/arm_bare_bsp.cfg: Fix comments.
1387
13882000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1389
1390        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
1391        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
1392        * ChangeLog: File paths corrected
1393
13942000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1395
1396        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
1397
13982000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1399
1400        * custom/pck6.cfg: New file
1401        * custom/pc486.cfg: Use -m486
1402        * custom/pc586.cfg: Use -mpentium
1403        * custom/pc686.cfg: Use -mmpentiumpro
1404        * custom/i386ex.cfg: Use -msoft-float
1405
14062000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1407
1408        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
1409
14102000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1411
1412        * ChangeLog: File paths corrected.
1413
14142000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1415
1416        * custom/mvme167.cfg: Add specification of printk port, console port
1417        and serial I/O mode.  Arrange for the stripped executable to
1418        be copied up the build tree.
1419       
14202000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1421
1422        * custom/mbx8xx.cfg: Support for shared printk and no termios.
1423
14242000-08-10      John Cotton  <john.cotton@nrc.ca>
1425
1426        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
1427
14282000-08-10      Joel Sherrill <joel@OARcorp.com>
1429
1430        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.