source: rtems/make/ChangeLog @ 6bdfa7a

4.104.114.84.95
Last change on this file since 6bdfa7a was c2565894, checked in by Joel Sherrill <joel.sherrill@…>, on 05/09/07 at 18:53:32

2007-05-09 Joel Sherrill <joel.sherrill@…>

  • compilers/gcc-no_bsp.cfg: There are no longer any required managers. Plus some cleanup
  • Property mode set to 100644
File size: 40.9 KB
Line 
12007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * compilers/gcc-no_bsp.cfg: There are no longer any required managers.
4        Plus some cleanup
5
62007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * leaf.cfg, compilers/gcc-no_bsp.cfg: Add optional manager stub
9        for Classic API Barrier.
10
112007-04-26      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * custom/rtl22xx.cfg: Cleanup.
14        * Makefile.am: Add custom/rtl22xx.cfg.
15
162007-04-26      Ray Xu <xr@trasin.net>
17
18        * custom/rtl22xx.cfg: New (Initial submission).
19
202007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Cleanup.
23
242007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
27        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
28        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
29        custom/bare.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
30        custom/csb336.cfg, custom/csb360.cfg, custom/dmv152.cfg,
31        custom/eZKit533.cfg, custom/edb7312.cfg, custom/ep1a.cfg,
32        custom/erc32.cfg, custom/erc32nfp.cfg, custom/gba.cfg,
33        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
34        custom/gen68340.cfg, custom/gen68360.cfg, custom/gensh1.cfg,
35        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
36        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
37        custom/i386ex.cfg, custom/idp.cfg, custom/jmr3904.cfg,
38        custom/leon2.cfg, custom/leon3.cfg, custom/mbx821_002b.cfg,
39        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
40        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
41        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
42        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
43        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
44        custom/nios2_iss.cfg, custom/ods68302.cfg, custom/pc386.cfg,
45        custom/psim.cfg, custom/rbtx4925.cfg, custom/score603e.cfg,
46        custom/sim68000.cfg, custom/simcpu32.cfg, custom/simsh4.cfg,
47        custom/simsh7032.cfg, custom/simsh7045.cfg, custom/ss555.cfg,
48        custom/ts_386ex.cfg: Add -g to CFLAGS_OPTIMIZE_V.
49
502007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * custom/gensh1.cfg, custom/gensh2.cfg, custom/gensh4.cfg,
53        custom/hurricane.cfg, custom/rbtx4925.cfg, custom/simsh4.cfg:
54        Use $(NM) -g -n instead of $(NM) -n.
55        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
56        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
57        custom/Solaris-posix.cfg: Use $(NM) -g -n instead of $(NM) -ng.
58
592007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * custom/score603e.cfg: CFLAGS_OPTIMIZE_V = -O2. Remove
62        DRIVER_ARCHITECTURE.
63        * custom/av5282.cfg, custom/bare.cfg, custom/dmv152.cfg,
64        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
65        custom/gen68340.cfg, custom/gen68360.cfg, custom/helas403.cfg,
66        custom/hurricane.cfg, custom/i386ex.cfg, custom/idp.cfg,
67        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
68        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
69        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
70        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
71        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
72        custom/ods68302.cfg, custom/pc386.cfg, custom/psim.cfg,
73        custom/rbtx4925.cfg, custom/sim68000.cfg, custom/simcpu32.cfg,
74        custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg,
75        custom/gensh2.cfg, custom/gensh4.cfg, custom/shsim.cfg,
76        custom/simsh4.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg,
77        custom/h8sim.cfg, custom/csb336.cfg, custom/edb7312.cfg,
78        custom/gba.cfg: CFLAGS_OPTIMIZE_V = -O2.
79        * custom/gba.cfg, custom/mbx8xx.cfg, custom/ss555.cfg: Remove
80        CXXFLAGS_OPTIMIZE_V.
81
822007-01-17      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * custom/eZKit533.cfg: CFLAGS_OPTIMIZE = -O0.
85        * custom/gensh1.cfg, custom/ep1a.cfg, custom/erc32.cfg,
86        custom/erc32nfp.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
87        custom/armulator.cfg, custom/gp32.cfg: CFLAGS_OPTIMIZE_V = -O2.
88
892006-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
92        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
93        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
94        custom/bare.cfg,  custom/c3xsim.cfg, custom/c4xsim.cfg,
95        custom/csb336.cfg, custom/csb337.cfg, custom/csb350.cfg,
96        custom/csb360.cfg, custom/dmv152.cfg, custom/eZKit533.cfg,
97        custom/edb7312.cfg, custom/ep1a.cfg, custom/erc32.cfg,
98        custom/erc32nfp.cfg, custom/gba.cfg, custom/gen405.cfg,
99        custom/gen5200.cfg, custom/gen68302.cfg, custom/gen68340.cfg,
100        custom/gen68360.cfg, custom/genmongoosev.cfg, custom/gensh1.cfg,
101        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
102        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
103        custom/i386ex.cfg, custom/idp.cfg,
104        custom/jmr3904.cfg,custom/leon2.cfg, custom/leon3.cfg,
105        custom/mbx821_002b.cfg, custom/mbx8xx.cfg, custom/mcf5206elite.cfg,
106        custom/mcf5235.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg,
107        custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg,
108        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
109        custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg,
110        custom/mvme5500.cfg, custom/ods68302.cfg, custom/pc386.cfg,
111        custom/psim.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg,
112        custom/score603e.cfg, custom/shsim.cfg, custom/sim68000.cfg,
113        custom/simcpu32.cfg, custom/simsh4.cfg, custom/simsh7032.cfg,
114        custom/simsh7045.cfg, custom/ss555.cfg, custom/ts_386ex.cfg:
115        Cleanup.
116
1172006-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * custom/uC5282.cfg: Remove hard-code compiler flags.
120        * custom/av5282.cfg, custom/csb360.cfg, custom/mcf5206elite.cfg,
121        custom/mcf5235.cfg: Remove ASFLAGS, CPU_ASFLAGS (Unused).
122
1232006-10-23      Joel Sherrill <joel@OARcorp.com>
124
125        * custom/eZKit533.cfg: New file.
126
1272006-09-08      Kate Feng <feng1@bnl.gov>
128
129        PR 1150/bsps
130        * custom/mvme5500.cfg: This is a follow-up of the PR846 due to the fact
131        that gcc (4.0.2) implicitely uses the vector engine for optimization;
132        -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec is better.
133
1342006-08-09      Kolja Waschk <waschk@telos.de>
135
136        * Makefile.am: New port to Altera NIOS II.
137        * custom/nios2_iss.cfg: New file.
138
1392006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
140
141        * custom/brsl5.cfg: (PR1117) added
142       
1432006-06-08      Bruce Robinson <brucer@pmccorp.com>
144       
145        * custom/rbtx4925.cfg:  Fix CPU_CFLAGS defines.
146        * custom/rbtx4938.cfg:  Fix CPU_CFLAGS defines.
147
1482005-04-10      Eric Norum <norume@aps.anl.gov>
149
150        *  custom/uC5282.cfg: Keep frame pointer -- gdb is much more useful.
151
1522006-03-16      Ralf Corsepius <ralf.corsepius@rtems.org>
153
154        * custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg:
155        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
156        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg:
157        Remove (abandoned).
158
1592006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * custom/leon1.cfg, custom/leon2.cfg, custom/leon3.cfg, sis.cfg:
162        Merger from rtems-4-6-branch.
163
1642006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        PR 851/bsps
167        * custom/gen5200.cfg, custom/pm520_cr825.cfg, custom/pm520_ze30.cfg:
168        New (Submission by Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>).
169
1702005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * custom/gba.cfg, custom/pc386.cfg: Use .elf instead of .obj.
173
1742005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * custom/dmv152.cfg, custom/i386ex.cfg, custom/idp.cfg,
177        custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg,
178        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg:
179        Use .srec for files containing SRECs.
180
1812005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * custom/gp32.cfg: Replace .gxb with .elf.
184        * custom/i386ex.cfg, custom/ts_386ex.cfg: Replace .coff with .elf.
185
1862005-11-03      Till Straumann <strauman@slac.stanford.edu>
187
188        * custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use
189        -mcpu=750 instead.
190
1912005-09-18      Ralf Corsepius <ralf.corsepius@rtems.org>
192
193        * custom/orp.cfg: Remove (abandoned).
194        * custom/av5282.cfg: Remove obsolete vars.
195        * custom/gba.cfg: Remove PROFILE* (abandoned).
196        Remove -static (bogus).
197
1982005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
199
200        PR 822/bsps
201        * custom/mbx860_001b.cfg, custom/mbx860_1b.cfg: New files.
202
2032005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
204
205        * custom/av5282.cfg: New file.
206
2072005-06-17      Markku Puro <markku.puro@kopteri.net>
208
209        * Makefile.am: Adding GameBoy Advance BSP.
210        * custom/gba.cfg: New file.
211
2122005-06-17      Joel Sherrill <joel@OARcorp.com>
213
214        * custom/mcf5235.cfg: New file.
215
2162005-06-01      Philippe Simons <loki_666@fastmail.fm>
217
218        * custom/gp32.cfg: Add make-cxx-exe.
219
2202005-05-27      Ralf Corsepius <ralf.corsepius@rtems.org>
221
222        * custom/mbx860_005b.cfg, custom/mcp750.cfg, custom/mtx603e.cfg,
223        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg:
224        Remove RTEMS_PPC_EXCEPTION_PROCESSING_MODEL (Obsolete).
225
2262005-05-02      Joel Sherrill <joel@OARcorp.com>
227
228        * Makefile.am: Remove dmv177 and ppcn_60x.
229        * custom/dmv177.cfg: Removed.
230
2312005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * custom/ppcn_60x.cfg: Remove (Gone from libbsp).
234
2352005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
236
237        * Makefile.am: Initial release of ep1a bsp
238        * custom/ep1a.cfg: New file.
239
2402005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
241
242        * custom/score603e.cfg: Update score603e to new exception model
243        NOTE: These modifications have not been tested on hardware.
244
2452005-03-11      Jay Monkman <jtm@lopingdog.com>
246
247        * custom/vegaplus.cfg: Removed.
248
2492005-03-11      Philippe Simons <loki_666@fastmail.fm>
250
251        * custom/gp32.cfg: New file.
252
2532005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI.
256        * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V.
257        Remove -Wa,-m7450.
258
2592005-02-25      Joel Sherrill <joel@OARcorp.com>
260
261        * custom/jmr3904.cfg: arm_bare_bsp obsoleted.
262        * custom/arm_bare_bsp.cfg: Removed.
263
2642005-02-24      Jay Monkman <jtm@lopingdog.com>
265
266        * custom/csb350.cfg: New BSP.
267
2682005-02-24      Jay Monkman <jtm@lopingdog.com>
269
270        * custom/csb337.cfg: Cleanup.
271
2722005-02-08      Eric Norum <norume@aps.anl.gov>
273
274        * custom/uC5282.cfg: Put -m5200 back in link-edit commands until
275        proper versions of gcc (which take -m528x as an order to load the
276        -m5200 multilib variants) are widely available.
277
2782005-02-05      Ralf Corsepius <ralf.corsepius@rtems.org>
279
280        * custom/uC5282.cfg: Cleanup.
281
2822005-01-28      Eric Norum <norume@aps.anl.gov>
283
284        * Makefile.am, custom/uC5282.cfg: New BSP
285
2862005-01-20      Joel Sherrill <joel@OARcorp.com>
287
288        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg,
289        custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg,
290        custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg,
291        custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for
292        gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
293
2942005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
295
296        * compilers/gcc-portsw.cfg: Remove.
297        * Makefile.am: Reflect change above.
298
2992004-11-23      Joel Sherrill <joel@OARcorp.com>
300
301        * Makefile.am: Remove eth_comm.
302        * custom/eth_comm.cfg: Removed.
303
3042004-11-22      Jennifer Averett <jennifer@OARcorp.com>
305
306        PR 581/bsps
307        * custom/psim.cfg: Convert PSIM to new exception model.
308
3092004-11-17      Joel Sherrill <joel@OARcorp.com>
310
311        * custom/mvme2100.cfg: Add make-cxx-exe rule.
312
3132004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
314
315        * Makefile.am: Add MVME2100 BSP.
316        * custom/mvme2100.cfg: New file.
317
3182004-11-05      Joel Sherrill <joel@OARcorp.com>
319
320        * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
321        architecture name for RTEMS. Since this was used as the -mcpu
322        argument to GCC, that also had to be changed.
323
3242004-10-26      Eric Norum <norume@aps.anl.gov
325
326        * custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
327
3282004-10-20      Eric Norum <norume@aps.anl.gov
329
330        * custom/mvme5500.cfg: New BSP.
331
3322004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
333
334        * custom/c3xsim.cfg, custom/c4xsim.cfg: Expand files.
335
3362004-09-29      Joel Sherrill <joel@OARcorp.com>
337
338        * custom/h8sim.cfg: i960 obsoleted.
339        * custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
340
3412004-08-03      Jay Monkman <jtm@lopingdog.com>
342
343        * custom/csb360.cfg: New file.
344
3452004-07-15      Jay Monkman
346
347        * custom/csb336.cfg, custom/csb337.cfg: New files.
348
3492004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
350
351        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
352        with FreeBSD and now unused).
353        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
354
3552004-04-12      David Querbach <querbach@realtime.bc.ca>
356
357        * custom/ss555.cfg: New file.
358
3592004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
360
361        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
362        with Cygwin and now unused).
363
3642004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
365
366        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
367
3682004-03-05      Joel Sherrill <joel@OARcorp.com>
369
370        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
371        support.
372
3732004-02-26      Joel Sherrill <joel@OARcorp.com>
374
375        PR 570/bsps
376        * custom/mvme2307.cfg: Do not use -msdata=eabi since
377        it breaks the linking of the vectors.
378
3792004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: Cosmetics.
382
3832004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
386        dist_rtems_make_custom_DATA = custom/default.cfg.
387
3882004-02-05      Joel Sherrill <joel@OARcorp.com>
389
390        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
391        these -- copied from the 4.6 branch.
392
3932004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        PR 553/bsps
396        * custom/mrm332.cfg: Comment out objdump.
397
3982004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
401
4022004-01-20      Joel Sherrill <joel@OARcorp.com>
403
404        PR 553/bsps
405        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
406        comment.
407
4082004-01-07      Joel Sherrill <joel@OARcorp.com>
409
410        * Makefile.am: Remove efi68k and efi332 references as they are no
411        longer in the tree.
412
4132004-01-07      Joel Sherrill <joel@OARcorp.com>
414
415        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
416        users of these boards so we are removing them.
417        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
418
4192004-01-07      Joel Sherrill <joel@OARcorp.com>
420
421        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
422
4232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * Makefile.am: EXTRA_DIST +=.
426
4272003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * custom/Makefile.am: Remove.
430        * Makefile.am: Merge-in former custom/Makefile.am
431
4322003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
435        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
436
4372003-09-26      Joel Sherrill <joel@OARcorp.com>
438
439        * custom/simhppa.cfg: Removed.
440
4412003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
444
4452003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        PR 470/bsps
448        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
449        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
450        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
451
4522003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
455        the BSP's configure-script).
456        Remove BSP_CPPFLAGS (Obsolete).
457
4582003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        PR 321/bsps
461        * leaf.cfg: Remove support for profile-variant.
462        * main.cfg: Ditto.
463        * compilers/gcc-no_bsp.cfg: Ditto.
464        * compilers/gcc-portsw.cfg: Ditto.
465        * compilers/gcc-target-default.cfg: Ditto.
466
4672003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
468
469        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
470
4712003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
472
473        PR 368/filesystems
474        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
475        with this PR for alias BSPs.
476
4772003-03-18  Till Straumann <strauman@slac.stanford.edu>
478
479        PR 356/bsps
480        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
481        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
482
4832003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
486
4872003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
490        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
491        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
492        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
493
4942003-02-14      Joel Sherrill <joel@OARcorp.com>
495
496        AMD a29k obsolete.
497        * custom/portsw.cfg: Removed.
498
4992003-01-20      Duane Gustavus <duane@unt.edu>
500
501        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
502
5032003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
506        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
507        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
508        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
509        Move -D_BSD_SOURCE to CPU_CFLAGS.
510        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
511        Move -Dsolaris2 to CPU_CFLAGS.
512        Remove -D__EXTENSIONS__.
513
5142002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * custom/posix.cfg: Remove comment referring to host.cfg.
517
5182002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * custom/default.cfg: Pickup target.cfg from BSP directory.
521
5222002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
523
524        * custom/mtx603e.cfg: New file.
525
5262002-11-17      Joel Sherrill <joel@OARcorp.com>
527
528        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
529        build variants work for user applications post install.
530
5312002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
534        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
535        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
536        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
537        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
538
5392002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
540
541        * custom/edb7312.cfg: New file.
542
5432002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
546        obsolete Makefile.
547        * leaf.cfg: Various changes to LIBVARIANT processing.
548        * main.cfg: Ditto.
549
5502002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * Makefile.am: Add compilers/*.
553        * compilers/Makefile.am: Remove.
554        * lib.cfg: Remove.
555        * directory.cfg: Remove.
556        * README: Remove.
557
5582002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * Makefile.am: Add Templates/*.
561        * Templates/Makefile.am: Remove.
562
5632002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
566
5672002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
570        * custom/HPUX9-posix.cfg: Ditto.
571        * custom/Linux-posix.cfg: Ditto.
572
5732002-10-02      Joel Sherrill <joel@OARcorp.com>
574
575        * custom/armulator.cfg: Remove reference to PowerPC arguments.
576
5772002-09-13      Joel Sherrill <joel@OARcorp.com>
578
579        * Part of addressing PR281.
580        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
581        * compilers/gcc-target-default.cfg: Removed remaining support for
582        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
583        as one of the LDFLAGS when the debug variant is specified.
584
5852002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * custom/posix.cfg: Don't include host.cfg.
588
5892002-08-09      Joel Sherrill <joel@OARcorp.com>
590
591        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
592
5932002-08-07      Ivan Guzvinec <ivang@opencores.org>
594
595        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
596
5972002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
600
6012002-08-06      Joel Sherrill <joel@OARcorp.com>
602
603        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
604        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
605
6062002-08-06      Chris Ziomkowski <chris@asics.ws>
607
608        * custom/or32sim.cfg: New file added as part of merge from
609        OpenCores repository.
610
6112002-08-05      Joel Sherrill <joel@OARcorp.com>
612
613        * Per PR260 eliminate use of make-target-options.  This impacted
614        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
615        SuperCore and required that the m68k optimized memcpy be moved
616        to libcpu.
617        * custom/gen68360.cfg: Remove make-target-options.
618
6192002-08-01      Joel Sherrill <joel@OARcorp.com>
620
621        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
622        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
623
6242002-08-01      Joel Sherrill <joel@OARcorp.com>
625
626        * custom/mvme136.cfg: Remove make-target-options.
627
6282002-07-30      Joel Sherrill <joel@OARcorp.com>
629
630        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
631        will disappear when make clean is performed.
632
6332002-07-24      Joel Sherrill <joel@OARcorp.com>
634
635        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
636        to use gcc 3.1 arguments.
637
6382002-07-22      Joel Sherrill <joel@OARcorp.com>
639
640        * Templates/Makefile.leaf: Clarify the MANAGERS example.
641
6422002-07-01      Joel Sherrill <joel@OARcorp.com>
643
644        * custom/p4650.cfg: Update arguments to gcc3.
645
6462002-06-14      Joel Sherrill <joel@OARcorp.com>
647
648        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
649        to gcc 3.1 arguments.
650
6512002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
652
653        * custom/dmv177.cfg: Use -mcpu=603e.
654        * custom/ppcn_60x.cfg: Use -mcpu=603e.
655        * custom/psim.cfg: Use -mcpu=603e.
656        * custom/score603e.cfg: Use -mcpu=603e.
657        * custom/ts_386ex.cfg: Remove obsolete comments.
658        * custom/rxgen960.cfg: Remove obsolete comments.
659        * custom/cvme961.cfg: Remove obsolete comments.
660
6612001-05-09      Joel Sherrill <joel@OARcorp.com>
662
663        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
664        compatable arguments.
665 
6662002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
669        Remove obsolete comments.
670        * custom/eth_comm.cfg: Remove make-target-options.
671        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
672        CPU_CFLAGS.
673        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
674        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
675        * custom/mbx8xx.cfg: Remove make-target-options.
676        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
677        Remove obsolete comments.
678        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
679        Remove obsolete comments.
680        * custom/mpc8260ads.cfg: Remove make-target-options.
681        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
682        CPU_CFLAGS.
683        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
684        Remove obsolete comments.
685        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
686        CPU_CFLAGS.
687        Remove obsolete comments.
688        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
689        Remove obsolete comments.
690        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
691        CPU_CFLAGS.
692        Remove obsolete comments.
693
6942002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * custom/gen405.cfg: Remove -D__powerpc__.
697
6982002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
701        * custom/erc32.cfg: Ditto.
702        * custom/leon2.cfg: Ditto.
703
704
7052002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
708        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
709        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
710
7112002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * custom/cvme961.cfg: Remove GCC272 support.
714        * custom/dmv152.cfg: Remove GCC272 support.
715        * custom/efi332.cfg: Remove GCC272 support.
716        * custom/efi68k.cfg: Remove GCC272 support.
717        * custom/eth_comm.cfg: Remove GCC272 support.
718        * custom/gen405.cfg: Remove GCC272 support.
719        * custom/gen68302.cfg: Remove GCC272 support.
720        * custom/gen68340.cfg: Remove GCC272 support.
721        * custom/gen68360.cfg: Remove GCC272 support.
722        * custom/genmongoosev.cfg: Remove GCC272 support.
723        * custom/helas403.cfg: Remove GCC272 support.
724        * custom/i386ex.cfg: Remove GCC272 support.
725        * custom/i960sim.cfg: Remove GCC272 support.
726        * custom/idp.cfg: Remove GCC272 support.
727        * custom/leon2.cfg: Remove GCC272 support.
728        * custom/mbx8xx.cfg: Remove GCC272 support.
729        * custom/mcf5206elite.cfg: Remove GCC272 support.
730        * custom/mpc8260ads.cfg: Remove GCC272 support.
731        * custom/mrm332.cfg: Remove GCC272 support.
732        * custom/mvme136.cfg: Remove GCC272 support.
733        * custom/mvme147.cfg: Remove GCC272 support.
734        * custom/mvme167.cfg: Remove GCC272 support.
735        * custom/ods68302.cfg: Remove GCC272 support.
736        * custom/p4000.cfg: Remove GCC272 support.
737        * custom/p4600.cfg: Remove GCC272 support.
738        * custom/p4650.cfg: Remove GCC272 support.
739        * custom/pc386.cfg: Remove GCC272 support.
740        * custom/portsw.cfg: Remove GCC272 support.
741        * custom/psim.cfg: Remove GCC272 support.
742        * custom/rxgen960.cfg: Remove GCC272 support.
743        * custom/score603e.cfg: Remove GCC272 support.
744        * custom/sim68000.cfg: Remove GCC272 support.
745        * custom/simhppa.cfg: Remove GCC272 support.
746        * custom/simsh4.cfg: Remove GCC272 support.
747        * custom/ts_386ex.cfg: Remove GCC272 support.
748
7492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
752        * Makefile.am: Remove AUTOMAKE_OPTIONS.
753        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
754        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
755
7562002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * compilers/gcc-target-default.cfg: Add missing \.
759        Reported by Ilya Alexeev <ilya@continuum.ru>.
760
7612002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
764        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
765        support.
766        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
767
7682001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
771        * custom/FreeBSD-posix.cfg: Ditto.
772        * custom/HPUX9-posix.cfg: Ditto.
773        * custom/Linux-posix.cfg: Ditto.
774        * custom/Solaris-posix.cfg: Ditto.
775
7762001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
779        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
780
7812001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * custom/armulator.cfg: Remove make-target-options.
784        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
785        (now in erc32/configure.ac).
786        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
787        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
788        Remove CONSOLE_USE_POLLED (Unused).
789        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
790        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
791        * custom/mvme162.cfg: Remove references to mvme162lx.
792        Abandon gcc272. Remove make-target-options.
793        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
794
7952001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
796
797        * custom/bare.cfg: Remove make-target-options.
798        * custom/c4xsim.cfg: Ditto.
799        * custom/cvme961.cfg: Ditto.
800        * custom/efi68k.cfg: Ditto.
801        * custom/gen68302.cfg: Ditto.
802        * custom/gen68340.cfg: Ditto.
803        * custom/genmongoosev.cfg: Ditto.
804        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
805        make-exe, remove empty lines.
806        * custom/h8sim.cfg: Remove make-target-options.
807        * custom/mcf5206elite.cfg: Ditto.
808        * custom/mrm332.cfg: Ditto.
809        * custom/mvme147.cfg: Ditto.
810        * custom/ods68302.cfg: Ditto.
811        * custom/p4000.cfg: Ditto.
812        * custom/p4600.cfg: Ditto.
813        * custom/p4650.cfg: Ditto.
814        * custom/pc386.cfg: Ditto.
815        * custom/portsw.cfg: Ditto.
816        * custom/simsh4.cfg: Ditto.
817
8182001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * custom/efi332.cfg: Remove make-target-options.
821        * custom/idp.cfg: Ditto.
822        * custom/jmr3904.cfg: Ditto.
823
8242001-11-27      Joel Sherrill <joel@OARcorp.com>,
825
826        * ChangeLog: Deleted bogus entry.
827
8282001-11-27      Joel Sherrill <joel@OARcorp.com>,
829
830        * custom/ods68302.cfg: Eliminated required definition of macros in this
831        file for the BSP to compile.  The ROM and ROM address and size settings
832        are now linker script items. 
833
8342001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
835
836
837        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
838        Remove make-target-options.
839        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
840        Remove make-target-options.
841        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
842        DATA_CACHE_ENABLE.
843        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
844        DATA_CACHE_ENABLE.
845        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
846        DATA_CACHE_ENABLE.
847
8482001-11-25      Joel Sherrill <joel@OARcorp.com>
849
850        * custom/papyrus.cfg: Removed.
851        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
852
8532001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
854
855        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
856        * custom/mcp750.cfg: Ditto.
857
8582001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
861        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
862        * custom/psim.cfg: Refect changes to psim/configure.ac.
863        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
864        remove SCORE603E_GENERATION.
865
8662001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
867
868        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
869        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
870        * custom/mbx860_005b.cfg: Ditto.
871        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
872
873
8742001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
875
876        * custom/gensh1.cfg: remove make-target-options.
877        * custom/gensh2.cfg: remove make-target-options.
878
8792001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
880
881        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
882        remove make-target-options, remove BSP_CPPFLAGS.
883
8842001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885
886        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
887
8882001-11-14      Joel Sherrill <joel@OARcorp.com>
889
890        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
891        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
892        These are new exception processing model BSPs and thus do not
893        need to define PPC_USE_SPRG.
894
8952001-11-14      Joel Sherrill <joel@OARcorp.com>
896
897        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
898
8992001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
900
901        * custom/ts_386ex.cfg: Remove make-target-options.
902        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
903        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
904        different flags.
905
9062001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
907
908        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
909        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
910        re-adopt mcp750.cfg's make-exe.
911
9122001-11-13      Joel Sherrill <joel@OARcorp.com>
913
914        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
915        the --srec-len argument to objcopy only supported in binutils 2.11
916        or newer.
917
9182001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
919
920        This modification is part of the submitted modifications necessary to
921        support the IBM PPC405 family.  This submission was reviewed by
922        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
923        not negatively impact the ppc403 BSPs.  The submission and tracking
924        process was captured as PR50.
925        * custom/gen405.cfg: New file.
926        * custom/helas403.cfg: Modified to generate Srecords.
927
9282001-10-30      Joel Sherrill <joel@OARcorp.com>
929
930        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
931
9322001-10-26      Victor V. Vengerov <vvv@oktet.ru>
933
934        * custom/mcf5206elite.cfg: New file.
935
9362001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
937
938        * custom/mpc8260ads.cfg: New file.
939
9402001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941
942        * custom/gensh4.cfg: Remove START_HW_INIT.
943        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
944
9452001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
946
947        * custom/gensh4.cfg: Remove HZ.
948        * custom/simsh4.cfg: Remove HZ.
949
9502001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
951
952        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
953        of Hitachi SH4 BSPs of the same name.  Reviewed and some
954        cleanup by Joel Sherrill <joel@OARcorp.com>.
955
9562001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
957
958        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
959
9602001-10-11      Joel Sherrill <joel@OARcorp.com>
961
962        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
963        to avoid using the apparently broken or deprecated -o argument.
964
9652001-09-28      Joel Sherrill <joel@OARcorp.com>
966
967        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
968        for MC68302_BASE.
969
9702001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
971
972        * custom/bare.cfg: Define dummy make-cxx-exe.
973
9742001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
975
976        * ChangeLog: Formatting cleanup.
977
9782001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
979
980        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
981        make-target-options.
982        * custom/FreeBSD-posix.cfg: Remove make-target-options.
983        * custom/HPUX9-posix.cfg: Dito.
984        * custom/Linux-posix.cfg: Dito.
985        * custom/Solaris-posix.cfg: Dito.
986        * custom/arm_bare_bsp.cfg: Dito.
987        * custom/armulator.cfg: Dito.
988        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
989        * custom/i386ex.cfg: Remove make-target-options.
990        * custom/i960sim.cfg: Remove make-target-options.
991        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
992        CONSOLE_USE_INTERRUPTS.
993        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
994        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
995        CONSOLE_USE_INTERRUPTS.
996        * custom/vegaplus.cfg: Remove make-target-options.
997
9982001-05-25      Joel Sherrill <joel@OARcorp.com>
999
1000        * custom/mrm332.cfg: Switched $(SED) to sed.
1001
10022000-05-25      Matt Cross <profesor@gweep.net>
1003
1004        * New MRM332 BSP for the Mini RoboMind board based
1005        on the 68332 microcontroller designed and build by Mark
1006        Castelluccio.  For details on the MRM see http://www.robominds.com.
1007        * custom/mrm332.cfg: New file.
1008
10092001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1010
1011        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
1012        CONSOLE_USE_POLLED, HAS_RTC.
1013
10142001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1015
1016        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
1017        * custom/gensh2.cfg: Dito.
1018
10192001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1020
1021        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
1022        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
1023        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
1024        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
1025        remove unused flags, remove -ansi from CPP.
1026        * custom/eth_comm.cfg: Remove CPU_DEFINES.
1027        * custom/sim68000.cfg: Remove CPU_DEFINES.
1028       
10292001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1030
1031        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
1032        * compilers/gcc-target-default.cfg: Dito.
1033        * compilers/gcc-portsw.cfg: Remove -Hansi.
1034        * custom/posix.cfg: Remove inclusion of target.cfg.
1035        * custom/simhppa.cfg: Remove -ansi -fasm.
1036
10372001-04-11      Eric Valette <valette@crf.canon.fr>
1038
1039        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
1040        "new exception processing model."
1041
10422001-04-11      Joel Sherrill <joel@OARcorp.com>
1043
1044        * custom/default.cfg: Switch to using exec_prefix to reflect new
1045        organization of install point from Ralf Corsepius.
1046
10472001-03-30      Eric Valette <valette@crf.canon.fr>
1048
1049        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
1050        use the "new exception processing model."
1051
10522001-03-14      Joel Sherrill <joel@OARcorp.com>
1053
1054        * custom/genmongossev.cfg: New file.
1055
10562001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1057
1058        * custom/pc386dx.cfg: New bsp.
1059
10602001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1061
1062        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
1063        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
1064        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
1065
10662001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1067
1068        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
1069        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
1070        * host.cfg.in: Remove RM, make-script.
1071        * ChangeLog: Remove bogus 2001-01-22 entry.
1072
10732001-01-09      Joel Sherrill <joel@OARcorp.com>
1074
1075        * custom/pc386.cfg (make-exe): Removed commented out lines that
1076        were displayed in build longs.
1077
10782001-01-08      Joel Sherrill <joel@OARcorp.com>
1079
1080        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
1081        unneeded definitions when compiled for "mips" rather than "mips64orion."
1082        Correct CPU_CFLAGS.
1083
10842001-01-05      Joel Sherrill <joel@OARcorp.com>
1085
1086        * custom/gensh1.cfg: Removed rest of make-target-options and
1087        moved them to BSP configure options.
1088
10892001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1090
1091        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
1092        install point or assuming BSP build tree is available.
1093
10942001-01-03      Joel Sherrill <joel@OARcorp.com>
1095
1096        * custom/psim.cfg: Removed unused variables.
1097
10982001-01-03      Joel Sherrill <joel@OARcorp.com>
1099
1100        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
1101        * custom/simcpu32.cfg: Removed MVME162 reference.
1102
11032000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
1104
1105        * custom/mcp750.cfg: Fix problems in generation of .exe file.
1106        Still need to fix to avoid touching install point on non-install stanza.
1107
11082000-12-06      Joel Sherrill <joel@OARcorp.com>
1109
1110        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
1111        and copies that should not be in it.
1112
11132000-12-01      Joel Sherrill <joel@OARcorp.com>
1114
1115        * custom/jmr3904.cfg: Turn optimization back up to -O2.
1116
11172000-11-30      Joel Sherrill <joel@OARcorp.com>
1118
1119        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
1120        a mips1.  gcc translates -m3900 into that.
1121
11222000-11-27      Joel Sherrill <joel@OARcorp.com>
1123
1124        * custom/jmr3904.cfg: Fix incorrect reference to i960.
1125
11262000-11-27      Joel Sherrill <joel@OARcorp.com>
1127
1128        * custom/shsim.cfg: New file.
1129        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
1130        The shsim is for the SH simulator in gdb. It should be able
1131        to be used with multiple SH CPU models.  This will require
1132        adding BSP variants.
1133
11342000-11-25      Joel Sherrill <joel@OARcorp.com>
1135
1136        * custom/pc386.cfg: make-exe rule would write into
1137        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
1138        is generally not writeable after the BSP is installed and you do not
1139        want every application installed there by default.  Reported by
1140        Eric Norum <eric.norum@usask.ca>.
1141
11422000-11-25      Joel Sherrill <joel@OARcorp.com>
1143
1144        * custom/Makefile.am: Updated to add jmr3904.cfg
1145        * custom/jmr3904.cfg: New file.
1146
11472000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1148
1149        * custom/leon2.cfg: Removed defines that are now generated
1150        in a non-BSP specific manner.
1151
11522000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1153
1154        * custom/Makefile.am: Modified to reflect addition of files.
1155        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
1156        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
1157
11582000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1159
1160        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
1161
11622000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1163
1164        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
1165
11662000-10-24      Joel Sherrill <joel@OARcorp.com>
1167
1168        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
1169        definition since this information can be picked up from
1170        autoconf generated files.  These BSPs are shared by the
1171        mips and mips64orion "ports."
1172
11732000-10-18      Joel Sherrill <joel@OARcorp.com>
1174
1175        * compilers/gcc-portsw.cfg: Use gcc style flags.
1176
11772000-09-13      Joel Sherrill <joel@OARcorp.com>
1178
1179        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
1180        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
1181
11822000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
1183
1184        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
1185        Eric Valette <valette@crf.canon.fr>.
1186        * custom/vegaplus.cfg: New file.
1187
11882000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1189
1190        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
1191        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
1192        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
1193        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
1194        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
1195        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
1196        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
1197
11982000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1199
1200        * custom/gensh2.cfg: Fix comments.
1201
12022000-09-12      Joel Sherrill <joel@OARcorp.com>
1203
1204        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
1205        compiler arguments that specify CPU model options.
1206
12072000-09-12      Joel Sherrill <joel@OARcorp.com>
1208
1209        * custom/mbx860_005b.cfg (make-target-options): Add lines to
1210        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
1211        may be incorrect but the BSP now compiles.
1212
12132000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1214
1215        * custom/arm_bare_bsp.cfg: Fix comments.
1216
12172000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1218
1219        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
1220        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
1221        * ChangeLog: File paths corrected
1222
12232000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1224
1225        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
1226
12272000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1228
1229        * custom/pck6.cfg: New file
1230        * custom/pc486.cfg: Use -m486
1231        * custom/pc586.cfg: Use -mpentium
1232        * custom/pc686.cfg: Use -mmpentiumpro
1233        * custom/i386ex.cfg: Use -msoft-float
1234
12352000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1236
1237        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
1238
12392000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1240
1241        * ChangeLog: File paths corrected.
1242
12432000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1244
1245        * custom/mvme167.cfg: Add specification of printk port, console port
1246        and serial I/O mode.  Arrange for the stripped executable to
1247        be copied up the build tree.
1248       
12492000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1250
1251        * custom/mbx8xx.cfg: Support for shared printk and no termios.
1252
12532000-08-10      John Cotton  <john.cotton@nrc.ca>
1254
1255        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
1256
12572000-08-10      Joel Sherrill <joel@OARcorp.com>
1258
1259        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.