source: rtems/make/ChangeLog @ ae590b41

4.104.114.84.95
Last change on this file since ae590b41 was ae590b41, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/28/07 at 04:37:49

Fix typo.

  • Property mode set to 100644
File size: 43.0 KB
Line 
12007-07-28      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * custom/virtex.cfg: Use -O2.
4
52007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * custom/Linux-posix.cfg: Make Linux link with just a C main -- avoid
8        using C++ ctor trick. An RTEMS C++ application running on this BSP
9        may have initialization order issues to address.
10
112007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * custom/Linux-posix.cfg: Linux BSP must be linked with C++ compiler.
14
152007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * custom/gen83xx.cfg: Add make-cxx-exe rule.
18
192007-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
20
21        * custom/gen83xx.cfg, custom/mpc8349eamds.cfg: added file to support
22        MPC83xx controller based boards
23       
242007-07-02      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
25
26        * custom/virtex.cfg: added file to support PPC core in a xilinx
27        virtex FPGA
28       
292007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * custom/Linux-posix.cfg: Merge patch from Till Straumann which would
32        work except gcc core dumps with an ICE when may_alias is used in this
33        code. I filed a GCC PR and reduced optimization to -O0 and it does
34        run again.
35
362007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * Templates/Makefile.leaf: At suggestion of Robert Grimes add commented
39        out make-cxx-exe usage example.
40
412007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * custom/gen5200.cfg: Remove junk comment.
44        * custom/ep5200.cfg: New file.
45
462007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * custom/armulator.cfg: Removed.
49
502007-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * custom/mvme5500.cfg: Use -O2 again.
53
542007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile.am: DMV152 obsoleted.
57        * custom/dmv152.cfg: Removed.
58
592007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * Makefile.am: Per Jiri Gaisler remove unused erc32nfp and leon1 BSP
62        variants.
63        * custom/erc32nfp.cfg, custom/leon1.cfg: Removed.
64
652007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/pc386.cfg,
68        custom/sim68000.cfg, custom/ts_386ex.cfg: Clean up to use .nxe
69        extension instead of BSP unique ones.
70
712007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * compilers/gcc-no_bsp.cfg: There are no longer any required managers.
74        Plus some cleanup
75
762007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * leaf.cfg, compilers/gcc-no_bsp.cfg: Add optional manager stub
79        for Classic API Barrier.
80
812007-04-26      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * custom/rtl22xx.cfg: Cleanup.
84        * Makefile.am: Add custom/rtl22xx.cfg.
85
862007-04-26      Ray Xu <xr@trasin.net>
87
88        * custom/rtl22xx.cfg: New (Initial submission).
89
902007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Cleanup.
93
942007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
97        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
98        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
99        custom/bare.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
100        custom/csb336.cfg, custom/csb360.cfg, custom/dmv152.cfg,
101        custom/eZKit533.cfg, custom/edb7312.cfg, custom/ep1a.cfg,
102        custom/erc32.cfg, custom/erc32nfp.cfg, custom/gba.cfg,
103        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
104        custom/gen68340.cfg, custom/gen68360.cfg, custom/gensh1.cfg,
105        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
106        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
107        custom/i386ex.cfg, custom/idp.cfg, custom/jmr3904.cfg,
108        custom/leon2.cfg, custom/leon3.cfg, custom/mbx821_002b.cfg,
109        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
110        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
111        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
112        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
113        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
114        custom/nios2_iss.cfg, custom/ods68302.cfg, custom/pc386.cfg,
115        custom/psim.cfg, custom/rbtx4925.cfg, custom/score603e.cfg,
116        custom/sim68000.cfg, custom/simcpu32.cfg, custom/simsh4.cfg,
117        custom/simsh7032.cfg, custom/simsh7045.cfg, custom/ss555.cfg,
118        custom/ts_386ex.cfg: Add -g to CFLAGS_OPTIMIZE_V.
119
1202007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * custom/gensh1.cfg, custom/gensh2.cfg, custom/gensh4.cfg,
123        custom/hurricane.cfg, custom/rbtx4925.cfg, custom/simsh4.cfg:
124        Use $(NM) -g -n instead of $(NM) -n.
125        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
126        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
127        custom/Solaris-posix.cfg: Use $(NM) -g -n instead of $(NM) -ng.
128
1292007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * custom/score603e.cfg: CFLAGS_OPTIMIZE_V = -O2. Remove
132        DRIVER_ARCHITECTURE.
133        * custom/av5282.cfg, custom/bare.cfg, custom/dmv152.cfg,
134        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
135        custom/gen68340.cfg, custom/gen68360.cfg, custom/helas403.cfg,
136        custom/hurricane.cfg, custom/i386ex.cfg, custom/idp.cfg,
137        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
138        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
139        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
140        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
141        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
142        custom/ods68302.cfg, custom/pc386.cfg, custom/psim.cfg,
143        custom/rbtx4925.cfg, custom/sim68000.cfg, custom/simcpu32.cfg,
144        custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg,
145        custom/gensh2.cfg, custom/gensh4.cfg, custom/shsim.cfg,
146        custom/simsh4.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg,
147        custom/h8sim.cfg, custom/csb336.cfg, custom/edb7312.cfg,
148        custom/gba.cfg: CFLAGS_OPTIMIZE_V = -O2.
149        * custom/gba.cfg, custom/mbx8xx.cfg, custom/ss555.cfg: Remove
150        CXXFLAGS_OPTIMIZE_V.
151
1522007-01-17      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * custom/eZKit533.cfg: CFLAGS_OPTIMIZE = -O0.
155        * custom/gensh1.cfg, custom/ep1a.cfg, custom/erc32.cfg,
156        custom/erc32nfp.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
157        custom/armulator.cfg, custom/gp32.cfg: CFLAGS_OPTIMIZE_V = -O2.
158
1592006-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
162        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
163        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
164        custom/bare.cfg,  custom/c3xsim.cfg, custom/c4xsim.cfg,
165        custom/csb336.cfg, custom/csb337.cfg, custom/csb350.cfg,
166        custom/csb360.cfg, custom/dmv152.cfg, custom/eZKit533.cfg,
167        custom/edb7312.cfg, custom/ep1a.cfg, custom/erc32.cfg,
168        custom/erc32nfp.cfg, custom/gba.cfg, custom/gen405.cfg,
169        custom/gen5200.cfg, custom/gen68302.cfg, custom/gen68340.cfg,
170        custom/gen68360.cfg, custom/genmongoosev.cfg, custom/gensh1.cfg,
171        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
172        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
173        custom/i386ex.cfg, custom/idp.cfg,
174        custom/jmr3904.cfg,custom/leon2.cfg, custom/leon3.cfg,
175        custom/mbx821_002b.cfg, custom/mbx8xx.cfg, custom/mcf5206elite.cfg,
176        custom/mcf5235.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg,
177        custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg,
178        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
179        custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg,
180        custom/mvme5500.cfg, custom/ods68302.cfg, custom/pc386.cfg,
181        custom/psim.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg,
182        custom/score603e.cfg, custom/shsim.cfg, custom/sim68000.cfg,
183        custom/simcpu32.cfg, custom/simsh4.cfg, custom/simsh7032.cfg,
184        custom/simsh7045.cfg, custom/ss555.cfg, custom/ts_386ex.cfg:
185        Cleanup.
186
1872006-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
188
189        * custom/uC5282.cfg: Remove hard-code compiler flags.
190        * custom/av5282.cfg, custom/csb360.cfg, custom/mcf5206elite.cfg,
191        custom/mcf5235.cfg: Remove ASFLAGS, CPU_ASFLAGS (Unused).
192
1932006-10-23      Joel Sherrill <joel@OARcorp.com>
194
195        * custom/eZKit533.cfg: New file.
196
1972006-09-08      Kate Feng <feng1@bnl.gov>
198
199        PR 1150/bsps
200        * custom/mvme5500.cfg: This is a follow-up of the PR846 due to the fact
201        that gcc (4.0.2) implicitely uses the vector engine for optimization;
202        -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec is better.
203
2042006-08-09      Kolja Waschk <waschk@telos.de>
205
206        * Makefile.am: New port to Altera NIOS II.
207        * custom/nios2_iss.cfg: New file.
208
2092006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
210
211        * custom/brsl5.cfg: (PR1117) added
212       
2132006-06-08      Bruce Robinson <brucer@pmccorp.com>
214       
215        * custom/rbtx4925.cfg:  Fix CPU_CFLAGS defines.
216        * custom/rbtx4938.cfg:  Fix CPU_CFLAGS defines.
217
2182005-04-10      Eric Norum <norume@aps.anl.gov>
219
220        *  custom/uC5282.cfg: Keep frame pointer -- gdb is much more useful.
221
2222006-03-16      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg:
225        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
226        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg:
227        Remove (abandoned).
228
2292006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * custom/leon1.cfg, custom/leon2.cfg, custom/leon3.cfg, sis.cfg:
232        Merger from rtems-4-6-branch.
233
2342006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
235
236        PR 851/bsps
237        * custom/gen5200.cfg, custom/pm520_cr825.cfg, custom/pm520_ze30.cfg:
238        New (Submission by Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>).
239
2402005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
241
242        * custom/gba.cfg, custom/pc386.cfg: Use .elf instead of .obj.
243
2442005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
245
246        * custom/dmv152.cfg, custom/i386ex.cfg, custom/idp.cfg,
247        custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg,
248        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg:
249        Use .srec for files containing SRECs.
250
2512005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
252
253        * custom/gp32.cfg: Replace .gxb with .elf.
254        * custom/i386ex.cfg, custom/ts_386ex.cfg: Replace .coff with .elf.
255
2562005-11-03      Till Straumann <strauman@slac.stanford.edu>
257
258        * custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use
259        -mcpu=750 instead.
260
2612005-09-18      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * custom/orp.cfg: Remove (abandoned).
264        * custom/av5282.cfg: Remove obsolete vars.
265        * custom/gba.cfg: Remove PROFILE* (abandoned).
266        Remove -static (bogus).
267
2682005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
269
270        PR 822/bsps
271        * custom/mbx860_001b.cfg, custom/mbx860_1b.cfg: New files.
272
2732005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
274
275        * custom/av5282.cfg: New file.
276
2772005-06-17      Markku Puro <markku.puro@kopteri.net>
278
279        * Makefile.am: Adding GameBoy Advance BSP.
280        * custom/gba.cfg: New file.
281
2822005-06-17      Joel Sherrill <joel@OARcorp.com>
283
284        * custom/mcf5235.cfg: New file.
285
2862005-06-01      Philippe Simons <loki_666@fastmail.fm>
287
288        * custom/gp32.cfg: Add make-cxx-exe.
289
2902005-05-27      Ralf Corsepius <ralf.corsepius@rtems.org>
291
292        * custom/mbx860_005b.cfg, custom/mcp750.cfg, custom/mtx603e.cfg,
293        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg:
294        Remove RTEMS_PPC_EXCEPTION_PROCESSING_MODEL (Obsolete).
295
2962005-05-02      Joel Sherrill <joel@OARcorp.com>
297
298        * Makefile.am: Remove dmv177 and ppcn_60x.
299        * custom/dmv177.cfg: Removed.
300
3012005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
302
303        * custom/ppcn_60x.cfg: Remove (Gone from libbsp).
304
3052005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
306
307        * Makefile.am: Initial release of ep1a bsp
308        * custom/ep1a.cfg: New file.
309
3102005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
311
312        * custom/score603e.cfg: Update score603e to new exception model
313        NOTE: These modifications have not been tested on hardware.
314
3152005-03-11      Jay Monkman <jtm@lopingdog.com>
316
317        * custom/vegaplus.cfg: Removed.
318
3192005-03-11      Philippe Simons <loki_666@fastmail.fm>
320
321        * custom/gp32.cfg: New file.
322
3232005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
324
325        * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI.
326        * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V.
327        Remove -Wa,-m7450.
328
3292005-02-25      Joel Sherrill <joel@OARcorp.com>
330
331        * custom/jmr3904.cfg: arm_bare_bsp obsoleted.
332        * custom/arm_bare_bsp.cfg: Removed.
333
3342005-02-24      Jay Monkman <jtm@lopingdog.com>
335
336        * custom/csb350.cfg: New BSP.
337
3382005-02-24      Jay Monkman <jtm@lopingdog.com>
339
340        * custom/csb337.cfg: Cleanup.
341
3422005-02-08      Eric Norum <norume@aps.anl.gov>
343
344        * custom/uC5282.cfg: Put -m5200 back in link-edit commands until
345        proper versions of gcc (which take -m528x as an order to load the
346        -m5200 multilib variants) are widely available.
347
3482005-02-05      Ralf Corsepius <ralf.corsepius@rtems.org>
349
350        * custom/uC5282.cfg: Cleanup.
351
3522005-01-28      Eric Norum <norume@aps.anl.gov>
353
354        * Makefile.am, custom/uC5282.cfg: New BSP
355
3562005-01-20      Joel Sherrill <joel@OARcorp.com>
357
358        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg,
359        custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg,
360        custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg,
361        custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for
362        gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
363
3642005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
365
366        * compilers/gcc-portsw.cfg: Remove.
367        * Makefile.am: Reflect change above.
368
3692004-11-23      Joel Sherrill <joel@OARcorp.com>
370
371        * Makefile.am: Remove eth_comm.
372        * custom/eth_comm.cfg: Removed.
373
3742004-11-22      Jennifer Averett <jennifer@OARcorp.com>
375
376        PR 581/bsps
377        * custom/psim.cfg: Convert PSIM to new exception model.
378
3792004-11-17      Joel Sherrill <joel@OARcorp.com>
380
381        * custom/mvme2100.cfg: Add make-cxx-exe rule.
382
3832004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
384
385        * Makefile.am: Add MVME2100 BSP.
386        * custom/mvme2100.cfg: New file.
387
3882004-11-05      Joel Sherrill <joel@OARcorp.com>
389
390        * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
391        architecture name for RTEMS. Since this was used as the -mcpu
392        argument to GCC, that also had to be changed.
393
3942004-10-26      Eric Norum <norume@aps.anl.gov
395
396        * custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
397
3982004-10-20      Eric Norum <norume@aps.anl.gov
399
400        * custom/mvme5500.cfg: New BSP.
401
4022004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
403
404        * custom/c3xsim.cfg, custom/c4xsim.cfg: Expand files.
405
4062004-09-29      Joel Sherrill <joel@OARcorp.com>
407
408        * custom/h8sim.cfg: i960 obsoleted.
409        * custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
410
4112004-08-03      Jay Monkman <jtm@lopingdog.com>
412
413        * custom/csb360.cfg: New file.
414
4152004-07-15      Jay Monkman
416
417        * custom/csb336.cfg, custom/csb337.cfg: New files.
418
4192004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
420
421        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
422        with FreeBSD and now unused).
423        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
424
4252004-04-12      David Querbach <querbach@realtime.bc.ca>
426
427        * custom/ss555.cfg: New file.
428
4292004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
430
431        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
432        with Cygwin and now unused).
433
4342004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
435
436        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
437
4382004-03-05      Joel Sherrill <joel@OARcorp.com>
439
440        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
441        support.
442
4432004-02-26      Joel Sherrill <joel@OARcorp.com>
444
445        PR 570/bsps
446        * custom/mvme2307.cfg: Do not use -msdata=eabi since
447        it breaks the linking of the vectors.
448
4492004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * Makefile.am: Cosmetics.
452
4532004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
456        dist_rtems_make_custom_DATA = custom/default.cfg.
457
4582004-02-05      Joel Sherrill <joel@OARcorp.com>
459
460        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
461        these -- copied from the 4.6 branch.
462
4632004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        PR 553/bsps
466        * custom/mrm332.cfg: Comment out objdump.
467
4682004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
471
4722004-01-20      Joel Sherrill <joel@OARcorp.com>
473
474        PR 553/bsps
475        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
476        comment.
477
4782004-01-07      Joel Sherrill <joel@OARcorp.com>
479
480        * Makefile.am: Remove efi68k and efi332 references as they are no
481        longer in the tree.
482
4832004-01-07      Joel Sherrill <joel@OARcorp.com>
484
485        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
486        users of these boards so we are removing them.
487        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
488
4892004-01-07      Joel Sherrill <joel@OARcorp.com>
490
491        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
492
4932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * Makefile.am: EXTRA_DIST +=.
496
4972003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * custom/Makefile.am: Remove.
500        * Makefile.am: Merge-in former custom/Makefile.am
501
5022003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
505        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
506
5072003-09-26      Joel Sherrill <joel@OARcorp.com>
508
509        * custom/simhppa.cfg: Removed.
510
5112003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
514
5152003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        PR 470/bsps
518        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
519        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
520        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
521
5222003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
525        the BSP's configure-script).
526        Remove BSP_CPPFLAGS (Obsolete).
527
5282003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        PR 321/bsps
531        * leaf.cfg: Remove support for profile-variant.
532        * main.cfg: Ditto.
533        * compilers/gcc-no_bsp.cfg: Ditto.
534        * compilers/gcc-portsw.cfg: Ditto.
535        * compilers/gcc-target-default.cfg: Ditto.
536
5372003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
538
539        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
540
5412003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
542
543        PR 368/filesystems
544        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
545        with this PR for alias BSPs.
546
5472003-03-18  Till Straumann <strauman@slac.stanford.edu>
548
549        PR 356/bsps
550        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
551        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
552
5532003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
556
5572003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
560        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
561        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
562        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
563
5642003-02-14      Joel Sherrill <joel@OARcorp.com>
565
566        AMD a29k obsolete.
567        * custom/portsw.cfg: Removed.
568
5692003-01-20      Duane Gustavus <duane@unt.edu>
570
571        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
572
5732003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
576        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
577        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
578        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
579        Move -D_BSD_SOURCE to CPU_CFLAGS.
580        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
581        Move -Dsolaris2 to CPU_CFLAGS.
582        Remove -D__EXTENSIONS__.
583
5842002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * custom/posix.cfg: Remove comment referring to host.cfg.
587
5882002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * custom/default.cfg: Pickup target.cfg from BSP directory.
591
5922002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
593
594        * custom/mtx603e.cfg: New file.
595
5962002-11-17      Joel Sherrill <joel@OARcorp.com>
597
598        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
599        build variants work for user applications post install.
600
6012002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
604        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
605        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
606        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
607        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
608
6092002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
610
611        * custom/edb7312.cfg: New file.
612
6132002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
616        obsolete Makefile.
617        * leaf.cfg: Various changes to LIBVARIANT processing.
618        * main.cfg: Ditto.
619
6202002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * Makefile.am: Add compilers/*.
623        * compilers/Makefile.am: Remove.
624        * lib.cfg: Remove.
625        * directory.cfg: Remove.
626        * README: Remove.
627
6282002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * Makefile.am: Add Templates/*.
631        * Templates/Makefile.am: Remove.
632
6332002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
636
6372002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
640        * custom/HPUX9-posix.cfg: Ditto.
641        * custom/Linux-posix.cfg: Ditto.
642
6432002-10-02      Joel Sherrill <joel@OARcorp.com>
644
645        * custom/armulator.cfg: Remove reference to PowerPC arguments.
646
6472002-09-13      Joel Sherrill <joel@OARcorp.com>
648
649        * Part of addressing PR281.
650        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
651        * compilers/gcc-target-default.cfg: Removed remaining support for
652        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
653        as one of the LDFLAGS when the debug variant is specified.
654
6552002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * custom/posix.cfg: Don't include host.cfg.
658
6592002-08-09      Joel Sherrill <joel@OARcorp.com>
660
661        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
662
6632002-08-07      Ivan Guzvinec <ivang@opencores.org>
664
665        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
666
6672002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
670
6712002-08-06      Joel Sherrill <joel@OARcorp.com>
672
673        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
674        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
675
6762002-08-06      Chris Ziomkowski <chris@asics.ws>
677
678        * custom/or32sim.cfg: New file added as part of merge from
679        OpenCores repository.
680
6812002-08-05      Joel Sherrill <joel@OARcorp.com>
682
683        * Per PR260 eliminate use of make-target-options.  This impacted
684        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
685        SuperCore and required that the m68k optimized memcpy be moved
686        to libcpu.
687        * custom/gen68360.cfg: Remove make-target-options.
688
6892002-08-01      Joel Sherrill <joel@OARcorp.com>
690
691        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
692        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
693
6942002-08-01      Joel Sherrill <joel@OARcorp.com>
695
696        * custom/mvme136.cfg: Remove make-target-options.
697
6982002-07-30      Joel Sherrill <joel@OARcorp.com>
699
700        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
701        will disappear when make clean is performed.
702
7032002-07-24      Joel Sherrill <joel@OARcorp.com>
704
705        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
706        to use gcc 3.1 arguments.
707
7082002-07-22      Joel Sherrill <joel@OARcorp.com>
709
710        * Templates/Makefile.leaf: Clarify the MANAGERS example.
711
7122002-07-01      Joel Sherrill <joel@OARcorp.com>
713
714        * custom/p4650.cfg: Update arguments to gcc3.
715
7162002-06-14      Joel Sherrill <joel@OARcorp.com>
717
718        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
719        to gcc 3.1 arguments.
720
7212002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
722
723        * custom/dmv177.cfg: Use -mcpu=603e.
724        * custom/ppcn_60x.cfg: Use -mcpu=603e.
725        * custom/psim.cfg: Use -mcpu=603e.
726        * custom/score603e.cfg: Use -mcpu=603e.
727        * custom/ts_386ex.cfg: Remove obsolete comments.
728        * custom/rxgen960.cfg: Remove obsolete comments.
729        * custom/cvme961.cfg: Remove obsolete comments.
730
7312001-05-09      Joel Sherrill <joel@OARcorp.com>
732
733        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
734        compatable arguments.
735 
7362002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
739        Remove obsolete comments.
740        * custom/eth_comm.cfg: Remove make-target-options.
741        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
742        CPU_CFLAGS.
743        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
744        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
745        * custom/mbx8xx.cfg: Remove make-target-options.
746        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
747        Remove obsolete comments.
748        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
749        Remove obsolete comments.
750        * custom/mpc8260ads.cfg: Remove make-target-options.
751        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
752        CPU_CFLAGS.
753        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
754        Remove obsolete comments.
755        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
756        CPU_CFLAGS.
757        Remove obsolete comments.
758        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
759        Remove obsolete comments.
760        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
761        CPU_CFLAGS.
762        Remove obsolete comments.
763
7642002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * custom/gen405.cfg: Remove -D__powerpc__.
767
7682002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
771        * custom/erc32.cfg: Ditto.
772        * custom/leon2.cfg: Ditto.
773
774
7752002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
778        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
779        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
780
7812002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * custom/cvme961.cfg: Remove GCC272 support.
784        * custom/dmv152.cfg: Remove GCC272 support.
785        * custom/efi332.cfg: Remove GCC272 support.
786        * custom/efi68k.cfg: Remove GCC272 support.
787        * custom/eth_comm.cfg: Remove GCC272 support.
788        * custom/gen405.cfg: Remove GCC272 support.
789        * custom/gen68302.cfg: Remove GCC272 support.
790        * custom/gen68340.cfg: Remove GCC272 support.
791        * custom/gen68360.cfg: Remove GCC272 support.
792        * custom/genmongoosev.cfg: Remove GCC272 support.
793        * custom/helas403.cfg: Remove GCC272 support.
794        * custom/i386ex.cfg: Remove GCC272 support.
795        * custom/i960sim.cfg: Remove GCC272 support.
796        * custom/idp.cfg: Remove GCC272 support.
797        * custom/leon2.cfg: Remove GCC272 support.
798        * custom/mbx8xx.cfg: Remove GCC272 support.
799        * custom/mcf5206elite.cfg: Remove GCC272 support.
800        * custom/mpc8260ads.cfg: Remove GCC272 support.
801        * custom/mrm332.cfg: Remove GCC272 support.
802        * custom/mvme136.cfg: Remove GCC272 support.
803        * custom/mvme147.cfg: Remove GCC272 support.
804        * custom/mvme167.cfg: Remove GCC272 support.
805        * custom/ods68302.cfg: Remove GCC272 support.
806        * custom/p4000.cfg: Remove GCC272 support.
807        * custom/p4600.cfg: Remove GCC272 support.
808        * custom/p4650.cfg: Remove GCC272 support.
809        * custom/pc386.cfg: Remove GCC272 support.
810        * custom/portsw.cfg: Remove GCC272 support.
811        * custom/psim.cfg: Remove GCC272 support.
812        * custom/rxgen960.cfg: Remove GCC272 support.
813        * custom/score603e.cfg: Remove GCC272 support.
814        * custom/sim68000.cfg: Remove GCC272 support.
815        * custom/simhppa.cfg: Remove GCC272 support.
816        * custom/simsh4.cfg: Remove GCC272 support.
817        * custom/ts_386ex.cfg: Remove GCC272 support.
818
8192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
822        * Makefile.am: Remove AUTOMAKE_OPTIONS.
823        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
824        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
825
8262002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
827
828        * compilers/gcc-target-default.cfg: Add missing \.
829        Reported by Ilya Alexeev <ilya@continuum.ru>.
830
8312002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
832
833        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
834        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
835        support.
836        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
837
8382001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
839
840        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
841        * custom/FreeBSD-posix.cfg: Ditto.
842        * custom/HPUX9-posix.cfg: Ditto.
843        * custom/Linux-posix.cfg: Ditto.
844        * custom/Solaris-posix.cfg: Ditto.
845
8462001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
847
848        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
849        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
850
8512001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
852
853        * custom/armulator.cfg: Remove make-target-options.
854        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
855        (now in erc32/configure.ac).
856        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
857        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
858        Remove CONSOLE_USE_POLLED (Unused).
859        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
860        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
861        * custom/mvme162.cfg: Remove references to mvme162lx.
862        Abandon gcc272. Remove make-target-options.
863        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
864
8652001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * custom/bare.cfg: Remove make-target-options.
868        * custom/c4xsim.cfg: Ditto.
869        * custom/cvme961.cfg: Ditto.
870        * custom/efi68k.cfg: Ditto.
871        * custom/gen68302.cfg: Ditto.
872        * custom/gen68340.cfg: Ditto.
873        * custom/genmongoosev.cfg: Ditto.
874        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
875        make-exe, remove empty lines.
876        * custom/h8sim.cfg: Remove make-target-options.
877        * custom/mcf5206elite.cfg: Ditto.
878        * custom/mrm332.cfg: Ditto.
879        * custom/mvme147.cfg: Ditto.
880        * custom/ods68302.cfg: Ditto.
881        * custom/p4000.cfg: Ditto.
882        * custom/p4600.cfg: Ditto.
883        * custom/p4650.cfg: Ditto.
884        * custom/pc386.cfg: Ditto.
885        * custom/portsw.cfg: Ditto.
886        * custom/simsh4.cfg: Ditto.
887
8882001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * custom/efi332.cfg: Remove make-target-options.
891        * custom/idp.cfg: Ditto.
892        * custom/jmr3904.cfg: Ditto.
893
8942001-11-27      Joel Sherrill <joel@OARcorp.com>,
895
896        * ChangeLog: Deleted bogus entry.
897
8982001-11-27      Joel Sherrill <joel@OARcorp.com>,
899
900        * custom/ods68302.cfg: Eliminated required definition of macros in this
901        file for the BSP to compile.  The ROM and ROM address and size settings
902        are now linker script items. 
903
9042001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906
907        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
908        Remove make-target-options.
909        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
910        Remove make-target-options.
911        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
912        DATA_CACHE_ENABLE.
913        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
914        DATA_CACHE_ENABLE.
915        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
916        DATA_CACHE_ENABLE.
917
9182001-11-25      Joel Sherrill <joel@OARcorp.com>
919
920        * custom/papyrus.cfg: Removed.
921        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
922
9232001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
924
925        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
926        * custom/mcp750.cfg: Ditto.
927
9282001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
929
930        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
931        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
932        * custom/psim.cfg: Refect changes to psim/configure.ac.
933        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
934        remove SCORE603E_GENERATION.
935
9362001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
937
938        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
939        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
940        * custom/mbx860_005b.cfg: Ditto.
941        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
942
943
9442001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946        * custom/gensh1.cfg: remove make-target-options.
947        * custom/gensh2.cfg: remove make-target-options.
948
9492001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
950
951        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
952        remove make-target-options, remove BSP_CPPFLAGS.
953
9542001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
955
956        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
957
9582001-11-14      Joel Sherrill <joel@OARcorp.com>
959
960        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
961        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
962        These are new exception processing model BSPs and thus do not
963        need to define PPC_USE_SPRG.
964
9652001-11-14      Joel Sherrill <joel@OARcorp.com>
966
967        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
968
9692001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971        * custom/ts_386ex.cfg: Remove make-target-options.
972        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
973        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
974        different flags.
975
9762001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
977
978        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
979        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
980        re-adopt mcp750.cfg's make-exe.
981
9822001-11-13      Joel Sherrill <joel@OARcorp.com>
983
984        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
985        the --srec-len argument to objcopy only supported in binutils 2.11
986        or newer.
987
9882001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
989
990        This modification is part of the submitted modifications necessary to
991        support the IBM PPC405 family.  This submission was reviewed by
992        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
993        not negatively impact the ppc403 BSPs.  The submission and tracking
994        process was captured as PR50.
995        * custom/gen405.cfg: New file.
996        * custom/helas403.cfg: Modified to generate Srecords.
997
9982001-10-30      Joel Sherrill <joel@OARcorp.com>
999
1000        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
1001
10022001-10-26      Victor V. Vengerov <vvv@oktet.ru>
1003
1004        * custom/mcf5206elite.cfg: New file.
1005
10062001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
1007
1008        * custom/mpc8260ads.cfg: New file.
1009
10102001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1011
1012        * custom/gensh4.cfg: Remove START_HW_INIT.
1013        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
1014
10152001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1016
1017        * custom/gensh4.cfg: Remove HZ.
1018        * custom/simsh4.cfg: Remove HZ.
1019
10202001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
1021
1022        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
1023        of Hitachi SH4 BSPs of the same name.  Reviewed and some
1024        cleanup by Joel Sherrill <joel@OARcorp.com>.
1025
10262001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1027
1028        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
1029
10302001-10-11      Joel Sherrill <joel@OARcorp.com>
1031
1032        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
1033        to avoid using the apparently broken or deprecated -o argument.
1034
10352001-09-28      Joel Sherrill <joel@OARcorp.com>
1036
1037        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
1038        for MC68302_BASE.
1039
10402001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1041
1042        * custom/bare.cfg: Define dummy make-cxx-exe.
1043
10442001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1045
1046        * ChangeLog: Formatting cleanup.
1047
10482001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1049
1050        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
1051        make-target-options.
1052        * custom/FreeBSD-posix.cfg: Remove make-target-options.
1053        * custom/HPUX9-posix.cfg: Dito.
1054        * custom/Linux-posix.cfg: Dito.
1055        * custom/Solaris-posix.cfg: Dito.
1056        * custom/arm_bare_bsp.cfg: Dito.
1057        * custom/armulator.cfg: Dito.
1058        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
1059        * custom/i386ex.cfg: Remove make-target-options.
1060        * custom/i960sim.cfg: Remove make-target-options.
1061        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
1062        CONSOLE_USE_INTERRUPTS.
1063        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
1064        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
1065        CONSOLE_USE_INTERRUPTS.
1066        * custom/vegaplus.cfg: Remove make-target-options.
1067
10682001-05-25      Joel Sherrill <joel@OARcorp.com>
1069
1070        * custom/mrm332.cfg: Switched $(SED) to sed.
1071
10722000-05-25      Matt Cross <profesor@gweep.net>
1073
1074        * New MRM332 BSP for the Mini RoboMind board based
1075        on the 68332 microcontroller designed and build by Mark
1076        Castelluccio.  For details on the MRM see http://www.robominds.com.
1077        * custom/mrm332.cfg: New file.
1078
10792001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1080
1081        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
1082        CONSOLE_USE_POLLED, HAS_RTC.
1083
10842001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1085
1086        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
1087        * custom/gensh2.cfg: Dito.
1088
10892001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1090
1091        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
1092        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
1093        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
1094        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
1095        remove unused flags, remove -ansi from CPP.
1096        * custom/eth_comm.cfg: Remove CPU_DEFINES.
1097        * custom/sim68000.cfg: Remove CPU_DEFINES.
1098       
10992001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1100
1101        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
1102        * compilers/gcc-target-default.cfg: Dito.
1103        * compilers/gcc-portsw.cfg: Remove -Hansi.
1104        * custom/posix.cfg: Remove inclusion of target.cfg.
1105        * custom/simhppa.cfg: Remove -ansi -fasm.
1106
11072001-04-11      Eric Valette <valette@crf.canon.fr>
1108
1109        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
1110        "new exception processing model."
1111
11122001-04-11      Joel Sherrill <joel@OARcorp.com>
1113
1114        * custom/default.cfg: Switch to using exec_prefix to reflect new
1115        organization of install point from Ralf Corsepius.
1116
11172001-03-30      Eric Valette <valette@crf.canon.fr>
1118
1119        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
1120        use the "new exception processing model."
1121
11222001-03-14      Joel Sherrill <joel@OARcorp.com>
1123
1124        * custom/genmongossev.cfg: New file.
1125
11262001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1127
1128        * custom/pc386dx.cfg: New bsp.
1129
11302001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1131
1132        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
1133        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
1134        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
1135
11362001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1137
1138        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
1139        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
1140        * host.cfg.in: Remove RM, make-script.
1141        * ChangeLog: Remove bogus 2001-01-22 entry.
1142
11432001-01-09      Joel Sherrill <joel@OARcorp.com>
1144
1145        * custom/pc386.cfg (make-exe): Removed commented out lines that
1146        were displayed in build longs.
1147
11482001-01-08      Joel Sherrill <joel@OARcorp.com>
1149
1150        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
1151        unneeded definitions when compiled for "mips" rather than "mips64orion."
1152        Correct CPU_CFLAGS.
1153
11542001-01-05      Joel Sherrill <joel@OARcorp.com>
1155
1156        * custom/gensh1.cfg: Removed rest of make-target-options and
1157        moved them to BSP configure options.
1158
11592001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1160
1161        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
1162        install point or assuming BSP build tree is available.
1163
11642001-01-03      Joel Sherrill <joel@OARcorp.com>
1165
1166        * custom/psim.cfg: Removed unused variables.
1167
11682001-01-03      Joel Sherrill <joel@OARcorp.com>
1169
1170        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
1171        * custom/simcpu32.cfg: Removed MVME162 reference.
1172
11732000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
1174
1175        * custom/mcp750.cfg: Fix problems in generation of .exe file.
1176        Still need to fix to avoid touching install point on non-install stanza.
1177
11782000-12-06      Joel Sherrill <joel@OARcorp.com>
1179
1180        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
1181        and copies that should not be in it.
1182
11832000-12-01      Joel Sherrill <joel@OARcorp.com>
1184
1185        * custom/jmr3904.cfg: Turn optimization back up to -O2.
1186
11872000-11-30      Joel Sherrill <joel@OARcorp.com>
1188
1189        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
1190        a mips1.  gcc translates -m3900 into that.
1191
11922000-11-27      Joel Sherrill <joel@OARcorp.com>
1193
1194        * custom/jmr3904.cfg: Fix incorrect reference to i960.
1195
11962000-11-27      Joel Sherrill <joel@OARcorp.com>
1197
1198        * custom/shsim.cfg: New file.
1199        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
1200        The shsim is for the SH simulator in gdb. It should be able
1201        to be used with multiple SH CPU models.  This will require
1202        adding BSP variants.
1203
12042000-11-25      Joel Sherrill <joel@OARcorp.com>
1205
1206        * custom/pc386.cfg: make-exe rule would write into
1207        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
1208        is generally not writeable after the BSP is installed and you do not
1209        want every application installed there by default.  Reported by
1210        Eric Norum <eric.norum@usask.ca>.
1211
12122000-11-25      Joel Sherrill <joel@OARcorp.com>
1213
1214        * custom/Makefile.am: Updated to add jmr3904.cfg
1215        * custom/jmr3904.cfg: New file.
1216
12172000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1218
1219        * custom/leon2.cfg: Removed defines that are now generated
1220        in a non-BSP specific manner.
1221
12222000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1223
1224        * custom/Makefile.am: Modified to reflect addition of files.
1225        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
1226        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
1227
12282000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1229
1230        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
1231
12322000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1233
1234        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
1235
12362000-10-24      Joel Sherrill <joel@OARcorp.com>
1237
1238        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
1239        definition since this information can be picked up from
1240        autoconf generated files.  These BSPs are shared by the
1241        mips and mips64orion "ports."
1242
12432000-10-18      Joel Sherrill <joel@OARcorp.com>
1244
1245        * compilers/gcc-portsw.cfg: Use gcc style flags.
1246
12472000-09-13      Joel Sherrill <joel@OARcorp.com>
1248
1249        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
1250        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
1251
12522000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
1253
1254        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
1255        Eric Valette <valette@crf.canon.fr>.
1256        * custom/vegaplus.cfg: New file.
1257
12582000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1259
1260        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
1261        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
1262        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
1263        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
1264        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
1265        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
1266        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
1267
12682000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1269
1270        * custom/gensh2.cfg: Fix comments.
1271
12722000-09-12      Joel Sherrill <joel@OARcorp.com>
1273
1274        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
1275        compiler arguments that specify CPU model options.
1276
12772000-09-12      Joel Sherrill <joel@OARcorp.com>
1278
1279        * custom/mbx860_005b.cfg (make-target-options): Add lines to
1280        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
1281        may be incorrect but the BSP now compiles.
1282
12832000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1284
1285        * custom/arm_bare_bsp.cfg: Fix comments.
1286
12872000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1288
1289        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
1290        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
1291        * ChangeLog: File paths corrected
1292
12932000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1294
1295        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
1296
12972000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1298
1299        * custom/pck6.cfg: New file
1300        * custom/pc486.cfg: Use -m486
1301        * custom/pc586.cfg: Use -mpentium
1302        * custom/pc686.cfg: Use -mmpentiumpro
1303        * custom/i386ex.cfg: Use -msoft-float
1304
13052000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1306
1307        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
1308
13092000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1310
1311        * ChangeLog: File paths corrected.
1312
13132000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1314
1315        * custom/mvme167.cfg: Add specification of printk port, console port
1316        and serial I/O mode.  Arrange for the stripped executable to
1317        be copied up the build tree.
1318       
13192000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1320
1321        * custom/mbx8xx.cfg: Support for shared printk and no termios.
1322
13232000-08-10      John Cotton  <john.cotton@nrc.ca>
1324
1325        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
1326
13272000-08-10      Joel Sherrill <joel@OARcorp.com>
1328
1329        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.