source: rtems/make/ChangeLog @ 646f6a3

4.104.114.95
Last change on this file since 646f6a3 was 646f6a3, checked in by Joel Sherrill <joel.sherrill@…>, on 12/17/07 at 14:00:34

Formatting.

  • Property mode set to 100644
File size: 44.2 KB
Line 
12007-12-17      Chris Johns <chrisj@rtems.org>
2
3        * custom/mcf5235.cfg, custom/mrm332.cfg, custom/pc386.cfg: Split
4        the make-exe and make-cxx-exe into bsp-link-c, bsp-link-cxx and
5        bsp-post-link make macros. This allow external autotools support.
6
72007-12-14      Till Straumann <strauman@slac.stanford.edu>
8
9        * custom/mvme3100.cfg: Added; new BSP.
10
112007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * custom/mvme5500.cfg: Fix typo.
14
152007-11-27      Kate Feng <feng1@bnl.gov>
16
17        * custom/mvme5500.cfg: Add compiler arguments sine without them, the
18        BSP has issues.
19
202007-11-03      Ray Xu <rayx.cn@gmail.com>
21
22        * custom/rtl22xx_t.cfg: New file, rtl22xx_t is a new bsp compiled
23        with THUMB enabled
24
252007-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * custom/icecube.cfg: Rename EP5200 to IceCube since that is the
28        nickname for the Freescale evaluation board it is based upon. BSP was
29        tested on a Freescale MPC5200LITE.
30
312007-08-05      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * custom/mcf5235.cfg: Remove bogus -m5200 from linker calls.
34        * custom/av5282.cfg: Remove bogus -qnolinkcmds, -m5200 from linker
35          calls.
36        * custom/gen83xx.cfg: Use -O2.
37
382007-07-28      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * custom/Linux-posix.cfg: Use -O2.
41        * custom/rbtx4938.cfg: Add missing -O2.
42        * custom/rtl22xx.cfg: Adjust indentation.
43        * custom/virtex.cfg: Use -O2.
44
452007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * custom/Linux-posix.cfg: Make Linux link with just a C main -- avoid
48        using C++ ctor trick. An RTEMS C++ application running on this BSP
49        may have initialization order issues to address.
50
512007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * custom/Linux-posix.cfg: Linux BSP must be linked with C++ compiler.
54
552007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * custom/gen83xx.cfg: Add make-cxx-exe rule.
58
592007-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
60
61        * custom/gen83xx.cfg, custom/mpc8349eamds.cfg: added file to support
62        MPC83xx controller based boards
63       
642007-07-02      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
65
66        * custom/virtex.cfg: added file to support PPC core in a xilinx
67        virtex FPGA
68       
692007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * custom/Linux-posix.cfg: Merge patch from Till Straumann which would
72        work except gcc core dumps with an ICE when may_alias is used in this
73        code. I filed a GCC PR and reduced optimization to -O0 and it does
74        run again.
75
762007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * Templates/Makefile.leaf: At suggestion of Robert Grimes add commented
79        out make-cxx-exe usage example.
80
812007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * custom/gen5200.cfg: Remove junk comment.
84        * custom/ep5200.cfg: New file.
85
862007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * custom/armulator.cfg: Removed.
89
902007-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * custom/mvme5500.cfg: Use -O2 again.
93
942007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * Makefile.am: DMV152 obsoleted.
97        * custom/dmv152.cfg: Removed.
98
992007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * Makefile.am: Per Jiri Gaisler remove unused erc32nfp and leon1 BSP
102        variants.
103        * custom/erc32nfp.cfg, custom/leon1.cfg: Removed.
104
1052007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/pc386.cfg,
108        custom/sim68000.cfg, custom/ts_386ex.cfg: Clean up to use .nxe
109        extension instead of BSP unique ones.
110
1112007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * compilers/gcc-no_bsp.cfg: There are no longer any required managers.
114        Plus some cleanup
115
1162007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * leaf.cfg, compilers/gcc-no_bsp.cfg: Add optional manager stub
119        for Classic API Barrier.
120
1212007-04-26      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * custom/rtl22xx.cfg: Cleanup.
124        * Makefile.am: Add custom/rtl22xx.cfg.
125
1262007-04-26      Ray Xu <xr@trasin.net>
127
128        * custom/rtl22xx.cfg: New (Initial submission).
129
1302007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * Makefile.am: Cleanup.
133
1342007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
137        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
138        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
139        custom/bare.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
140        custom/csb336.cfg, custom/csb360.cfg, custom/dmv152.cfg,
141        custom/eZKit533.cfg, custom/edb7312.cfg, custom/ep1a.cfg,
142        custom/erc32.cfg, custom/erc32nfp.cfg, custom/gba.cfg,
143        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
144        custom/gen68340.cfg, custom/gen68360.cfg, custom/gensh1.cfg,
145        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
146        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
147        custom/i386ex.cfg, custom/idp.cfg, custom/jmr3904.cfg,
148        custom/leon2.cfg, custom/leon3.cfg, custom/mbx821_002b.cfg,
149        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
150        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
151        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
152        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
153        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
154        custom/nios2_iss.cfg, custom/ods68302.cfg, custom/pc386.cfg,
155        custom/psim.cfg, custom/rbtx4925.cfg, custom/score603e.cfg,
156        custom/sim68000.cfg, custom/simcpu32.cfg, custom/simsh4.cfg,
157        custom/simsh7032.cfg, custom/simsh7045.cfg, custom/ss555.cfg,
158        custom/ts_386ex.cfg: Add -g to CFLAGS_OPTIMIZE_V.
159
1602007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * custom/gensh1.cfg, custom/gensh2.cfg, custom/gensh4.cfg,
163        custom/hurricane.cfg, custom/rbtx4925.cfg, custom/simsh4.cfg:
164        Use $(NM) -g -n instead of $(NM) -n.
165        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
166        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
167        custom/Solaris-posix.cfg: Use $(NM) -g -n instead of $(NM) -ng.
168
1692007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * custom/score603e.cfg: CFLAGS_OPTIMIZE_V = -O2. Remove
172        DRIVER_ARCHITECTURE.
173        * custom/av5282.cfg, custom/bare.cfg, custom/dmv152.cfg,
174        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
175        custom/gen68340.cfg, custom/gen68360.cfg, custom/helas403.cfg,
176        custom/hurricane.cfg, custom/i386ex.cfg, custom/idp.cfg,
177        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
178        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
179        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
180        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
181        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
182        custom/ods68302.cfg, custom/pc386.cfg, custom/psim.cfg,
183        custom/rbtx4925.cfg, custom/sim68000.cfg, custom/simcpu32.cfg,
184        custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg,
185        custom/gensh2.cfg, custom/gensh4.cfg, custom/shsim.cfg,
186        custom/simsh4.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg,
187        custom/h8sim.cfg, custom/csb336.cfg, custom/edb7312.cfg,
188        custom/gba.cfg: CFLAGS_OPTIMIZE_V = -O2.
189        * custom/gba.cfg, custom/mbx8xx.cfg, custom/ss555.cfg: Remove
190        CXXFLAGS_OPTIMIZE_V.
191
1922007-01-17      Ralf Corsépius <ralf.corsepius@rtems.org>
193
194        * custom/eZKit533.cfg: CFLAGS_OPTIMIZE = -O0.
195        * custom/gensh1.cfg, custom/ep1a.cfg, custom/erc32.cfg,
196        custom/erc32nfp.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
197        custom/armulator.cfg, custom/gp32.cfg: CFLAGS_OPTIMIZE_V = -O2.
198
1992006-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
202        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
203        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
204        custom/bare.cfg,  custom/c3xsim.cfg, custom/c4xsim.cfg,
205        custom/csb336.cfg, custom/csb337.cfg, custom/csb350.cfg,
206        custom/csb360.cfg, custom/dmv152.cfg, custom/eZKit533.cfg,
207        custom/edb7312.cfg, custom/ep1a.cfg, custom/erc32.cfg,
208        custom/erc32nfp.cfg, custom/gba.cfg, custom/gen405.cfg,
209        custom/gen5200.cfg, custom/gen68302.cfg, custom/gen68340.cfg,
210        custom/gen68360.cfg, custom/genmongoosev.cfg, custom/gensh1.cfg,
211        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
212        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
213        custom/i386ex.cfg, custom/idp.cfg,
214        custom/jmr3904.cfg,custom/leon2.cfg, custom/leon3.cfg,
215        custom/mbx821_002b.cfg, custom/mbx8xx.cfg, custom/mcf5206elite.cfg,
216        custom/mcf5235.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg,
217        custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg,
218        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
219        custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg,
220        custom/mvme5500.cfg, custom/ods68302.cfg, custom/pc386.cfg,
221        custom/psim.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg,
222        custom/score603e.cfg, custom/shsim.cfg, custom/sim68000.cfg,
223        custom/simcpu32.cfg, custom/simsh4.cfg, custom/simsh7032.cfg,
224        custom/simsh7045.cfg, custom/ss555.cfg, custom/ts_386ex.cfg:
225        Cleanup.
226
2272006-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
228
229        * custom/uC5282.cfg: Remove hard-code compiler flags.
230        * custom/av5282.cfg, custom/csb360.cfg, custom/mcf5206elite.cfg,
231        custom/mcf5235.cfg: Remove ASFLAGS, CPU_ASFLAGS (Unused).
232
2332006-10-23      Joel Sherrill <joel@OARcorp.com>
234
235        * custom/eZKit533.cfg: New file.
236
2372006-09-08      Kate Feng <feng1@bnl.gov>
238
239        PR 1150/bsps
240        * custom/mvme5500.cfg: This is a follow-up of the PR846 due to the fact
241        that gcc (4.0.2) implicitely uses the vector engine for optimization;
242        -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec is better.
243
2442006-08-09      Kolja Waschk <waschk@telos.de>
245
246        * Makefile.am: New port to Altera NIOS II.
247        * custom/nios2_iss.cfg: New file.
248
2492006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
250
251        * custom/brsl5.cfg: (PR1117) added
252       
2532006-06-08      Bruce Robinson <brucer@pmccorp.com>
254       
255        * custom/rbtx4925.cfg:  Fix CPU_CFLAGS defines.
256        * custom/rbtx4938.cfg:  Fix CPU_CFLAGS defines.
257
2582005-04-10      Eric Norum <norume@aps.anl.gov>
259
260        *  custom/uC5282.cfg: Keep frame pointer -- gdb is much more useful.
261
2622006-03-16      Ralf Corsepius <ralf.corsepius@rtems.org>
263
264        * custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg:
265        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
266        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg:
267        Remove (abandoned).
268
2692006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * custom/leon1.cfg, custom/leon2.cfg, custom/leon3.cfg, sis.cfg:
272        Merger from rtems-4-6-branch.
273
2742006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
275
276        PR 851/bsps
277        * custom/gen5200.cfg, custom/pm520_cr825.cfg, custom/pm520_ze30.cfg:
278        New (Submission by Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>).
279
2802005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
281
282        * custom/gba.cfg, custom/pc386.cfg: Use .elf instead of .obj.
283
2842005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
285
286        * custom/dmv152.cfg, custom/i386ex.cfg, custom/idp.cfg,
287        custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg,
288        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg:
289        Use .srec for files containing SRECs.
290
2912005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
292
293        * custom/gp32.cfg: Replace .gxb with .elf.
294        * custom/i386ex.cfg, custom/ts_386ex.cfg: Replace .coff with .elf.
295
2962005-11-03      Till Straumann <strauman@slac.stanford.edu>
297
298        * custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use
299        -mcpu=750 instead.
300
3012005-09-18      Ralf Corsepius <ralf.corsepius@rtems.org>
302
303        * custom/orp.cfg: Remove (abandoned).
304        * custom/av5282.cfg: Remove obsolete vars.
305        * custom/gba.cfg: Remove PROFILE* (abandoned).
306        Remove -static (bogus).
307
3082005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
309
310        PR 822/bsps
311        * custom/mbx860_001b.cfg, custom/mbx860_1b.cfg: New files.
312
3132005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
314
315        * custom/av5282.cfg: New file.
316
3172005-06-17      Markku Puro <markku.puro@kopteri.net>
318
319        * Makefile.am: Adding GameBoy Advance BSP.
320        * custom/gba.cfg: New file.
321
3222005-06-17      Joel Sherrill <joel@OARcorp.com>
323
324        * custom/mcf5235.cfg: New file.
325
3262005-06-01      Philippe Simons <loki_666@fastmail.fm>
327
328        * custom/gp32.cfg: Add make-cxx-exe.
329
3302005-05-27      Ralf Corsepius <ralf.corsepius@rtems.org>
331
332        * custom/mbx860_005b.cfg, custom/mcp750.cfg, custom/mtx603e.cfg,
333        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg:
334        Remove RTEMS_PPC_EXCEPTION_PROCESSING_MODEL (Obsolete).
335
3362005-05-02      Joel Sherrill <joel@OARcorp.com>
337
338        * Makefile.am: Remove dmv177 and ppcn_60x.
339        * custom/dmv177.cfg: Removed.
340
3412005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
342
343        * custom/ppcn_60x.cfg: Remove (Gone from libbsp).
344
3452005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
346
347        * Makefile.am: Initial release of ep1a bsp
348        * custom/ep1a.cfg: New file.
349
3502005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
351
352        * custom/score603e.cfg: Update score603e to new exception model
353        NOTE: These modifications have not been tested on hardware.
354
3552005-03-11      Jay Monkman <jtm@lopingdog.com>
356
357        * custom/vegaplus.cfg: Removed.
358
3592005-03-11      Philippe Simons <loki_666@fastmail.fm>
360
361        * custom/gp32.cfg: New file.
362
3632005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
364
365        * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI.
366        * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V.
367        Remove -Wa,-m7450.
368
3692005-02-25      Joel Sherrill <joel@OARcorp.com>
370
371        * custom/jmr3904.cfg: arm_bare_bsp obsoleted.
372        * custom/arm_bare_bsp.cfg: Removed.
373
3742005-02-24      Jay Monkman <jtm@lopingdog.com>
375
376        * custom/csb350.cfg: New BSP.
377
3782005-02-24      Jay Monkman <jtm@lopingdog.com>
379
380        * custom/csb337.cfg: Cleanup.
381
3822005-02-08      Eric Norum <norume@aps.anl.gov>
383
384        * custom/uC5282.cfg: Put -m5200 back in link-edit commands until
385        proper versions of gcc (which take -m528x as an order to load the
386        -m5200 multilib variants) are widely available.
387
3882005-02-05      Ralf Corsepius <ralf.corsepius@rtems.org>
389
390        * custom/uC5282.cfg: Cleanup.
391
3922005-01-28      Eric Norum <norume@aps.anl.gov>
393
394        * Makefile.am, custom/uC5282.cfg: New BSP
395
3962005-01-20      Joel Sherrill <joel@OARcorp.com>
397
398        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg,
399        custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg,
400        custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg,
401        custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for
402        gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
403
4042005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
405
406        * compilers/gcc-portsw.cfg: Remove.
407        * Makefile.am: Reflect change above.
408
4092004-11-23      Joel Sherrill <joel@OARcorp.com>
410
411        * Makefile.am: Remove eth_comm.
412        * custom/eth_comm.cfg: Removed.
413
4142004-11-22      Jennifer Averett <jennifer@OARcorp.com>
415
416        PR 581/bsps
417        * custom/psim.cfg: Convert PSIM to new exception model.
418
4192004-11-17      Joel Sherrill <joel@OARcorp.com>
420
421        * custom/mvme2100.cfg: Add make-cxx-exe rule.
422
4232004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
424
425        * Makefile.am: Add MVME2100 BSP.
426        * custom/mvme2100.cfg: New file.
427
4282004-11-05      Joel Sherrill <joel@OARcorp.com>
429
430        * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
431        architecture name for RTEMS. Since this was used as the -mcpu
432        argument to GCC, that also had to be changed.
433
4342004-10-26      Eric Norum <norume@aps.anl.gov
435
436        * custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
437
4382004-10-20      Eric Norum <norume@aps.anl.gov
439
440        * custom/mvme5500.cfg: New BSP.
441
4422004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
443
444        * custom/c3xsim.cfg, custom/c4xsim.cfg: Expand files.
445
4462004-09-29      Joel Sherrill <joel@OARcorp.com>
447
448        * custom/h8sim.cfg: i960 obsoleted.
449        * custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
450
4512004-08-03      Jay Monkman <jtm@lopingdog.com>
452
453        * custom/csb360.cfg: New file.
454
4552004-07-15      Jay Monkman
456
457        * custom/csb336.cfg, custom/csb337.cfg: New files.
458
4592004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
460
461        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
462        with FreeBSD and now unused).
463        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
464
4652004-04-12      David Querbach <querbach@realtime.bc.ca>
466
467        * custom/ss555.cfg: New file.
468
4692004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
470
471        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
472        with Cygwin and now unused).
473
4742004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
475
476        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
477
4782004-03-05      Joel Sherrill <joel@OARcorp.com>
479
480        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
481        support.
482
4832004-02-26      Joel Sherrill <joel@OARcorp.com>
484
485        PR 570/bsps
486        * custom/mvme2307.cfg: Do not use -msdata=eabi since
487        it breaks the linking of the vectors.
488
4892004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * Makefile.am: Cosmetics.
492
4932004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
496        dist_rtems_make_custom_DATA = custom/default.cfg.
497
4982004-02-05      Joel Sherrill <joel@OARcorp.com>
499
500        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
501        these -- copied from the 4.6 branch.
502
5032004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        PR 553/bsps
506        * custom/mrm332.cfg: Comment out objdump.
507
5082004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
511
5122004-01-20      Joel Sherrill <joel@OARcorp.com>
513
514        PR 553/bsps
515        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
516        comment.
517
5182004-01-07      Joel Sherrill <joel@OARcorp.com>
519
520        * Makefile.am: Remove efi68k and efi332 references as they are no
521        longer in the tree.
522
5232004-01-07      Joel Sherrill <joel@OARcorp.com>
524
525        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
526        users of these boards so we are removing them.
527        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
528
5292004-01-07      Joel Sherrill <joel@OARcorp.com>
530
531        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
532
5332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * Makefile.am: EXTRA_DIST +=.
536
5372003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * custom/Makefile.am: Remove.
540        * Makefile.am: Merge-in former custom/Makefile.am
541
5422003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
545        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
546
5472003-09-26      Joel Sherrill <joel@OARcorp.com>
548
549        * custom/simhppa.cfg: Removed.
550
5512003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
554
5552003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        PR 470/bsps
558        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
559        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
560        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
561
5622003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
565        the BSP's configure-script).
566        Remove BSP_CPPFLAGS (Obsolete).
567
5682003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        PR 321/bsps
571        * leaf.cfg: Remove support for profile-variant.
572        * main.cfg: Ditto.
573        * compilers/gcc-no_bsp.cfg: Ditto.
574        * compilers/gcc-portsw.cfg: Ditto.
575        * compilers/gcc-target-default.cfg: Ditto.
576
5772003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
578
579        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
580
5812003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
582
583        PR 368/filesystems
584        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
585        with this PR for alias BSPs.
586
5872003-03-18  Till Straumann <strauman@slac.stanford.edu>
588
589        PR 356/bsps
590        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
591        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
592
5932003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
596
5972003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
600        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
601        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
602        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
603
6042003-02-14      Joel Sherrill <joel@OARcorp.com>
605
606        AMD a29k obsolete.
607        * custom/portsw.cfg: Removed.
608
6092003-01-20      Duane Gustavus <duane@unt.edu>
610
611        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
612
6132003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
616        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
617        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
618        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
619        Move -D_BSD_SOURCE to CPU_CFLAGS.
620        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
621        Move -Dsolaris2 to CPU_CFLAGS.
622        Remove -D__EXTENSIONS__.
623
6242002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * custom/posix.cfg: Remove comment referring to host.cfg.
627
6282002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * custom/default.cfg: Pickup target.cfg from BSP directory.
631
6322002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
633
634        * custom/mtx603e.cfg: New file.
635
6362002-11-17      Joel Sherrill <joel@OARcorp.com>
637
638        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
639        build variants work for user applications post install.
640
6412002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
644        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
645        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
646        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
647        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
648
6492002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
650
651        * custom/edb7312.cfg: New file.
652
6532002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
656        obsolete Makefile.
657        * leaf.cfg: Various changes to LIBVARIANT processing.
658        * main.cfg: Ditto.
659
6602002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * Makefile.am: Add compilers/*.
663        * compilers/Makefile.am: Remove.
664        * lib.cfg: Remove.
665        * directory.cfg: Remove.
666        * README: Remove.
667
6682002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * Makefile.am: Add Templates/*.
671        * Templates/Makefile.am: Remove.
672
6732002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
676
6772002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
678
679        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
680        * custom/HPUX9-posix.cfg: Ditto.
681        * custom/Linux-posix.cfg: Ditto.
682
6832002-10-02      Joel Sherrill <joel@OARcorp.com>
684
685        * custom/armulator.cfg: Remove reference to PowerPC arguments.
686
6872002-09-13      Joel Sherrill <joel@OARcorp.com>
688
689        * Part of addressing PR281.
690        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
691        * compilers/gcc-target-default.cfg: Removed remaining support for
692        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
693        as one of the LDFLAGS when the debug variant is specified.
694
6952002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * custom/posix.cfg: Don't include host.cfg.
698
6992002-08-09      Joel Sherrill <joel@OARcorp.com>
700
701        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
702
7032002-08-07      Ivan Guzvinec <ivang@opencores.org>
704
705        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
706
7072002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
710
7112002-08-06      Joel Sherrill <joel@OARcorp.com>
712
713        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
714        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
715
7162002-08-06      Chris Ziomkowski <chris@asics.ws>
717
718        * custom/or32sim.cfg: New file added as part of merge from
719        OpenCores repository.
720
7212002-08-05      Joel Sherrill <joel@OARcorp.com>
722
723        * Per PR260 eliminate use of make-target-options.  This impacted
724        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
725        SuperCore and required that the m68k optimized memcpy be moved
726        to libcpu.
727        * custom/gen68360.cfg: Remove make-target-options.
728
7292002-08-01      Joel Sherrill <joel@OARcorp.com>
730
731        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
732        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
733
7342002-08-01      Joel Sherrill <joel@OARcorp.com>
735
736        * custom/mvme136.cfg: Remove make-target-options.
737
7382002-07-30      Joel Sherrill <joel@OARcorp.com>
739
740        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
741        will disappear when make clean is performed.
742
7432002-07-24      Joel Sherrill <joel@OARcorp.com>
744
745        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
746        to use gcc 3.1 arguments.
747
7482002-07-22      Joel Sherrill <joel@OARcorp.com>
749
750        * Templates/Makefile.leaf: Clarify the MANAGERS example.
751
7522002-07-01      Joel Sherrill <joel@OARcorp.com>
753
754        * custom/p4650.cfg: Update arguments to gcc3.
755
7562002-06-14      Joel Sherrill <joel@OARcorp.com>
757
758        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
759        to gcc 3.1 arguments.
760
7612002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
762
763        * custom/dmv177.cfg: Use -mcpu=603e.
764        * custom/ppcn_60x.cfg: Use -mcpu=603e.
765        * custom/psim.cfg: Use -mcpu=603e.
766        * custom/score603e.cfg: Use -mcpu=603e.
767        * custom/ts_386ex.cfg: Remove obsolete comments.
768        * custom/rxgen960.cfg: Remove obsolete comments.
769        * custom/cvme961.cfg: Remove obsolete comments.
770
7712001-05-09      Joel Sherrill <joel@OARcorp.com>
772
773        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
774        compatable arguments.
775 
7762002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
779        Remove obsolete comments.
780        * custom/eth_comm.cfg: Remove make-target-options.
781        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
782        CPU_CFLAGS.
783        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
784        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
785        * custom/mbx8xx.cfg: Remove make-target-options.
786        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
787        Remove obsolete comments.
788        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
789        Remove obsolete comments.
790        * custom/mpc8260ads.cfg: Remove make-target-options.
791        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
792        CPU_CFLAGS.
793        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
794        Remove obsolete comments.
795        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
796        CPU_CFLAGS.
797        Remove obsolete comments.
798        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
799        Remove obsolete comments.
800        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
801        CPU_CFLAGS.
802        Remove obsolete comments.
803
8042002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
805
806        * custom/gen405.cfg: Remove -D__powerpc__.
807
8082002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
809
810        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
811        * custom/erc32.cfg: Ditto.
812        * custom/leon2.cfg: Ditto.
813
814
8152002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
816
817        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
818        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
819        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
820
8212002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
822
823        * custom/cvme961.cfg: Remove GCC272 support.
824        * custom/dmv152.cfg: Remove GCC272 support.
825        * custom/efi332.cfg: Remove GCC272 support.
826        * custom/efi68k.cfg: Remove GCC272 support.
827        * custom/eth_comm.cfg: Remove GCC272 support.
828        * custom/gen405.cfg: Remove GCC272 support.
829        * custom/gen68302.cfg: Remove GCC272 support.
830        * custom/gen68340.cfg: Remove GCC272 support.
831        * custom/gen68360.cfg: Remove GCC272 support.
832        * custom/genmongoosev.cfg: Remove GCC272 support.
833        * custom/helas403.cfg: Remove GCC272 support.
834        * custom/i386ex.cfg: Remove GCC272 support.
835        * custom/i960sim.cfg: Remove GCC272 support.
836        * custom/idp.cfg: Remove GCC272 support.
837        * custom/leon2.cfg: Remove GCC272 support.
838        * custom/mbx8xx.cfg: Remove GCC272 support.
839        * custom/mcf5206elite.cfg: Remove GCC272 support.
840        * custom/mpc8260ads.cfg: Remove GCC272 support.
841        * custom/mrm332.cfg: Remove GCC272 support.
842        * custom/mvme136.cfg: Remove GCC272 support.
843        * custom/mvme147.cfg: Remove GCC272 support.
844        * custom/mvme167.cfg: Remove GCC272 support.
845        * custom/ods68302.cfg: Remove GCC272 support.
846        * custom/p4000.cfg: Remove GCC272 support.
847        * custom/p4600.cfg: Remove GCC272 support.
848        * custom/p4650.cfg: Remove GCC272 support.
849        * custom/pc386.cfg: Remove GCC272 support.
850        * custom/portsw.cfg: Remove GCC272 support.
851        * custom/psim.cfg: Remove GCC272 support.
852        * custom/rxgen960.cfg: Remove GCC272 support.
853        * custom/score603e.cfg: Remove GCC272 support.
854        * custom/sim68000.cfg: Remove GCC272 support.
855        * custom/simhppa.cfg: Remove GCC272 support.
856        * custom/simsh4.cfg: Remove GCC272 support.
857        * custom/ts_386ex.cfg: Remove GCC272 support.
858
8592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
860
861        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
862        * Makefile.am: Remove AUTOMAKE_OPTIONS.
863        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
864        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
865
8662002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
867
868        * compilers/gcc-target-default.cfg: Add missing \.
869        Reported by Ilya Alexeev <ilya@continuum.ru>.
870
8712002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
872
873        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
874        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
875        support.
876        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
877
8782001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
879
880        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
881        * custom/FreeBSD-posix.cfg: Ditto.
882        * custom/HPUX9-posix.cfg: Ditto.
883        * custom/Linux-posix.cfg: Ditto.
884        * custom/Solaris-posix.cfg: Ditto.
885
8862001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
889        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
890
8912001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
892
893        * custom/armulator.cfg: Remove make-target-options.
894        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
895        (now in erc32/configure.ac).
896        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
897        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
898        Remove CONSOLE_USE_POLLED (Unused).
899        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
900        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
901        * custom/mvme162.cfg: Remove references to mvme162lx.
902        Abandon gcc272. Remove make-target-options.
903        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
904
9052001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
906
907        * custom/bare.cfg: Remove make-target-options.
908        * custom/c4xsim.cfg: Ditto.
909        * custom/cvme961.cfg: Ditto.
910        * custom/efi68k.cfg: Ditto.
911        * custom/gen68302.cfg: Ditto.
912        * custom/gen68340.cfg: Ditto.
913        * custom/genmongoosev.cfg: Ditto.
914        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
915        make-exe, remove empty lines.
916        * custom/h8sim.cfg: Remove make-target-options.
917        * custom/mcf5206elite.cfg: Ditto.
918        * custom/mrm332.cfg: Ditto.
919        * custom/mvme147.cfg: Ditto.
920        * custom/ods68302.cfg: Ditto.
921        * custom/p4000.cfg: Ditto.
922        * custom/p4600.cfg: Ditto.
923        * custom/p4650.cfg: Ditto.
924        * custom/pc386.cfg: Ditto.
925        * custom/portsw.cfg: Ditto.
926        * custom/simsh4.cfg: Ditto.
927
9282001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
929
930        * custom/efi332.cfg: Remove make-target-options.
931        * custom/idp.cfg: Ditto.
932        * custom/jmr3904.cfg: Ditto.
933
9342001-11-27      Joel Sherrill <joel@OARcorp.com>,
935
936        * ChangeLog: Deleted bogus entry.
937
9382001-11-27      Joel Sherrill <joel@OARcorp.com>,
939
940        * custom/ods68302.cfg: Eliminated required definition of macros in this
941        file for the BSP to compile.  The ROM and ROM address and size settings
942        are now linker script items. 
943
9442001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946
947        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
948        Remove make-target-options.
949        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
950        Remove make-target-options.
951        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
952        DATA_CACHE_ENABLE.
953        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
954        DATA_CACHE_ENABLE.
955        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
956        DATA_CACHE_ENABLE.
957
9582001-11-25      Joel Sherrill <joel@OARcorp.com>
959
960        * custom/papyrus.cfg: Removed.
961        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
962
9632001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
964
965        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
966        * custom/mcp750.cfg: Ditto.
967
9682001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
969
970        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
971        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
972        * custom/psim.cfg: Refect changes to psim/configure.ac.
973        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
974        remove SCORE603E_GENERATION.
975
9762001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
977
978        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
979        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
980        * custom/mbx860_005b.cfg: Ditto.
981        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
982
983
9842001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
985
986        * custom/gensh1.cfg: remove make-target-options.
987        * custom/gensh2.cfg: remove make-target-options.
988
9892001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
990
991        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
992        remove make-target-options, remove BSP_CPPFLAGS.
993
9942001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
995
996        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
997
9982001-11-14      Joel Sherrill <joel@OARcorp.com>
999
1000        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
1001        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
1002        These are new exception processing model BSPs and thus do not
1003        need to define PPC_USE_SPRG.
1004
10052001-11-14      Joel Sherrill <joel@OARcorp.com>
1006
1007        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
1008
10092001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1010
1011        * custom/ts_386ex.cfg: Remove make-target-options.
1012        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
1013        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
1014        different flags.
1015
10162001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1017
1018        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
1019        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
1020        re-adopt mcp750.cfg's make-exe.
1021
10222001-11-13      Joel Sherrill <joel@OARcorp.com>
1023
1024        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
1025        the --srec-len argument to objcopy only supported in binutils 2.11
1026        or newer.
1027
10282001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
1029
1030        This modification is part of the submitted modifications necessary to
1031        support the IBM PPC405 family.  This submission was reviewed by
1032        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
1033        not negatively impact the ppc403 BSPs.  The submission and tracking
1034        process was captured as PR50.
1035        * custom/gen405.cfg: New file.
1036        * custom/helas403.cfg: Modified to generate Srecords.
1037
10382001-10-30      Joel Sherrill <joel@OARcorp.com>
1039
1040        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
1041
10422001-10-26      Victor V. Vengerov <vvv@oktet.ru>
1043
1044        * custom/mcf5206elite.cfg: New file.
1045
10462001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
1047
1048        * custom/mpc8260ads.cfg: New file.
1049
10502001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1051
1052        * custom/gensh4.cfg: Remove START_HW_INIT.
1053        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
1054
10552001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1056
1057        * custom/gensh4.cfg: Remove HZ.
1058        * custom/simsh4.cfg: Remove HZ.
1059
10602001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
1061
1062        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
1063        of Hitachi SH4 BSPs of the same name.  Reviewed and some
1064        cleanup by Joel Sherrill <joel@OARcorp.com>.
1065
10662001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1067
1068        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
1069
10702001-10-11      Joel Sherrill <joel@OARcorp.com>
1071
1072        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
1073        to avoid using the apparently broken or deprecated -o argument.
1074
10752001-09-28      Joel Sherrill <joel@OARcorp.com>
1076
1077        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
1078        for MC68302_BASE.
1079
10802001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1081
1082        * custom/bare.cfg: Define dummy make-cxx-exe.
1083
10842001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1085
1086        * ChangeLog: Formatting cleanup.
1087
10882001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1089
1090        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
1091        make-target-options.
1092        * custom/FreeBSD-posix.cfg: Remove make-target-options.
1093        * custom/HPUX9-posix.cfg: Dito.
1094        * custom/Linux-posix.cfg: Dito.
1095        * custom/Solaris-posix.cfg: Dito.
1096        * custom/arm_bare_bsp.cfg: Dito.
1097        * custom/armulator.cfg: Dito.
1098        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
1099        * custom/i386ex.cfg: Remove make-target-options.
1100        * custom/i960sim.cfg: Remove make-target-options.
1101        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
1102        CONSOLE_USE_INTERRUPTS.
1103        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
1104        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
1105        CONSOLE_USE_INTERRUPTS.
1106        * custom/vegaplus.cfg: Remove make-target-options.
1107
11082001-05-25      Joel Sherrill <joel@OARcorp.com>
1109
1110        * custom/mrm332.cfg: Switched $(SED) to sed.
1111
11122000-05-25      Matt Cross <profesor@gweep.net>
1113
1114        * New MRM332 BSP for the Mini RoboMind board based
1115        on the 68332 microcontroller designed and build by Mark
1116        Castelluccio.  For details on the MRM see http://www.robominds.com.
1117        * custom/mrm332.cfg: New file.
1118
11192001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1120
1121        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
1122        CONSOLE_USE_POLLED, HAS_RTC.
1123
11242001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1125
1126        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
1127        * custom/gensh2.cfg: Dito.
1128
11292001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1130
1131        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
1132        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
1133        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
1134        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
1135        remove unused flags, remove -ansi from CPP.
1136        * custom/eth_comm.cfg: Remove CPU_DEFINES.
1137        * custom/sim68000.cfg: Remove CPU_DEFINES.
1138       
11392001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1140
1141        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
1142        * compilers/gcc-target-default.cfg: Dito.
1143        * compilers/gcc-portsw.cfg: Remove -Hansi.
1144        * custom/posix.cfg: Remove inclusion of target.cfg.
1145        * custom/simhppa.cfg: Remove -ansi -fasm.
1146
11472001-04-11      Eric Valette <valette@crf.canon.fr>
1148
1149        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
1150        "new exception processing model."
1151
11522001-04-11      Joel Sherrill <joel@OARcorp.com>
1153
1154        * custom/default.cfg: Switch to using exec_prefix to reflect new
1155        organization of install point from Ralf Corsepius.
1156
11572001-03-30      Eric Valette <valette@crf.canon.fr>
1158
1159        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
1160        use the "new exception processing model."
1161
11622001-03-14      Joel Sherrill <joel@OARcorp.com>
1163
1164        * custom/genmongossev.cfg: New file.
1165
11662001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1167
1168        * custom/pc386dx.cfg: New bsp.
1169
11702001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1171
1172        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
1173        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
1174        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
1175
11762001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1177
1178        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
1179        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
1180        * host.cfg.in: Remove RM, make-script.
1181        * ChangeLog: Remove bogus 2001-01-22 entry.
1182
11832001-01-09      Joel Sherrill <joel@OARcorp.com>
1184
1185        * custom/pc386.cfg (make-exe): Removed commented out lines that
1186        were displayed in build longs.
1187
11882001-01-08      Joel Sherrill <joel@OARcorp.com>
1189
1190        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
1191        unneeded definitions when compiled for "mips" rather than "mips64orion."
1192        Correct CPU_CFLAGS.
1193
11942001-01-05      Joel Sherrill <joel@OARcorp.com>
1195
1196        * custom/gensh1.cfg: Removed rest of make-target-options and
1197        moved them to BSP configure options.
1198
11992001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1200
1201        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
1202        install point or assuming BSP build tree is available.
1203
12042001-01-03      Joel Sherrill <joel@OARcorp.com>
1205
1206        * custom/psim.cfg: Removed unused variables.
1207
12082001-01-03      Joel Sherrill <joel@OARcorp.com>
1209
1210        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
1211        * custom/simcpu32.cfg: Removed MVME162 reference.
1212
12132000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
1214
1215        * custom/mcp750.cfg: Fix problems in generation of .exe file.
1216        Still need to fix to avoid touching install point on non-install stanza.
1217
12182000-12-06      Joel Sherrill <joel@OARcorp.com>
1219
1220        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
1221        and copies that should not be in it.
1222
12232000-12-01      Joel Sherrill <joel@OARcorp.com>
1224
1225        * custom/jmr3904.cfg: Turn optimization back up to -O2.
1226
12272000-11-30      Joel Sherrill <joel@OARcorp.com>
1228
1229        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
1230        a mips1.  gcc translates -m3900 into that.
1231
12322000-11-27      Joel Sherrill <joel@OARcorp.com>
1233
1234        * custom/jmr3904.cfg: Fix incorrect reference to i960.
1235
12362000-11-27      Joel Sherrill <joel@OARcorp.com>
1237
1238        * custom/shsim.cfg: New file.
1239        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
1240        The shsim is for the SH simulator in gdb. It should be able
1241        to be used with multiple SH CPU models.  This will require
1242        adding BSP variants.
1243
12442000-11-25      Joel Sherrill <joel@OARcorp.com>
1245
1246        * custom/pc386.cfg: make-exe rule would write into
1247        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
1248        is generally not writeable after the BSP is installed and you do not
1249        want every application installed there by default.  Reported by
1250        Eric Norum <eric.norum@usask.ca>.
1251
12522000-11-25      Joel Sherrill <joel@OARcorp.com>
1253
1254        * custom/Makefile.am: Updated to add jmr3904.cfg
1255        * custom/jmr3904.cfg: New file.
1256
12572000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1258
1259        * custom/leon2.cfg: Removed defines that are now generated
1260        in a non-BSP specific manner.
1261
12622000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1263
1264        * custom/Makefile.am: Modified to reflect addition of files.
1265        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
1266        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
1267
12682000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1269
1270        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
1271
12722000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1273
1274        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
1275
12762000-10-24      Joel Sherrill <joel@OARcorp.com>
1277
1278        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
1279        definition since this information can be picked up from
1280        autoconf generated files.  These BSPs are shared by the
1281        mips and mips64orion "ports."
1282
12832000-10-18      Joel Sherrill <joel@OARcorp.com>
1284
1285        * compilers/gcc-portsw.cfg: Use gcc style flags.
1286
12872000-09-13      Joel Sherrill <joel@OARcorp.com>
1288
1289        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
1290        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
1291
12922000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
1293
1294        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
1295        Eric Valette <valette@crf.canon.fr>.
1296        * custom/vegaplus.cfg: New file.
1297
12982000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1299
1300        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
1301        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
1302        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
1303        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
1304        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
1305        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
1306        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
1307
13082000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1309
1310        * custom/gensh2.cfg: Fix comments.
1311
13122000-09-12      Joel Sherrill <joel@OARcorp.com>
1313
1314        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
1315        compiler arguments that specify CPU model options.
1316
13172000-09-12      Joel Sherrill <joel@OARcorp.com>
1318
1319        * custom/mbx860_005b.cfg (make-target-options): Add lines to
1320        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
1321        may be incorrect but the BSP now compiles.
1322
13232000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1324
1325        * custom/arm_bare_bsp.cfg: Fix comments.
1326
13272000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1328
1329        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
1330        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
1331        * ChangeLog: File paths corrected
1332
13332000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1334
1335        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
1336
13372000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1338
1339        * custom/pck6.cfg: New file
1340        * custom/pc486.cfg: Use -m486
1341        * custom/pc586.cfg: Use -mpentium
1342        * custom/pc686.cfg: Use -mmpentiumpro
1343        * custom/i386ex.cfg: Use -msoft-float
1344
13452000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1346
1347        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
1348
13492000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1350
1351        * ChangeLog: File paths corrected.
1352
13532000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1354
1355        * custom/mvme167.cfg: Add specification of printk port, console port
1356        and serial I/O mode.  Arrange for the stripped executable to
1357        be copied up the build tree.
1358       
13592000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1360
1361        * custom/mbx8xx.cfg: Support for shared printk and no termios.
1362
13632000-08-10      John Cotton  <john.cotton@nrc.ca>
1364
1365        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
1366
13672000-08-10      Joel Sherrill <joel@OARcorp.com>
1368
1369        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.