source: rtems/make/ChangeLog @ 2226b8f8

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

2008-05-06 Ray Xu <rayx.cn@…>

  • custom/gp32.cfg: Add smdk2410. Update gp32 to use shared code.
  • custom/smdk2410.cfg: New file.
  • Property mode set to 100644
File size: 46.1 KB
Line 
12008-05-06      Ray Xu <rayx.cn@gmail.com>
2
3        * custom/gp32.cfg: Add smdk2410. Update gp32 to use shared code.
4        * custom/smdk2410.cfg: New file.
5
62008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * Makefile.am: Add nds.
9
102008-04-16      Matthieu Bucchianeri <mbucchia@gmail.com>
11
12        * custom/nds.cfg: New file.
13
142008-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * leaf.cfg, custom/pc386.cfg, custom/pc386dx.cfg: It appears that the
17        default processor model optimization has changed in gcc 4.3.0.
18
192008-03-11      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * custom/av5282.cfg, custom/bare.cfg, custom/default.cfg,
22        custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/idp.cfg,
23        custom/mbx8xx.cfg, custom/mcf5235.cfg, custom/mcp750.cfg,
24        custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg,
25        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
26        custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg,
27        custom/mvme3100.cfg, custom/mvme5500.cfg, custom/nios2_iss.cfg,
28        custom/pc386.cfg, custom/posix.cfg, custom/score603e.cfg,
29        custom/sim68000.cfg, custom/simcpu32.cfg, custom/ss555.cfg,
30        custom/ts_386ex.cfg, custom/uC5282.cfg, custom/virtex.cfg: Switch to
31        explicit .exe instead of EXEEXT to get it to work.
32
332008-03-06      Till Straumann <strauman@slac.stanford.edu>
34
35        * custom/mvme3100.cfg: Fixed typo, 'endef' not 'endif'.
36
372008-02-19      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * custom/gen405.cfg, custom/helas403.cfg: Remove (Abandonded).
40
412008-02-11      Till Straumann <strauman@slac.stanford.edu>
42
43        * custom/mvme3100.cfg: Removed CFLAGS_PROFILE_V;
44        added '-g' to CFLAGS_DEBUG_V.
45
462008-02-08      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * custom/pc386.cfg: Use file with symbols.
49
502008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * custom/ss555.cfg: Add CVS Id.
53
542008-01-09      Eric Norum <norume@aps.anl.gov>
55
56        * custom/mvme3100.cfg: Add make-cxx-exe rule.
57
582007-12-17      Chris Johns <chrisj@rtems.org>
59
60        * custom/mcf5235.cfg, custom/mrm332.cfg, custom/pc386.cfg: Split
61        the make-exe and make-cxx-exe into bsp-link-c, bsp-link-cxx and
62        bsp-post-link make macros. This allow external autotools support.
63
642007-12-14      Till Straumann <strauman@slac.stanford.edu>
65
66        * custom/mvme3100.cfg: Added; new BSP.
67
682007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * custom/mvme5500.cfg: Fix typo.
71
722007-11-27      Kate Feng <feng1@bnl.gov>
73
74        * custom/mvme5500.cfg: Add compiler arguments sine without them, the
75        BSP has issues.
76
772007-11-03      Ray Xu <rayx.cn@gmail.com>
78
79        * custom/rtl22xx_t.cfg: New file, rtl22xx_t is a new bsp compiled
80        with THUMB enabled
81
822007-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * custom/icecube.cfg: Rename EP5200 to IceCube since that is the
85        nickname for the Freescale evaluation board it is based upon. BSP was
86        tested on a Freescale MPC5200LITE.
87
882007-08-05      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * custom/mcf5235.cfg: Remove bogus -m5200 from linker calls.
91        * custom/av5282.cfg: Remove bogus -qnolinkcmds, -m5200 from linker
92          calls.
93        * custom/gen83xx.cfg: Use -O2.
94
952007-07-28      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * custom/Linux-posix.cfg: Use -O2.
98        * custom/rbtx4938.cfg: Add missing -O2.
99        * custom/rtl22xx.cfg: Adjust indentation.
100        * custom/virtex.cfg: Use -O2.
101
1022007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * custom/Linux-posix.cfg: Make Linux link with just a C main -- avoid
105        using C++ ctor trick. An RTEMS C++ application running on this BSP
106        may have initialization order issues to address.
107
1082007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * custom/Linux-posix.cfg: Linux BSP must be linked with C++ compiler.
111
1122007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * custom/gen83xx.cfg: Add make-cxx-exe rule.
115
1162007-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
117
118        * custom/gen83xx.cfg, custom/mpc8349eamds.cfg: added file to support
119        MPC83xx controller based boards
120       
1212007-07-02      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
122
123        * custom/virtex.cfg: added file to support PPC core in a xilinx
124        virtex FPGA
125       
1262007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * custom/Linux-posix.cfg: Merge patch from Till Straumann which would
129        work except gcc core dumps with an ICE when may_alias is used in this
130        code. I filed a GCC PR and reduced optimization to -O0 and it does
131        run again.
132
1332007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * Templates/Makefile.leaf: At suggestion of Robert Grimes add commented
136        out make-cxx-exe usage example.
137
1382007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * custom/gen5200.cfg: Remove junk comment.
141        * custom/ep5200.cfg: New file.
142
1432007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        * custom/armulator.cfg: Removed.
146
1472007-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * custom/mvme5500.cfg: Use -O2 again.
150
1512007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * Makefile.am: DMV152 obsoleted.
154        * custom/dmv152.cfg: Removed.
155
1562007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * Makefile.am: Per Jiri Gaisler remove unused erc32nfp and leon1 BSP
159        variants.
160        * custom/erc32nfp.cfg, custom/leon1.cfg: Removed.
161
1622007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/pc386.cfg,
165        custom/sim68000.cfg, custom/ts_386ex.cfg: Clean up to use .nxe
166        extension instead of BSP unique ones.
167
1682007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * compilers/gcc-no_bsp.cfg: There are no longer any required managers.
171        Plus some cleanup
172
1732007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
174
175        * leaf.cfg, compilers/gcc-no_bsp.cfg: Add optional manager stub
176        for Classic API Barrier.
177
1782007-04-26      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * custom/rtl22xx.cfg: Cleanup.
181        * Makefile.am: Add custom/rtl22xx.cfg.
182
1832007-04-26      Ray Xu <xr@trasin.net>
184
185        * custom/rtl22xx.cfg: New (Initial submission).
186
1872007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
188
189        * Makefile.am: Cleanup.
190
1912007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
194        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
195        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
196        custom/bare.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
197        custom/csb336.cfg, custom/csb360.cfg, custom/dmv152.cfg,
198        custom/eZKit533.cfg, custom/edb7312.cfg, custom/ep1a.cfg,
199        custom/erc32.cfg, custom/erc32nfp.cfg, custom/gba.cfg,
200        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
201        custom/gen68340.cfg, custom/gen68360.cfg, custom/gensh1.cfg,
202        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
203        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
204        custom/i386ex.cfg, custom/idp.cfg, custom/jmr3904.cfg,
205        custom/leon2.cfg, custom/leon3.cfg, custom/mbx821_002b.cfg,
206        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
207        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
208        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
209        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
210        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
211        custom/nios2_iss.cfg, custom/ods68302.cfg, custom/pc386.cfg,
212        custom/psim.cfg, custom/rbtx4925.cfg, custom/score603e.cfg,
213        custom/sim68000.cfg, custom/simcpu32.cfg, custom/simsh4.cfg,
214        custom/simsh7032.cfg, custom/simsh7045.cfg, custom/ss555.cfg,
215        custom/ts_386ex.cfg: Add -g to CFLAGS_OPTIMIZE_V.
216
2172007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * custom/gensh1.cfg, custom/gensh2.cfg, custom/gensh4.cfg,
220        custom/hurricane.cfg, custom/rbtx4925.cfg, custom/simsh4.cfg:
221        Use $(NM) -g -n instead of $(NM) -n.
222        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
223        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
224        custom/Solaris-posix.cfg: Use $(NM) -g -n instead of $(NM) -ng.
225
2262007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
227
228        * custom/score603e.cfg: CFLAGS_OPTIMIZE_V = -O2. Remove
229        DRIVER_ARCHITECTURE.
230        * custom/av5282.cfg, custom/bare.cfg, custom/dmv152.cfg,
231        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
232        custom/gen68340.cfg, custom/gen68360.cfg, custom/helas403.cfg,
233        custom/hurricane.cfg, custom/i386ex.cfg, custom/idp.cfg,
234        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
235        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
236        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
237        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
238        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
239        custom/ods68302.cfg, custom/pc386.cfg, custom/psim.cfg,
240        custom/rbtx4925.cfg, custom/sim68000.cfg, custom/simcpu32.cfg,
241        custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg,
242        custom/gensh2.cfg, custom/gensh4.cfg, custom/shsim.cfg,
243        custom/simsh4.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg,
244        custom/h8sim.cfg, custom/csb336.cfg, custom/edb7312.cfg,
245        custom/gba.cfg: CFLAGS_OPTIMIZE_V = -O2.
246        * custom/gba.cfg, custom/mbx8xx.cfg, custom/ss555.cfg: Remove
247        CXXFLAGS_OPTIMIZE_V.
248
2492007-01-17      Ralf Corsépius <ralf.corsepius@rtems.org>
250
251        * custom/eZKit533.cfg: CFLAGS_OPTIMIZE = -O0.
252        * custom/gensh1.cfg, custom/ep1a.cfg, custom/erc32.cfg,
253        custom/erc32nfp.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
254        custom/armulator.cfg, custom/gp32.cfg: CFLAGS_OPTIMIZE_V = -O2.
255
2562006-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
257
258        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
259        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
260        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
261        custom/bare.cfg,  custom/c3xsim.cfg, custom/c4xsim.cfg,
262        custom/csb336.cfg, custom/csb337.cfg, custom/csb350.cfg,
263        custom/csb360.cfg, custom/dmv152.cfg, custom/eZKit533.cfg,
264        custom/edb7312.cfg, custom/ep1a.cfg, custom/erc32.cfg,
265        custom/erc32nfp.cfg, custom/gba.cfg, custom/gen405.cfg,
266        custom/gen5200.cfg, custom/gen68302.cfg, custom/gen68340.cfg,
267        custom/gen68360.cfg, custom/genmongoosev.cfg, custom/gensh1.cfg,
268        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
269        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
270        custom/i386ex.cfg, custom/idp.cfg,
271        custom/jmr3904.cfg,custom/leon2.cfg, custom/leon3.cfg,
272        custom/mbx821_002b.cfg, custom/mbx8xx.cfg, custom/mcf5206elite.cfg,
273        custom/mcf5235.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg,
274        custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg,
275        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
276        custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg,
277        custom/mvme5500.cfg, custom/ods68302.cfg, custom/pc386.cfg,
278        custom/psim.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg,
279        custom/score603e.cfg, custom/shsim.cfg, custom/sim68000.cfg,
280        custom/simcpu32.cfg, custom/simsh4.cfg, custom/simsh7032.cfg,
281        custom/simsh7045.cfg, custom/ss555.cfg, custom/ts_386ex.cfg:
282        Cleanup.
283
2842006-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
285
286        * custom/uC5282.cfg: Remove hard-code compiler flags.
287        * custom/av5282.cfg, custom/csb360.cfg, custom/mcf5206elite.cfg,
288        custom/mcf5235.cfg: Remove ASFLAGS, CPU_ASFLAGS (Unused).
289
2902006-10-23      Joel Sherrill <joel@OARcorp.com>
291
292        * custom/eZKit533.cfg: New file.
293
2942006-09-08      Kate Feng <feng1@bnl.gov>
295
296        PR 1150/bsps
297        * custom/mvme5500.cfg: This is a follow-up of the PR846 due to the fact
298        that gcc (4.0.2) implicitely uses the vector engine for optimization;
299        -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec is better.
300
3012006-08-09      Kolja Waschk <waschk@telos.de>
302
303        * Makefile.am: New port to Altera NIOS II.
304        * custom/nios2_iss.cfg: New file.
305
3062006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
307
308        * custom/brsl5.cfg: (PR1117) added
309       
3102006-06-08      Bruce Robinson <brucer@pmccorp.com>
311       
312        * custom/rbtx4925.cfg:  Fix CPU_CFLAGS defines.
313        * custom/rbtx4938.cfg:  Fix CPU_CFLAGS defines.
314
3152005-04-10      Eric Norum <norume@aps.anl.gov>
316
317        *  custom/uC5282.cfg: Keep frame pointer -- gdb is much more useful.
318
3192006-03-16      Ralf Corsepius <ralf.corsepius@rtems.org>
320
321        * custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg:
322        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
323        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg:
324        Remove (abandoned).
325
3262006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
327
328        * custom/leon1.cfg, custom/leon2.cfg, custom/leon3.cfg, sis.cfg:
329        Merger from rtems-4-6-branch.
330
3312006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
332
333        PR 851/bsps
334        * custom/gen5200.cfg, custom/pm520_cr825.cfg, custom/pm520_ze30.cfg:
335        New (Submission by Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>).
336
3372005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
338
339        * custom/gba.cfg, custom/pc386.cfg: Use .elf instead of .obj.
340
3412005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
342
343        * custom/dmv152.cfg, custom/i386ex.cfg, custom/idp.cfg,
344        custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg,
345        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg:
346        Use .srec for files containing SRECs.
347
3482005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
349
350        * custom/gp32.cfg: Replace .gxb with .elf.
351        * custom/i386ex.cfg, custom/ts_386ex.cfg: Replace .coff with .elf.
352
3532005-11-03      Till Straumann <strauman@slac.stanford.edu>
354
355        * custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use
356        -mcpu=750 instead.
357
3582005-09-18      Ralf Corsepius <ralf.corsepius@rtems.org>
359
360        * custom/orp.cfg: Remove (abandoned).
361        * custom/av5282.cfg: Remove obsolete vars.
362        * custom/gba.cfg: Remove PROFILE* (abandoned).
363        Remove -static (bogus).
364
3652005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
366
367        PR 822/bsps
368        * custom/mbx860_001b.cfg, custom/mbx860_1b.cfg: New files.
369
3702005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
371
372        * custom/av5282.cfg: New file.
373
3742005-06-17      Markku Puro <markku.puro@kopteri.net>
375
376        * Makefile.am: Adding GameBoy Advance BSP.
377        * custom/gba.cfg: New file.
378
3792005-06-17      Joel Sherrill <joel@OARcorp.com>
380
381        * custom/mcf5235.cfg: New file.
382
3832005-06-01      Philippe Simons <loki_666@fastmail.fm>
384
385        * custom/gp32.cfg: Add make-cxx-exe.
386
3872005-05-27      Ralf Corsepius <ralf.corsepius@rtems.org>
388
389        * custom/mbx860_005b.cfg, custom/mcp750.cfg, custom/mtx603e.cfg,
390        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg:
391        Remove RTEMS_PPC_EXCEPTION_PROCESSING_MODEL (Obsolete).
392
3932005-05-02      Joel Sherrill <joel@OARcorp.com>
394
395        * Makefile.am: Remove dmv177 and ppcn_60x.
396        * custom/dmv177.cfg: Removed.
397
3982005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
399
400        * custom/ppcn_60x.cfg: Remove (Gone from libbsp).
401
4022005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
403
404        * Makefile.am: Initial release of ep1a bsp
405        * custom/ep1a.cfg: New file.
406
4072005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
408
409        * custom/score603e.cfg: Update score603e to new exception model
410        NOTE: These modifications have not been tested on hardware.
411
4122005-03-11      Jay Monkman <jtm@lopingdog.com>
413
414        * custom/vegaplus.cfg: Removed.
415
4162005-03-11      Philippe Simons <loki_666@fastmail.fm>
417
418        * custom/gp32.cfg: New file.
419
4202005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
421
422        * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI.
423        * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V.
424        Remove -Wa,-m7450.
425
4262005-02-25      Joel Sherrill <joel@OARcorp.com>
427
428        * custom/jmr3904.cfg: arm_bare_bsp obsoleted.
429        * custom/arm_bare_bsp.cfg: Removed.
430
4312005-02-24      Jay Monkman <jtm@lopingdog.com>
432
433        * custom/csb350.cfg: New BSP.
434
4352005-02-24      Jay Monkman <jtm@lopingdog.com>
436
437        * custom/csb337.cfg: Cleanup.
438
4392005-02-08      Eric Norum <norume@aps.anl.gov>
440
441        * custom/uC5282.cfg: Put -m5200 back in link-edit commands until
442        proper versions of gcc (which take -m528x as an order to load the
443        -m5200 multilib variants) are widely available.
444
4452005-02-05      Ralf Corsepius <ralf.corsepius@rtems.org>
446
447        * custom/uC5282.cfg: Cleanup.
448
4492005-01-28      Eric Norum <norume@aps.anl.gov>
450
451        * Makefile.am, custom/uC5282.cfg: New BSP
452
4532005-01-20      Joel Sherrill <joel@OARcorp.com>
454
455        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg,
456        custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg,
457        custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg,
458        custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for
459        gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
460
4612005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
462
463        * compilers/gcc-portsw.cfg: Remove.
464        * Makefile.am: Reflect change above.
465
4662004-11-23      Joel Sherrill <joel@OARcorp.com>
467
468        * Makefile.am: Remove eth_comm.
469        * custom/eth_comm.cfg: Removed.
470
4712004-11-22      Jennifer Averett <jennifer@OARcorp.com>
472
473        PR 581/bsps
474        * custom/psim.cfg: Convert PSIM to new exception model.
475
4762004-11-17      Joel Sherrill <joel@OARcorp.com>
477
478        * custom/mvme2100.cfg: Add make-cxx-exe rule.
479
4802004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
481
482        * Makefile.am: Add MVME2100 BSP.
483        * custom/mvme2100.cfg: New file.
484
4852004-11-05      Joel Sherrill <joel@OARcorp.com>
486
487        * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
488        architecture name for RTEMS. Since this was used as the -mcpu
489        argument to GCC, that also had to be changed.
490
4912004-10-26      Eric Norum <norume@aps.anl.gov
492
493        * custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
494
4952004-10-20      Eric Norum <norume@aps.anl.gov
496
497        * custom/mvme5500.cfg: New BSP.
498
4992004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
500
501        * custom/c3xsim.cfg, custom/c4xsim.cfg: Expand files.
502
5032004-09-29      Joel Sherrill <joel@OARcorp.com>
504
505        * custom/h8sim.cfg: i960 obsoleted.
506        * custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
507
5082004-08-03      Jay Monkman <jtm@lopingdog.com>
509
510        * custom/csb360.cfg: New file.
511
5122004-07-15      Jay Monkman
513
514        * custom/csb336.cfg, custom/csb337.cfg: New files.
515
5162004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
517
518        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
519        with FreeBSD and now unused).
520        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
521
5222004-04-12      David Querbach <querbach@realtime.bc.ca>
523
524        * custom/ss555.cfg: New file.
525
5262004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
527
528        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
529        with Cygwin and now unused).
530
5312004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
532
533        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
534
5352004-03-05      Joel Sherrill <joel@OARcorp.com>
536
537        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
538        support.
539
5402004-02-26      Joel Sherrill <joel@OARcorp.com>
541
542        PR 570/bsps
543        * custom/mvme2307.cfg: Do not use -msdata=eabi since
544        it breaks the linking of the vectors.
545
5462004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * Makefile.am: Cosmetics.
549
5502004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
553        dist_rtems_make_custom_DATA = custom/default.cfg.
554
5552004-02-05      Joel Sherrill <joel@OARcorp.com>
556
557        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
558        these -- copied from the 4.6 branch.
559
5602004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        PR 553/bsps
563        * custom/mrm332.cfg: Comment out objdump.
564
5652004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
568
5692004-01-20      Joel Sherrill <joel@OARcorp.com>
570
571        PR 553/bsps
572        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
573        comment.
574
5752004-01-07      Joel Sherrill <joel@OARcorp.com>
576
577        * Makefile.am: Remove efi68k and efi332 references as they are no
578        longer in the tree.
579
5802004-01-07      Joel Sherrill <joel@OARcorp.com>
581
582        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
583        users of these boards so we are removing them.
584        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
585
5862004-01-07      Joel Sherrill <joel@OARcorp.com>
587
588        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
589
5902003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * Makefile.am: EXTRA_DIST +=.
593
5942003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * custom/Makefile.am: Remove.
597        * Makefile.am: Merge-in former custom/Makefile.am
598
5992003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
602        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
603
6042003-09-26      Joel Sherrill <joel@OARcorp.com>
605
606        * custom/simhppa.cfg: Removed.
607
6082003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
611
6122003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        PR 470/bsps
615        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
616        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
617        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
618
6192003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
622        the BSP's configure-script).
623        Remove BSP_CPPFLAGS (Obsolete).
624
6252003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        PR 321/bsps
628        * leaf.cfg: Remove support for profile-variant.
629        * main.cfg: Ditto.
630        * compilers/gcc-no_bsp.cfg: Ditto.
631        * compilers/gcc-portsw.cfg: Ditto.
632        * compilers/gcc-target-default.cfg: Ditto.
633
6342003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
635
636        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
637
6382003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
639
640        PR 368/filesystems
641        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
642        with this PR for alias BSPs.
643
6442003-03-18  Till Straumann <strauman@slac.stanford.edu>
645
646        PR 356/bsps
647        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
648        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
649
6502003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
653
6542003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
655
656        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
657        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
658        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
659        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
660
6612003-02-14      Joel Sherrill <joel@OARcorp.com>
662
663        AMD a29k obsolete.
664        * custom/portsw.cfg: Removed.
665
6662003-01-20      Duane Gustavus <duane@unt.edu>
667
668        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
669
6702003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
673        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
674        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
675        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
676        Move -D_BSD_SOURCE to CPU_CFLAGS.
677        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
678        Move -Dsolaris2 to CPU_CFLAGS.
679        Remove -D__EXTENSIONS__.
680
6812002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * custom/posix.cfg: Remove comment referring to host.cfg.
684
6852002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * custom/default.cfg: Pickup target.cfg from BSP directory.
688
6892002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
690
691        * custom/mtx603e.cfg: New file.
692
6932002-11-17      Joel Sherrill <joel@OARcorp.com>
694
695        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
696        build variants work for user applications post install.
697
6982002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
701        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
702        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
703        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
704        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
705
7062002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
707
708        * custom/edb7312.cfg: New file.
709
7102002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
711
712        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
713        obsolete Makefile.
714        * leaf.cfg: Various changes to LIBVARIANT processing.
715        * main.cfg: Ditto.
716
7172002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * Makefile.am: Add compilers/*.
720        * compilers/Makefile.am: Remove.
721        * lib.cfg: Remove.
722        * directory.cfg: Remove.
723        * README: Remove.
724
7252002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * Makefile.am: Add Templates/*.
728        * Templates/Makefile.am: Remove.
729
7302002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
731
732        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
733
7342002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
737        * custom/HPUX9-posix.cfg: Ditto.
738        * custom/Linux-posix.cfg: Ditto.
739
7402002-10-02      Joel Sherrill <joel@OARcorp.com>
741
742        * custom/armulator.cfg: Remove reference to PowerPC arguments.
743
7442002-09-13      Joel Sherrill <joel@OARcorp.com>
745
746        * Part of addressing PR281.
747        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
748        * compilers/gcc-target-default.cfg: Removed remaining support for
749        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
750        as one of the LDFLAGS when the debug variant is specified.
751
7522002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * custom/posix.cfg: Don't include host.cfg.
755
7562002-08-09      Joel Sherrill <joel@OARcorp.com>
757
758        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
759
7602002-08-07      Ivan Guzvinec <ivang@opencores.org>
761
762        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
763
7642002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
767
7682002-08-06      Joel Sherrill <joel@OARcorp.com>
769
770        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
771        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
772
7732002-08-06      Chris Ziomkowski <chris@asics.ws>
774
775        * custom/or32sim.cfg: New file added as part of merge from
776        OpenCores repository.
777
7782002-08-05      Joel Sherrill <joel@OARcorp.com>
779
780        * Per PR260 eliminate use of make-target-options.  This impacted
781        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
782        SuperCore and required that the m68k optimized memcpy be moved
783        to libcpu.
784        * custom/gen68360.cfg: Remove make-target-options.
785
7862002-08-01      Joel Sherrill <joel@OARcorp.com>
787
788        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
789        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
790
7912002-08-01      Joel Sherrill <joel@OARcorp.com>
792
793        * custom/mvme136.cfg: Remove make-target-options.
794
7952002-07-30      Joel Sherrill <joel@OARcorp.com>
796
797        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
798        will disappear when make clean is performed.
799
8002002-07-24      Joel Sherrill <joel@OARcorp.com>
801
802        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
803        to use gcc 3.1 arguments.
804
8052002-07-22      Joel Sherrill <joel@OARcorp.com>
806
807        * Templates/Makefile.leaf: Clarify the MANAGERS example.
808
8092002-07-01      Joel Sherrill <joel@OARcorp.com>
810
811        * custom/p4650.cfg: Update arguments to gcc3.
812
8132002-06-14      Joel Sherrill <joel@OARcorp.com>
814
815        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
816        to gcc 3.1 arguments.
817
8182002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
819
820        * custom/dmv177.cfg: Use -mcpu=603e.
821        * custom/ppcn_60x.cfg: Use -mcpu=603e.
822        * custom/psim.cfg: Use -mcpu=603e.
823        * custom/score603e.cfg: Use -mcpu=603e.
824        * custom/ts_386ex.cfg: Remove obsolete comments.
825        * custom/rxgen960.cfg: Remove obsolete comments.
826        * custom/cvme961.cfg: Remove obsolete comments.
827
8282001-05-09      Joel Sherrill <joel@OARcorp.com>
829
830        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
831        compatable arguments.
832 
8332002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
836        Remove obsolete comments.
837        * custom/eth_comm.cfg: Remove make-target-options.
838        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
839        CPU_CFLAGS.
840        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
841        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
842        * custom/mbx8xx.cfg: Remove make-target-options.
843        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
844        Remove obsolete comments.
845        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
846        Remove obsolete comments.
847        * custom/mpc8260ads.cfg: Remove make-target-options.
848        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
849        CPU_CFLAGS.
850        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
851        Remove obsolete comments.
852        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
853        CPU_CFLAGS.
854        Remove obsolete comments.
855        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
856        Remove obsolete comments.
857        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
858        CPU_CFLAGS.
859        Remove obsolete comments.
860
8612002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * custom/gen405.cfg: Remove -D__powerpc__.
864
8652002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
868        * custom/erc32.cfg: Ditto.
869        * custom/leon2.cfg: Ditto.
870
871
8722002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
873
874        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
875        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
876        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
877
8782002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
879
880        * custom/cvme961.cfg: Remove GCC272 support.
881        * custom/dmv152.cfg: Remove GCC272 support.
882        * custom/efi332.cfg: Remove GCC272 support.
883        * custom/efi68k.cfg: Remove GCC272 support.
884        * custom/eth_comm.cfg: Remove GCC272 support.
885        * custom/gen405.cfg: Remove GCC272 support.
886        * custom/gen68302.cfg: Remove GCC272 support.
887        * custom/gen68340.cfg: Remove GCC272 support.
888        * custom/gen68360.cfg: Remove GCC272 support.
889        * custom/genmongoosev.cfg: Remove GCC272 support.
890        * custom/helas403.cfg: Remove GCC272 support.
891        * custom/i386ex.cfg: Remove GCC272 support.
892        * custom/i960sim.cfg: Remove GCC272 support.
893        * custom/idp.cfg: Remove GCC272 support.
894        * custom/leon2.cfg: Remove GCC272 support.
895        * custom/mbx8xx.cfg: Remove GCC272 support.
896        * custom/mcf5206elite.cfg: Remove GCC272 support.
897        * custom/mpc8260ads.cfg: Remove GCC272 support.
898        * custom/mrm332.cfg: Remove GCC272 support.
899        * custom/mvme136.cfg: Remove GCC272 support.
900        * custom/mvme147.cfg: Remove GCC272 support.
901        * custom/mvme167.cfg: Remove GCC272 support.
902        * custom/ods68302.cfg: Remove GCC272 support.
903        * custom/p4000.cfg: Remove GCC272 support.
904        * custom/p4600.cfg: Remove GCC272 support.
905        * custom/p4650.cfg: Remove GCC272 support.
906        * custom/pc386.cfg: Remove GCC272 support.
907        * custom/portsw.cfg: Remove GCC272 support.
908        * custom/psim.cfg: Remove GCC272 support.
909        * custom/rxgen960.cfg: Remove GCC272 support.
910        * custom/score603e.cfg: Remove GCC272 support.
911        * custom/sim68000.cfg: Remove GCC272 support.
912        * custom/simhppa.cfg: Remove GCC272 support.
913        * custom/simsh4.cfg: Remove GCC272 support.
914        * custom/ts_386ex.cfg: Remove GCC272 support.
915
9162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
917
918        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
919        * Makefile.am: Remove AUTOMAKE_OPTIONS.
920        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
921        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
922
9232002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
924
925        * compilers/gcc-target-default.cfg: Add missing \.
926        Reported by Ilya Alexeev <ilya@continuum.ru>.
927
9282002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
929
930        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
931        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
932        support.
933        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
934
9352001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
936
937        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
938        * custom/FreeBSD-posix.cfg: Ditto.
939        * custom/HPUX9-posix.cfg: Ditto.
940        * custom/Linux-posix.cfg: Ditto.
941        * custom/Solaris-posix.cfg: Ditto.
942
9432001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
944
945        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
946        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
947
9482001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * custom/armulator.cfg: Remove make-target-options.
951        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
952        (now in erc32/configure.ac).
953        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
954        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
955        Remove CONSOLE_USE_POLLED (Unused).
956        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
957        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
958        * custom/mvme162.cfg: Remove references to mvme162lx.
959        Abandon gcc272. Remove make-target-options.
960        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
961
9622001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
963
964        * custom/bare.cfg: Remove make-target-options.
965        * custom/c4xsim.cfg: Ditto.
966        * custom/cvme961.cfg: Ditto.
967        * custom/efi68k.cfg: Ditto.
968        * custom/gen68302.cfg: Ditto.
969        * custom/gen68340.cfg: Ditto.
970        * custom/genmongoosev.cfg: Ditto.
971        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
972        make-exe, remove empty lines.
973        * custom/h8sim.cfg: Remove make-target-options.
974        * custom/mcf5206elite.cfg: Ditto.
975        * custom/mrm332.cfg: Ditto.
976        * custom/mvme147.cfg: Ditto.
977        * custom/ods68302.cfg: Ditto.
978        * custom/p4000.cfg: Ditto.
979        * custom/p4600.cfg: Ditto.
980        * custom/p4650.cfg: Ditto.
981        * custom/pc386.cfg: Ditto.
982        * custom/portsw.cfg: Ditto.
983        * custom/simsh4.cfg: Ditto.
984
9852001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
986
987        * custom/efi332.cfg: Remove make-target-options.
988        * custom/idp.cfg: Ditto.
989        * custom/jmr3904.cfg: Ditto.
990
9912001-11-27      Joel Sherrill <joel@OARcorp.com>,
992
993        * ChangeLog: Deleted bogus entry.
994
9952001-11-27      Joel Sherrill <joel@OARcorp.com>,
996
997        * custom/ods68302.cfg: Eliminated required definition of macros in this
998        file for the BSP to compile.  The ROM and ROM address and size settings
999        are now linker script items. 
1000
10012001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1002
1003
1004        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
1005        Remove make-target-options.
1006        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
1007        Remove make-target-options.
1008        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
1009        DATA_CACHE_ENABLE.
1010        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
1011        DATA_CACHE_ENABLE.
1012        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
1013        DATA_CACHE_ENABLE.
1014
10152001-11-25      Joel Sherrill <joel@OARcorp.com>
1016
1017        * custom/papyrus.cfg: Removed.
1018        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
1019
10202001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1021
1022        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
1023        * custom/mcp750.cfg: Ditto.
1024
10252001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1026
1027        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
1028        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
1029        * custom/psim.cfg: Refect changes to psim/configure.ac.
1030        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
1031        remove SCORE603E_GENERATION.
1032
10332001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1034
1035        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
1036        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
1037        * custom/mbx860_005b.cfg: Ditto.
1038        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
1039
1040
10412001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1042
1043        * custom/gensh1.cfg: remove make-target-options.
1044        * custom/gensh2.cfg: remove make-target-options.
1045
10462001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1047
1048        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
1049        remove make-target-options, remove BSP_CPPFLAGS.
1050
10512001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1052
1053        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
1054
10552001-11-14      Joel Sherrill <joel@OARcorp.com>
1056
1057        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
1058        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
1059        These are new exception processing model BSPs and thus do not
1060        need to define PPC_USE_SPRG.
1061
10622001-11-14      Joel Sherrill <joel@OARcorp.com>
1063
1064        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
1065
10662001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1067
1068        * custom/ts_386ex.cfg: Remove make-target-options.
1069        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
1070        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
1071        different flags.
1072
10732001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1074
1075        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
1076        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
1077        re-adopt mcp750.cfg's make-exe.
1078
10792001-11-13      Joel Sherrill <joel@OARcorp.com>
1080
1081        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
1082        the --srec-len argument to objcopy only supported in binutils 2.11
1083        or newer.
1084
10852001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
1086
1087        This modification is part of the submitted modifications necessary to
1088        support the IBM PPC405 family.  This submission was reviewed by
1089        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
1090        not negatively impact the ppc403 BSPs.  The submission and tracking
1091        process was captured as PR50.
1092        * custom/gen405.cfg: New file.
1093        * custom/helas403.cfg: Modified to generate Srecords.
1094
10952001-10-30      Joel Sherrill <joel@OARcorp.com>
1096
1097        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
1098
10992001-10-26      Victor V. Vengerov <vvv@oktet.ru>
1100
1101        * custom/mcf5206elite.cfg: New file.
1102
11032001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
1104
1105        * custom/mpc8260ads.cfg: New file.
1106
11072001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1108
1109        * custom/gensh4.cfg: Remove START_HW_INIT.
1110        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
1111
11122001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1113
1114        * custom/gensh4.cfg: Remove HZ.
1115        * custom/simsh4.cfg: Remove HZ.
1116
11172001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
1118
1119        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
1120        of Hitachi SH4 BSPs of the same name.  Reviewed and some
1121        cleanup by Joel Sherrill <joel@OARcorp.com>.
1122
11232001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1124
1125        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
1126
11272001-10-11      Joel Sherrill <joel@OARcorp.com>
1128
1129        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
1130        to avoid using the apparently broken or deprecated -o argument.
1131
11322001-09-28      Joel Sherrill <joel@OARcorp.com>
1133
1134        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
1135        for MC68302_BASE.
1136
11372001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1138
1139        * custom/bare.cfg: Define dummy make-cxx-exe.
1140
11412001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1142
1143        * ChangeLog: Formatting cleanup.
1144
11452001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
1148        make-target-options.
1149        * custom/FreeBSD-posix.cfg: Remove make-target-options.
1150        * custom/HPUX9-posix.cfg: Dito.
1151        * custom/Linux-posix.cfg: Dito.
1152        * custom/Solaris-posix.cfg: Dito.
1153        * custom/arm_bare_bsp.cfg: Dito.
1154        * custom/armulator.cfg: Dito.
1155        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
1156        * custom/i386ex.cfg: Remove make-target-options.
1157        * custom/i960sim.cfg: Remove make-target-options.
1158        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
1159        CONSOLE_USE_INTERRUPTS.
1160        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
1161        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
1162        CONSOLE_USE_INTERRUPTS.
1163        * custom/vegaplus.cfg: Remove make-target-options.
1164
11652001-05-25      Joel Sherrill <joel@OARcorp.com>
1166
1167        * custom/mrm332.cfg: Switched $(SED) to sed.
1168
11692000-05-25      Matt Cross <profesor@gweep.net>
1170
1171        * New MRM332 BSP for the Mini RoboMind board based
1172        on the 68332 microcontroller designed and build by Mark
1173        Castelluccio.  For details on the MRM see http://www.robominds.com.
1174        * custom/mrm332.cfg: New file.
1175
11762001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1177
1178        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
1179        CONSOLE_USE_POLLED, HAS_RTC.
1180
11812001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1182
1183        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
1184        * custom/gensh2.cfg: Dito.
1185
11862001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1187
1188        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
1189        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
1190        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
1191        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
1192        remove unused flags, remove -ansi from CPP.
1193        * custom/eth_comm.cfg: Remove CPU_DEFINES.
1194        * custom/sim68000.cfg: Remove CPU_DEFINES.
1195       
11962001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1197
1198        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
1199        * compilers/gcc-target-default.cfg: Dito.
1200        * compilers/gcc-portsw.cfg: Remove -Hansi.
1201        * custom/posix.cfg: Remove inclusion of target.cfg.
1202        * custom/simhppa.cfg: Remove -ansi -fasm.
1203
12042001-04-11      Eric Valette <valette@crf.canon.fr>
1205
1206        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
1207        "new exception processing model."
1208
12092001-04-11      Joel Sherrill <joel@OARcorp.com>
1210
1211        * custom/default.cfg: Switch to using exec_prefix to reflect new
1212        organization of install point from Ralf Corsepius.
1213
12142001-03-30      Eric Valette <valette@crf.canon.fr>
1215
1216        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
1217        use the "new exception processing model."
1218
12192001-03-14      Joel Sherrill <joel@OARcorp.com>
1220
1221        * custom/genmongossev.cfg: New file.
1222
12232001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1224
1225        * custom/pc386dx.cfg: New bsp.
1226
12272001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1228
1229        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
1230        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
1231        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
1232
12332001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1234
1235        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
1236        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
1237        * host.cfg.in: Remove RM, make-script.
1238        * ChangeLog: Remove bogus 2001-01-22 entry.
1239
12402001-01-09      Joel Sherrill <joel@OARcorp.com>
1241
1242        * custom/pc386.cfg (make-exe): Removed commented out lines that
1243        were displayed in build longs.
1244
12452001-01-08      Joel Sherrill <joel@OARcorp.com>
1246
1247        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
1248        unneeded definitions when compiled for "mips" rather than "mips64orion."
1249        Correct CPU_CFLAGS.
1250
12512001-01-05      Joel Sherrill <joel@OARcorp.com>
1252
1253        * custom/gensh1.cfg: Removed rest of make-target-options and
1254        moved them to BSP configure options.
1255
12562001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1257
1258        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
1259        install point or assuming BSP build tree is available.
1260
12612001-01-03      Joel Sherrill <joel@OARcorp.com>
1262
1263        * custom/psim.cfg: Removed unused variables.
1264
12652001-01-03      Joel Sherrill <joel@OARcorp.com>
1266
1267        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
1268        * custom/simcpu32.cfg: Removed MVME162 reference.
1269
12702000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
1271
1272        * custom/mcp750.cfg: Fix problems in generation of .exe file.
1273        Still need to fix to avoid touching install point on non-install stanza.
1274
12752000-12-06      Joel Sherrill <joel@OARcorp.com>
1276
1277        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
1278        and copies that should not be in it.
1279
12802000-12-01      Joel Sherrill <joel@OARcorp.com>
1281
1282        * custom/jmr3904.cfg: Turn optimization back up to -O2.
1283
12842000-11-30      Joel Sherrill <joel@OARcorp.com>
1285
1286        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
1287        a mips1.  gcc translates -m3900 into that.
1288
12892000-11-27      Joel Sherrill <joel@OARcorp.com>
1290
1291        * custom/jmr3904.cfg: Fix incorrect reference to i960.
1292
12932000-11-27      Joel Sherrill <joel@OARcorp.com>
1294
1295        * custom/shsim.cfg: New file.
1296        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
1297        The shsim is for the SH simulator in gdb. It should be able
1298        to be used with multiple SH CPU models.  This will require
1299        adding BSP variants.
1300
13012000-11-25      Joel Sherrill <joel@OARcorp.com>
1302
1303        * custom/pc386.cfg: make-exe rule would write into
1304        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
1305        is generally not writeable after the BSP is installed and you do not
1306        want every application installed there by default.  Reported by
1307        Eric Norum <eric.norum@usask.ca>.
1308
13092000-11-25      Joel Sherrill <joel@OARcorp.com>
1310
1311        * custom/Makefile.am: Updated to add jmr3904.cfg
1312        * custom/jmr3904.cfg: New file.
1313
13142000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1315
1316        * custom/leon2.cfg: Removed defines that are now generated
1317        in a non-BSP specific manner.
1318
13192000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1320
1321        * custom/Makefile.am: Modified to reflect addition of files.
1322        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
1323        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
1324
13252000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1326
1327        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
1328
13292000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1330
1331        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
1332
13332000-10-24      Joel Sherrill <joel@OARcorp.com>
1334
1335        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
1336        definition since this information can be picked up from
1337        autoconf generated files.  These BSPs are shared by the
1338        mips and mips64orion "ports."
1339
13402000-10-18      Joel Sherrill <joel@OARcorp.com>
1341
1342        * compilers/gcc-portsw.cfg: Use gcc style flags.
1343
13442000-09-13      Joel Sherrill <joel@OARcorp.com>
1345
1346        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
1347        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
1348
13492000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
1350
1351        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
1352        Eric Valette <valette@crf.canon.fr>.
1353        * custom/vegaplus.cfg: New file.
1354
13552000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1356
1357        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
1358        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
1359        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
1360        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
1361        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
1362        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
1363        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
1364
13652000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1366
1367        * custom/gensh2.cfg: Fix comments.
1368
13692000-09-12      Joel Sherrill <joel@OARcorp.com>
1370
1371        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
1372        compiler arguments that specify CPU model options.
1373
13742000-09-12      Joel Sherrill <joel@OARcorp.com>
1375
1376        * custom/mbx860_005b.cfg (make-target-options): Add lines to
1377        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
1378        may be incorrect but the BSP now compiles.
1379
13802000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1381
1382        * custom/arm_bare_bsp.cfg: Fix comments.
1383
13842000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1385
1386        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
1387        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
1388        * ChangeLog: File paths corrected
1389
13902000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1391
1392        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
1393
13942000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1395
1396        * custom/pck6.cfg: New file
1397        * custom/pc486.cfg: Use -m486
1398        * custom/pc586.cfg: Use -mpentium
1399        * custom/pc686.cfg: Use -mmpentiumpro
1400        * custom/i386ex.cfg: Use -msoft-float
1401
14022000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1403
1404        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
1405
14062000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1407
1408        * ChangeLog: File paths corrected.
1409
14102000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1411
1412        * custom/mvme167.cfg: Add specification of printk port, console port
1413        and serial I/O mode.  Arrange for the stripped executable to
1414        be copied up the build tree.
1415       
14162000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1417
1418        * custom/mbx8xx.cfg: Support for shared printk and no termios.
1419
14202000-08-10      John Cotton  <john.cotton@nrc.ca>
1421
1422        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
1423
14242000-08-10      Joel Sherrill <joel@OARcorp.com>
1425
1426        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.