source: rtems/make/ChangeLog @ 341c6faa

4.104.115
Last change on this file since 341c6faa was 3fe83ec7, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/08 at 14:24:42

2008-09-18 Joel Sherrill <joel.sherrill@…>

PR 1314/bsps

  • custom/mvme3100.cfg: Remove old stuff.
  • Property mode set to 100644
File size: 48.7 KB
Line 
12008-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        PR 1314/bsps
4        * custom/mvme3100.cfg: Remove old stuff.
5
62008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * compilers/gcc-no_bsp.cfg: Eliminate some obsolete junk.
9
102008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * leaf.cfg: LINK.c and LINK.cc include LDFLAGS so do not include it in
13        make-exe and make-cxx-exe definitions. This was resulting in the
14        linker script being processed twice and breaking some BSPs.
15
162008-09-09      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * leaf.cfg, compilers/gcc-target-default.cfg, custom/bf537Stamp.cfg,
19        custom/gen5200.cfg, custom/gen83xx.cfg, custom/genmcf548x.cfg,
20        custom/mbx8xx.cfg, custom/mpc55xx.cfg, custom/nds.cfg,
21        custom/pc386.cfg, custom/tqm8xx.cfg: Remove use of AM_LDFLAGS. Ensure
22        LDFLAGS works all the time. Clean up BSPs which defined their own
23        make-exe rules inappropriately.
24
252008-09-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
26
27        * custom/gen5200.cfg: More CPU_CFLAGS: -meabi -msdata -fno-common.
28
292008-08-15      Allan Hessenflow <allanh@kallisti.com>
30
31        * custom/bf537Stamp.cfg: New file.
32
332008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
34
35        * custom/mpc5566evb.cfg, custom/mpc55xx.cfg, custom/mpc8313erdb.cfg:
36        New files.
37
38        * custom/mpc83xx.cfg: More CPU_CFLAGS: -meabi -msdata -fno-common.
39        More CFLAGS_OPTIMIZE_V: -funit-at-a-time -W -Wno-unused.
40
412008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
42
43        * custom/pgh360.cfg:
44        Creation from gen68360.cfg
45
462008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * custom/mcf5329.cfg: Use -mcpu=5307 instead of -m5307.
49
502008-06-20      Matthew Riek <matthew.riek@ibiscomputer.com.au>
51
52        * custom/mcf5329.cfg: New file.
53
542008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
55
56        * custom/mcf52235.cfg: Change to mcf5223x.
57
582008-06-10      Chris Johns <chrisj@rtems.org>
59
60        * custom/av5282.cfg, custom/csb360.cfg, custom/gen68302.cfg,
61        custom/gen68340.cfg, custom/gen68360.cfg, custom/mcf5206elite.cfg,
62        custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg,
63        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
64        custom/mvme167.cfg, custom/ods68302.cfg, custom/sim68000.cfg,
65        custom/simcpu32.cfg, custom/uC5282.cfg: Change CCFLAGS to use the
66        -mcpu= option for Coldfires now supported in GCC 4.3.0.
67
682008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
69
70        * custom/mcf52235.cfg: New.
71
722008-05-20      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * custom/nds.cfg: Email from author says to drop this flag.
75
762008-05-20      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * leaf.cfg: Do not override bsp-post-link.
79
802008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * Makefile.am: Add smdk2410.
83
842008-05-06      Ray Xu <rayx.cn@gmail.com>
85
86        * custom/gp32.cfg: Add smdk2410. Update gp32 to use shared code.
87        * custom/smdk2410.cfg: New file.
88
892008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
90
91        * Makefile.am: Add nds.
92
932008-04-16      Matthieu Bucchianeri <mbucchia@gmail.com>
94
95        * custom/nds.cfg: New file.
96
972008-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * leaf.cfg, custom/pc386.cfg, custom/pc386dx.cfg: It appears that the
100        default processor model optimization has changed in gcc 4.3.0.
101
1022008-03-11      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * custom/av5282.cfg, custom/bare.cfg, custom/default.cfg,
105        custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/idp.cfg,
106        custom/mbx8xx.cfg, custom/mcf5235.cfg, custom/mcp750.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/mvme3100.cfg, custom/mvme5500.cfg, custom/nios2_iss.cfg,
111        custom/pc386.cfg, custom/posix.cfg, custom/score603e.cfg,
112        custom/sim68000.cfg, custom/simcpu32.cfg, custom/ss555.cfg,
113        custom/ts_386ex.cfg, custom/uC5282.cfg, custom/virtex.cfg: Switch to
114        explicit .exe instead of EXEEXT to get it to work.
115
1162008-03-06      Till Straumann <strauman@slac.stanford.edu>
117
118        * custom/mvme3100.cfg: Fixed typo, 'endef' not 'endif'.
119
1202008-02-19      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * custom/gen405.cfg, custom/helas403.cfg: Remove (Abandonded).
123
1242008-02-11      Till Straumann <strauman@slac.stanford.edu>
125
126        * custom/mvme3100.cfg: Removed CFLAGS_PROFILE_V;
127        added '-g' to CFLAGS_DEBUG_V.
128
1292008-02-08      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * custom/pc386.cfg: Use file with symbols.
132
1332008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * custom/ss555.cfg: Add CVS Id.
136
1372008-01-09      Eric Norum <norume@aps.anl.gov>
138
139        * custom/mvme3100.cfg: Add make-cxx-exe rule.
140
1412007-12-17      Chris Johns <chrisj@rtems.org>
142
143        * custom/mcf5235.cfg, custom/mrm332.cfg, custom/pc386.cfg: Split
144        the make-exe and make-cxx-exe into bsp-link-c, bsp-link-cxx and
145        bsp-post-link make macros. This allow external autotools support.
146
1472007-12-14      Till Straumann <strauman@slac.stanford.edu>
148
149        * custom/mvme3100.cfg: Added; new BSP.
150
1512007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        * custom/mvme5500.cfg: Fix typo.
154
1552007-11-27      Kate Feng <feng1@bnl.gov>
156
157        * custom/mvme5500.cfg: Add compiler arguments sine without them, the
158        BSP has issues.
159
1602007-11-03      Ray Xu <rayx.cn@gmail.com>
161
162        * custom/rtl22xx_t.cfg: New file, rtl22xx_t is a new bsp compiled
163        with THUMB enabled
164
1652007-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * custom/icecube.cfg: Rename EP5200 to IceCube since that is the
168        nickname for the Freescale evaluation board it is based upon. BSP was
169        tested on a Freescale MPC5200LITE.
170
1712007-08-05      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * custom/mcf5235.cfg: Remove bogus -m5200 from linker calls.
174        * custom/av5282.cfg: Remove bogus -qnolinkcmds, -m5200 from linker
175          calls.
176        * custom/gen83xx.cfg: Use -O2.
177
1782007-07-28      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * custom/Linux-posix.cfg: Use -O2.
181        * custom/rbtx4938.cfg: Add missing -O2.
182        * custom/rtl22xx.cfg: Adjust indentation.
183        * custom/virtex.cfg: Use -O2.
184
1852007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * custom/Linux-posix.cfg: Make Linux link with just a C main -- avoid
188        using C++ ctor trick. An RTEMS C++ application running on this BSP
189        may have initialization order issues to address.
190
1912007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
192
193        * custom/Linux-posix.cfg: Linux BSP must be linked with C++ compiler.
194
1952007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        * custom/gen83xx.cfg: Add make-cxx-exe rule.
198
1992007-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
200
201        * custom/gen83xx.cfg, custom/mpc8349eamds.cfg: added file to support
202        MPC83xx controller based boards
203       
2042007-07-02      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
205
206        * custom/virtex.cfg: added file to support PPC core in a xilinx
207        virtex FPGA
208       
2092007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * custom/Linux-posix.cfg: Merge patch from Till Straumann which would
212        work except gcc core dumps with an ICE when may_alias is used in this
213        code. I filed a GCC PR and reduced optimization to -O0 and it does
214        run again.
215
2162007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
217
218        * Templates/Makefile.leaf: At suggestion of Robert Grimes add commented
219        out make-cxx-exe usage example.
220
2212007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
222
223        * custom/gen5200.cfg: Remove junk comment.
224        * custom/ep5200.cfg: New file.
225
2262007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
227
228        * custom/armulator.cfg: Removed.
229
2302007-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
231
232        * custom/mvme5500.cfg: Use -O2 again.
233
2342007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
235
236        * Makefile.am: DMV152 obsoleted.
237        * custom/dmv152.cfg: Removed.
238
2392007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
240
241        * Makefile.am: Per Jiri Gaisler remove unused erc32nfp and leon1 BSP
242        variants.
243        * custom/erc32nfp.cfg, custom/leon1.cfg: Removed.
244
2452007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
246
247        * custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/pc386.cfg,
248        custom/sim68000.cfg, custom/ts_386ex.cfg: Clean up to use .nxe
249        extension instead of BSP unique ones.
250
2512007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
252
253        * compilers/gcc-no_bsp.cfg: There are no longer any required managers.
254        Plus some cleanup
255
2562007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
257
258        * leaf.cfg, compilers/gcc-no_bsp.cfg: Add optional manager stub
259        for Classic API Barrier.
260
2612007-04-26      Ralf Corsépius <ralf.corsepius@rtems.org>
262
263        * custom/rtl22xx.cfg: Cleanup.
264        * Makefile.am: Add custom/rtl22xx.cfg.
265
2662007-04-26      Ray Xu <xr@trasin.net>
267
268        * custom/rtl22xx.cfg: New (Initial submission).
269
2702007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
271
272        * Makefile.am: Cleanup.
273
2742007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
275
276        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
277        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
278        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
279        custom/bare.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
280        custom/csb336.cfg, custom/csb360.cfg, custom/dmv152.cfg,
281        custom/eZKit533.cfg, custom/edb7312.cfg, custom/ep1a.cfg,
282        custom/erc32.cfg, custom/erc32nfp.cfg, custom/gba.cfg,
283        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
284        custom/gen68340.cfg, custom/gen68360.cfg, custom/gensh1.cfg,
285        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
286        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
287        custom/i386ex.cfg, custom/idp.cfg, custom/jmr3904.cfg,
288        custom/leon2.cfg, custom/leon3.cfg, custom/mbx821_002b.cfg,
289        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
290        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
291        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
292        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
293        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
294        custom/nios2_iss.cfg, custom/ods68302.cfg, custom/pc386.cfg,
295        custom/psim.cfg, custom/rbtx4925.cfg, custom/score603e.cfg,
296        custom/sim68000.cfg, custom/simcpu32.cfg, custom/simsh4.cfg,
297        custom/simsh7032.cfg, custom/simsh7045.cfg, custom/ss555.cfg,
298        custom/ts_386ex.cfg: Add -g to CFLAGS_OPTIMIZE_V.
299
3002007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
301
302        * custom/gensh1.cfg, custom/gensh2.cfg, custom/gensh4.cfg,
303        custom/hurricane.cfg, custom/rbtx4925.cfg, custom/simsh4.cfg:
304        Use $(NM) -g -n instead of $(NM) -n.
305        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
306        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
307        custom/Solaris-posix.cfg: Use $(NM) -g -n instead of $(NM) -ng.
308
3092007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
310
311        * custom/score603e.cfg: CFLAGS_OPTIMIZE_V = -O2. Remove
312        DRIVER_ARCHITECTURE.
313        * custom/av5282.cfg, custom/bare.cfg, custom/dmv152.cfg,
314        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
315        custom/gen68340.cfg, custom/gen68360.cfg, custom/helas403.cfg,
316        custom/hurricane.cfg, custom/i386ex.cfg, custom/idp.cfg,
317        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
318        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
319        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
320        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
321        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
322        custom/ods68302.cfg, custom/pc386.cfg, custom/psim.cfg,
323        custom/rbtx4925.cfg, custom/sim68000.cfg, custom/simcpu32.cfg,
324        custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg,
325        custom/gensh2.cfg, custom/gensh4.cfg, custom/shsim.cfg,
326        custom/simsh4.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg,
327        custom/h8sim.cfg, custom/csb336.cfg, custom/edb7312.cfg,
328        custom/gba.cfg: CFLAGS_OPTIMIZE_V = -O2.
329        * custom/gba.cfg, custom/mbx8xx.cfg, custom/ss555.cfg: Remove
330        CXXFLAGS_OPTIMIZE_V.
331
3322007-01-17      Ralf Corsépius <ralf.corsepius@rtems.org>
333
334        * custom/eZKit533.cfg: CFLAGS_OPTIMIZE = -O0.
335        * custom/gensh1.cfg, custom/ep1a.cfg, custom/erc32.cfg,
336        custom/erc32nfp.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
337        custom/armulator.cfg, custom/gp32.cfg: CFLAGS_OPTIMIZE_V = -O2.
338
3392006-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
340
341        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
342        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
343        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
344        custom/bare.cfg,  custom/c3xsim.cfg, custom/c4xsim.cfg,
345        custom/csb336.cfg, custom/csb337.cfg, custom/csb350.cfg,
346        custom/csb360.cfg, custom/dmv152.cfg, custom/eZKit533.cfg,
347        custom/edb7312.cfg, custom/ep1a.cfg, custom/erc32.cfg,
348        custom/erc32nfp.cfg, custom/gba.cfg, custom/gen405.cfg,
349        custom/gen5200.cfg, custom/gen68302.cfg, custom/gen68340.cfg,
350        custom/gen68360.cfg, custom/genmongoosev.cfg, custom/gensh1.cfg,
351        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
352        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
353        custom/i386ex.cfg, custom/idp.cfg,
354        custom/jmr3904.cfg,custom/leon2.cfg, custom/leon3.cfg,
355        custom/mbx821_002b.cfg, custom/mbx8xx.cfg, custom/mcf5206elite.cfg,
356        custom/mcf5235.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg,
357        custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg,
358        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
359        custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg,
360        custom/mvme5500.cfg, custom/ods68302.cfg, custom/pc386.cfg,
361        custom/psim.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg,
362        custom/score603e.cfg, custom/shsim.cfg, custom/sim68000.cfg,
363        custom/simcpu32.cfg, custom/simsh4.cfg, custom/simsh7032.cfg,
364        custom/simsh7045.cfg, custom/ss555.cfg, custom/ts_386ex.cfg:
365        Cleanup.
366
3672006-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
368
369        * custom/uC5282.cfg: Remove hard-code compiler flags.
370        * custom/av5282.cfg, custom/csb360.cfg, custom/mcf5206elite.cfg,
371        custom/mcf5235.cfg: Remove ASFLAGS, CPU_ASFLAGS (Unused).
372
3732006-10-23      Joel Sherrill <joel@OARcorp.com>
374
375        * custom/eZKit533.cfg: New file.
376
3772006-09-08      Kate Feng <feng1@bnl.gov>
378
379        PR 1150/bsps
380        * custom/mvme5500.cfg: This is a follow-up of the PR846 due to the fact
381        that gcc (4.0.2) implicitely uses the vector engine for optimization;
382        -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec is better.
383
3842006-08-09      Kolja Waschk <waschk@telos.de>
385
386        * Makefile.am: New port to Altera NIOS II.
387        * custom/nios2_iss.cfg: New file.
388
3892006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
390
391        * custom/brsl5.cfg: (PR1117) added
392       
3932006-06-08      Bruce Robinson <brucer@pmccorp.com>
394       
395        * custom/rbtx4925.cfg:  Fix CPU_CFLAGS defines.
396        * custom/rbtx4938.cfg:  Fix CPU_CFLAGS defines.
397
3982005-04-10      Eric Norum <norume@aps.anl.gov>
399
400        *  custom/uC5282.cfg: Keep frame pointer -- gdb is much more useful.
401
4022006-03-16      Ralf Corsepius <ralf.corsepius@rtems.org>
403
404        * custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg:
405        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
406        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg:
407        Remove (abandoned).
408
4092006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
410
411        * custom/leon1.cfg, custom/leon2.cfg, custom/leon3.cfg, sis.cfg:
412        Merger from rtems-4-6-branch.
413
4142006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
415
416        PR 851/bsps
417        * custom/gen5200.cfg, custom/pm520_cr825.cfg, custom/pm520_ze30.cfg:
418        New (Submission by Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>).
419
4202005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
421
422        * custom/gba.cfg, custom/pc386.cfg: Use .elf instead of .obj.
423
4242005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
425
426        * custom/dmv152.cfg, custom/i386ex.cfg, custom/idp.cfg,
427        custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg,
428        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg:
429        Use .srec for files containing SRECs.
430
4312005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
432
433        * custom/gp32.cfg: Replace .gxb with .elf.
434        * custom/i386ex.cfg, custom/ts_386ex.cfg: Replace .coff with .elf.
435
4362005-11-03      Till Straumann <strauman@slac.stanford.edu>
437
438        * custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use
439        -mcpu=750 instead.
440
4412005-09-18      Ralf Corsepius <ralf.corsepius@rtems.org>
442
443        * custom/orp.cfg: Remove (abandoned).
444        * custom/av5282.cfg: Remove obsolete vars.
445        * custom/gba.cfg: Remove PROFILE* (abandoned).
446        Remove -static (bogus).
447
4482005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
449
450        PR 822/bsps
451        * custom/mbx860_001b.cfg, custom/mbx860_1b.cfg: New files.
452
4532005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
454
455        * custom/av5282.cfg: New file.
456
4572005-06-17      Markku Puro <markku.puro@kopteri.net>
458
459        * Makefile.am: Adding GameBoy Advance BSP.
460        * custom/gba.cfg: New file.
461
4622005-06-17      Joel Sherrill <joel@OARcorp.com>
463
464        * custom/mcf5235.cfg: New file.
465
4662005-06-01      Philippe Simons <loki_666@fastmail.fm>
467
468        * custom/gp32.cfg: Add make-cxx-exe.
469
4702005-05-27      Ralf Corsepius <ralf.corsepius@rtems.org>
471
472        * custom/mbx860_005b.cfg, custom/mcp750.cfg, custom/mtx603e.cfg,
473        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg:
474        Remove RTEMS_PPC_EXCEPTION_PROCESSING_MODEL (Obsolete).
475
4762005-05-02      Joel Sherrill <joel@OARcorp.com>
477
478        * Makefile.am: Remove dmv177 and ppcn_60x.
479        * custom/dmv177.cfg: Removed.
480
4812005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
482
483        * custom/ppcn_60x.cfg: Remove (Gone from libbsp).
484
4852005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
486
487        * Makefile.am: Initial release of ep1a bsp
488        * custom/ep1a.cfg: New file.
489
4902005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
491
492        * custom/score603e.cfg: Update score603e to new exception model
493        NOTE: These modifications have not been tested on hardware.
494
4952005-03-11      Jay Monkman <jtm@lopingdog.com>
496
497        * custom/vegaplus.cfg: Removed.
498
4992005-03-11      Philippe Simons <loki_666@fastmail.fm>
500
501        * custom/gp32.cfg: New file.
502
5032005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
504
505        * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI.
506        * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V.
507        Remove -Wa,-m7450.
508
5092005-02-25      Joel Sherrill <joel@OARcorp.com>
510
511        * custom/jmr3904.cfg: arm_bare_bsp obsoleted.
512        * custom/arm_bare_bsp.cfg: Removed.
513
5142005-02-24      Jay Monkman <jtm@lopingdog.com>
515
516        * custom/csb350.cfg: New BSP.
517
5182005-02-24      Jay Monkman <jtm@lopingdog.com>
519
520        * custom/csb337.cfg: Cleanup.
521
5222005-02-08      Eric Norum <norume@aps.anl.gov>
523
524        * custom/uC5282.cfg: Put -m5200 back in link-edit commands until
525        proper versions of gcc (which take -m528x as an order to load the
526        -m5200 multilib variants) are widely available.
527
5282005-02-05      Ralf Corsepius <ralf.corsepius@rtems.org>
529
530        * custom/uC5282.cfg: Cleanup.
531
5322005-01-28      Eric Norum <norume@aps.anl.gov>
533
534        * Makefile.am, custom/uC5282.cfg: New BSP
535
5362005-01-20      Joel Sherrill <joel@OARcorp.com>
537
538        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg,
539        custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg,
540        custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg,
541        custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for
542        gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
543
5442005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
545
546        * compilers/gcc-portsw.cfg: Remove.
547        * Makefile.am: Reflect change above.
548
5492004-11-23      Joel Sherrill <joel@OARcorp.com>
550
551        * Makefile.am: Remove eth_comm.
552        * custom/eth_comm.cfg: Removed.
553
5542004-11-22      Jennifer Averett <jennifer@OARcorp.com>
555
556        PR 581/bsps
557        * custom/psim.cfg: Convert PSIM to new exception model.
558
5592004-11-17      Joel Sherrill <joel@OARcorp.com>
560
561        * custom/mvme2100.cfg: Add make-cxx-exe rule.
562
5632004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
564
565        * Makefile.am: Add MVME2100 BSP.
566        * custom/mvme2100.cfg: New file.
567
5682004-11-05      Joel Sherrill <joel@OARcorp.com>
569
570        * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
571        architecture name for RTEMS. Since this was used as the -mcpu
572        argument to GCC, that also had to be changed.
573
5742004-10-26      Eric Norum <norume@aps.anl.gov
575
576        * custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
577
5782004-10-20      Eric Norum <norume@aps.anl.gov
579
580        * custom/mvme5500.cfg: New BSP.
581
5822004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
583
584        * custom/c3xsim.cfg, custom/c4xsim.cfg: Expand files.
585
5862004-09-29      Joel Sherrill <joel@OARcorp.com>
587
588        * custom/h8sim.cfg: i960 obsoleted.
589        * custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
590
5912004-08-03      Jay Monkman <jtm@lopingdog.com>
592
593        * custom/csb360.cfg: New file.
594
5952004-07-15      Jay Monkman
596
597        * custom/csb336.cfg, custom/csb337.cfg: New files.
598
5992004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
600
601        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
602        with FreeBSD and now unused).
603        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
604
6052004-04-12      David Querbach <querbach@realtime.bc.ca>
606
607        * custom/ss555.cfg: New file.
608
6092004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
610
611        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
612        with Cygwin and now unused).
613
6142004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
615
616        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
617
6182004-03-05      Joel Sherrill <joel@OARcorp.com>
619
620        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
621        support.
622
6232004-02-26      Joel Sherrill <joel@OARcorp.com>
624
625        PR 570/bsps
626        * custom/mvme2307.cfg: Do not use -msdata=eabi since
627        it breaks the linking of the vectors.
628
6292004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * Makefile.am: Cosmetics.
632
6332004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
636        dist_rtems_make_custom_DATA = custom/default.cfg.
637
6382004-02-05      Joel Sherrill <joel@OARcorp.com>
639
640        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
641        these -- copied from the 4.6 branch.
642
6432004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        PR 553/bsps
646        * custom/mrm332.cfg: Comment out objdump.
647
6482004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
651
6522004-01-20      Joel Sherrill <joel@OARcorp.com>
653
654        PR 553/bsps
655        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
656        comment.
657
6582004-01-07      Joel Sherrill <joel@OARcorp.com>
659
660        * Makefile.am: Remove efi68k and efi332 references as they are no
661        longer in the tree.
662
6632004-01-07      Joel Sherrill <joel@OARcorp.com>
664
665        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
666        users of these boards so we are removing them.
667        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
668
6692004-01-07      Joel Sherrill <joel@OARcorp.com>
670
671        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
672
6732003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * Makefile.am: EXTRA_DIST +=.
676
6772003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
678
679        * custom/Makefile.am: Remove.
680        * Makefile.am: Merge-in former custom/Makefile.am
681
6822003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
685        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
686
6872003-09-26      Joel Sherrill <joel@OARcorp.com>
688
689        * custom/simhppa.cfg: Removed.
690
6912003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
694
6952003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        PR 470/bsps
698        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
699        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
700        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
701
7022003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
705        the BSP's configure-script).
706        Remove BSP_CPPFLAGS (Obsolete).
707
7082003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        PR 321/bsps
711        * leaf.cfg: Remove support for profile-variant.
712        * main.cfg: Ditto.
713        * compilers/gcc-no_bsp.cfg: Ditto.
714        * compilers/gcc-portsw.cfg: Ditto.
715        * compilers/gcc-target-default.cfg: Ditto.
716
7172003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
718
719        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
720
7212003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
722
723        PR 368/filesystems
724        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
725        with this PR for alias BSPs.
726
7272003-03-18  Till Straumann <strauman@slac.stanford.edu>
728
729        PR 356/bsps
730        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
731        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
732
7332003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
736
7372003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
740        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
741        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
742        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
743
7442003-02-14      Joel Sherrill <joel@OARcorp.com>
745
746        AMD a29k obsolete.
747        * custom/portsw.cfg: Removed.
748
7492003-01-20      Duane Gustavus <duane@unt.edu>
750
751        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
752
7532003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
756        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
757        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
758        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
759        Move -D_BSD_SOURCE to CPU_CFLAGS.
760        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
761        Move -Dsolaris2 to CPU_CFLAGS.
762        Remove -D__EXTENSIONS__.
763
7642002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * custom/posix.cfg: Remove comment referring to host.cfg.
767
7682002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * custom/default.cfg: Pickup target.cfg from BSP directory.
771
7722002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
773
774        * custom/mtx603e.cfg: New file.
775
7762002-11-17      Joel Sherrill <joel@OARcorp.com>
777
778        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
779        build variants work for user applications post install.
780
7812002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
784        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
785        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
786        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
787        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
788
7892002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
790
791        * custom/edb7312.cfg: New file.
792
7932002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
796        obsolete Makefile.
797        * leaf.cfg: Various changes to LIBVARIANT processing.
798        * main.cfg: Ditto.
799
8002002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
801
802        * Makefile.am: Add compilers/*.
803        * compilers/Makefile.am: Remove.
804        * lib.cfg: Remove.
805        * directory.cfg: Remove.
806        * README: Remove.
807
8082002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
809
810        * Makefile.am: Add Templates/*.
811        * Templates/Makefile.am: Remove.
812
8132002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
816
8172002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
818
819        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
820        * custom/HPUX9-posix.cfg: Ditto.
821        * custom/Linux-posix.cfg: Ditto.
822
8232002-10-02      Joel Sherrill <joel@OARcorp.com>
824
825        * custom/armulator.cfg: Remove reference to PowerPC arguments.
826
8272002-09-13      Joel Sherrill <joel@OARcorp.com>
828
829        * Part of addressing PR281.
830        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
831        * compilers/gcc-target-default.cfg: Removed remaining support for
832        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
833        as one of the LDFLAGS when the debug variant is specified.
834
8352002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
836
837        * custom/posix.cfg: Don't include host.cfg.
838
8392002-08-09      Joel Sherrill <joel@OARcorp.com>
840
841        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
842
8432002-08-07      Ivan Guzvinec <ivang@opencores.org>
844
845        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
846
8472002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
850
8512002-08-06      Joel Sherrill <joel@OARcorp.com>
852
853        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
854        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
855
8562002-08-06      Chris Ziomkowski <chris@asics.ws>
857
858        * custom/or32sim.cfg: New file added as part of merge from
859        OpenCores repository.
860
8612002-08-05      Joel Sherrill <joel@OARcorp.com>
862
863        * Per PR260 eliminate use of make-target-options.  This impacted
864        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
865        SuperCore and required that the m68k optimized memcpy be moved
866        to libcpu.
867        * custom/gen68360.cfg: Remove make-target-options.
868
8692002-08-01      Joel Sherrill <joel@OARcorp.com>
870
871        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
872        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
873
8742002-08-01      Joel Sherrill <joel@OARcorp.com>
875
876        * custom/mvme136.cfg: Remove make-target-options.
877
8782002-07-30      Joel Sherrill <joel@OARcorp.com>
879
880        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
881        will disappear when make clean is performed.
882
8832002-07-24      Joel Sherrill <joel@OARcorp.com>
884
885        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
886        to use gcc 3.1 arguments.
887
8882002-07-22      Joel Sherrill <joel@OARcorp.com>
889
890        * Templates/Makefile.leaf: Clarify the MANAGERS example.
891
8922002-07-01      Joel Sherrill <joel@OARcorp.com>
893
894        * custom/p4650.cfg: Update arguments to gcc3.
895
8962002-06-14      Joel Sherrill <joel@OARcorp.com>
897
898        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
899        to gcc 3.1 arguments.
900
9012002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
902
903        * custom/dmv177.cfg: Use -mcpu=603e.
904        * custom/ppcn_60x.cfg: Use -mcpu=603e.
905        * custom/psim.cfg: Use -mcpu=603e.
906        * custom/score603e.cfg: Use -mcpu=603e.
907        * custom/ts_386ex.cfg: Remove obsolete comments.
908        * custom/rxgen960.cfg: Remove obsolete comments.
909        * custom/cvme961.cfg: Remove obsolete comments.
910
9112001-05-09      Joel Sherrill <joel@OARcorp.com>
912
913        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
914        compatable arguments.
915 
9162002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
917
918        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
919        Remove obsolete comments.
920        * custom/eth_comm.cfg: Remove make-target-options.
921        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
922        CPU_CFLAGS.
923        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
924        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
925        * custom/mbx8xx.cfg: Remove make-target-options.
926        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
927        Remove obsolete comments.
928        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
929        Remove obsolete comments.
930        * custom/mpc8260ads.cfg: Remove make-target-options.
931        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
932        CPU_CFLAGS.
933        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
934        Remove obsolete comments.
935        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
936        CPU_CFLAGS.
937        Remove obsolete comments.
938        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
939        Remove obsolete comments.
940        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
941        CPU_CFLAGS.
942        Remove obsolete comments.
943
9442002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946        * custom/gen405.cfg: Remove -D__powerpc__.
947
9482002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
951        * custom/erc32.cfg: Ditto.
952        * custom/leon2.cfg: Ditto.
953
954
9552002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
956
957        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
958        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
959        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
960
9612002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
962
963        * custom/cvme961.cfg: Remove GCC272 support.
964        * custom/dmv152.cfg: Remove GCC272 support.
965        * custom/efi332.cfg: Remove GCC272 support.
966        * custom/efi68k.cfg: Remove GCC272 support.
967        * custom/eth_comm.cfg: Remove GCC272 support.
968        * custom/gen405.cfg: Remove GCC272 support.
969        * custom/gen68302.cfg: Remove GCC272 support.
970        * custom/gen68340.cfg: Remove GCC272 support.
971        * custom/gen68360.cfg: Remove GCC272 support.
972        * custom/genmongoosev.cfg: Remove GCC272 support.
973        * custom/helas403.cfg: Remove GCC272 support.
974        * custom/i386ex.cfg: Remove GCC272 support.
975        * custom/i960sim.cfg: Remove GCC272 support.
976        * custom/idp.cfg: Remove GCC272 support.
977        * custom/leon2.cfg: Remove GCC272 support.
978        * custom/mbx8xx.cfg: Remove GCC272 support.
979        * custom/mcf5206elite.cfg: Remove GCC272 support.
980        * custom/mpc8260ads.cfg: Remove GCC272 support.
981        * custom/mrm332.cfg: Remove GCC272 support.
982        * custom/mvme136.cfg: Remove GCC272 support.
983        * custom/mvme147.cfg: Remove GCC272 support.
984        * custom/mvme167.cfg: Remove GCC272 support.
985        * custom/ods68302.cfg: Remove GCC272 support.
986        * custom/p4000.cfg: Remove GCC272 support.
987        * custom/p4600.cfg: Remove GCC272 support.
988        * custom/p4650.cfg: Remove GCC272 support.
989        * custom/pc386.cfg: Remove GCC272 support.
990        * custom/portsw.cfg: Remove GCC272 support.
991        * custom/psim.cfg: Remove GCC272 support.
992        * custom/rxgen960.cfg: Remove GCC272 support.
993        * custom/score603e.cfg: Remove GCC272 support.
994        * custom/sim68000.cfg: Remove GCC272 support.
995        * custom/simhppa.cfg: Remove GCC272 support.
996        * custom/simsh4.cfg: Remove GCC272 support.
997        * custom/ts_386ex.cfg: Remove GCC272 support.
998
9992002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1000
1001        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
1002        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1003        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1004        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
1005
10062002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1007
1008        * compilers/gcc-target-default.cfg: Add missing \.
1009        Reported by Ilya Alexeev <ilya@continuum.ru>.
1010
10112002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1012
1013        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
1014        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
1015        support.
1016        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
1017
10182001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1019
1020        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
1021        * custom/FreeBSD-posix.cfg: Ditto.
1022        * custom/HPUX9-posix.cfg: Ditto.
1023        * custom/Linux-posix.cfg: Ditto.
1024        * custom/Solaris-posix.cfg: Ditto.
1025
10262001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1027
1028        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
1029        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
1030
10312001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1032
1033        * custom/armulator.cfg: Remove make-target-options.
1034        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
1035        (now in erc32/configure.ac).
1036        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
1037        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
1038        Remove CONSOLE_USE_POLLED (Unused).
1039        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
1040        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
1041        * custom/mvme162.cfg: Remove references to mvme162lx.
1042        Abandon gcc272. Remove make-target-options.
1043        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
1044
10452001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1046
1047        * custom/bare.cfg: Remove make-target-options.
1048        * custom/c4xsim.cfg: Ditto.
1049        * custom/cvme961.cfg: Ditto.
1050        * custom/efi68k.cfg: Ditto.
1051        * custom/gen68302.cfg: Ditto.
1052        * custom/gen68340.cfg: Ditto.
1053        * custom/genmongoosev.cfg: Ditto.
1054        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
1055        make-exe, remove empty lines.
1056        * custom/h8sim.cfg: Remove make-target-options.
1057        * custom/mcf5206elite.cfg: Ditto.
1058        * custom/mrm332.cfg: Ditto.
1059        * custom/mvme147.cfg: Ditto.
1060        * custom/ods68302.cfg: Ditto.
1061        * custom/p4000.cfg: Ditto.
1062        * custom/p4600.cfg: Ditto.
1063        * custom/p4650.cfg: Ditto.
1064        * custom/pc386.cfg: Ditto.
1065        * custom/portsw.cfg: Ditto.
1066        * custom/simsh4.cfg: Ditto.
1067
10682001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1069
1070        * custom/efi332.cfg: Remove make-target-options.
1071        * custom/idp.cfg: Ditto.
1072        * custom/jmr3904.cfg: Ditto.
1073
10742001-11-27      Joel Sherrill <joel@OARcorp.com>,
1075
1076        * ChangeLog: Deleted bogus entry.
1077
10782001-11-27      Joel Sherrill <joel@OARcorp.com>,
1079
1080        * custom/ods68302.cfg: Eliminated required definition of macros in this
1081        file for the BSP to compile.  The ROM and ROM address and size settings
1082        are now linker script items. 
1083
10842001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1085
1086
1087        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
1088        Remove make-target-options.
1089        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
1090        Remove make-target-options.
1091        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
1092        DATA_CACHE_ENABLE.
1093        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
1094        DATA_CACHE_ENABLE.
1095        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
1096        DATA_CACHE_ENABLE.
1097
10982001-11-25      Joel Sherrill <joel@OARcorp.com>
1099
1100        * custom/papyrus.cfg: Removed.
1101        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
1102
11032001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1104
1105        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
1106        * custom/mcp750.cfg: Ditto.
1107
11082001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1109
1110        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
1111        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
1112        * custom/psim.cfg: Refect changes to psim/configure.ac.
1113        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
1114        remove SCORE603E_GENERATION.
1115
11162001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1117
1118        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
1119        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
1120        * custom/mbx860_005b.cfg: Ditto.
1121        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
1122
1123
11242001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1125
1126        * custom/gensh1.cfg: remove make-target-options.
1127        * custom/gensh2.cfg: remove make-target-options.
1128
11292001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1130
1131        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
1132        remove make-target-options, remove BSP_CPPFLAGS.
1133
11342001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1135
1136        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
1137
11382001-11-14      Joel Sherrill <joel@OARcorp.com>
1139
1140        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
1141        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
1142        These are new exception processing model BSPs and thus do not
1143        need to define PPC_USE_SPRG.
1144
11452001-11-14      Joel Sherrill <joel@OARcorp.com>
1146
1147        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
1148
11492001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1150
1151        * custom/ts_386ex.cfg: Remove make-target-options.
1152        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
1153        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
1154        different flags.
1155
11562001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1157
1158        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
1159        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
1160        re-adopt mcp750.cfg's make-exe.
1161
11622001-11-13      Joel Sherrill <joel@OARcorp.com>
1163
1164        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
1165        the --srec-len argument to objcopy only supported in binutils 2.11
1166        or newer.
1167
11682001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
1169
1170        This modification is part of the submitted modifications necessary to
1171        support the IBM PPC405 family.  This submission was reviewed by
1172        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
1173        not negatively impact the ppc403 BSPs.  The submission and tracking
1174        process was captured as PR50.
1175        * custom/gen405.cfg: New file.
1176        * custom/helas403.cfg: Modified to generate Srecords.
1177
11782001-10-30      Joel Sherrill <joel@OARcorp.com>
1179
1180        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
1181
11822001-10-26      Victor V. Vengerov <vvv@oktet.ru>
1183
1184        * custom/mcf5206elite.cfg: New file.
1185
11862001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
1187
1188        * custom/mpc8260ads.cfg: New file.
1189
11902001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1191
1192        * custom/gensh4.cfg: Remove START_HW_INIT.
1193        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
1194
11952001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1196
1197        * custom/gensh4.cfg: Remove HZ.
1198        * custom/simsh4.cfg: Remove HZ.
1199
12002001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
1201
1202        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
1203        of Hitachi SH4 BSPs of the same name.  Reviewed and some
1204        cleanup by Joel Sherrill <joel@OARcorp.com>.
1205
12062001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1207
1208        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
1209
12102001-10-11      Joel Sherrill <joel@OARcorp.com>
1211
1212        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
1213        to avoid using the apparently broken or deprecated -o argument.
1214
12152001-09-28      Joel Sherrill <joel@OARcorp.com>
1216
1217        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
1218        for MC68302_BASE.
1219
12202001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1221
1222        * custom/bare.cfg: Define dummy make-cxx-exe.
1223
12242001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1225
1226        * ChangeLog: Formatting cleanup.
1227
12282001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1229
1230        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
1231        make-target-options.
1232        * custom/FreeBSD-posix.cfg: Remove make-target-options.
1233        * custom/HPUX9-posix.cfg: Dito.
1234        * custom/Linux-posix.cfg: Dito.
1235        * custom/Solaris-posix.cfg: Dito.
1236        * custom/arm_bare_bsp.cfg: Dito.
1237        * custom/armulator.cfg: Dito.
1238        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
1239        * custom/i386ex.cfg: Remove make-target-options.
1240        * custom/i960sim.cfg: Remove make-target-options.
1241        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
1242        CONSOLE_USE_INTERRUPTS.
1243        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
1244        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
1245        CONSOLE_USE_INTERRUPTS.
1246        * custom/vegaplus.cfg: Remove make-target-options.
1247
12482001-05-25      Joel Sherrill <joel@OARcorp.com>
1249
1250        * custom/mrm332.cfg: Switched $(SED) to sed.
1251
12522000-05-25      Matt Cross <profesor@gweep.net>
1253
1254        * New MRM332 BSP for the Mini RoboMind board based
1255        on the 68332 microcontroller designed and build by Mark
1256        Castelluccio.  For details on the MRM see http://www.robominds.com.
1257        * custom/mrm332.cfg: New file.
1258
12592001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1260
1261        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
1262        CONSOLE_USE_POLLED, HAS_RTC.
1263
12642001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1265
1266        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
1267        * custom/gensh2.cfg: Dito.
1268
12692001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1270
1271        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
1272        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
1273        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
1274        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
1275        remove unused flags, remove -ansi from CPP.
1276        * custom/eth_comm.cfg: Remove CPU_DEFINES.
1277        * custom/sim68000.cfg: Remove CPU_DEFINES.
1278       
12792001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1280
1281        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
1282        * compilers/gcc-target-default.cfg: Dito.
1283        * compilers/gcc-portsw.cfg: Remove -Hansi.
1284        * custom/posix.cfg: Remove inclusion of target.cfg.
1285        * custom/simhppa.cfg: Remove -ansi -fasm.
1286
12872001-04-11      Eric Valette <valette@crf.canon.fr>
1288
1289        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
1290        "new exception processing model."
1291
12922001-04-11      Joel Sherrill <joel@OARcorp.com>
1293
1294        * custom/default.cfg: Switch to using exec_prefix to reflect new
1295        organization of install point from Ralf Corsepius.
1296
12972001-03-30      Eric Valette <valette@crf.canon.fr>
1298
1299        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
1300        use the "new exception processing model."
1301
13022001-03-14      Joel Sherrill <joel@OARcorp.com>
1303
1304        * custom/genmongossev.cfg: New file.
1305
13062001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1307
1308        * custom/pc386dx.cfg: New bsp.
1309
13102001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1311
1312        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
1313        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
1314        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
1315
13162001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1317
1318        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
1319        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
1320        * host.cfg.in: Remove RM, make-script.
1321        * ChangeLog: Remove bogus 2001-01-22 entry.
1322
13232001-01-09      Joel Sherrill <joel@OARcorp.com>
1324
1325        * custom/pc386.cfg (make-exe): Removed commented out lines that
1326        were displayed in build longs.
1327
13282001-01-08      Joel Sherrill <joel@OARcorp.com>
1329
1330        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
1331        unneeded definitions when compiled for "mips" rather than "mips64orion."
1332        Correct CPU_CFLAGS.
1333
13342001-01-05      Joel Sherrill <joel@OARcorp.com>
1335
1336        * custom/gensh1.cfg: Removed rest of make-target-options and
1337        moved them to BSP configure options.
1338
13392001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1340
1341        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
1342        install point or assuming BSP build tree is available.
1343
13442001-01-03      Joel Sherrill <joel@OARcorp.com>
1345
1346        * custom/psim.cfg: Removed unused variables.
1347
13482001-01-03      Joel Sherrill <joel@OARcorp.com>
1349
1350        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
1351        * custom/simcpu32.cfg: Removed MVME162 reference.
1352
13532000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
1354
1355        * custom/mcp750.cfg: Fix problems in generation of .exe file.
1356        Still need to fix to avoid touching install point on non-install stanza.
1357
13582000-12-06      Joel Sherrill <joel@OARcorp.com>
1359
1360        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
1361        and copies that should not be in it.
1362
13632000-12-01      Joel Sherrill <joel@OARcorp.com>
1364
1365        * custom/jmr3904.cfg: Turn optimization back up to -O2.
1366
13672000-11-30      Joel Sherrill <joel@OARcorp.com>
1368
1369        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
1370        a mips1.  gcc translates -m3900 into that.
1371
13722000-11-27      Joel Sherrill <joel@OARcorp.com>
1373
1374        * custom/jmr3904.cfg: Fix incorrect reference to i960.
1375
13762000-11-27      Joel Sherrill <joel@OARcorp.com>
1377
1378        * custom/shsim.cfg: New file.
1379        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
1380        The shsim is for the SH simulator in gdb. It should be able
1381        to be used with multiple SH CPU models.  This will require
1382        adding BSP variants.
1383
13842000-11-25      Joel Sherrill <joel@OARcorp.com>
1385
1386        * custom/pc386.cfg: make-exe rule would write into
1387        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
1388        is generally not writeable after the BSP is installed and you do not
1389        want every application installed there by default.  Reported by
1390        Eric Norum <eric.norum@usask.ca>.
1391
13922000-11-25      Joel Sherrill <joel@OARcorp.com>
1393
1394        * custom/Makefile.am: Updated to add jmr3904.cfg
1395        * custom/jmr3904.cfg: New file.
1396
13972000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1398
1399        * custom/leon2.cfg: Removed defines that are now generated
1400        in a non-BSP specific manner.
1401
14022000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1403
1404        * custom/Makefile.am: Modified to reflect addition of files.
1405        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
1406        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
1407
14082000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1409
1410        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
1411
14122000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1413
1414        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
1415
14162000-10-24      Joel Sherrill <joel@OARcorp.com>
1417
1418        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
1419        definition since this information can be picked up from
1420        autoconf generated files.  These BSPs are shared by the
1421        mips and mips64orion "ports."
1422
14232000-10-18      Joel Sherrill <joel@OARcorp.com>
1424
1425        * compilers/gcc-portsw.cfg: Use gcc style flags.
1426
14272000-09-13      Joel Sherrill <joel@OARcorp.com>
1428
1429        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
1430        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
1431
14322000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
1433
1434        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
1435        Eric Valette <valette@crf.canon.fr>.
1436        * custom/vegaplus.cfg: New file.
1437
14382000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1439
1440        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
1441        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
1442        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
1443        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
1444        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
1445        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
1446        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
1447
14482000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1449
1450        * custom/gensh2.cfg: Fix comments.
1451
14522000-09-12      Joel Sherrill <joel@OARcorp.com>
1453
1454        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
1455        compiler arguments that specify CPU model options.
1456
14572000-09-12      Joel Sherrill <joel@OARcorp.com>
1458
1459        * custom/mbx860_005b.cfg (make-target-options): Add lines to
1460        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
1461        may be incorrect but the BSP now compiles.
1462
14632000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1464
1465        * custom/arm_bare_bsp.cfg: Fix comments.
1466
14672000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1468
1469        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
1470        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
1471        * ChangeLog: File paths corrected
1472
14732000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1474
1475        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
1476
14772000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1478
1479        * custom/pck6.cfg: New file
1480        * custom/pc486.cfg: Use -m486
1481        * custom/pc586.cfg: Use -mpentium
1482        * custom/pc686.cfg: Use -mmpentiumpro
1483        * custom/i386ex.cfg: Use -msoft-float
1484
14852000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1486
1487        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
1488
14892000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1490
1491        * ChangeLog: File paths corrected.
1492
14932000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1494
1495        * custom/mvme167.cfg: Add specification of printk port, console port
1496        and serial I/O mode.  Arrange for the stripped executable to
1497        be copied up the build tree.
1498       
14992000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1500
1501        * custom/mbx8xx.cfg: Support for shared printk and no termios.
1502
15032000-08-10      John Cotton  <john.cotton@nrc.ca>
1504
1505        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
1506
15072000-08-10      Joel Sherrill <joel@OARcorp.com>
1508
1509        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.