source: rtems/make/ChangeLog @ 1ac5fdc

4.104.114.95
Last change on this file since 1ac5fdc was 7dc035b, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 09/03/08 at 15:34:39

More CPU_CFLAGS: -meabi -msdata -fno-common

  • Property mode set to 100644
File size: 47.8 KB
Line 
12008-09-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * custom/gen5200.cfg: More CPU_CFLAGS: -meabi -msdata -fno-common.
4
52008-08-15      Allan Hessenflow <allanh@kallisti.com>
6
7        * custom/bf537Stamp.cfg: New file.
8
92008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
10
11        * custom/mpc5566evb.cfg, custom/mpc55xx.cfg, custom/mpc8313erdb.cfg:
12        New files.
13
14        * custom/mpc83xx.cfg: More CPU_CFLAGS: -meabi -msdata -fno-common.
15        More CFLAGS_OPTIMIZE_V: -funit-at-a-time -W -Wno-unused.
16
172008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
18
19        * custom/pgh360.cfg:
20        Creation from gen68360.cfg
21
222008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * custom/mcf5329.cfg: Use -mcpu=5307 instead of -m5307.
25
262008-06-20      Matthew Riek <matthew.riek@ibiscomputer.com.au>
27
28        * custom/mcf5329.cfg: New file.
29
302008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
31
32        * custom/mcf52235.cfg: Change to mcf5223x.
33
342008-06-10      Chris Johns <chrisj@rtems.org>
35
36        * custom/av5282.cfg, custom/csb360.cfg, custom/gen68302.cfg,
37        custom/gen68340.cfg, custom/gen68360.cfg, custom/mcf5206elite.cfg,
38        custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg,
39        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
40        custom/mvme167.cfg, custom/ods68302.cfg, custom/sim68000.cfg,
41        custom/simcpu32.cfg, custom/uC5282.cfg: Change CCFLAGS to use the
42        -mcpu= option for Coldfires now supported in GCC 4.3.0.
43
442008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
45
46        * custom/mcf52235.cfg: New.
47
482008-05-20      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * custom/nds.cfg: Email from author says to drop this flag.
51
522008-05-20      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * leaf.cfg: Do not override bsp-post-link.
55
562008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * Makefile.am: Add smdk2410.
59
602008-05-06      Ray Xu <rayx.cn@gmail.com>
61
62        * custom/gp32.cfg: Add smdk2410. Update gp32 to use shared code.
63        * custom/smdk2410.cfg: New file.
64
652008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * Makefile.am: Add nds.
68
692008-04-16      Matthieu Bucchianeri <mbucchia@gmail.com>
70
71        * custom/nds.cfg: New file.
72
732008-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * leaf.cfg, custom/pc386.cfg, custom/pc386dx.cfg: It appears that the
76        default processor model optimization has changed in gcc 4.3.0.
77
782008-03-11      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * custom/av5282.cfg, custom/bare.cfg, custom/default.cfg,
81        custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/idp.cfg,
82        custom/mbx8xx.cfg, custom/mcf5235.cfg, custom/mcp750.cfg,
83        custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg,
84        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
85        custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg,
86        custom/mvme3100.cfg, custom/mvme5500.cfg, custom/nios2_iss.cfg,
87        custom/pc386.cfg, custom/posix.cfg, custom/score603e.cfg,
88        custom/sim68000.cfg, custom/simcpu32.cfg, custom/ss555.cfg,
89        custom/ts_386ex.cfg, custom/uC5282.cfg, custom/virtex.cfg: Switch to
90        explicit .exe instead of EXEEXT to get it to work.
91
922008-03-06      Till Straumann <strauman@slac.stanford.edu>
93
94        * custom/mvme3100.cfg: Fixed typo, 'endef' not 'endif'.
95
962008-02-19      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * custom/gen405.cfg, custom/helas403.cfg: Remove (Abandonded).
99
1002008-02-11      Till Straumann <strauman@slac.stanford.edu>
101
102        * custom/mvme3100.cfg: Removed CFLAGS_PROFILE_V;
103        added '-g' to CFLAGS_DEBUG_V.
104
1052008-02-08      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * custom/pc386.cfg: Use file with symbols.
108
1092008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * custom/ss555.cfg: Add CVS Id.
112
1132008-01-09      Eric Norum <norume@aps.anl.gov>
114
115        * custom/mvme3100.cfg: Add make-cxx-exe rule.
116
1172007-12-17      Chris Johns <chrisj@rtems.org>
118
119        * custom/mcf5235.cfg, custom/mrm332.cfg, custom/pc386.cfg: Split
120        the make-exe and make-cxx-exe into bsp-link-c, bsp-link-cxx and
121        bsp-post-link make macros. This allow external autotools support.
122
1232007-12-14      Till Straumann <strauman@slac.stanford.edu>
124
125        * custom/mvme3100.cfg: Added; new BSP.
126
1272007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * custom/mvme5500.cfg: Fix typo.
130
1312007-11-27      Kate Feng <feng1@bnl.gov>
132
133        * custom/mvme5500.cfg: Add compiler arguments sine without them, the
134        BSP has issues.
135
1362007-11-03      Ray Xu <rayx.cn@gmail.com>
137
138        * custom/rtl22xx_t.cfg: New file, rtl22xx_t is a new bsp compiled
139        with THUMB enabled
140
1412007-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * custom/icecube.cfg: Rename EP5200 to IceCube since that is the
144        nickname for the Freescale evaluation board it is based upon. BSP was
145        tested on a Freescale MPC5200LITE.
146
1472007-08-05      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * custom/mcf5235.cfg: Remove bogus -m5200 from linker calls.
150        * custom/av5282.cfg: Remove bogus -qnolinkcmds, -m5200 from linker
151          calls.
152        * custom/gen83xx.cfg: Use -O2.
153
1542007-07-28      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * custom/Linux-posix.cfg: Use -O2.
157        * custom/rbtx4938.cfg: Add missing -O2.
158        * custom/rtl22xx.cfg: Adjust indentation.
159        * custom/virtex.cfg: Use -O2.
160
1612007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * custom/Linux-posix.cfg: Make Linux link with just a C main -- avoid
164        using C++ ctor trick. An RTEMS C++ application running on this BSP
165        may have initialization order issues to address.
166
1672007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * custom/Linux-posix.cfg: Linux BSP must be linked with C++ compiler.
170
1712007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * custom/gen83xx.cfg: Add make-cxx-exe rule.
174
1752007-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
176
177        * custom/gen83xx.cfg, custom/mpc8349eamds.cfg: added file to support
178        MPC83xx controller based boards
179       
1802007-07-02      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
181
182        * custom/virtex.cfg: added file to support PPC core in a xilinx
183        virtex FPGA
184       
1852007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * custom/Linux-posix.cfg: Merge patch from Till Straumann which would
188        work except gcc core dumps with an ICE when may_alias is used in this
189        code. I filed a GCC PR and reduced optimization to -O0 and it does
190        run again.
191
1922007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * Templates/Makefile.leaf: At suggestion of Robert Grimes add commented
195        out make-cxx-exe usage example.
196
1972007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
198
199        * custom/gen5200.cfg: Remove junk comment.
200        * custom/ep5200.cfg: New file.
201
2022007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
203
204        * custom/armulator.cfg: Removed.
205
2062007-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
207
208        * custom/mvme5500.cfg: Use -O2 again.
209
2102007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
211
212        * Makefile.am: DMV152 obsoleted.
213        * custom/dmv152.cfg: Removed.
214
2152007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
216
217        * Makefile.am: Per Jiri Gaisler remove unused erc32nfp and leon1 BSP
218        variants.
219        * custom/erc32nfp.cfg, custom/leon1.cfg: Removed.
220
2212007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/pc386.cfg,
224        custom/sim68000.cfg, custom/ts_386ex.cfg: Clean up to use .nxe
225        extension instead of BSP unique ones.
226
2272007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
228
229        * compilers/gcc-no_bsp.cfg: There are no longer any required managers.
230        Plus some cleanup
231
2322007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
233
234        * leaf.cfg, compilers/gcc-no_bsp.cfg: Add optional manager stub
235        for Classic API Barrier.
236
2372007-04-26      Ralf Corsépius <ralf.corsepius@rtems.org>
238
239        * custom/rtl22xx.cfg: Cleanup.
240        * Makefile.am: Add custom/rtl22xx.cfg.
241
2422007-04-26      Ray Xu <xr@trasin.net>
243
244        * custom/rtl22xx.cfg: New (Initial submission).
245
2462007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
247
248        * Makefile.am: Cleanup.
249
2502007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
251
252        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
253        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
254        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
255        custom/bare.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
256        custom/csb336.cfg, custom/csb360.cfg, custom/dmv152.cfg,
257        custom/eZKit533.cfg, custom/edb7312.cfg, custom/ep1a.cfg,
258        custom/erc32.cfg, custom/erc32nfp.cfg, custom/gba.cfg,
259        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
260        custom/gen68340.cfg, custom/gen68360.cfg, custom/gensh1.cfg,
261        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
262        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
263        custom/i386ex.cfg, custom/idp.cfg, custom/jmr3904.cfg,
264        custom/leon2.cfg, custom/leon3.cfg, custom/mbx821_002b.cfg,
265        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
266        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
267        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
268        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
269        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
270        custom/nios2_iss.cfg, custom/ods68302.cfg, custom/pc386.cfg,
271        custom/psim.cfg, custom/rbtx4925.cfg, custom/score603e.cfg,
272        custom/sim68000.cfg, custom/simcpu32.cfg, custom/simsh4.cfg,
273        custom/simsh7032.cfg, custom/simsh7045.cfg, custom/ss555.cfg,
274        custom/ts_386ex.cfg: Add -g to CFLAGS_OPTIMIZE_V.
275
2762007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
277
278        * custom/gensh1.cfg, custom/gensh2.cfg, custom/gensh4.cfg,
279        custom/hurricane.cfg, custom/rbtx4925.cfg, custom/simsh4.cfg:
280        Use $(NM) -g -n instead of $(NM) -n.
281        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
282        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
283        custom/Solaris-posix.cfg: Use $(NM) -g -n instead of $(NM) -ng.
284
2852007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
286
287        * custom/score603e.cfg: CFLAGS_OPTIMIZE_V = -O2. Remove
288        DRIVER_ARCHITECTURE.
289        * custom/av5282.cfg, custom/bare.cfg, custom/dmv152.cfg,
290        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
291        custom/gen68340.cfg, custom/gen68360.cfg, custom/helas403.cfg,
292        custom/hurricane.cfg, custom/i386ex.cfg, custom/idp.cfg,
293        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
294        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
295        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
296        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
297        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
298        custom/ods68302.cfg, custom/pc386.cfg, custom/psim.cfg,
299        custom/rbtx4925.cfg, custom/sim68000.cfg, custom/simcpu32.cfg,
300        custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg,
301        custom/gensh2.cfg, custom/gensh4.cfg, custom/shsim.cfg,
302        custom/simsh4.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg,
303        custom/h8sim.cfg, custom/csb336.cfg, custom/edb7312.cfg,
304        custom/gba.cfg: CFLAGS_OPTIMIZE_V = -O2.
305        * custom/gba.cfg, custom/mbx8xx.cfg, custom/ss555.cfg: Remove
306        CXXFLAGS_OPTIMIZE_V.
307
3082007-01-17      Ralf Corsépius <ralf.corsepius@rtems.org>
309
310        * custom/eZKit533.cfg: CFLAGS_OPTIMIZE = -O0.
311        * custom/gensh1.cfg, custom/ep1a.cfg, custom/erc32.cfg,
312        custom/erc32nfp.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
313        custom/armulator.cfg, custom/gp32.cfg: CFLAGS_OPTIMIZE_V = -O2.
314
3152006-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
316
317        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
318        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
319        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
320        custom/bare.cfg,  custom/c3xsim.cfg, custom/c4xsim.cfg,
321        custom/csb336.cfg, custom/csb337.cfg, custom/csb350.cfg,
322        custom/csb360.cfg, custom/dmv152.cfg, custom/eZKit533.cfg,
323        custom/edb7312.cfg, custom/ep1a.cfg, custom/erc32.cfg,
324        custom/erc32nfp.cfg, custom/gba.cfg, custom/gen405.cfg,
325        custom/gen5200.cfg, custom/gen68302.cfg, custom/gen68340.cfg,
326        custom/gen68360.cfg, custom/genmongoosev.cfg, custom/gensh1.cfg,
327        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
328        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
329        custom/i386ex.cfg, custom/idp.cfg,
330        custom/jmr3904.cfg,custom/leon2.cfg, custom/leon3.cfg,
331        custom/mbx821_002b.cfg, custom/mbx8xx.cfg, custom/mcf5206elite.cfg,
332        custom/mcf5235.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg,
333        custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg,
334        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
335        custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg,
336        custom/mvme5500.cfg, custom/ods68302.cfg, custom/pc386.cfg,
337        custom/psim.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg,
338        custom/score603e.cfg, custom/shsim.cfg, custom/sim68000.cfg,
339        custom/simcpu32.cfg, custom/simsh4.cfg, custom/simsh7032.cfg,
340        custom/simsh7045.cfg, custom/ss555.cfg, custom/ts_386ex.cfg:
341        Cleanup.
342
3432006-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
344
345        * custom/uC5282.cfg: Remove hard-code compiler flags.
346        * custom/av5282.cfg, custom/csb360.cfg, custom/mcf5206elite.cfg,
347        custom/mcf5235.cfg: Remove ASFLAGS, CPU_ASFLAGS (Unused).
348
3492006-10-23      Joel Sherrill <joel@OARcorp.com>
350
351        * custom/eZKit533.cfg: New file.
352
3532006-09-08      Kate Feng <feng1@bnl.gov>
354
355        PR 1150/bsps
356        * custom/mvme5500.cfg: This is a follow-up of the PR846 due to the fact
357        that gcc (4.0.2) implicitely uses the vector engine for optimization;
358        -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec is better.
359
3602006-08-09      Kolja Waschk <waschk@telos.de>
361
362        * Makefile.am: New port to Altera NIOS II.
363        * custom/nios2_iss.cfg: New file.
364
3652006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
366
367        * custom/brsl5.cfg: (PR1117) added
368       
3692006-06-08      Bruce Robinson <brucer@pmccorp.com>
370       
371        * custom/rbtx4925.cfg:  Fix CPU_CFLAGS defines.
372        * custom/rbtx4938.cfg:  Fix CPU_CFLAGS defines.
373
3742005-04-10      Eric Norum <norume@aps.anl.gov>
375
376        *  custom/uC5282.cfg: Keep frame pointer -- gdb is much more useful.
377
3782006-03-16      Ralf Corsepius <ralf.corsepius@rtems.org>
379
380        * custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg:
381        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
382        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg:
383        Remove (abandoned).
384
3852006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
386
387        * custom/leon1.cfg, custom/leon2.cfg, custom/leon3.cfg, sis.cfg:
388        Merger from rtems-4-6-branch.
389
3902006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
391
392        PR 851/bsps
393        * custom/gen5200.cfg, custom/pm520_cr825.cfg, custom/pm520_ze30.cfg:
394        New (Submission by Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>).
395
3962005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
397
398        * custom/gba.cfg, custom/pc386.cfg: Use .elf instead of .obj.
399
4002005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
401
402        * custom/dmv152.cfg, custom/i386ex.cfg, custom/idp.cfg,
403        custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg,
404        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg:
405        Use .srec for files containing SRECs.
406
4072005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
408
409        * custom/gp32.cfg: Replace .gxb with .elf.
410        * custom/i386ex.cfg, custom/ts_386ex.cfg: Replace .coff with .elf.
411
4122005-11-03      Till Straumann <strauman@slac.stanford.edu>
413
414        * custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use
415        -mcpu=750 instead.
416
4172005-09-18      Ralf Corsepius <ralf.corsepius@rtems.org>
418
419        * custom/orp.cfg: Remove (abandoned).
420        * custom/av5282.cfg: Remove obsolete vars.
421        * custom/gba.cfg: Remove PROFILE* (abandoned).
422        Remove -static (bogus).
423
4242005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
425
426        PR 822/bsps
427        * custom/mbx860_001b.cfg, custom/mbx860_1b.cfg: New files.
428
4292005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
430
431        * custom/av5282.cfg: New file.
432
4332005-06-17      Markku Puro <markku.puro@kopteri.net>
434
435        * Makefile.am: Adding GameBoy Advance BSP.
436        * custom/gba.cfg: New file.
437
4382005-06-17      Joel Sherrill <joel@OARcorp.com>
439
440        * custom/mcf5235.cfg: New file.
441
4422005-06-01      Philippe Simons <loki_666@fastmail.fm>
443
444        * custom/gp32.cfg: Add make-cxx-exe.
445
4462005-05-27      Ralf Corsepius <ralf.corsepius@rtems.org>
447
448        * custom/mbx860_005b.cfg, custom/mcp750.cfg, custom/mtx603e.cfg,
449        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg:
450        Remove RTEMS_PPC_EXCEPTION_PROCESSING_MODEL (Obsolete).
451
4522005-05-02      Joel Sherrill <joel@OARcorp.com>
453
454        * Makefile.am: Remove dmv177 and ppcn_60x.
455        * custom/dmv177.cfg: Removed.
456
4572005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
458
459        * custom/ppcn_60x.cfg: Remove (Gone from libbsp).
460
4612005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
462
463        * Makefile.am: Initial release of ep1a bsp
464        * custom/ep1a.cfg: New file.
465
4662005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
467
468        * custom/score603e.cfg: Update score603e to new exception model
469        NOTE: These modifications have not been tested on hardware.
470
4712005-03-11      Jay Monkman <jtm@lopingdog.com>
472
473        * custom/vegaplus.cfg: Removed.
474
4752005-03-11      Philippe Simons <loki_666@fastmail.fm>
476
477        * custom/gp32.cfg: New file.
478
4792005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
480
481        * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI.
482        * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V.
483        Remove -Wa,-m7450.
484
4852005-02-25      Joel Sherrill <joel@OARcorp.com>
486
487        * custom/jmr3904.cfg: arm_bare_bsp obsoleted.
488        * custom/arm_bare_bsp.cfg: Removed.
489
4902005-02-24      Jay Monkman <jtm@lopingdog.com>
491
492        * custom/csb350.cfg: New BSP.
493
4942005-02-24      Jay Monkman <jtm@lopingdog.com>
495
496        * custom/csb337.cfg: Cleanup.
497
4982005-02-08      Eric Norum <norume@aps.anl.gov>
499
500        * custom/uC5282.cfg: Put -m5200 back in link-edit commands until
501        proper versions of gcc (which take -m528x as an order to load the
502        -m5200 multilib variants) are widely available.
503
5042005-02-05      Ralf Corsepius <ralf.corsepius@rtems.org>
505
506        * custom/uC5282.cfg: Cleanup.
507
5082005-01-28      Eric Norum <norume@aps.anl.gov>
509
510        * Makefile.am, custom/uC5282.cfg: New BSP
511
5122005-01-20      Joel Sherrill <joel@OARcorp.com>
513
514        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg,
515        custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg,
516        custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg,
517        custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for
518        gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
519
5202005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
521
522        * compilers/gcc-portsw.cfg: Remove.
523        * Makefile.am: Reflect change above.
524
5252004-11-23      Joel Sherrill <joel@OARcorp.com>
526
527        * Makefile.am: Remove eth_comm.
528        * custom/eth_comm.cfg: Removed.
529
5302004-11-22      Jennifer Averett <jennifer@OARcorp.com>
531
532        PR 581/bsps
533        * custom/psim.cfg: Convert PSIM to new exception model.
534
5352004-11-17      Joel Sherrill <joel@OARcorp.com>
536
537        * custom/mvme2100.cfg: Add make-cxx-exe rule.
538
5392004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
540
541        * Makefile.am: Add MVME2100 BSP.
542        * custom/mvme2100.cfg: New file.
543
5442004-11-05      Joel Sherrill <joel@OARcorp.com>
545
546        * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
547        architecture name for RTEMS. Since this was used as the -mcpu
548        argument to GCC, that also had to be changed.
549
5502004-10-26      Eric Norum <norume@aps.anl.gov
551
552        * custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
553
5542004-10-20      Eric Norum <norume@aps.anl.gov
555
556        * custom/mvme5500.cfg: New BSP.
557
5582004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
559
560        * custom/c3xsim.cfg, custom/c4xsim.cfg: Expand files.
561
5622004-09-29      Joel Sherrill <joel@OARcorp.com>
563
564        * custom/h8sim.cfg: i960 obsoleted.
565        * custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
566
5672004-08-03      Jay Monkman <jtm@lopingdog.com>
568
569        * custom/csb360.cfg: New file.
570
5712004-07-15      Jay Monkman
572
573        * custom/csb336.cfg, custom/csb337.cfg: New files.
574
5752004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
576
577        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
578        with FreeBSD and now unused).
579        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
580
5812004-04-12      David Querbach <querbach@realtime.bc.ca>
582
583        * custom/ss555.cfg: New file.
584
5852004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
586
587        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
588        with Cygwin and now unused).
589
5902004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
591
592        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
593
5942004-03-05      Joel Sherrill <joel@OARcorp.com>
595
596        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
597        support.
598
5992004-02-26      Joel Sherrill <joel@OARcorp.com>
600
601        PR 570/bsps
602        * custom/mvme2307.cfg: Do not use -msdata=eabi since
603        it breaks the linking of the vectors.
604
6052004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * Makefile.am: Cosmetics.
608
6092004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
612        dist_rtems_make_custom_DATA = custom/default.cfg.
613
6142004-02-05      Joel Sherrill <joel@OARcorp.com>
615
616        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
617        these -- copied from the 4.6 branch.
618
6192004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        PR 553/bsps
622        * custom/mrm332.cfg: Comment out objdump.
623
6242004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
627
6282004-01-20      Joel Sherrill <joel@OARcorp.com>
629
630        PR 553/bsps
631        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
632        comment.
633
6342004-01-07      Joel Sherrill <joel@OARcorp.com>
635
636        * Makefile.am: Remove efi68k and efi332 references as they are no
637        longer in the tree.
638
6392004-01-07      Joel Sherrill <joel@OARcorp.com>
640
641        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
642        users of these boards so we are removing them.
643        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
644
6452004-01-07      Joel Sherrill <joel@OARcorp.com>
646
647        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
648
6492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * Makefile.am: EXTRA_DIST +=.
652
6532003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * custom/Makefile.am: Remove.
656        * Makefile.am: Merge-in former custom/Makefile.am
657
6582003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
661        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
662
6632003-09-26      Joel Sherrill <joel@OARcorp.com>
664
665        * custom/simhppa.cfg: Removed.
666
6672003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
670
6712003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        PR 470/bsps
674        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
675        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
676        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
677
6782003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
681        the BSP's configure-script).
682        Remove BSP_CPPFLAGS (Obsolete).
683
6842003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        PR 321/bsps
687        * leaf.cfg: Remove support for profile-variant.
688        * main.cfg: Ditto.
689        * compilers/gcc-no_bsp.cfg: Ditto.
690        * compilers/gcc-portsw.cfg: Ditto.
691        * compilers/gcc-target-default.cfg: Ditto.
692
6932003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
694
695        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
696
6972003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
698
699        PR 368/filesystems
700        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
701        with this PR for alias BSPs.
702
7032003-03-18  Till Straumann <strauman@slac.stanford.edu>
704
705        PR 356/bsps
706        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
707        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
708
7092003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
712
7132003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
716        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
717        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
718        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
719
7202003-02-14      Joel Sherrill <joel@OARcorp.com>
721
722        AMD a29k obsolete.
723        * custom/portsw.cfg: Removed.
724
7252003-01-20      Duane Gustavus <duane@unt.edu>
726
727        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
728
7292003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
732        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
733        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
734        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
735        Move -D_BSD_SOURCE to CPU_CFLAGS.
736        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
737        Move -Dsolaris2 to CPU_CFLAGS.
738        Remove -D__EXTENSIONS__.
739
7402002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * custom/posix.cfg: Remove comment referring to host.cfg.
743
7442002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * custom/default.cfg: Pickup target.cfg from BSP directory.
747
7482002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
749
750        * custom/mtx603e.cfg: New file.
751
7522002-11-17      Joel Sherrill <joel@OARcorp.com>
753
754        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
755        build variants work for user applications post install.
756
7572002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
758
759        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
760        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
761        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
762        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
763        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
764
7652002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
766
767        * custom/edb7312.cfg: New file.
768
7692002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
772        obsolete Makefile.
773        * leaf.cfg: Various changes to LIBVARIANT processing.
774        * main.cfg: Ditto.
775
7762002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * Makefile.am: Add compilers/*.
779        * compilers/Makefile.am: Remove.
780        * lib.cfg: Remove.
781        * directory.cfg: Remove.
782        * README: Remove.
783
7842002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
785
786        * Makefile.am: Add Templates/*.
787        * Templates/Makefile.am: Remove.
788
7892002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
792
7932002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
796        * custom/HPUX9-posix.cfg: Ditto.
797        * custom/Linux-posix.cfg: Ditto.
798
7992002-10-02      Joel Sherrill <joel@OARcorp.com>
800
801        * custom/armulator.cfg: Remove reference to PowerPC arguments.
802
8032002-09-13      Joel Sherrill <joel@OARcorp.com>
804
805        * Part of addressing PR281.
806        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
807        * compilers/gcc-target-default.cfg: Removed remaining support for
808        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
809        as one of the LDFLAGS when the debug variant is specified.
810
8112002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * custom/posix.cfg: Don't include host.cfg.
814
8152002-08-09      Joel Sherrill <joel@OARcorp.com>
816
817        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
818
8192002-08-07      Ivan Guzvinec <ivang@opencores.org>
820
821        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
822
8232002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
826
8272002-08-06      Joel Sherrill <joel@OARcorp.com>
828
829        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
830        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
831
8322002-08-06      Chris Ziomkowski <chris@asics.ws>
833
834        * custom/or32sim.cfg: New file added as part of merge from
835        OpenCores repository.
836
8372002-08-05      Joel Sherrill <joel@OARcorp.com>
838
839        * Per PR260 eliminate use of make-target-options.  This impacted
840        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
841        SuperCore and required that the m68k optimized memcpy be moved
842        to libcpu.
843        * custom/gen68360.cfg: Remove make-target-options.
844
8452002-08-01      Joel Sherrill <joel@OARcorp.com>
846
847        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
848        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
849
8502002-08-01      Joel Sherrill <joel@OARcorp.com>
851
852        * custom/mvme136.cfg: Remove make-target-options.
853
8542002-07-30      Joel Sherrill <joel@OARcorp.com>
855
856        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
857        will disappear when make clean is performed.
858
8592002-07-24      Joel Sherrill <joel@OARcorp.com>
860
861        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
862        to use gcc 3.1 arguments.
863
8642002-07-22      Joel Sherrill <joel@OARcorp.com>
865
866        * Templates/Makefile.leaf: Clarify the MANAGERS example.
867
8682002-07-01      Joel Sherrill <joel@OARcorp.com>
869
870        * custom/p4650.cfg: Update arguments to gcc3.
871
8722002-06-14      Joel Sherrill <joel@OARcorp.com>
873
874        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
875        to gcc 3.1 arguments.
876
8772002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
878
879        * custom/dmv177.cfg: Use -mcpu=603e.
880        * custom/ppcn_60x.cfg: Use -mcpu=603e.
881        * custom/psim.cfg: Use -mcpu=603e.
882        * custom/score603e.cfg: Use -mcpu=603e.
883        * custom/ts_386ex.cfg: Remove obsolete comments.
884        * custom/rxgen960.cfg: Remove obsolete comments.
885        * custom/cvme961.cfg: Remove obsolete comments.
886
8872001-05-09      Joel Sherrill <joel@OARcorp.com>
888
889        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
890        compatable arguments.
891 
8922002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
895        Remove obsolete comments.
896        * custom/eth_comm.cfg: Remove make-target-options.
897        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
898        CPU_CFLAGS.
899        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
900        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
901        * custom/mbx8xx.cfg: Remove make-target-options.
902        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
903        Remove obsolete comments.
904        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
905        Remove obsolete comments.
906        * custom/mpc8260ads.cfg: Remove make-target-options.
907        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
908        CPU_CFLAGS.
909        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
910        Remove obsolete comments.
911        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
912        CPU_CFLAGS.
913        Remove obsolete comments.
914        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
915        Remove obsolete comments.
916        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
917        CPU_CFLAGS.
918        Remove obsolete comments.
919
9202002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
921
922        * custom/gen405.cfg: Remove -D__powerpc__.
923
9242002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
925
926        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
927        * custom/erc32.cfg: Ditto.
928        * custom/leon2.cfg: Ditto.
929
930
9312002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
932
933        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
934        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
935        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
936
9372002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
938
939        * custom/cvme961.cfg: Remove GCC272 support.
940        * custom/dmv152.cfg: Remove GCC272 support.
941        * custom/efi332.cfg: Remove GCC272 support.
942        * custom/efi68k.cfg: Remove GCC272 support.
943        * custom/eth_comm.cfg: Remove GCC272 support.
944        * custom/gen405.cfg: Remove GCC272 support.
945        * custom/gen68302.cfg: Remove GCC272 support.
946        * custom/gen68340.cfg: Remove GCC272 support.
947        * custom/gen68360.cfg: Remove GCC272 support.
948        * custom/genmongoosev.cfg: Remove GCC272 support.
949        * custom/helas403.cfg: Remove GCC272 support.
950        * custom/i386ex.cfg: Remove GCC272 support.
951        * custom/i960sim.cfg: Remove GCC272 support.
952        * custom/idp.cfg: Remove GCC272 support.
953        * custom/leon2.cfg: Remove GCC272 support.
954        * custom/mbx8xx.cfg: Remove GCC272 support.
955        * custom/mcf5206elite.cfg: Remove GCC272 support.
956        * custom/mpc8260ads.cfg: Remove GCC272 support.
957        * custom/mrm332.cfg: Remove GCC272 support.
958        * custom/mvme136.cfg: Remove GCC272 support.
959        * custom/mvme147.cfg: Remove GCC272 support.
960        * custom/mvme167.cfg: Remove GCC272 support.
961        * custom/ods68302.cfg: Remove GCC272 support.
962        * custom/p4000.cfg: Remove GCC272 support.
963        * custom/p4600.cfg: Remove GCC272 support.
964        * custom/p4650.cfg: Remove GCC272 support.
965        * custom/pc386.cfg: Remove GCC272 support.
966        * custom/portsw.cfg: Remove GCC272 support.
967        * custom/psim.cfg: Remove GCC272 support.
968        * custom/rxgen960.cfg: Remove GCC272 support.
969        * custom/score603e.cfg: Remove GCC272 support.
970        * custom/sim68000.cfg: Remove GCC272 support.
971        * custom/simhppa.cfg: Remove GCC272 support.
972        * custom/simsh4.cfg: Remove GCC272 support.
973        * custom/ts_386ex.cfg: Remove GCC272 support.
974
9752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
976
977        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
978        * Makefile.am: Remove AUTOMAKE_OPTIONS.
979        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
980        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
981
9822002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
983
984        * compilers/gcc-target-default.cfg: Add missing \.
985        Reported by Ilya Alexeev <ilya@continuum.ru>.
986
9872002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
988
989        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
990        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
991        support.
992        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
993
9942001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
995
996        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
997        * custom/FreeBSD-posix.cfg: Ditto.
998        * custom/HPUX9-posix.cfg: Ditto.
999        * custom/Linux-posix.cfg: Ditto.
1000        * custom/Solaris-posix.cfg: Ditto.
1001
10022001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1003
1004        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
1005        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
1006
10072001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1008
1009        * custom/armulator.cfg: Remove make-target-options.
1010        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
1011        (now in erc32/configure.ac).
1012        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
1013        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
1014        Remove CONSOLE_USE_POLLED (Unused).
1015        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
1016        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
1017        * custom/mvme162.cfg: Remove references to mvme162lx.
1018        Abandon gcc272. Remove make-target-options.
1019        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
1020
10212001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * custom/bare.cfg: Remove make-target-options.
1024        * custom/c4xsim.cfg: Ditto.
1025        * custom/cvme961.cfg: Ditto.
1026        * custom/efi68k.cfg: Ditto.
1027        * custom/gen68302.cfg: Ditto.
1028        * custom/gen68340.cfg: Ditto.
1029        * custom/genmongoosev.cfg: Ditto.
1030        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
1031        make-exe, remove empty lines.
1032        * custom/h8sim.cfg: Remove make-target-options.
1033        * custom/mcf5206elite.cfg: Ditto.
1034        * custom/mrm332.cfg: Ditto.
1035        * custom/mvme147.cfg: Ditto.
1036        * custom/ods68302.cfg: Ditto.
1037        * custom/p4000.cfg: Ditto.
1038        * custom/p4600.cfg: Ditto.
1039        * custom/p4650.cfg: Ditto.
1040        * custom/pc386.cfg: Ditto.
1041        * custom/portsw.cfg: Ditto.
1042        * custom/simsh4.cfg: Ditto.
1043
10442001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1045
1046        * custom/efi332.cfg: Remove make-target-options.
1047        * custom/idp.cfg: Ditto.
1048        * custom/jmr3904.cfg: Ditto.
1049
10502001-11-27      Joel Sherrill <joel@OARcorp.com>,
1051
1052        * ChangeLog: Deleted bogus entry.
1053
10542001-11-27      Joel Sherrill <joel@OARcorp.com>,
1055
1056        * custom/ods68302.cfg: Eliminated required definition of macros in this
1057        file for the BSP to compile.  The ROM and ROM address and size settings
1058        are now linker script items. 
1059
10602001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1061
1062
1063        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
1064        Remove make-target-options.
1065        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
1066        Remove make-target-options.
1067        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
1068        DATA_CACHE_ENABLE.
1069        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
1070        DATA_CACHE_ENABLE.
1071        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
1072        DATA_CACHE_ENABLE.
1073
10742001-11-25      Joel Sherrill <joel@OARcorp.com>
1075
1076        * custom/papyrus.cfg: Removed.
1077        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
1078
10792001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1080
1081        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
1082        * custom/mcp750.cfg: Ditto.
1083
10842001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1085
1086        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
1087        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
1088        * custom/psim.cfg: Refect changes to psim/configure.ac.
1089        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
1090        remove SCORE603E_GENERATION.
1091
10922001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1093
1094        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
1095        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
1096        * custom/mbx860_005b.cfg: Ditto.
1097        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
1098
1099
11002001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1101
1102        * custom/gensh1.cfg: remove make-target-options.
1103        * custom/gensh2.cfg: remove make-target-options.
1104
11052001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1106
1107        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
1108        remove make-target-options, remove BSP_CPPFLAGS.
1109
11102001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1111
1112        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
1113
11142001-11-14      Joel Sherrill <joel@OARcorp.com>
1115
1116        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
1117        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
1118        These are new exception processing model BSPs and thus do not
1119        need to define PPC_USE_SPRG.
1120
11212001-11-14      Joel Sherrill <joel@OARcorp.com>
1122
1123        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
1124
11252001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1126
1127        * custom/ts_386ex.cfg: Remove make-target-options.
1128        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
1129        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
1130        different flags.
1131
11322001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1133
1134        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
1135        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
1136        re-adopt mcp750.cfg's make-exe.
1137
11382001-11-13      Joel Sherrill <joel@OARcorp.com>
1139
1140        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
1141        the --srec-len argument to objcopy only supported in binutils 2.11
1142        or newer.
1143
11442001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
1145
1146        This modification is part of the submitted modifications necessary to
1147        support the IBM PPC405 family.  This submission was reviewed by
1148        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
1149        not negatively impact the ppc403 BSPs.  The submission and tracking
1150        process was captured as PR50.
1151        * custom/gen405.cfg: New file.
1152        * custom/helas403.cfg: Modified to generate Srecords.
1153
11542001-10-30      Joel Sherrill <joel@OARcorp.com>
1155
1156        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
1157
11582001-10-26      Victor V. Vengerov <vvv@oktet.ru>
1159
1160        * custom/mcf5206elite.cfg: New file.
1161
11622001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
1163
1164        * custom/mpc8260ads.cfg: New file.
1165
11662001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1167
1168        * custom/gensh4.cfg: Remove START_HW_INIT.
1169        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
1170
11712001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1172
1173        * custom/gensh4.cfg: Remove HZ.
1174        * custom/simsh4.cfg: Remove HZ.
1175
11762001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
1177
1178        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
1179        of Hitachi SH4 BSPs of the same name.  Reviewed and some
1180        cleanup by Joel Sherrill <joel@OARcorp.com>.
1181
11822001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1183
1184        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
1185
11862001-10-11      Joel Sherrill <joel@OARcorp.com>
1187
1188        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
1189        to avoid using the apparently broken or deprecated -o argument.
1190
11912001-09-28      Joel Sherrill <joel@OARcorp.com>
1192
1193        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
1194        for MC68302_BASE.
1195
11962001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1197
1198        * custom/bare.cfg: Define dummy make-cxx-exe.
1199
12002001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1201
1202        * ChangeLog: Formatting cleanup.
1203
12042001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1205
1206        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
1207        make-target-options.
1208        * custom/FreeBSD-posix.cfg: Remove make-target-options.
1209        * custom/HPUX9-posix.cfg: Dito.
1210        * custom/Linux-posix.cfg: Dito.
1211        * custom/Solaris-posix.cfg: Dito.
1212        * custom/arm_bare_bsp.cfg: Dito.
1213        * custom/armulator.cfg: Dito.
1214        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
1215        * custom/i386ex.cfg: Remove make-target-options.
1216        * custom/i960sim.cfg: Remove make-target-options.
1217        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
1218        CONSOLE_USE_INTERRUPTS.
1219        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
1220        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
1221        CONSOLE_USE_INTERRUPTS.
1222        * custom/vegaplus.cfg: Remove make-target-options.
1223
12242001-05-25      Joel Sherrill <joel@OARcorp.com>
1225
1226        * custom/mrm332.cfg: Switched $(SED) to sed.
1227
12282000-05-25      Matt Cross <profesor@gweep.net>
1229
1230        * New MRM332 BSP for the Mini RoboMind board based
1231        on the 68332 microcontroller designed and build by Mark
1232        Castelluccio.  For details on the MRM see http://www.robominds.com.
1233        * custom/mrm332.cfg: New file.
1234
12352001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1236
1237        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
1238        CONSOLE_USE_POLLED, HAS_RTC.
1239
12402001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1241
1242        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
1243        * custom/gensh2.cfg: Dito.
1244
12452001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1246
1247        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
1248        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
1249        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
1250        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
1251        remove unused flags, remove -ansi from CPP.
1252        * custom/eth_comm.cfg: Remove CPU_DEFINES.
1253        * custom/sim68000.cfg: Remove CPU_DEFINES.
1254       
12552001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1256
1257        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
1258        * compilers/gcc-target-default.cfg: Dito.
1259        * compilers/gcc-portsw.cfg: Remove -Hansi.
1260        * custom/posix.cfg: Remove inclusion of target.cfg.
1261        * custom/simhppa.cfg: Remove -ansi -fasm.
1262
12632001-04-11      Eric Valette <valette@crf.canon.fr>
1264
1265        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
1266        "new exception processing model."
1267
12682001-04-11      Joel Sherrill <joel@OARcorp.com>
1269
1270        * custom/default.cfg: Switch to using exec_prefix to reflect new
1271        organization of install point from Ralf Corsepius.
1272
12732001-03-30      Eric Valette <valette@crf.canon.fr>
1274
1275        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
1276        use the "new exception processing model."
1277
12782001-03-14      Joel Sherrill <joel@OARcorp.com>
1279
1280        * custom/genmongossev.cfg: New file.
1281
12822001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1283
1284        * custom/pc386dx.cfg: New bsp.
1285
12862001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1287
1288        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
1289        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
1290        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
1291
12922001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1293
1294        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
1295        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
1296        * host.cfg.in: Remove RM, make-script.
1297        * ChangeLog: Remove bogus 2001-01-22 entry.
1298
12992001-01-09      Joel Sherrill <joel@OARcorp.com>
1300
1301        * custom/pc386.cfg (make-exe): Removed commented out lines that
1302        were displayed in build longs.
1303
13042001-01-08      Joel Sherrill <joel@OARcorp.com>
1305
1306        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
1307        unneeded definitions when compiled for "mips" rather than "mips64orion."
1308        Correct CPU_CFLAGS.
1309
13102001-01-05      Joel Sherrill <joel@OARcorp.com>
1311
1312        * custom/gensh1.cfg: Removed rest of make-target-options and
1313        moved them to BSP configure options.
1314
13152001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1316
1317        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
1318        install point or assuming BSP build tree is available.
1319
13202001-01-03      Joel Sherrill <joel@OARcorp.com>
1321
1322        * custom/psim.cfg: Removed unused variables.
1323
13242001-01-03      Joel Sherrill <joel@OARcorp.com>
1325
1326        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
1327        * custom/simcpu32.cfg: Removed MVME162 reference.
1328
13292000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
1330
1331        * custom/mcp750.cfg: Fix problems in generation of .exe file.
1332        Still need to fix to avoid touching install point on non-install stanza.
1333
13342000-12-06      Joel Sherrill <joel@OARcorp.com>
1335
1336        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
1337        and copies that should not be in it.
1338
13392000-12-01      Joel Sherrill <joel@OARcorp.com>
1340
1341        * custom/jmr3904.cfg: Turn optimization back up to -O2.
1342
13432000-11-30      Joel Sherrill <joel@OARcorp.com>
1344
1345        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
1346        a mips1.  gcc translates -m3900 into that.
1347
13482000-11-27      Joel Sherrill <joel@OARcorp.com>
1349
1350        * custom/jmr3904.cfg: Fix incorrect reference to i960.
1351
13522000-11-27      Joel Sherrill <joel@OARcorp.com>
1353
1354        * custom/shsim.cfg: New file.
1355        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
1356        The shsim is for the SH simulator in gdb. It should be able
1357        to be used with multiple SH CPU models.  This will require
1358        adding BSP variants.
1359
13602000-11-25      Joel Sherrill <joel@OARcorp.com>
1361
1362        * custom/pc386.cfg: make-exe rule would write into
1363        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
1364        is generally not writeable after the BSP is installed and you do not
1365        want every application installed there by default.  Reported by
1366        Eric Norum <eric.norum@usask.ca>.
1367
13682000-11-25      Joel Sherrill <joel@OARcorp.com>
1369
1370        * custom/Makefile.am: Updated to add jmr3904.cfg
1371        * custom/jmr3904.cfg: New file.
1372
13732000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1374
1375        * custom/leon2.cfg: Removed defines that are now generated
1376        in a non-BSP specific manner.
1377
13782000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1379
1380        * custom/Makefile.am: Modified to reflect addition of files.
1381        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
1382        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
1383
13842000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1385
1386        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
1387
13882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1389
1390        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
1391
13922000-10-24      Joel Sherrill <joel@OARcorp.com>
1393
1394        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
1395        definition since this information can be picked up from
1396        autoconf generated files.  These BSPs are shared by the
1397        mips and mips64orion "ports."
1398
13992000-10-18      Joel Sherrill <joel@OARcorp.com>
1400
1401        * compilers/gcc-portsw.cfg: Use gcc style flags.
1402
14032000-09-13      Joel Sherrill <joel@OARcorp.com>
1404
1405        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
1406        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
1407
14082000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
1409
1410        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
1411        Eric Valette <valette@crf.canon.fr>.
1412        * custom/vegaplus.cfg: New file.
1413
14142000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1415
1416        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
1417        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
1418        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
1419        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
1420        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
1421        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
1422        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
1423
14242000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1425
1426        * custom/gensh2.cfg: Fix comments.
1427
14282000-09-12      Joel Sherrill <joel@OARcorp.com>
1429
1430        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
1431        compiler arguments that specify CPU model options.
1432
14332000-09-12      Joel Sherrill <joel@OARcorp.com>
1434
1435        * custom/mbx860_005b.cfg (make-target-options): Add lines to
1436        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
1437        may be incorrect but the BSP now compiles.
1438
14392000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1440
1441        * custom/arm_bare_bsp.cfg: Fix comments.
1442
14432000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1444
1445        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
1446        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
1447        * ChangeLog: File paths corrected
1448
14492000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1450
1451        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
1452
14532000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1454
1455        * custom/pck6.cfg: New file
1456        * custom/pc486.cfg: Use -m486
1457        * custom/pc586.cfg: Use -mpentium
1458        * custom/pc686.cfg: Use -mmpentiumpro
1459        * custom/i386ex.cfg: Use -msoft-float
1460
14612000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1462
1463        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
1464
14652000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1466
1467        * ChangeLog: File paths corrected.
1468
14692000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1470
1471        * custom/mvme167.cfg: Add specification of printk port, console port
1472        and serial I/O mode.  Arrange for the stripped executable to
1473        be copied up the build tree.
1474       
14752000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1476
1477        * custom/mbx8xx.cfg: Support for shared printk and no termios.
1478
14792000-08-10      John Cotton  <john.cotton@nrc.ca>
1480
1481        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
1482
14832000-08-10      Joel Sherrill <joel@OARcorp.com>
1484
1485        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.