source: rtems/make/ChangeLog @ fb2205a

4.104.114.95
Last change on this file since fb2205a was fb2205a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/09/08 at 16:30:27

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

  • leaf.cfg, compilers/gcc-target-default.cfg, custom/bf537Stamp.cfg, custom/gen5200.cfg, custom/gen83xx.cfg, custom/genmcf548x.cfg, custom/mbx8xx.cfg, custom/mpc55xx.cfg, custom/nds.cfg, custom/pc386.cfg, custom/tqm8xx.cfg: Remove use of AM_LDFLAGS. Ensure LDFLAGS works all the time. Clean up BSPs which defined their own make-exe rules inappropriately.
  • Property mode set to 100644
File size: 48.2 KB
Line 
12008-09-09      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * leaf.cfg, compilers/gcc-target-default.cfg, custom/bf537Stamp.cfg,
4        custom/gen5200.cfg, custom/gen83xx.cfg, custom/genmcf548x.cfg,
5        custom/mbx8xx.cfg, custom/mpc55xx.cfg, custom/nds.cfg,
6        custom/pc386.cfg, custom/tqm8xx.cfg: Remove use of AM_LDFLAGS. Ensure
7        LDFLAGS works all the time. Clean up BSPs which defined their own
8        make-exe rules inappropriately.
9
102008-09-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
11
12        * custom/gen5200.cfg: More CPU_CFLAGS: -meabi -msdata -fno-common.
13
142008-08-15      Allan Hessenflow <allanh@kallisti.com>
15
16        * custom/bf537Stamp.cfg: New file.
17
182008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
19
20        * custom/mpc5566evb.cfg, custom/mpc55xx.cfg, custom/mpc8313erdb.cfg:
21        New files.
22
23        * custom/mpc83xx.cfg: More CPU_CFLAGS: -meabi -msdata -fno-common.
24        More CFLAGS_OPTIMIZE_V: -funit-at-a-time -W -Wno-unused.
25
262008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
27
28        * custom/pgh360.cfg:
29        Creation from gen68360.cfg
30
312008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * custom/mcf5329.cfg: Use -mcpu=5307 instead of -m5307.
34
352008-06-20      Matthew Riek <matthew.riek@ibiscomputer.com.au>
36
37        * custom/mcf5329.cfg: New file.
38
392008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
40
41        * custom/mcf52235.cfg: Change to mcf5223x.
42
432008-06-10      Chris Johns <chrisj@rtems.org>
44
45        * custom/av5282.cfg, custom/csb360.cfg, custom/gen68302.cfg,
46        custom/gen68340.cfg, custom/gen68360.cfg, custom/mcf5206elite.cfg,
47        custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg,
48        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
49        custom/mvme167.cfg, custom/ods68302.cfg, custom/sim68000.cfg,
50        custom/simcpu32.cfg, custom/uC5282.cfg: Change CCFLAGS to use the
51        -mcpu= option for Coldfires now supported in GCC 4.3.0.
52
532008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
54
55        * custom/mcf52235.cfg: New.
56
572008-05-20      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * custom/nds.cfg: Email from author says to drop this flag.
60
612008-05-20      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * leaf.cfg: Do not override bsp-post-link.
64
652008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * Makefile.am: Add smdk2410.
68
692008-05-06      Ray Xu <rayx.cn@gmail.com>
70
71        * custom/gp32.cfg: Add smdk2410. Update gp32 to use shared code.
72        * custom/smdk2410.cfg: New file.
73
742008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * Makefile.am: Add nds.
77
782008-04-16      Matthieu Bucchianeri <mbucchia@gmail.com>
79
80        * custom/nds.cfg: New file.
81
822008-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * leaf.cfg, custom/pc386.cfg, custom/pc386dx.cfg: It appears that the
85        default processor model optimization has changed in gcc 4.3.0.
86
872008-03-11      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * custom/av5282.cfg, custom/bare.cfg, custom/default.cfg,
90        custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/idp.cfg,
91        custom/mbx8xx.cfg, custom/mcf5235.cfg, custom/mcp750.cfg,
92        custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg,
93        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
94        custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg,
95        custom/mvme3100.cfg, custom/mvme5500.cfg, custom/nios2_iss.cfg,
96        custom/pc386.cfg, custom/posix.cfg, custom/score603e.cfg,
97        custom/sim68000.cfg, custom/simcpu32.cfg, custom/ss555.cfg,
98        custom/ts_386ex.cfg, custom/uC5282.cfg, custom/virtex.cfg: Switch to
99        explicit .exe instead of EXEEXT to get it to work.
100
1012008-03-06      Till Straumann <strauman@slac.stanford.edu>
102
103        * custom/mvme3100.cfg: Fixed typo, 'endef' not 'endif'.
104
1052008-02-19      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * custom/gen405.cfg, custom/helas403.cfg: Remove (Abandonded).
108
1092008-02-11      Till Straumann <strauman@slac.stanford.edu>
110
111        * custom/mvme3100.cfg: Removed CFLAGS_PROFILE_V;
112        added '-g' to CFLAGS_DEBUG_V.
113
1142008-02-08      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * custom/pc386.cfg: Use file with symbols.
117
1182008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * custom/ss555.cfg: Add CVS Id.
121
1222008-01-09      Eric Norum <norume@aps.anl.gov>
123
124        * custom/mvme3100.cfg: Add make-cxx-exe rule.
125
1262007-12-17      Chris Johns <chrisj@rtems.org>
127
128        * custom/mcf5235.cfg, custom/mrm332.cfg, custom/pc386.cfg: Split
129        the make-exe and make-cxx-exe into bsp-link-c, bsp-link-cxx and
130        bsp-post-link make macros. This allow external autotools support.
131
1322007-12-14      Till Straumann <strauman@slac.stanford.edu>
133
134        * custom/mvme3100.cfg: Added; new BSP.
135
1362007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * custom/mvme5500.cfg: Fix typo.
139
1402007-11-27      Kate Feng <feng1@bnl.gov>
141
142        * custom/mvme5500.cfg: Add compiler arguments sine without them, the
143        BSP has issues.
144
1452007-11-03      Ray Xu <rayx.cn@gmail.com>
146
147        * custom/rtl22xx_t.cfg: New file, rtl22xx_t is a new bsp compiled
148        with THUMB enabled
149
1502007-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * custom/icecube.cfg: Rename EP5200 to IceCube since that is the
153        nickname for the Freescale evaluation board it is based upon. BSP was
154        tested on a Freescale MPC5200LITE.
155
1562007-08-05      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * custom/mcf5235.cfg: Remove bogus -m5200 from linker calls.
159        * custom/av5282.cfg: Remove bogus -qnolinkcmds, -m5200 from linker
160          calls.
161        * custom/gen83xx.cfg: Use -O2.
162
1632007-07-28      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * custom/Linux-posix.cfg: Use -O2.
166        * custom/rbtx4938.cfg: Add missing -O2.
167        * custom/rtl22xx.cfg: Adjust indentation.
168        * custom/virtex.cfg: Use -O2.
169
1702007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * custom/Linux-posix.cfg: Make Linux link with just a C main -- avoid
173        using C++ ctor trick. An RTEMS C++ application running on this BSP
174        may have initialization order issues to address.
175
1762007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
177
178        * custom/Linux-posix.cfg: Linux BSP must be linked with C++ compiler.
179
1802007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * custom/gen83xx.cfg: Add make-cxx-exe rule.
183
1842007-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
185
186        * custom/gen83xx.cfg, custom/mpc8349eamds.cfg: added file to support
187        MPC83xx controller based boards
188       
1892007-07-02      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
190
191        * custom/virtex.cfg: added file to support PPC core in a xilinx
192        virtex FPGA
193       
1942007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * custom/Linux-posix.cfg: Merge patch from Till Straumann which would
197        work except gcc core dumps with an ICE when may_alias is used in this
198        code. I filed a GCC PR and reduced optimization to -O0 and it does
199        run again.
200
2012007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
202
203        * Templates/Makefile.leaf: At suggestion of Robert Grimes add commented
204        out make-cxx-exe usage example.
205
2062007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        * custom/gen5200.cfg: Remove junk comment.
209        * custom/ep5200.cfg: New file.
210
2112007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
212
213        * custom/armulator.cfg: Removed.
214
2152007-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
216
217        * custom/mvme5500.cfg: Use -O2 again.
218
2192007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
220
221        * Makefile.am: DMV152 obsoleted.
222        * custom/dmv152.cfg: Removed.
223
2242007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
225
226        * Makefile.am: Per Jiri Gaisler remove unused erc32nfp and leon1 BSP
227        variants.
228        * custom/erc32nfp.cfg, custom/leon1.cfg: Removed.
229
2302007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
231
232        * custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/pc386.cfg,
233        custom/sim68000.cfg, custom/ts_386ex.cfg: Clean up to use .nxe
234        extension instead of BSP unique ones.
235
2362007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
237
238        * compilers/gcc-no_bsp.cfg: There are no longer any required managers.
239        Plus some cleanup
240
2412007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
242
243        * leaf.cfg, compilers/gcc-no_bsp.cfg: Add optional manager stub
244        for Classic API Barrier.
245
2462007-04-26      Ralf Corsépius <ralf.corsepius@rtems.org>
247
248        * custom/rtl22xx.cfg: Cleanup.
249        * Makefile.am: Add custom/rtl22xx.cfg.
250
2512007-04-26      Ray Xu <xr@trasin.net>
252
253        * custom/rtl22xx.cfg: New (Initial submission).
254
2552007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
256
257        * Makefile.am: Cleanup.
258
2592007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
260
261        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
262        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
263        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
264        custom/bare.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
265        custom/csb336.cfg, custom/csb360.cfg, custom/dmv152.cfg,
266        custom/eZKit533.cfg, custom/edb7312.cfg, custom/ep1a.cfg,
267        custom/erc32.cfg, custom/erc32nfp.cfg, custom/gba.cfg,
268        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
269        custom/gen68340.cfg, custom/gen68360.cfg, custom/gensh1.cfg,
270        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
271        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
272        custom/i386ex.cfg, custom/idp.cfg, custom/jmr3904.cfg,
273        custom/leon2.cfg, custom/leon3.cfg, custom/mbx821_002b.cfg,
274        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
275        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
276        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
277        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
278        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
279        custom/nios2_iss.cfg, custom/ods68302.cfg, custom/pc386.cfg,
280        custom/psim.cfg, custom/rbtx4925.cfg, custom/score603e.cfg,
281        custom/sim68000.cfg, custom/simcpu32.cfg, custom/simsh4.cfg,
282        custom/simsh7032.cfg, custom/simsh7045.cfg, custom/ss555.cfg,
283        custom/ts_386ex.cfg: Add -g to CFLAGS_OPTIMIZE_V.
284
2852007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
286
287        * custom/gensh1.cfg, custom/gensh2.cfg, custom/gensh4.cfg,
288        custom/hurricane.cfg, custom/rbtx4925.cfg, custom/simsh4.cfg:
289        Use $(NM) -g -n instead of $(NM) -n.
290        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
291        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
292        custom/Solaris-posix.cfg: Use $(NM) -g -n instead of $(NM) -ng.
293
2942007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * custom/score603e.cfg: CFLAGS_OPTIMIZE_V = -O2. Remove
297        DRIVER_ARCHITECTURE.
298        * custom/av5282.cfg, custom/bare.cfg, custom/dmv152.cfg,
299        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
300        custom/gen68340.cfg, custom/gen68360.cfg, custom/helas403.cfg,
301        custom/hurricane.cfg, custom/i386ex.cfg, custom/idp.cfg,
302        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
303        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
304        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
305        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
306        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
307        custom/ods68302.cfg, custom/pc386.cfg, custom/psim.cfg,
308        custom/rbtx4925.cfg, custom/sim68000.cfg, custom/simcpu32.cfg,
309        custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg,
310        custom/gensh2.cfg, custom/gensh4.cfg, custom/shsim.cfg,
311        custom/simsh4.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg,
312        custom/h8sim.cfg, custom/csb336.cfg, custom/edb7312.cfg,
313        custom/gba.cfg: CFLAGS_OPTIMIZE_V = -O2.
314        * custom/gba.cfg, custom/mbx8xx.cfg, custom/ss555.cfg: Remove
315        CXXFLAGS_OPTIMIZE_V.
316
3172007-01-17      Ralf Corsépius <ralf.corsepius@rtems.org>
318
319        * custom/eZKit533.cfg: CFLAGS_OPTIMIZE = -O0.
320        * custom/gensh1.cfg, custom/ep1a.cfg, custom/erc32.cfg,
321        custom/erc32nfp.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
322        custom/armulator.cfg, custom/gp32.cfg: CFLAGS_OPTIMIZE_V = -O2.
323
3242006-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
325
326        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
327        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
328        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
329        custom/bare.cfg,  custom/c3xsim.cfg, custom/c4xsim.cfg,
330        custom/csb336.cfg, custom/csb337.cfg, custom/csb350.cfg,
331        custom/csb360.cfg, custom/dmv152.cfg, custom/eZKit533.cfg,
332        custom/edb7312.cfg, custom/ep1a.cfg, custom/erc32.cfg,
333        custom/erc32nfp.cfg, custom/gba.cfg, custom/gen405.cfg,
334        custom/gen5200.cfg, custom/gen68302.cfg, custom/gen68340.cfg,
335        custom/gen68360.cfg, custom/genmongoosev.cfg, custom/gensh1.cfg,
336        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
337        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
338        custom/i386ex.cfg, custom/idp.cfg,
339        custom/jmr3904.cfg,custom/leon2.cfg, custom/leon3.cfg,
340        custom/mbx821_002b.cfg, custom/mbx8xx.cfg, custom/mcf5206elite.cfg,
341        custom/mcf5235.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg,
342        custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg,
343        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
344        custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg,
345        custom/mvme5500.cfg, custom/ods68302.cfg, custom/pc386.cfg,
346        custom/psim.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg,
347        custom/score603e.cfg, custom/shsim.cfg, custom/sim68000.cfg,
348        custom/simcpu32.cfg, custom/simsh4.cfg, custom/simsh7032.cfg,
349        custom/simsh7045.cfg, custom/ss555.cfg, custom/ts_386ex.cfg:
350        Cleanup.
351
3522006-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
353
354        * custom/uC5282.cfg: Remove hard-code compiler flags.
355        * custom/av5282.cfg, custom/csb360.cfg, custom/mcf5206elite.cfg,
356        custom/mcf5235.cfg: Remove ASFLAGS, CPU_ASFLAGS (Unused).
357
3582006-10-23      Joel Sherrill <joel@OARcorp.com>
359
360        * custom/eZKit533.cfg: New file.
361
3622006-09-08      Kate Feng <feng1@bnl.gov>
363
364        PR 1150/bsps
365        * custom/mvme5500.cfg: This is a follow-up of the PR846 due to the fact
366        that gcc (4.0.2) implicitely uses the vector engine for optimization;
367        -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec is better.
368
3692006-08-09      Kolja Waschk <waschk@telos.de>
370
371        * Makefile.am: New port to Altera NIOS II.
372        * custom/nios2_iss.cfg: New file.
373
3742006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
375
376        * custom/brsl5.cfg: (PR1117) added
377       
3782006-06-08      Bruce Robinson <brucer@pmccorp.com>
379       
380        * custom/rbtx4925.cfg:  Fix CPU_CFLAGS defines.
381        * custom/rbtx4938.cfg:  Fix CPU_CFLAGS defines.
382
3832005-04-10      Eric Norum <norume@aps.anl.gov>
384
385        *  custom/uC5282.cfg: Keep frame pointer -- gdb is much more useful.
386
3872006-03-16      Ralf Corsepius <ralf.corsepius@rtems.org>
388
389        * custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg:
390        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
391        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg:
392        Remove (abandoned).
393
3942006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
395
396        * custom/leon1.cfg, custom/leon2.cfg, custom/leon3.cfg, sis.cfg:
397        Merger from rtems-4-6-branch.
398
3992006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
400
401        PR 851/bsps
402        * custom/gen5200.cfg, custom/pm520_cr825.cfg, custom/pm520_ze30.cfg:
403        New (Submission by Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>).
404
4052005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
406
407        * custom/gba.cfg, custom/pc386.cfg: Use .elf instead of .obj.
408
4092005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
410
411        * custom/dmv152.cfg, custom/i386ex.cfg, custom/idp.cfg,
412        custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg,
413        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg:
414        Use .srec for files containing SRECs.
415
4162005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
417
418        * custom/gp32.cfg: Replace .gxb with .elf.
419        * custom/i386ex.cfg, custom/ts_386ex.cfg: Replace .coff with .elf.
420
4212005-11-03      Till Straumann <strauman@slac.stanford.edu>
422
423        * custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use
424        -mcpu=750 instead.
425
4262005-09-18      Ralf Corsepius <ralf.corsepius@rtems.org>
427
428        * custom/orp.cfg: Remove (abandoned).
429        * custom/av5282.cfg: Remove obsolete vars.
430        * custom/gba.cfg: Remove PROFILE* (abandoned).
431        Remove -static (bogus).
432
4332005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
434
435        PR 822/bsps
436        * custom/mbx860_001b.cfg, custom/mbx860_1b.cfg: New files.
437
4382005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
439
440        * custom/av5282.cfg: New file.
441
4422005-06-17      Markku Puro <markku.puro@kopteri.net>
443
444        * Makefile.am: Adding GameBoy Advance BSP.
445        * custom/gba.cfg: New file.
446
4472005-06-17      Joel Sherrill <joel@OARcorp.com>
448
449        * custom/mcf5235.cfg: New file.
450
4512005-06-01      Philippe Simons <loki_666@fastmail.fm>
452
453        * custom/gp32.cfg: Add make-cxx-exe.
454
4552005-05-27      Ralf Corsepius <ralf.corsepius@rtems.org>
456
457        * custom/mbx860_005b.cfg, custom/mcp750.cfg, custom/mtx603e.cfg,
458        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg:
459        Remove RTEMS_PPC_EXCEPTION_PROCESSING_MODEL (Obsolete).
460
4612005-05-02      Joel Sherrill <joel@OARcorp.com>
462
463        * Makefile.am: Remove dmv177 and ppcn_60x.
464        * custom/dmv177.cfg: Removed.
465
4662005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
467
468        * custom/ppcn_60x.cfg: Remove (Gone from libbsp).
469
4702005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
471
472        * Makefile.am: Initial release of ep1a bsp
473        * custom/ep1a.cfg: New file.
474
4752005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
476
477        * custom/score603e.cfg: Update score603e to new exception model
478        NOTE: These modifications have not been tested on hardware.
479
4802005-03-11      Jay Monkman <jtm@lopingdog.com>
481
482        * custom/vegaplus.cfg: Removed.
483
4842005-03-11      Philippe Simons <loki_666@fastmail.fm>
485
486        * custom/gp32.cfg: New file.
487
4882005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
489
490        * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI.
491        * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V.
492        Remove -Wa,-m7450.
493
4942005-02-25      Joel Sherrill <joel@OARcorp.com>
495
496        * custom/jmr3904.cfg: arm_bare_bsp obsoleted.
497        * custom/arm_bare_bsp.cfg: Removed.
498
4992005-02-24      Jay Monkman <jtm@lopingdog.com>
500
501        * custom/csb350.cfg: New BSP.
502
5032005-02-24      Jay Monkman <jtm@lopingdog.com>
504
505        * custom/csb337.cfg: Cleanup.
506
5072005-02-08      Eric Norum <norume@aps.anl.gov>
508
509        * custom/uC5282.cfg: Put -m5200 back in link-edit commands until
510        proper versions of gcc (which take -m528x as an order to load the
511        -m5200 multilib variants) are widely available.
512
5132005-02-05      Ralf Corsepius <ralf.corsepius@rtems.org>
514
515        * custom/uC5282.cfg: Cleanup.
516
5172005-01-28      Eric Norum <norume@aps.anl.gov>
518
519        * Makefile.am, custom/uC5282.cfg: New BSP
520
5212005-01-20      Joel Sherrill <joel@OARcorp.com>
522
523        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg,
524        custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg,
525        custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg,
526        custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for
527        gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
528
5292005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
530
531        * compilers/gcc-portsw.cfg: Remove.
532        * Makefile.am: Reflect change above.
533
5342004-11-23      Joel Sherrill <joel@OARcorp.com>
535
536        * Makefile.am: Remove eth_comm.
537        * custom/eth_comm.cfg: Removed.
538
5392004-11-22      Jennifer Averett <jennifer@OARcorp.com>
540
541        PR 581/bsps
542        * custom/psim.cfg: Convert PSIM to new exception model.
543
5442004-11-17      Joel Sherrill <joel@OARcorp.com>
545
546        * custom/mvme2100.cfg: Add make-cxx-exe rule.
547
5482004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
549
550        * Makefile.am: Add MVME2100 BSP.
551        * custom/mvme2100.cfg: New file.
552
5532004-11-05      Joel Sherrill <joel@OARcorp.com>
554
555        * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
556        architecture name for RTEMS. Since this was used as the -mcpu
557        argument to GCC, that also had to be changed.
558
5592004-10-26      Eric Norum <norume@aps.anl.gov
560
561        * custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
562
5632004-10-20      Eric Norum <norume@aps.anl.gov
564
565        * custom/mvme5500.cfg: New BSP.
566
5672004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
568
569        * custom/c3xsim.cfg, custom/c4xsim.cfg: Expand files.
570
5712004-09-29      Joel Sherrill <joel@OARcorp.com>
572
573        * custom/h8sim.cfg: i960 obsoleted.
574        * custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
575
5762004-08-03      Jay Monkman <jtm@lopingdog.com>
577
578        * custom/csb360.cfg: New file.
579
5802004-07-15      Jay Monkman
581
582        * custom/csb336.cfg, custom/csb337.cfg: New files.
583
5842004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
585
586        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
587        with FreeBSD and now unused).
588        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
589
5902004-04-12      David Querbach <querbach@realtime.bc.ca>
591
592        * custom/ss555.cfg: New file.
593
5942004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
595
596        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
597        with Cygwin and now unused).
598
5992004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
600
601        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
602
6032004-03-05      Joel Sherrill <joel@OARcorp.com>
604
605        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
606        support.
607
6082004-02-26      Joel Sherrill <joel@OARcorp.com>
609
610        PR 570/bsps
611        * custom/mvme2307.cfg: Do not use -msdata=eabi since
612        it breaks the linking of the vectors.
613
6142004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * Makefile.am: Cosmetics.
617
6182004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
621        dist_rtems_make_custom_DATA = custom/default.cfg.
622
6232004-02-05      Joel Sherrill <joel@OARcorp.com>
624
625        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
626        these -- copied from the 4.6 branch.
627
6282004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        PR 553/bsps
631        * custom/mrm332.cfg: Comment out objdump.
632
6332004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
636
6372004-01-20      Joel Sherrill <joel@OARcorp.com>
638
639        PR 553/bsps
640        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
641        comment.
642
6432004-01-07      Joel Sherrill <joel@OARcorp.com>
644
645        * Makefile.am: Remove efi68k and efi332 references as they are no
646        longer in the tree.
647
6482004-01-07      Joel Sherrill <joel@OARcorp.com>
649
650        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
651        users of these boards so we are removing them.
652        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
653
6542004-01-07      Joel Sherrill <joel@OARcorp.com>
655
656        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
657
6582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * Makefile.am: EXTRA_DIST +=.
661
6622003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * custom/Makefile.am: Remove.
665        * Makefile.am: Merge-in former custom/Makefile.am
666
6672003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
670        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
671
6722003-09-26      Joel Sherrill <joel@OARcorp.com>
673
674        * custom/simhppa.cfg: Removed.
675
6762003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
679
6802003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        PR 470/bsps
683        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
684        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
685        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
686
6872003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
690        the BSP's configure-script).
691        Remove BSP_CPPFLAGS (Obsolete).
692
6932003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        PR 321/bsps
696        * leaf.cfg: Remove support for profile-variant.
697        * main.cfg: Ditto.
698        * compilers/gcc-no_bsp.cfg: Ditto.
699        * compilers/gcc-portsw.cfg: Ditto.
700        * compilers/gcc-target-default.cfg: Ditto.
701
7022003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
703
704        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
705
7062003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
707
708        PR 368/filesystems
709        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
710        with this PR for alias BSPs.
711
7122003-03-18  Till Straumann <strauman@slac.stanford.edu>
713
714        PR 356/bsps
715        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
716        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
717
7182003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
721
7222003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
725        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
726        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
727        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
728
7292003-02-14      Joel Sherrill <joel@OARcorp.com>
730
731        AMD a29k obsolete.
732        * custom/portsw.cfg: Removed.
733
7342003-01-20      Duane Gustavus <duane@unt.edu>
735
736        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
737
7382003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
741        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
742        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
743        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
744        Move -D_BSD_SOURCE to CPU_CFLAGS.
745        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
746        Move -Dsolaris2 to CPU_CFLAGS.
747        Remove -D__EXTENSIONS__.
748
7492002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * custom/posix.cfg: Remove comment referring to host.cfg.
752
7532002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * custom/default.cfg: Pickup target.cfg from BSP directory.
756
7572002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
758
759        * custom/mtx603e.cfg: New file.
760
7612002-11-17      Joel Sherrill <joel@OARcorp.com>
762
763        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
764        build variants work for user applications post install.
765
7662002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
767
768        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
769        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
770        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
771        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
772        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
773
7742002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
775
776        * custom/edb7312.cfg: New file.
777
7782002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
781        obsolete Makefile.
782        * leaf.cfg: Various changes to LIBVARIANT processing.
783        * main.cfg: Ditto.
784
7852002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * Makefile.am: Add compilers/*.
788        * compilers/Makefile.am: Remove.
789        * lib.cfg: Remove.
790        * directory.cfg: Remove.
791        * README: Remove.
792
7932002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * Makefile.am: Add Templates/*.
796        * Templates/Makefile.am: Remove.
797
7982002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
801
8022002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
805        * custom/HPUX9-posix.cfg: Ditto.
806        * custom/Linux-posix.cfg: Ditto.
807
8082002-10-02      Joel Sherrill <joel@OARcorp.com>
809
810        * custom/armulator.cfg: Remove reference to PowerPC arguments.
811
8122002-09-13      Joel Sherrill <joel@OARcorp.com>
813
814        * Part of addressing PR281.
815        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
816        * compilers/gcc-target-default.cfg: Removed remaining support for
817        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
818        as one of the LDFLAGS when the debug variant is specified.
819
8202002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        * custom/posix.cfg: Don't include host.cfg.
823
8242002-08-09      Joel Sherrill <joel@OARcorp.com>
825
826        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
827
8282002-08-07      Ivan Guzvinec <ivang@opencores.org>
829
830        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
831
8322002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
835
8362002-08-06      Joel Sherrill <joel@OARcorp.com>
837
838        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
839        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
840
8412002-08-06      Chris Ziomkowski <chris@asics.ws>
842
843        * custom/or32sim.cfg: New file added as part of merge from
844        OpenCores repository.
845
8462002-08-05      Joel Sherrill <joel@OARcorp.com>
847
848        * Per PR260 eliminate use of make-target-options.  This impacted
849        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
850        SuperCore and required that the m68k optimized memcpy be moved
851        to libcpu.
852        * custom/gen68360.cfg: Remove make-target-options.
853
8542002-08-01      Joel Sherrill <joel@OARcorp.com>
855
856        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
857        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
858
8592002-08-01      Joel Sherrill <joel@OARcorp.com>
860
861        * custom/mvme136.cfg: Remove make-target-options.
862
8632002-07-30      Joel Sherrill <joel@OARcorp.com>
864
865        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
866        will disappear when make clean is performed.
867
8682002-07-24      Joel Sherrill <joel@OARcorp.com>
869
870        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
871        to use gcc 3.1 arguments.
872
8732002-07-22      Joel Sherrill <joel@OARcorp.com>
874
875        * Templates/Makefile.leaf: Clarify the MANAGERS example.
876
8772002-07-01      Joel Sherrill <joel@OARcorp.com>
878
879        * custom/p4650.cfg: Update arguments to gcc3.
880
8812002-06-14      Joel Sherrill <joel@OARcorp.com>
882
883        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
884        to gcc 3.1 arguments.
885
8862002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
887
888        * custom/dmv177.cfg: Use -mcpu=603e.
889        * custom/ppcn_60x.cfg: Use -mcpu=603e.
890        * custom/psim.cfg: Use -mcpu=603e.
891        * custom/score603e.cfg: Use -mcpu=603e.
892        * custom/ts_386ex.cfg: Remove obsolete comments.
893        * custom/rxgen960.cfg: Remove obsolete comments.
894        * custom/cvme961.cfg: Remove obsolete comments.
895
8962001-05-09      Joel Sherrill <joel@OARcorp.com>
897
898        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
899        compatable arguments.
900 
9012002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
903        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
904        Remove obsolete comments.
905        * custom/eth_comm.cfg: Remove make-target-options.
906        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
907        CPU_CFLAGS.
908        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
909        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
910        * custom/mbx8xx.cfg: Remove make-target-options.
911        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
912        Remove obsolete comments.
913        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
914        Remove obsolete comments.
915        * custom/mpc8260ads.cfg: Remove make-target-options.
916        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
917        CPU_CFLAGS.
918        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
919        Remove obsolete comments.
920        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
921        CPU_CFLAGS.
922        Remove obsolete comments.
923        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
924        Remove obsolete comments.
925        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
926        CPU_CFLAGS.
927        Remove obsolete comments.
928
9292002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * custom/gen405.cfg: Remove -D__powerpc__.
932
9332002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
934
935        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
936        * custom/erc32.cfg: Ditto.
937        * custom/leon2.cfg: Ditto.
938
939
9402002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941
942        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
943        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
944        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
945
9462002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
947
948        * custom/cvme961.cfg: Remove GCC272 support.
949        * custom/dmv152.cfg: Remove GCC272 support.
950        * custom/efi332.cfg: Remove GCC272 support.
951        * custom/efi68k.cfg: Remove GCC272 support.
952        * custom/eth_comm.cfg: Remove GCC272 support.
953        * custom/gen405.cfg: Remove GCC272 support.
954        * custom/gen68302.cfg: Remove GCC272 support.
955        * custom/gen68340.cfg: Remove GCC272 support.
956        * custom/gen68360.cfg: Remove GCC272 support.
957        * custom/genmongoosev.cfg: Remove GCC272 support.
958        * custom/helas403.cfg: Remove GCC272 support.
959        * custom/i386ex.cfg: Remove GCC272 support.
960        * custom/i960sim.cfg: Remove GCC272 support.
961        * custom/idp.cfg: Remove GCC272 support.
962        * custom/leon2.cfg: Remove GCC272 support.
963        * custom/mbx8xx.cfg: Remove GCC272 support.
964        * custom/mcf5206elite.cfg: Remove GCC272 support.
965        * custom/mpc8260ads.cfg: Remove GCC272 support.
966        * custom/mrm332.cfg: Remove GCC272 support.
967        * custom/mvme136.cfg: Remove GCC272 support.
968        * custom/mvme147.cfg: Remove GCC272 support.
969        * custom/mvme167.cfg: Remove GCC272 support.
970        * custom/ods68302.cfg: Remove GCC272 support.
971        * custom/p4000.cfg: Remove GCC272 support.
972        * custom/p4600.cfg: Remove GCC272 support.
973        * custom/p4650.cfg: Remove GCC272 support.
974        * custom/pc386.cfg: Remove GCC272 support.
975        * custom/portsw.cfg: Remove GCC272 support.
976        * custom/psim.cfg: Remove GCC272 support.
977        * custom/rxgen960.cfg: Remove GCC272 support.
978        * custom/score603e.cfg: Remove GCC272 support.
979        * custom/sim68000.cfg: Remove GCC272 support.
980        * custom/simhppa.cfg: Remove GCC272 support.
981        * custom/simsh4.cfg: Remove GCC272 support.
982        * custom/ts_386ex.cfg: Remove GCC272 support.
983
9842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
985
986        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
987        * Makefile.am: Remove AUTOMAKE_OPTIONS.
988        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
989        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
990
9912002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
992
993        * compilers/gcc-target-default.cfg: Add missing \.
994        Reported by Ilya Alexeev <ilya@continuum.ru>.
995
9962002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
997
998        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
999        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
1000        support.
1001        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
1002
10032001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1004
1005        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
1006        * custom/FreeBSD-posix.cfg: Ditto.
1007        * custom/HPUX9-posix.cfg: Ditto.
1008        * custom/Linux-posix.cfg: Ditto.
1009        * custom/Solaris-posix.cfg: Ditto.
1010
10112001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1012
1013        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
1014        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
1015
10162001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1017
1018        * custom/armulator.cfg: Remove make-target-options.
1019        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
1020        (now in erc32/configure.ac).
1021        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
1022        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
1023        Remove CONSOLE_USE_POLLED (Unused).
1024        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
1025        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
1026        * custom/mvme162.cfg: Remove references to mvme162lx.
1027        Abandon gcc272. Remove make-target-options.
1028        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
1029
10302001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1031
1032        * custom/bare.cfg: Remove make-target-options.
1033        * custom/c4xsim.cfg: Ditto.
1034        * custom/cvme961.cfg: Ditto.
1035        * custom/efi68k.cfg: Ditto.
1036        * custom/gen68302.cfg: Ditto.
1037        * custom/gen68340.cfg: Ditto.
1038        * custom/genmongoosev.cfg: Ditto.
1039        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
1040        make-exe, remove empty lines.
1041        * custom/h8sim.cfg: Remove make-target-options.
1042        * custom/mcf5206elite.cfg: Ditto.
1043        * custom/mrm332.cfg: Ditto.
1044        * custom/mvme147.cfg: Ditto.
1045        * custom/ods68302.cfg: Ditto.
1046        * custom/p4000.cfg: Ditto.
1047        * custom/p4600.cfg: Ditto.
1048        * custom/p4650.cfg: Ditto.
1049        * custom/pc386.cfg: Ditto.
1050        * custom/portsw.cfg: Ditto.
1051        * custom/simsh4.cfg: Ditto.
1052
10532001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1054
1055        * custom/efi332.cfg: Remove make-target-options.
1056        * custom/idp.cfg: Ditto.
1057        * custom/jmr3904.cfg: Ditto.
1058
10592001-11-27      Joel Sherrill <joel@OARcorp.com>,
1060
1061        * ChangeLog: Deleted bogus entry.
1062
10632001-11-27      Joel Sherrill <joel@OARcorp.com>,
1064
1065        * custom/ods68302.cfg: Eliminated required definition of macros in this
1066        file for the BSP to compile.  The ROM and ROM address and size settings
1067        are now linker script items. 
1068
10692001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1070
1071
1072        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
1073        Remove make-target-options.
1074        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
1075        Remove make-target-options.
1076        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
1077        DATA_CACHE_ENABLE.
1078        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
1079        DATA_CACHE_ENABLE.
1080        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
1081        DATA_CACHE_ENABLE.
1082
10832001-11-25      Joel Sherrill <joel@OARcorp.com>
1084
1085        * custom/papyrus.cfg: Removed.
1086        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
1087
10882001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1089
1090        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
1091        * custom/mcp750.cfg: Ditto.
1092
10932001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1094
1095        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
1096        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
1097        * custom/psim.cfg: Refect changes to psim/configure.ac.
1098        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
1099        remove SCORE603E_GENERATION.
1100
11012001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1102
1103        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
1104        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
1105        * custom/mbx860_005b.cfg: Ditto.
1106        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
1107
1108
11092001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1110
1111        * custom/gensh1.cfg: remove make-target-options.
1112        * custom/gensh2.cfg: remove make-target-options.
1113
11142001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1115
1116        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
1117        remove make-target-options, remove BSP_CPPFLAGS.
1118
11192001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1120
1121        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
1122
11232001-11-14      Joel Sherrill <joel@OARcorp.com>
1124
1125        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
1126        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
1127        These are new exception processing model BSPs and thus do not
1128        need to define PPC_USE_SPRG.
1129
11302001-11-14      Joel Sherrill <joel@OARcorp.com>
1131
1132        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
1133
11342001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1135
1136        * custom/ts_386ex.cfg: Remove make-target-options.
1137        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
1138        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
1139        different flags.
1140
11412001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1142
1143        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
1144        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
1145        re-adopt mcp750.cfg's make-exe.
1146
11472001-11-13      Joel Sherrill <joel@OARcorp.com>
1148
1149        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
1150        the --srec-len argument to objcopy only supported in binutils 2.11
1151        or newer.
1152
11532001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
1154
1155        This modification is part of the submitted modifications necessary to
1156        support the IBM PPC405 family.  This submission was reviewed by
1157        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
1158        not negatively impact the ppc403 BSPs.  The submission and tracking
1159        process was captured as PR50.
1160        * custom/gen405.cfg: New file.
1161        * custom/helas403.cfg: Modified to generate Srecords.
1162
11632001-10-30      Joel Sherrill <joel@OARcorp.com>
1164
1165        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
1166
11672001-10-26      Victor V. Vengerov <vvv@oktet.ru>
1168
1169        * custom/mcf5206elite.cfg: New file.
1170
11712001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
1172
1173        * custom/mpc8260ads.cfg: New file.
1174
11752001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1176
1177        * custom/gensh4.cfg: Remove START_HW_INIT.
1178        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
1179
11802001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1181
1182        * custom/gensh4.cfg: Remove HZ.
1183        * custom/simsh4.cfg: Remove HZ.
1184
11852001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
1186
1187        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
1188        of Hitachi SH4 BSPs of the same name.  Reviewed and some
1189        cleanup by Joel Sherrill <joel@OARcorp.com>.
1190
11912001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1192
1193        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
1194
11952001-10-11      Joel Sherrill <joel@OARcorp.com>
1196
1197        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
1198        to avoid using the apparently broken or deprecated -o argument.
1199
12002001-09-28      Joel Sherrill <joel@OARcorp.com>
1201
1202        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
1203        for MC68302_BASE.
1204
12052001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1206
1207        * custom/bare.cfg: Define dummy make-cxx-exe.
1208
12092001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1210
1211        * ChangeLog: Formatting cleanup.
1212
12132001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1214
1215        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
1216        make-target-options.
1217        * custom/FreeBSD-posix.cfg: Remove make-target-options.
1218        * custom/HPUX9-posix.cfg: Dito.
1219        * custom/Linux-posix.cfg: Dito.
1220        * custom/Solaris-posix.cfg: Dito.
1221        * custom/arm_bare_bsp.cfg: Dito.
1222        * custom/armulator.cfg: Dito.
1223        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
1224        * custom/i386ex.cfg: Remove make-target-options.
1225        * custom/i960sim.cfg: Remove make-target-options.
1226        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
1227        CONSOLE_USE_INTERRUPTS.
1228        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
1229        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
1230        CONSOLE_USE_INTERRUPTS.
1231        * custom/vegaplus.cfg: Remove make-target-options.
1232
12332001-05-25      Joel Sherrill <joel@OARcorp.com>
1234
1235        * custom/mrm332.cfg: Switched $(SED) to sed.
1236
12372000-05-25      Matt Cross <profesor@gweep.net>
1238
1239        * New MRM332 BSP for the Mini RoboMind board based
1240        on the 68332 microcontroller designed and build by Mark
1241        Castelluccio.  For details on the MRM see http://www.robominds.com.
1242        * custom/mrm332.cfg: New file.
1243
12442001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1245
1246        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
1247        CONSOLE_USE_POLLED, HAS_RTC.
1248
12492001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1250
1251        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
1252        * custom/gensh2.cfg: Dito.
1253
12542001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1255
1256        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
1257        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
1258        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
1259        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
1260        remove unused flags, remove -ansi from CPP.
1261        * custom/eth_comm.cfg: Remove CPU_DEFINES.
1262        * custom/sim68000.cfg: Remove CPU_DEFINES.
1263       
12642001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1265
1266        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
1267        * compilers/gcc-target-default.cfg: Dito.
1268        * compilers/gcc-portsw.cfg: Remove -Hansi.
1269        * custom/posix.cfg: Remove inclusion of target.cfg.
1270        * custom/simhppa.cfg: Remove -ansi -fasm.
1271
12722001-04-11      Eric Valette <valette@crf.canon.fr>
1273
1274        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
1275        "new exception processing model."
1276
12772001-04-11      Joel Sherrill <joel@OARcorp.com>
1278
1279        * custom/default.cfg: Switch to using exec_prefix to reflect new
1280        organization of install point from Ralf Corsepius.
1281
12822001-03-30      Eric Valette <valette@crf.canon.fr>
1283
1284        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
1285        use the "new exception processing model."
1286
12872001-03-14      Joel Sherrill <joel@OARcorp.com>
1288
1289        * custom/genmongossev.cfg: New file.
1290
12912001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1292
1293        * custom/pc386dx.cfg: New bsp.
1294
12952001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1296
1297        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
1298        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
1299        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
1300
13012001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1302
1303        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
1304        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
1305        * host.cfg.in: Remove RM, make-script.
1306        * ChangeLog: Remove bogus 2001-01-22 entry.
1307
13082001-01-09      Joel Sherrill <joel@OARcorp.com>
1309
1310        * custom/pc386.cfg (make-exe): Removed commented out lines that
1311        were displayed in build longs.
1312
13132001-01-08      Joel Sherrill <joel@OARcorp.com>
1314
1315        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
1316        unneeded definitions when compiled for "mips" rather than "mips64orion."
1317        Correct CPU_CFLAGS.
1318
13192001-01-05      Joel Sherrill <joel@OARcorp.com>
1320
1321        * custom/gensh1.cfg: Removed rest of make-target-options and
1322        moved them to BSP configure options.
1323
13242001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1325
1326        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
1327        install point or assuming BSP build tree is available.
1328
13292001-01-03      Joel Sherrill <joel@OARcorp.com>
1330
1331        * custom/psim.cfg: Removed unused variables.
1332
13332001-01-03      Joel Sherrill <joel@OARcorp.com>
1334
1335        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
1336        * custom/simcpu32.cfg: Removed MVME162 reference.
1337
13382000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
1339
1340        * custom/mcp750.cfg: Fix problems in generation of .exe file.
1341        Still need to fix to avoid touching install point on non-install stanza.
1342
13432000-12-06      Joel Sherrill <joel@OARcorp.com>
1344
1345        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
1346        and copies that should not be in it.
1347
13482000-12-01      Joel Sherrill <joel@OARcorp.com>
1349
1350        * custom/jmr3904.cfg: Turn optimization back up to -O2.
1351
13522000-11-30      Joel Sherrill <joel@OARcorp.com>
1353
1354        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
1355        a mips1.  gcc translates -m3900 into that.
1356
13572000-11-27      Joel Sherrill <joel@OARcorp.com>
1358
1359        * custom/jmr3904.cfg: Fix incorrect reference to i960.
1360
13612000-11-27      Joel Sherrill <joel@OARcorp.com>
1362
1363        * custom/shsim.cfg: New file.
1364        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
1365        The shsim is for the SH simulator in gdb. It should be able
1366        to be used with multiple SH CPU models.  This will require
1367        adding BSP variants.
1368
13692000-11-25      Joel Sherrill <joel@OARcorp.com>
1370
1371        * custom/pc386.cfg: make-exe rule would write into
1372        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
1373        is generally not writeable after the BSP is installed and you do not
1374        want every application installed there by default.  Reported by
1375        Eric Norum <eric.norum@usask.ca>.
1376
13772000-11-25      Joel Sherrill <joel@OARcorp.com>
1378
1379        * custom/Makefile.am: Updated to add jmr3904.cfg
1380        * custom/jmr3904.cfg: New file.
1381
13822000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1383
1384        * custom/leon2.cfg: Removed defines that are now generated
1385        in a non-BSP specific manner.
1386
13872000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1388
1389        * custom/Makefile.am: Modified to reflect addition of files.
1390        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
1391        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
1392
13932000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1394
1395        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
1396
13972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1398
1399        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
1400
14012000-10-24      Joel Sherrill <joel@OARcorp.com>
1402
1403        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
1404        definition since this information can be picked up from
1405        autoconf generated files.  These BSPs are shared by the
1406        mips and mips64orion "ports."
1407
14082000-10-18      Joel Sherrill <joel@OARcorp.com>
1409
1410        * compilers/gcc-portsw.cfg: Use gcc style flags.
1411
14122000-09-13      Joel Sherrill <joel@OARcorp.com>
1413
1414        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
1415        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
1416
14172000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
1418
1419        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
1420        Eric Valette <valette@crf.canon.fr>.
1421        * custom/vegaplus.cfg: New file.
1422
14232000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1424
1425        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
1426        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
1427        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
1428        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
1429        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
1430        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
1431        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
1432
14332000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1434
1435        * custom/gensh2.cfg: Fix comments.
1436
14372000-09-12      Joel Sherrill <joel@OARcorp.com>
1438
1439        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
1440        compiler arguments that specify CPU model options.
1441
14422000-09-12      Joel Sherrill <joel@OARcorp.com>
1443
1444        * custom/mbx860_005b.cfg (make-target-options): Add lines to
1445        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
1446        may be incorrect but the BSP now compiles.
1447
14482000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1449
1450        * custom/arm_bare_bsp.cfg: Fix comments.
1451
14522000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1453
1454        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
1455        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
1456        * ChangeLog: File paths corrected
1457
14582000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1459
1460        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
1461
14622000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1463
1464        * custom/pck6.cfg: New file
1465        * custom/pc486.cfg: Use -m486
1466        * custom/pc586.cfg: Use -mpentium
1467        * custom/pc686.cfg: Use -mmpentiumpro
1468        * custom/i386ex.cfg: Use -msoft-float
1469
14702000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1471
1472        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
1473
14742000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1475
1476        * ChangeLog: File paths corrected.
1477
14782000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1479
1480        * custom/mvme167.cfg: Add specification of printk port, console port
1481        and serial I/O mode.  Arrange for the stripped executable to
1482        be copied up the build tree.
1483       
14842000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1485
1486        * custom/mbx8xx.cfg: Support for shared printk and no termios.
1487
14882000-08-10      John Cotton  <john.cotton@nrc.ca>
1489
1490        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
1491
14922000-08-10      Joel Sherrill <joel@OARcorp.com>
1493
1494        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.