source: rtems/make/ChangeLog @ 59aea5d

4.104.114.84.95
Last change on this file since 59aea5d was 59aea5d, checked in by Joel Sherrill <joel.sherrill@…>, on 07/24/07 at 15:46:01

2007-07-24 Joel Sherrill <joel.sherrill@…>

  • custom/Linux-posix.cfg: Linux BSP must be linked with C++ compiler.
  • Property mode set to 100644
File size: 42.7 KB
Line 
12007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * custom/Linux-posix.cfg: Linux BSP must be linked with C++ compiler.
4
52007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * custom/gen83xx.cfg: Add make-cxx-exe rule.
8
92007-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
10
11        * custom/gen83xx.cfg, custom/mpc8349eamds.cfg: added file to support
12        MPC83xx controller based boards
13       
142007-07-02      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
15
16        * custom/vitex.cfg: added file to support PPC core in a xilinx
17        virtex FPGA
18       
192007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * custom/Linux-posix.cfg: Merge patch from Till Straumann which would
22        work except gcc core dumps with an ICE when may_alias is used in this
23        code. I filed a GCC PR and reduced optimization to -O0 and it does
24        run again.
25
262007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * Templates/Makefile.leaf: At suggestion of Robert Grimes add commented
29        out make-cxx-exe usage example.
30
312007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * custom/gen5200.cfg: Remove junk comment.
34        * custom/ep5200.cfg: New file.
35
362007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * custom/armulator.cfg: Removed.
39
402007-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * custom/mvme5500.cfg: Use -O2 again.
43
442007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile.am: DMV152 obsoleted.
47        * custom/dmv152.cfg: Removed.
48
492007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * Makefile.am: Per Jiri Gaisler remove unused erc32nfp and leon1 BSP
52        variants.
53        * custom/erc32nfp.cfg, custom/leon1.cfg: Removed.
54
552007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/pc386.cfg,
58        custom/sim68000.cfg, custom/ts_386ex.cfg: Clean up to use .nxe
59        extension instead of BSP unique ones.
60
612007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * compilers/gcc-no_bsp.cfg: There are no longer any required managers.
64        Plus some cleanup
65
662007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * leaf.cfg, compilers/gcc-no_bsp.cfg: Add optional manager stub
69        for Classic API Barrier.
70
712007-04-26      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * custom/rtl22xx.cfg: Cleanup.
74        * Makefile.am: Add custom/rtl22xx.cfg.
75
762007-04-26      Ray Xu <xr@trasin.net>
77
78        * custom/rtl22xx.cfg: New (Initial submission).
79
802007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * Makefile.am: Cleanup.
83
842007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
87        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
88        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
89        custom/bare.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
90        custom/csb336.cfg, custom/csb360.cfg, custom/dmv152.cfg,
91        custom/eZKit533.cfg, custom/edb7312.cfg, custom/ep1a.cfg,
92        custom/erc32.cfg, custom/erc32nfp.cfg, custom/gba.cfg,
93        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
94        custom/gen68340.cfg, custom/gen68360.cfg, custom/gensh1.cfg,
95        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
96        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
97        custom/i386ex.cfg, custom/idp.cfg, custom/jmr3904.cfg,
98        custom/leon2.cfg, custom/leon3.cfg, custom/mbx821_002b.cfg,
99        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
100        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
101        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
102        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
103        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
104        custom/nios2_iss.cfg, custom/ods68302.cfg, custom/pc386.cfg,
105        custom/psim.cfg, custom/rbtx4925.cfg, custom/score603e.cfg,
106        custom/sim68000.cfg, custom/simcpu32.cfg, custom/simsh4.cfg,
107        custom/simsh7032.cfg, custom/simsh7045.cfg, custom/ss555.cfg,
108        custom/ts_386ex.cfg: Add -g to CFLAGS_OPTIMIZE_V.
109
1102007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * custom/gensh1.cfg, custom/gensh2.cfg, custom/gensh4.cfg,
113        custom/hurricane.cfg, custom/rbtx4925.cfg, custom/simsh4.cfg:
114        Use $(NM) -g -n instead of $(NM) -n.
115        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
116        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
117        custom/Solaris-posix.cfg: Use $(NM) -g -n instead of $(NM) -ng.
118
1192007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * custom/score603e.cfg: CFLAGS_OPTIMIZE_V = -O2. Remove
122        DRIVER_ARCHITECTURE.
123        * custom/av5282.cfg, custom/bare.cfg, custom/dmv152.cfg,
124        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
125        custom/gen68340.cfg, custom/gen68360.cfg, custom/helas403.cfg,
126        custom/hurricane.cfg, custom/i386ex.cfg, custom/idp.cfg,
127        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
128        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
129        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
130        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
131        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
132        custom/ods68302.cfg, custom/pc386.cfg, custom/psim.cfg,
133        custom/rbtx4925.cfg, custom/sim68000.cfg, custom/simcpu32.cfg,
134        custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg,
135        custom/gensh2.cfg, custom/gensh4.cfg, custom/shsim.cfg,
136        custom/simsh4.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg,
137        custom/h8sim.cfg, custom/csb336.cfg, custom/edb7312.cfg,
138        custom/gba.cfg: CFLAGS_OPTIMIZE_V = -O2.
139        * custom/gba.cfg, custom/mbx8xx.cfg, custom/ss555.cfg: Remove
140        CXXFLAGS_OPTIMIZE_V.
141
1422007-01-17      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * custom/eZKit533.cfg: CFLAGS_OPTIMIZE = -O0.
145        * custom/gensh1.cfg, custom/ep1a.cfg, custom/erc32.cfg,
146        custom/erc32nfp.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
147        custom/armulator.cfg, custom/gp32.cfg: CFLAGS_OPTIMIZE_V = -O2.
148
1492006-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
150
151        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
152        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
153        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
154        custom/bare.cfg,  custom/c3xsim.cfg, custom/c4xsim.cfg,
155        custom/csb336.cfg, custom/csb337.cfg, custom/csb350.cfg,
156        custom/csb360.cfg, custom/dmv152.cfg, custom/eZKit533.cfg,
157        custom/edb7312.cfg, custom/ep1a.cfg, custom/erc32.cfg,
158        custom/erc32nfp.cfg, custom/gba.cfg, custom/gen405.cfg,
159        custom/gen5200.cfg, custom/gen68302.cfg, custom/gen68340.cfg,
160        custom/gen68360.cfg, custom/genmongoosev.cfg, custom/gensh1.cfg,
161        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
162        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
163        custom/i386ex.cfg, custom/idp.cfg,
164        custom/jmr3904.cfg,custom/leon2.cfg, custom/leon3.cfg,
165        custom/mbx821_002b.cfg, custom/mbx8xx.cfg, custom/mcf5206elite.cfg,
166        custom/mcf5235.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg,
167        custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg,
168        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
169        custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg,
170        custom/mvme5500.cfg, custom/ods68302.cfg, custom/pc386.cfg,
171        custom/psim.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg,
172        custom/score603e.cfg, custom/shsim.cfg, custom/sim68000.cfg,
173        custom/simcpu32.cfg, custom/simsh4.cfg, custom/simsh7032.cfg,
174        custom/simsh7045.cfg, custom/ss555.cfg, custom/ts_386ex.cfg:
175        Cleanup.
176
1772006-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * custom/uC5282.cfg: Remove hard-code compiler flags.
180        * custom/av5282.cfg, custom/csb360.cfg, custom/mcf5206elite.cfg,
181        custom/mcf5235.cfg: Remove ASFLAGS, CPU_ASFLAGS (Unused).
182
1832006-10-23      Joel Sherrill <joel@OARcorp.com>
184
185        * custom/eZKit533.cfg: New file.
186
1872006-09-08      Kate Feng <feng1@bnl.gov>
188
189        PR 1150/bsps
190        * custom/mvme5500.cfg: This is a follow-up of the PR846 due to the fact
191        that gcc (4.0.2) implicitely uses the vector engine for optimization;
192        -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec is better.
193
1942006-08-09      Kolja Waschk <waschk@telos.de>
195
196        * Makefile.am: New port to Altera NIOS II.
197        * custom/nios2_iss.cfg: New file.
198
1992006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
200
201        * custom/brsl5.cfg: (PR1117) added
202       
2032006-06-08      Bruce Robinson <brucer@pmccorp.com>
204       
205        * custom/rbtx4925.cfg:  Fix CPU_CFLAGS defines.
206        * custom/rbtx4938.cfg:  Fix CPU_CFLAGS defines.
207
2082005-04-10      Eric Norum <norume@aps.anl.gov>
209
210        *  custom/uC5282.cfg: Keep frame pointer -- gdb is much more useful.
211
2122006-03-16      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        * custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg:
215        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
216        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg:
217        Remove (abandoned).
218
2192006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * custom/leon1.cfg, custom/leon2.cfg, custom/leon3.cfg, sis.cfg:
222        Merger from rtems-4-6-branch.
223
2242006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        PR 851/bsps
227        * custom/gen5200.cfg, custom/pm520_cr825.cfg, custom/pm520_ze30.cfg:
228        New (Submission by Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>).
229
2302005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * custom/gba.cfg, custom/pc386.cfg: Use .elf instead of .obj.
233
2342005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
235
236        * custom/dmv152.cfg, custom/i386ex.cfg, custom/idp.cfg,
237        custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg,
238        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg:
239        Use .srec for files containing SRECs.
240
2412005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
242
243        * custom/gp32.cfg: Replace .gxb with .elf.
244        * custom/i386ex.cfg, custom/ts_386ex.cfg: Replace .coff with .elf.
245
2462005-11-03      Till Straumann <strauman@slac.stanford.edu>
247
248        * custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use
249        -mcpu=750 instead.
250
2512005-09-18      Ralf Corsepius <ralf.corsepius@rtems.org>
252
253        * custom/orp.cfg: Remove (abandoned).
254        * custom/av5282.cfg: Remove obsolete vars.
255        * custom/gba.cfg: Remove PROFILE* (abandoned).
256        Remove -static (bogus).
257
2582005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
259
260        PR 822/bsps
261        * custom/mbx860_001b.cfg, custom/mbx860_1b.cfg: New files.
262
2632005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
264
265        * custom/av5282.cfg: New file.
266
2672005-06-17      Markku Puro <markku.puro@kopteri.net>
268
269        * Makefile.am: Adding GameBoy Advance BSP.
270        * custom/gba.cfg: New file.
271
2722005-06-17      Joel Sherrill <joel@OARcorp.com>
273
274        * custom/mcf5235.cfg: New file.
275
2762005-06-01      Philippe Simons <loki_666@fastmail.fm>
277
278        * custom/gp32.cfg: Add make-cxx-exe.
279
2802005-05-27      Ralf Corsepius <ralf.corsepius@rtems.org>
281
282        * custom/mbx860_005b.cfg, custom/mcp750.cfg, custom/mtx603e.cfg,
283        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg:
284        Remove RTEMS_PPC_EXCEPTION_PROCESSING_MODEL (Obsolete).
285
2862005-05-02      Joel Sherrill <joel@OARcorp.com>
287
288        * Makefile.am: Remove dmv177 and ppcn_60x.
289        * custom/dmv177.cfg: Removed.
290
2912005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
292
293        * custom/ppcn_60x.cfg: Remove (Gone from libbsp).
294
2952005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
296
297        * Makefile.am: Initial release of ep1a bsp
298        * custom/ep1a.cfg: New file.
299
3002005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
301
302        * custom/score603e.cfg: Update score603e to new exception model
303        NOTE: These modifications have not been tested on hardware.
304
3052005-03-11      Jay Monkman <jtm@lopingdog.com>
306
307        * custom/vegaplus.cfg: Removed.
308
3092005-03-11      Philippe Simons <loki_666@fastmail.fm>
310
311        * custom/gp32.cfg: New file.
312
3132005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
314
315        * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI.
316        * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V.
317        Remove -Wa,-m7450.
318
3192005-02-25      Joel Sherrill <joel@OARcorp.com>
320
321        * custom/jmr3904.cfg: arm_bare_bsp obsoleted.
322        * custom/arm_bare_bsp.cfg: Removed.
323
3242005-02-24      Jay Monkman <jtm@lopingdog.com>
325
326        * custom/csb350.cfg: New BSP.
327
3282005-02-24      Jay Monkman <jtm@lopingdog.com>
329
330        * custom/csb337.cfg: Cleanup.
331
3322005-02-08      Eric Norum <norume@aps.anl.gov>
333
334        * custom/uC5282.cfg: Put -m5200 back in link-edit commands until
335        proper versions of gcc (which take -m528x as an order to load the
336        -m5200 multilib variants) are widely available.
337
3382005-02-05      Ralf Corsepius <ralf.corsepius@rtems.org>
339
340        * custom/uC5282.cfg: Cleanup.
341
3422005-01-28      Eric Norum <norume@aps.anl.gov>
343
344        * Makefile.am, custom/uC5282.cfg: New BSP
345
3462005-01-20      Joel Sherrill <joel@OARcorp.com>
347
348        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg,
349        custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg,
350        custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg,
351        custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for
352        gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
353
3542005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
355
356        * compilers/gcc-portsw.cfg: Remove.
357        * Makefile.am: Reflect change above.
358
3592004-11-23      Joel Sherrill <joel@OARcorp.com>
360
361        * Makefile.am: Remove eth_comm.
362        * custom/eth_comm.cfg: Removed.
363
3642004-11-22      Jennifer Averett <jennifer@OARcorp.com>
365
366        PR 581/bsps
367        * custom/psim.cfg: Convert PSIM to new exception model.
368
3692004-11-17      Joel Sherrill <joel@OARcorp.com>
370
371        * custom/mvme2100.cfg: Add make-cxx-exe rule.
372
3732004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
374
375        * Makefile.am: Add MVME2100 BSP.
376        * custom/mvme2100.cfg: New file.
377
3782004-11-05      Joel Sherrill <joel@OARcorp.com>
379
380        * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
381        architecture name for RTEMS. Since this was used as the -mcpu
382        argument to GCC, that also had to be changed.
383
3842004-10-26      Eric Norum <norume@aps.anl.gov
385
386        * custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
387
3882004-10-20      Eric Norum <norume@aps.anl.gov
389
390        * custom/mvme5500.cfg: New BSP.
391
3922004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
393
394        * custom/c3xsim.cfg, custom/c4xsim.cfg: Expand files.
395
3962004-09-29      Joel Sherrill <joel@OARcorp.com>
397
398        * custom/h8sim.cfg: i960 obsoleted.
399        * custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
400
4012004-08-03      Jay Monkman <jtm@lopingdog.com>
402
403        * custom/csb360.cfg: New file.
404
4052004-07-15      Jay Monkman
406
407        * custom/csb336.cfg, custom/csb337.cfg: New files.
408
4092004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
410
411        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
412        with FreeBSD and now unused).
413        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
414
4152004-04-12      David Querbach <querbach@realtime.bc.ca>
416
417        * custom/ss555.cfg: New file.
418
4192004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
420
421        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
422        with Cygwin and now unused).
423
4242004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
425
426        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
427
4282004-03-05      Joel Sherrill <joel@OARcorp.com>
429
430        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
431        support.
432
4332004-02-26      Joel Sherrill <joel@OARcorp.com>
434
435        PR 570/bsps
436        * custom/mvme2307.cfg: Do not use -msdata=eabi since
437        it breaks the linking of the vectors.
438
4392004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * Makefile.am: Cosmetics.
442
4432004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
446        dist_rtems_make_custom_DATA = custom/default.cfg.
447
4482004-02-05      Joel Sherrill <joel@OARcorp.com>
449
450        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
451        these -- copied from the 4.6 branch.
452
4532004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        PR 553/bsps
456        * custom/mrm332.cfg: Comment out objdump.
457
4582004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
461
4622004-01-20      Joel Sherrill <joel@OARcorp.com>
463
464        PR 553/bsps
465        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
466        comment.
467
4682004-01-07      Joel Sherrill <joel@OARcorp.com>
469
470        * Makefile.am: Remove efi68k and efi332 references as they are no
471        longer in the tree.
472
4732004-01-07      Joel Sherrill <joel@OARcorp.com>
474
475        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
476        users of these boards so we are removing them.
477        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
478
4792004-01-07      Joel Sherrill <joel@OARcorp.com>
480
481        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
482
4832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * Makefile.am: EXTRA_DIST +=.
486
4872003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * custom/Makefile.am: Remove.
490        * Makefile.am: Merge-in former custom/Makefile.am
491
4922003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
495        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
496
4972003-09-26      Joel Sherrill <joel@OARcorp.com>
498
499        * custom/simhppa.cfg: Removed.
500
5012003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
504
5052003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        PR 470/bsps
508        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
509        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
510        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
511
5122003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
515        the BSP's configure-script).
516        Remove BSP_CPPFLAGS (Obsolete).
517
5182003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        PR 321/bsps
521        * leaf.cfg: Remove support for profile-variant.
522        * main.cfg: Ditto.
523        * compilers/gcc-no_bsp.cfg: Ditto.
524        * compilers/gcc-portsw.cfg: Ditto.
525        * compilers/gcc-target-default.cfg: Ditto.
526
5272003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
528
529        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
530
5312003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
532
533        PR 368/filesystems
534        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
535        with this PR for alias BSPs.
536
5372003-03-18  Till Straumann <strauman@slac.stanford.edu>
538
539        PR 356/bsps
540        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
541        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
542
5432003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
546
5472003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
550        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
551        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
552        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
553
5542003-02-14      Joel Sherrill <joel@OARcorp.com>
555
556        AMD a29k obsolete.
557        * custom/portsw.cfg: Removed.
558
5592003-01-20      Duane Gustavus <duane@unt.edu>
560
561        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
562
5632003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
566        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
567        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
568        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
569        Move -D_BSD_SOURCE to CPU_CFLAGS.
570        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
571        Move -Dsolaris2 to CPU_CFLAGS.
572        Remove -D__EXTENSIONS__.
573
5742002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * custom/posix.cfg: Remove comment referring to host.cfg.
577
5782002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * custom/default.cfg: Pickup target.cfg from BSP directory.
581
5822002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
583
584        * custom/mtx603e.cfg: New file.
585
5862002-11-17      Joel Sherrill <joel@OARcorp.com>
587
588        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
589        build variants work for user applications post install.
590
5912002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
594        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
595        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
596        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
597        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
598
5992002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
600
601        * custom/edb7312.cfg: New file.
602
6032002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
606        obsolete Makefile.
607        * leaf.cfg: Various changes to LIBVARIANT processing.
608        * main.cfg: Ditto.
609
6102002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * Makefile.am: Add compilers/*.
613        * compilers/Makefile.am: Remove.
614        * lib.cfg: Remove.
615        * directory.cfg: Remove.
616        * README: Remove.
617
6182002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * Makefile.am: Add Templates/*.
621        * Templates/Makefile.am: Remove.
622
6232002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
626
6272002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
630        * custom/HPUX9-posix.cfg: Ditto.
631        * custom/Linux-posix.cfg: Ditto.
632
6332002-10-02      Joel Sherrill <joel@OARcorp.com>
634
635        * custom/armulator.cfg: Remove reference to PowerPC arguments.
636
6372002-09-13      Joel Sherrill <joel@OARcorp.com>
638
639        * Part of addressing PR281.
640        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
641        * compilers/gcc-target-default.cfg: Removed remaining support for
642        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
643        as one of the LDFLAGS when the debug variant is specified.
644
6452002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * custom/posix.cfg: Don't include host.cfg.
648
6492002-08-09      Joel Sherrill <joel@OARcorp.com>
650
651        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
652
6532002-08-07      Ivan Guzvinec <ivang@opencores.org>
654
655        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
656
6572002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
660
6612002-08-06      Joel Sherrill <joel@OARcorp.com>
662
663        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
664        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
665
6662002-08-06      Chris Ziomkowski <chris@asics.ws>
667
668        * custom/or32sim.cfg: New file added as part of merge from
669        OpenCores repository.
670
6712002-08-05      Joel Sherrill <joel@OARcorp.com>
672
673        * Per PR260 eliminate use of make-target-options.  This impacted
674        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
675        SuperCore and required that the m68k optimized memcpy be moved
676        to libcpu.
677        * custom/gen68360.cfg: Remove make-target-options.
678
6792002-08-01      Joel Sherrill <joel@OARcorp.com>
680
681        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
682        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
683
6842002-08-01      Joel Sherrill <joel@OARcorp.com>
685
686        * custom/mvme136.cfg: Remove make-target-options.
687
6882002-07-30      Joel Sherrill <joel@OARcorp.com>
689
690        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
691        will disappear when make clean is performed.
692
6932002-07-24      Joel Sherrill <joel@OARcorp.com>
694
695        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
696        to use gcc 3.1 arguments.
697
6982002-07-22      Joel Sherrill <joel@OARcorp.com>
699
700        * Templates/Makefile.leaf: Clarify the MANAGERS example.
701
7022002-07-01      Joel Sherrill <joel@OARcorp.com>
703
704        * custom/p4650.cfg: Update arguments to gcc3.
705
7062002-06-14      Joel Sherrill <joel@OARcorp.com>
707
708        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
709        to gcc 3.1 arguments.
710
7112002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
712
713        * custom/dmv177.cfg: Use -mcpu=603e.
714        * custom/ppcn_60x.cfg: Use -mcpu=603e.
715        * custom/psim.cfg: Use -mcpu=603e.
716        * custom/score603e.cfg: Use -mcpu=603e.
717        * custom/ts_386ex.cfg: Remove obsolete comments.
718        * custom/rxgen960.cfg: Remove obsolete comments.
719        * custom/cvme961.cfg: Remove obsolete comments.
720
7212001-05-09      Joel Sherrill <joel@OARcorp.com>
722
723        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
724        compatable arguments.
725 
7262002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
729        Remove obsolete comments.
730        * custom/eth_comm.cfg: Remove make-target-options.
731        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
732        CPU_CFLAGS.
733        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
734        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
735        * custom/mbx8xx.cfg: Remove make-target-options.
736        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
737        Remove obsolete comments.
738        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
739        Remove obsolete comments.
740        * custom/mpc8260ads.cfg: Remove make-target-options.
741        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
742        CPU_CFLAGS.
743        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
744        Remove obsolete comments.
745        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
746        CPU_CFLAGS.
747        Remove obsolete comments.
748        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
749        Remove obsolete comments.
750        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
751        CPU_CFLAGS.
752        Remove obsolete comments.
753
7542002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * custom/gen405.cfg: Remove -D__powerpc__.
757
7582002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
761        * custom/erc32.cfg: Ditto.
762        * custom/leon2.cfg: Ditto.
763
764
7652002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
768        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
769        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
770
7712002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
772
773        * custom/cvme961.cfg: Remove GCC272 support.
774        * custom/dmv152.cfg: Remove GCC272 support.
775        * custom/efi332.cfg: Remove GCC272 support.
776        * custom/efi68k.cfg: Remove GCC272 support.
777        * custom/eth_comm.cfg: Remove GCC272 support.
778        * custom/gen405.cfg: Remove GCC272 support.
779        * custom/gen68302.cfg: Remove GCC272 support.
780        * custom/gen68340.cfg: Remove GCC272 support.
781        * custom/gen68360.cfg: Remove GCC272 support.
782        * custom/genmongoosev.cfg: Remove GCC272 support.
783        * custom/helas403.cfg: Remove GCC272 support.
784        * custom/i386ex.cfg: Remove GCC272 support.
785        * custom/i960sim.cfg: Remove GCC272 support.
786        * custom/idp.cfg: Remove GCC272 support.
787        * custom/leon2.cfg: Remove GCC272 support.
788        * custom/mbx8xx.cfg: Remove GCC272 support.
789        * custom/mcf5206elite.cfg: Remove GCC272 support.
790        * custom/mpc8260ads.cfg: Remove GCC272 support.
791        * custom/mrm332.cfg: Remove GCC272 support.
792        * custom/mvme136.cfg: Remove GCC272 support.
793        * custom/mvme147.cfg: Remove GCC272 support.
794        * custom/mvme167.cfg: Remove GCC272 support.
795        * custom/ods68302.cfg: Remove GCC272 support.
796        * custom/p4000.cfg: Remove GCC272 support.
797        * custom/p4600.cfg: Remove GCC272 support.
798        * custom/p4650.cfg: Remove GCC272 support.
799        * custom/pc386.cfg: Remove GCC272 support.
800        * custom/portsw.cfg: Remove GCC272 support.
801        * custom/psim.cfg: Remove GCC272 support.
802        * custom/rxgen960.cfg: Remove GCC272 support.
803        * custom/score603e.cfg: Remove GCC272 support.
804        * custom/sim68000.cfg: Remove GCC272 support.
805        * custom/simhppa.cfg: Remove GCC272 support.
806        * custom/simsh4.cfg: Remove GCC272 support.
807        * custom/ts_386ex.cfg: Remove GCC272 support.
808
8092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
812        * Makefile.am: Remove AUTOMAKE_OPTIONS.
813        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
814        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
815
8162002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
817
818        * compilers/gcc-target-default.cfg: Add missing \.
819        Reported by Ilya Alexeev <ilya@continuum.ru>.
820
8212002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
822
823        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
824        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
825        support.
826        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
827
8282001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
829
830        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
831        * custom/FreeBSD-posix.cfg: Ditto.
832        * custom/HPUX9-posix.cfg: Ditto.
833        * custom/Linux-posix.cfg: Ditto.
834        * custom/Solaris-posix.cfg: Ditto.
835
8362001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
839        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
840
8412001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * custom/armulator.cfg: Remove make-target-options.
844        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
845        (now in erc32/configure.ac).
846        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
847        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
848        Remove CONSOLE_USE_POLLED (Unused).
849        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
850        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
851        * custom/mvme162.cfg: Remove references to mvme162lx.
852        Abandon gcc272. Remove make-target-options.
853        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
854
8552001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
856
857        * custom/bare.cfg: Remove make-target-options.
858        * custom/c4xsim.cfg: Ditto.
859        * custom/cvme961.cfg: Ditto.
860        * custom/efi68k.cfg: Ditto.
861        * custom/gen68302.cfg: Ditto.
862        * custom/gen68340.cfg: Ditto.
863        * custom/genmongoosev.cfg: Ditto.
864        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
865        make-exe, remove empty lines.
866        * custom/h8sim.cfg: Remove make-target-options.
867        * custom/mcf5206elite.cfg: Ditto.
868        * custom/mrm332.cfg: Ditto.
869        * custom/mvme147.cfg: Ditto.
870        * custom/ods68302.cfg: Ditto.
871        * custom/p4000.cfg: Ditto.
872        * custom/p4600.cfg: Ditto.
873        * custom/p4650.cfg: Ditto.
874        * custom/pc386.cfg: Ditto.
875        * custom/portsw.cfg: Ditto.
876        * custom/simsh4.cfg: Ditto.
877
8782001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
879
880        * custom/efi332.cfg: Remove make-target-options.
881        * custom/idp.cfg: Ditto.
882        * custom/jmr3904.cfg: Ditto.
883
8842001-11-27      Joel Sherrill <joel@OARcorp.com>,
885
886        * ChangeLog: Deleted bogus entry.
887
8882001-11-27      Joel Sherrill <joel@OARcorp.com>,
889
890        * custom/ods68302.cfg: Eliminated required definition of macros in this
891        file for the BSP to compile.  The ROM and ROM address and size settings
892        are now linker script items. 
893
8942001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
895
896
897        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
898        Remove make-target-options.
899        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
900        Remove make-target-options.
901        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
902        DATA_CACHE_ENABLE.
903        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
904        DATA_CACHE_ENABLE.
905        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
906        DATA_CACHE_ENABLE.
907
9082001-11-25      Joel Sherrill <joel@OARcorp.com>
909
910        * custom/papyrus.cfg: Removed.
911        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
912
9132001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
914
915        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
916        * custom/mcp750.cfg: Ditto.
917
9182001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
919
920        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
921        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
922        * custom/psim.cfg: Refect changes to psim/configure.ac.
923        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
924        remove SCORE603E_GENERATION.
925
9262001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
927
928        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
929        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
930        * custom/mbx860_005b.cfg: Ditto.
931        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
932
933
9342001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
935
936        * custom/gensh1.cfg: remove make-target-options.
937        * custom/gensh2.cfg: remove make-target-options.
938
9392001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
940
941        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
942        remove make-target-options, remove BSP_CPPFLAGS.
943
9442001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
947
9482001-11-14      Joel Sherrill <joel@OARcorp.com>
949
950        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
951        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
952        These are new exception processing model BSPs and thus do not
953        need to define PPC_USE_SPRG.
954
9552001-11-14      Joel Sherrill <joel@OARcorp.com>
956
957        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
958
9592001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
960
961        * custom/ts_386ex.cfg: Remove make-target-options.
962        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
963        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
964        different flags.
965
9662001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
967
968        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
969        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
970        re-adopt mcp750.cfg's make-exe.
971
9722001-11-13      Joel Sherrill <joel@OARcorp.com>
973
974        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
975        the --srec-len argument to objcopy only supported in binutils 2.11
976        or newer.
977
9782001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
979
980        This modification is part of the submitted modifications necessary to
981        support the IBM PPC405 family.  This submission was reviewed by
982        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
983        not negatively impact the ppc403 BSPs.  The submission and tracking
984        process was captured as PR50.
985        * custom/gen405.cfg: New file.
986        * custom/helas403.cfg: Modified to generate Srecords.
987
9882001-10-30      Joel Sherrill <joel@OARcorp.com>
989
990        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
991
9922001-10-26      Victor V. Vengerov <vvv@oktet.ru>
993
994        * custom/mcf5206elite.cfg: New file.
995
9962001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
997
998        * custom/mpc8260ads.cfg: New file.
999
10002001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1001
1002        * custom/gensh4.cfg: Remove START_HW_INIT.
1003        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
1004
10052001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1006
1007        * custom/gensh4.cfg: Remove HZ.
1008        * custom/simsh4.cfg: Remove HZ.
1009
10102001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
1011
1012        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
1013        of Hitachi SH4 BSPs of the same name.  Reviewed and some
1014        cleanup by Joel Sherrill <joel@OARcorp.com>.
1015
10162001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1017
1018        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
1019
10202001-10-11      Joel Sherrill <joel@OARcorp.com>
1021
1022        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
1023        to avoid using the apparently broken or deprecated -o argument.
1024
10252001-09-28      Joel Sherrill <joel@OARcorp.com>
1026
1027        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
1028        for MC68302_BASE.
1029
10302001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1031
1032        * custom/bare.cfg: Define dummy make-cxx-exe.
1033
10342001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1035
1036        * ChangeLog: Formatting cleanup.
1037
10382001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1039
1040        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
1041        make-target-options.
1042        * custom/FreeBSD-posix.cfg: Remove make-target-options.
1043        * custom/HPUX9-posix.cfg: Dito.
1044        * custom/Linux-posix.cfg: Dito.
1045        * custom/Solaris-posix.cfg: Dito.
1046        * custom/arm_bare_bsp.cfg: Dito.
1047        * custom/armulator.cfg: Dito.
1048        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
1049        * custom/i386ex.cfg: Remove make-target-options.
1050        * custom/i960sim.cfg: Remove make-target-options.
1051        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
1052        CONSOLE_USE_INTERRUPTS.
1053        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
1054        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
1055        CONSOLE_USE_INTERRUPTS.
1056        * custom/vegaplus.cfg: Remove make-target-options.
1057
10582001-05-25      Joel Sherrill <joel@OARcorp.com>
1059
1060        * custom/mrm332.cfg: Switched $(SED) to sed.
1061
10622000-05-25      Matt Cross <profesor@gweep.net>
1063
1064        * New MRM332 BSP for the Mini RoboMind board based
1065        on the 68332 microcontroller designed and build by Mark
1066        Castelluccio.  For details on the MRM see http://www.robominds.com.
1067        * custom/mrm332.cfg: New file.
1068
10692001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1070
1071        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
1072        CONSOLE_USE_POLLED, HAS_RTC.
1073
10742001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1075
1076        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
1077        * custom/gensh2.cfg: Dito.
1078
10792001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1080
1081        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
1082        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
1083        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
1084        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
1085        remove unused flags, remove -ansi from CPP.
1086        * custom/eth_comm.cfg: Remove CPU_DEFINES.
1087        * custom/sim68000.cfg: Remove CPU_DEFINES.
1088       
10892001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1090
1091        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
1092        * compilers/gcc-target-default.cfg: Dito.
1093        * compilers/gcc-portsw.cfg: Remove -Hansi.
1094        * custom/posix.cfg: Remove inclusion of target.cfg.
1095        * custom/simhppa.cfg: Remove -ansi -fasm.
1096
10972001-04-11      Eric Valette <valette@crf.canon.fr>
1098
1099        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
1100        "new exception processing model."
1101
11022001-04-11      Joel Sherrill <joel@OARcorp.com>
1103
1104        * custom/default.cfg: Switch to using exec_prefix to reflect new
1105        organization of install point from Ralf Corsepius.
1106
11072001-03-30      Eric Valette <valette@crf.canon.fr>
1108
1109        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
1110        use the "new exception processing model."
1111
11122001-03-14      Joel Sherrill <joel@OARcorp.com>
1113
1114        * custom/genmongossev.cfg: New file.
1115
11162001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1117
1118        * custom/pc386dx.cfg: New bsp.
1119
11202001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1121
1122        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
1123        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
1124        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
1125
11262001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1127
1128        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
1129        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
1130        * host.cfg.in: Remove RM, make-script.
1131        * ChangeLog: Remove bogus 2001-01-22 entry.
1132
11332001-01-09      Joel Sherrill <joel@OARcorp.com>
1134
1135        * custom/pc386.cfg (make-exe): Removed commented out lines that
1136        were displayed in build longs.
1137
11382001-01-08      Joel Sherrill <joel@OARcorp.com>
1139
1140        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
1141        unneeded definitions when compiled for "mips" rather than "mips64orion."
1142        Correct CPU_CFLAGS.
1143
11442001-01-05      Joel Sherrill <joel@OARcorp.com>
1145
1146        * custom/gensh1.cfg: Removed rest of make-target-options and
1147        moved them to BSP configure options.
1148
11492001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1150
1151        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
1152        install point or assuming BSP build tree is available.
1153
11542001-01-03      Joel Sherrill <joel@OARcorp.com>
1155
1156        * custom/psim.cfg: Removed unused variables.
1157
11582001-01-03      Joel Sherrill <joel@OARcorp.com>
1159
1160        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
1161        * custom/simcpu32.cfg: Removed MVME162 reference.
1162
11632000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
1164
1165        * custom/mcp750.cfg: Fix problems in generation of .exe file.
1166        Still need to fix to avoid touching install point on non-install stanza.
1167
11682000-12-06      Joel Sherrill <joel@OARcorp.com>
1169
1170        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
1171        and copies that should not be in it.
1172
11732000-12-01      Joel Sherrill <joel@OARcorp.com>
1174
1175        * custom/jmr3904.cfg: Turn optimization back up to -O2.
1176
11772000-11-30      Joel Sherrill <joel@OARcorp.com>
1178
1179        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
1180        a mips1.  gcc translates -m3900 into that.
1181
11822000-11-27      Joel Sherrill <joel@OARcorp.com>
1183
1184        * custom/jmr3904.cfg: Fix incorrect reference to i960.
1185
11862000-11-27      Joel Sherrill <joel@OARcorp.com>
1187
1188        * custom/shsim.cfg: New file.
1189        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
1190        The shsim is for the SH simulator in gdb. It should be able
1191        to be used with multiple SH CPU models.  This will require
1192        adding BSP variants.
1193
11942000-11-25      Joel Sherrill <joel@OARcorp.com>
1195
1196        * custom/pc386.cfg: make-exe rule would write into
1197        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
1198        is generally not writeable after the BSP is installed and you do not
1199        want every application installed there by default.  Reported by
1200        Eric Norum <eric.norum@usask.ca>.
1201
12022000-11-25      Joel Sherrill <joel@OARcorp.com>
1203
1204        * custom/Makefile.am: Updated to add jmr3904.cfg
1205        * custom/jmr3904.cfg: New file.
1206
12072000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1208
1209        * custom/leon2.cfg: Removed defines that are now generated
1210        in a non-BSP specific manner.
1211
12122000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1213
1214        * custom/Makefile.am: Modified to reflect addition of files.
1215        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
1216        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
1217
12182000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1219
1220        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
1221
12222000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1223
1224        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
1225
12262000-10-24      Joel Sherrill <joel@OARcorp.com>
1227
1228        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
1229        definition since this information can be picked up from
1230        autoconf generated files.  These BSPs are shared by the
1231        mips and mips64orion "ports."
1232
12332000-10-18      Joel Sherrill <joel@OARcorp.com>
1234
1235        * compilers/gcc-portsw.cfg: Use gcc style flags.
1236
12372000-09-13      Joel Sherrill <joel@OARcorp.com>
1238
1239        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
1240        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
1241
12422000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
1243
1244        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
1245        Eric Valette <valette@crf.canon.fr>.
1246        * custom/vegaplus.cfg: New file.
1247
12482000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1249
1250        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
1251        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
1252        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
1253        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
1254        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
1255        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
1256        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
1257
12582000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1259
1260        * custom/gensh2.cfg: Fix comments.
1261
12622000-09-12      Joel Sherrill <joel@OARcorp.com>
1263
1264        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
1265        compiler arguments that specify CPU model options.
1266
12672000-09-12      Joel Sherrill <joel@OARcorp.com>
1268
1269        * custom/mbx860_005b.cfg (make-target-options): Add lines to
1270        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
1271        may be incorrect but the BSP now compiles.
1272
12732000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1274
1275        * custom/arm_bare_bsp.cfg: Fix comments.
1276
12772000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1278
1279        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
1280        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
1281        * ChangeLog: File paths corrected
1282
12832000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1284
1285        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
1286
12872000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1288
1289        * custom/pck6.cfg: New file
1290        * custom/pc486.cfg: Use -m486
1291        * custom/pc586.cfg: Use -mpentium
1292        * custom/pc686.cfg: Use -mmpentiumpro
1293        * custom/i386ex.cfg: Use -msoft-float
1294
12952000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1296
1297        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
1298
12992000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1300
1301        * ChangeLog: File paths corrected.
1302
13032000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1304
1305        * custom/mvme167.cfg: Add specification of printk port, console port
1306        and serial I/O mode.  Arrange for the stripped executable to
1307        be copied up the build tree.
1308       
13092000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1310
1311        * custom/mbx8xx.cfg: Support for shared printk and no termios.
1312
13132000-08-10      John Cotton  <john.cotton@nrc.ca>
1314
1315        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
1316
13172000-08-10      Joel Sherrill <joel@OARcorp.com>
1318
1319        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.