source: rtems/make/ChangeLog @ 97a40898

4.104.114.95
Last change on this file since 97a40898 was 97a40898, checked in by Till Straumann <strauman@…>, on 03/07/08 at 05:30:27

2008-03-06 Till Straumann <strauman@…>

  • custom/mvme3100.cfg: Fixed typo, 'endef' not 'endif'.
  • Property mode set to 100644
File size: 44.9 KB
Line 
12008-03-06      Till Straumann <strauman@slac.stanford.edu>
2
3        * custom/mvme3100.cfg: Fixed typo, 'endef' not 'endif'.
4
52008-02-19      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * custom/gen405.cfg, custom/helas403.cfg: Remove (Abandonded).
8
92008-02-11      Till Straumann <strauman@slac.stanford.edu>
10
11        * custom/mvme3100.cfg: Removed CFLAGS_PROFILE_V;
12        added '-g' to CFLAGS_DEBUG_V.
13
142008-02-08      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * custom/pc386.cfg: Use file with symbols.
17
182008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * custom/ss555.cfg: Add CVS Id.
21
222008-01-09      Eric Norum <norume@aps.anl.gov>
23
24        * custom/mvme3100.cfg: Add make-cxx-exe rule.
25
262007-12-17      Chris Johns <chrisj@rtems.org>
27
28        * custom/mcf5235.cfg, custom/mrm332.cfg, custom/pc386.cfg: Split
29        the make-exe and make-cxx-exe into bsp-link-c, bsp-link-cxx and
30        bsp-post-link make macros. This allow external autotools support.
31
322007-12-14      Till Straumann <strauman@slac.stanford.edu>
33
34        * custom/mvme3100.cfg: Added; new BSP.
35
362007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * custom/mvme5500.cfg: Fix typo.
39
402007-11-27      Kate Feng <feng1@bnl.gov>
41
42        * custom/mvme5500.cfg: Add compiler arguments sine without them, the
43        BSP has issues.
44
452007-11-03      Ray Xu <rayx.cn@gmail.com>
46
47        * custom/rtl22xx_t.cfg: New file, rtl22xx_t is a new bsp compiled
48        with THUMB enabled
49
502007-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * custom/icecube.cfg: Rename EP5200 to IceCube since that is the
53        nickname for the Freescale evaluation board it is based upon. BSP was
54        tested on a Freescale MPC5200LITE.
55
562007-08-05      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * custom/mcf5235.cfg: Remove bogus -m5200 from linker calls.
59        * custom/av5282.cfg: Remove bogus -qnolinkcmds, -m5200 from linker
60          calls.
61        * custom/gen83xx.cfg: Use -O2.
62
632007-07-28      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * custom/Linux-posix.cfg: Use -O2.
66        * custom/rbtx4938.cfg: Add missing -O2.
67        * custom/rtl22xx.cfg: Adjust indentation.
68        * custom/virtex.cfg: Use -O2.
69
702007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * custom/Linux-posix.cfg: Make Linux link with just a C main -- avoid
73        using C++ ctor trick. An RTEMS C++ application running on this BSP
74        may have initialization order issues to address.
75
762007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * custom/Linux-posix.cfg: Linux BSP must be linked with C++ compiler.
79
802007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * custom/gen83xx.cfg: Add make-cxx-exe rule.
83
842007-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
85
86        * custom/gen83xx.cfg, custom/mpc8349eamds.cfg: added file to support
87        MPC83xx controller based boards
88       
892007-07-02      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
90
91        * custom/virtex.cfg: added file to support PPC core in a xilinx
92        virtex FPGA
93       
942007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * custom/Linux-posix.cfg: Merge patch from Till Straumann which would
97        work except gcc core dumps with an ICE when may_alias is used in this
98        code. I filed a GCC PR and reduced optimization to -O0 and it does
99        run again.
100
1012007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * Templates/Makefile.leaf: At suggestion of Robert Grimes add commented
104        out make-cxx-exe usage example.
105
1062007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * custom/gen5200.cfg: Remove junk comment.
109        * custom/ep5200.cfg: New file.
110
1112007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * custom/armulator.cfg: Removed.
114
1152007-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * custom/mvme5500.cfg: Use -O2 again.
118
1192007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * Makefile.am: DMV152 obsoleted.
122        * custom/dmv152.cfg: Removed.
123
1242007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * Makefile.am: Per Jiri Gaisler remove unused erc32nfp and leon1 BSP
127        variants.
128        * custom/erc32nfp.cfg, custom/leon1.cfg: Removed.
129
1302007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/pc386.cfg,
133        custom/sim68000.cfg, custom/ts_386ex.cfg: Clean up to use .nxe
134        extension instead of BSP unique ones.
135
1362007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * compilers/gcc-no_bsp.cfg: There are no longer any required managers.
139        Plus some cleanup
140
1412007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * leaf.cfg, compilers/gcc-no_bsp.cfg: Add optional manager stub
144        for Classic API Barrier.
145
1462007-04-26      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * custom/rtl22xx.cfg: Cleanup.
149        * Makefile.am: Add custom/rtl22xx.cfg.
150
1512007-04-26      Ray Xu <xr@trasin.net>
152
153        * custom/rtl22xx.cfg: New (Initial submission).
154
1552007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * Makefile.am: Cleanup.
158
1592007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
162        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
163        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
164        custom/bare.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
165        custom/csb336.cfg, custom/csb360.cfg, custom/dmv152.cfg,
166        custom/eZKit533.cfg, custom/edb7312.cfg, custom/ep1a.cfg,
167        custom/erc32.cfg, custom/erc32nfp.cfg, custom/gba.cfg,
168        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
169        custom/gen68340.cfg, custom/gen68360.cfg, custom/gensh1.cfg,
170        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
171        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
172        custom/i386ex.cfg, custom/idp.cfg, custom/jmr3904.cfg,
173        custom/leon2.cfg, custom/leon3.cfg, custom/mbx821_002b.cfg,
174        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
175        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
176        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
177        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
178        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
179        custom/nios2_iss.cfg, custom/ods68302.cfg, custom/pc386.cfg,
180        custom/psim.cfg, custom/rbtx4925.cfg, custom/score603e.cfg,
181        custom/sim68000.cfg, custom/simcpu32.cfg, custom/simsh4.cfg,
182        custom/simsh7032.cfg, custom/simsh7045.cfg, custom/ss555.cfg,
183        custom/ts_386ex.cfg: Add -g to CFLAGS_OPTIMIZE_V.
184
1852007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * custom/gensh1.cfg, custom/gensh2.cfg, custom/gensh4.cfg,
188        custom/hurricane.cfg, custom/rbtx4925.cfg, custom/simsh4.cfg:
189        Use $(NM) -g -n instead of $(NM) -n.
190        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
191        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
192        custom/Solaris-posix.cfg: Use $(NM) -g -n instead of $(NM) -ng.
193
1942007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * custom/score603e.cfg: CFLAGS_OPTIMIZE_V = -O2. Remove
197        DRIVER_ARCHITECTURE.
198        * custom/av5282.cfg, custom/bare.cfg, custom/dmv152.cfg,
199        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
200        custom/gen68340.cfg, custom/gen68360.cfg, custom/helas403.cfg,
201        custom/hurricane.cfg, custom/i386ex.cfg, custom/idp.cfg,
202        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
203        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
204        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
205        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
206        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
207        custom/ods68302.cfg, custom/pc386.cfg, custom/psim.cfg,
208        custom/rbtx4925.cfg, custom/sim68000.cfg, custom/simcpu32.cfg,
209        custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg,
210        custom/gensh2.cfg, custom/gensh4.cfg, custom/shsim.cfg,
211        custom/simsh4.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg,
212        custom/h8sim.cfg, custom/csb336.cfg, custom/edb7312.cfg,
213        custom/gba.cfg: CFLAGS_OPTIMIZE_V = -O2.
214        * custom/gba.cfg, custom/mbx8xx.cfg, custom/ss555.cfg: Remove
215        CXXFLAGS_OPTIMIZE_V.
216
2172007-01-17      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * custom/eZKit533.cfg: CFLAGS_OPTIMIZE = -O0.
220        * custom/gensh1.cfg, custom/ep1a.cfg, custom/erc32.cfg,
221        custom/erc32nfp.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
222        custom/armulator.cfg, custom/gp32.cfg: CFLAGS_OPTIMIZE_V = -O2.
223
2242006-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
225
226        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
227        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
228        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
229        custom/bare.cfg,  custom/c3xsim.cfg, custom/c4xsim.cfg,
230        custom/csb336.cfg, custom/csb337.cfg, custom/csb350.cfg,
231        custom/csb360.cfg, custom/dmv152.cfg, custom/eZKit533.cfg,
232        custom/edb7312.cfg, custom/ep1a.cfg, custom/erc32.cfg,
233        custom/erc32nfp.cfg, custom/gba.cfg, custom/gen405.cfg,
234        custom/gen5200.cfg, custom/gen68302.cfg, custom/gen68340.cfg,
235        custom/gen68360.cfg, custom/genmongoosev.cfg, custom/gensh1.cfg,
236        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
237        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
238        custom/i386ex.cfg, custom/idp.cfg,
239        custom/jmr3904.cfg,custom/leon2.cfg, custom/leon3.cfg,
240        custom/mbx821_002b.cfg, custom/mbx8xx.cfg, custom/mcf5206elite.cfg,
241        custom/mcf5235.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg,
242        custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg,
243        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
244        custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg,
245        custom/mvme5500.cfg, custom/ods68302.cfg, custom/pc386.cfg,
246        custom/psim.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg,
247        custom/score603e.cfg, custom/shsim.cfg, custom/sim68000.cfg,
248        custom/simcpu32.cfg, custom/simsh4.cfg, custom/simsh7032.cfg,
249        custom/simsh7045.cfg, custom/ss555.cfg, custom/ts_386ex.cfg:
250        Cleanup.
251
2522006-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
253
254        * custom/uC5282.cfg: Remove hard-code compiler flags.
255        * custom/av5282.cfg, custom/csb360.cfg, custom/mcf5206elite.cfg,
256        custom/mcf5235.cfg: Remove ASFLAGS, CPU_ASFLAGS (Unused).
257
2582006-10-23      Joel Sherrill <joel@OARcorp.com>
259
260        * custom/eZKit533.cfg: New file.
261
2622006-09-08      Kate Feng <feng1@bnl.gov>
263
264        PR 1150/bsps
265        * custom/mvme5500.cfg: This is a follow-up of the PR846 due to the fact
266        that gcc (4.0.2) implicitely uses the vector engine for optimization;
267        -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec is better.
268
2692006-08-09      Kolja Waschk <waschk@telos.de>
270
271        * Makefile.am: New port to Altera NIOS II.
272        * custom/nios2_iss.cfg: New file.
273
2742006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
275
276        * custom/brsl5.cfg: (PR1117) added
277       
2782006-06-08      Bruce Robinson <brucer@pmccorp.com>
279       
280        * custom/rbtx4925.cfg:  Fix CPU_CFLAGS defines.
281        * custom/rbtx4938.cfg:  Fix CPU_CFLAGS defines.
282
2832005-04-10      Eric Norum <norume@aps.anl.gov>
284
285        *  custom/uC5282.cfg: Keep frame pointer -- gdb is much more useful.
286
2872006-03-16      Ralf Corsepius <ralf.corsepius@rtems.org>
288
289        * custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg:
290        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
291        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg:
292        Remove (abandoned).
293
2942006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
295
296        * custom/leon1.cfg, custom/leon2.cfg, custom/leon3.cfg, sis.cfg:
297        Merger from rtems-4-6-branch.
298
2992006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
300
301        PR 851/bsps
302        * custom/gen5200.cfg, custom/pm520_cr825.cfg, custom/pm520_ze30.cfg:
303        New (Submission by Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>).
304
3052005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
306
307        * custom/gba.cfg, custom/pc386.cfg: Use .elf instead of .obj.
308
3092005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
310
311        * custom/dmv152.cfg, custom/i386ex.cfg, custom/idp.cfg,
312        custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg,
313        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg:
314        Use .srec for files containing SRECs.
315
3162005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
317
318        * custom/gp32.cfg: Replace .gxb with .elf.
319        * custom/i386ex.cfg, custom/ts_386ex.cfg: Replace .coff with .elf.
320
3212005-11-03      Till Straumann <strauman@slac.stanford.edu>
322
323        * custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use
324        -mcpu=750 instead.
325
3262005-09-18      Ralf Corsepius <ralf.corsepius@rtems.org>
327
328        * custom/orp.cfg: Remove (abandoned).
329        * custom/av5282.cfg: Remove obsolete vars.
330        * custom/gba.cfg: Remove PROFILE* (abandoned).
331        Remove -static (bogus).
332
3332005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
334
335        PR 822/bsps
336        * custom/mbx860_001b.cfg, custom/mbx860_1b.cfg: New files.
337
3382005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
339
340        * custom/av5282.cfg: New file.
341
3422005-06-17      Markku Puro <markku.puro@kopteri.net>
343
344        * Makefile.am: Adding GameBoy Advance BSP.
345        * custom/gba.cfg: New file.
346
3472005-06-17      Joel Sherrill <joel@OARcorp.com>
348
349        * custom/mcf5235.cfg: New file.
350
3512005-06-01      Philippe Simons <loki_666@fastmail.fm>
352
353        * custom/gp32.cfg: Add make-cxx-exe.
354
3552005-05-27      Ralf Corsepius <ralf.corsepius@rtems.org>
356
357        * custom/mbx860_005b.cfg, custom/mcp750.cfg, custom/mtx603e.cfg,
358        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg:
359        Remove RTEMS_PPC_EXCEPTION_PROCESSING_MODEL (Obsolete).
360
3612005-05-02      Joel Sherrill <joel@OARcorp.com>
362
363        * Makefile.am: Remove dmv177 and ppcn_60x.
364        * custom/dmv177.cfg: Removed.
365
3662005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
367
368        * custom/ppcn_60x.cfg: Remove (Gone from libbsp).
369
3702005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
371
372        * Makefile.am: Initial release of ep1a bsp
373        * custom/ep1a.cfg: New file.
374
3752005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
376
377        * custom/score603e.cfg: Update score603e to new exception model
378        NOTE: These modifications have not been tested on hardware.
379
3802005-03-11      Jay Monkman <jtm@lopingdog.com>
381
382        * custom/vegaplus.cfg: Removed.
383
3842005-03-11      Philippe Simons <loki_666@fastmail.fm>
385
386        * custom/gp32.cfg: New file.
387
3882005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
389
390        * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI.
391        * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V.
392        Remove -Wa,-m7450.
393
3942005-02-25      Joel Sherrill <joel@OARcorp.com>
395
396        * custom/jmr3904.cfg: arm_bare_bsp obsoleted.
397        * custom/arm_bare_bsp.cfg: Removed.
398
3992005-02-24      Jay Monkman <jtm@lopingdog.com>
400
401        * custom/csb350.cfg: New BSP.
402
4032005-02-24      Jay Monkman <jtm@lopingdog.com>
404
405        * custom/csb337.cfg: Cleanup.
406
4072005-02-08      Eric Norum <norume@aps.anl.gov>
408
409        * custom/uC5282.cfg: Put -m5200 back in link-edit commands until
410        proper versions of gcc (which take -m528x as an order to load the
411        -m5200 multilib variants) are widely available.
412
4132005-02-05      Ralf Corsepius <ralf.corsepius@rtems.org>
414
415        * custom/uC5282.cfg: Cleanup.
416
4172005-01-28      Eric Norum <norume@aps.anl.gov>
418
419        * Makefile.am, custom/uC5282.cfg: New BSP
420
4212005-01-20      Joel Sherrill <joel@OARcorp.com>
422
423        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg,
424        custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg,
425        custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg,
426        custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for
427        gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
428
4292005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
430
431        * compilers/gcc-portsw.cfg: Remove.
432        * Makefile.am: Reflect change above.
433
4342004-11-23      Joel Sherrill <joel@OARcorp.com>
435
436        * Makefile.am: Remove eth_comm.
437        * custom/eth_comm.cfg: Removed.
438
4392004-11-22      Jennifer Averett <jennifer@OARcorp.com>
440
441        PR 581/bsps
442        * custom/psim.cfg: Convert PSIM to new exception model.
443
4442004-11-17      Joel Sherrill <joel@OARcorp.com>
445
446        * custom/mvme2100.cfg: Add make-cxx-exe rule.
447
4482004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
449
450        * Makefile.am: Add MVME2100 BSP.
451        * custom/mvme2100.cfg: New file.
452
4532004-11-05      Joel Sherrill <joel@OARcorp.com>
454
455        * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
456        architecture name for RTEMS. Since this was used as the -mcpu
457        argument to GCC, that also had to be changed.
458
4592004-10-26      Eric Norum <norume@aps.anl.gov
460
461        * custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
462
4632004-10-20      Eric Norum <norume@aps.anl.gov
464
465        * custom/mvme5500.cfg: New BSP.
466
4672004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
468
469        * custom/c3xsim.cfg, custom/c4xsim.cfg: Expand files.
470
4712004-09-29      Joel Sherrill <joel@OARcorp.com>
472
473        * custom/h8sim.cfg: i960 obsoleted.
474        * custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
475
4762004-08-03      Jay Monkman <jtm@lopingdog.com>
477
478        * custom/csb360.cfg: New file.
479
4802004-07-15      Jay Monkman
481
482        * custom/csb336.cfg, custom/csb337.cfg: New files.
483
4842004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
485
486        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
487        with FreeBSD and now unused).
488        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
489
4902004-04-12      David Querbach <querbach@realtime.bc.ca>
491
492        * custom/ss555.cfg: New file.
493
4942004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
495
496        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
497        with Cygwin and now unused).
498
4992004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
500
501        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
502
5032004-03-05      Joel Sherrill <joel@OARcorp.com>
504
505        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
506        support.
507
5082004-02-26      Joel Sherrill <joel@OARcorp.com>
509
510        PR 570/bsps
511        * custom/mvme2307.cfg: Do not use -msdata=eabi since
512        it breaks the linking of the vectors.
513
5142004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * Makefile.am: Cosmetics.
517
5182004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
521        dist_rtems_make_custom_DATA = custom/default.cfg.
522
5232004-02-05      Joel Sherrill <joel@OARcorp.com>
524
525        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
526        these -- copied from the 4.6 branch.
527
5282004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        PR 553/bsps
531        * custom/mrm332.cfg: Comment out objdump.
532
5332004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
536
5372004-01-20      Joel Sherrill <joel@OARcorp.com>
538
539        PR 553/bsps
540        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
541        comment.
542
5432004-01-07      Joel Sherrill <joel@OARcorp.com>
544
545        * Makefile.am: Remove efi68k and efi332 references as they are no
546        longer in the tree.
547
5482004-01-07      Joel Sherrill <joel@OARcorp.com>
549
550        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
551        users of these boards so we are removing them.
552        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
553
5542004-01-07      Joel Sherrill <joel@OARcorp.com>
555
556        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
557
5582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * Makefile.am: EXTRA_DIST +=.
561
5622003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * custom/Makefile.am: Remove.
565        * Makefile.am: Merge-in former custom/Makefile.am
566
5672003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
570        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
571
5722003-09-26      Joel Sherrill <joel@OARcorp.com>
573
574        * custom/simhppa.cfg: Removed.
575
5762003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
579
5802003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        PR 470/bsps
583        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
584        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
585        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
586
5872003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
590        the BSP's configure-script).
591        Remove BSP_CPPFLAGS (Obsolete).
592
5932003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        PR 321/bsps
596        * leaf.cfg: Remove support for profile-variant.
597        * main.cfg: Ditto.
598        * compilers/gcc-no_bsp.cfg: Ditto.
599        * compilers/gcc-portsw.cfg: Ditto.
600        * compilers/gcc-target-default.cfg: Ditto.
601
6022003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
603
604        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
605
6062003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
607
608        PR 368/filesystems
609        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
610        with this PR for alias BSPs.
611
6122003-03-18  Till Straumann <strauman@slac.stanford.edu>
613
614        PR 356/bsps
615        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
616        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
617
6182003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
621
6222003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
625        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
626        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
627        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
628
6292003-02-14      Joel Sherrill <joel@OARcorp.com>
630
631        AMD a29k obsolete.
632        * custom/portsw.cfg: Removed.
633
6342003-01-20      Duane Gustavus <duane@unt.edu>
635
636        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
637
6382003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
641        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
642        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
643        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
644        Move -D_BSD_SOURCE to CPU_CFLAGS.
645        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
646        Move -Dsolaris2 to CPU_CFLAGS.
647        Remove -D__EXTENSIONS__.
648
6492002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * custom/posix.cfg: Remove comment referring to host.cfg.
652
6532002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * custom/default.cfg: Pickup target.cfg from BSP directory.
656
6572002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
658
659        * custom/mtx603e.cfg: New file.
660
6612002-11-17      Joel Sherrill <joel@OARcorp.com>
662
663        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
664        build variants work for user applications post install.
665
6662002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
669        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
670        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
671        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
672        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
673
6742002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
675
676        * custom/edb7312.cfg: New file.
677
6782002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
681        obsolete Makefile.
682        * leaf.cfg: Various changes to LIBVARIANT processing.
683        * main.cfg: Ditto.
684
6852002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * Makefile.am: Add compilers/*.
688        * compilers/Makefile.am: Remove.
689        * lib.cfg: Remove.
690        * directory.cfg: Remove.
691        * README: Remove.
692
6932002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * Makefile.am: Add Templates/*.
696        * Templates/Makefile.am: Remove.
697
6982002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
701
7022002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
705        * custom/HPUX9-posix.cfg: Ditto.
706        * custom/Linux-posix.cfg: Ditto.
707
7082002-10-02      Joel Sherrill <joel@OARcorp.com>
709
710        * custom/armulator.cfg: Remove reference to PowerPC arguments.
711
7122002-09-13      Joel Sherrill <joel@OARcorp.com>
713
714        * Part of addressing PR281.
715        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
716        * compilers/gcc-target-default.cfg: Removed remaining support for
717        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
718        as one of the LDFLAGS when the debug variant is specified.
719
7202002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
721
722        * custom/posix.cfg: Don't include host.cfg.
723
7242002-08-09      Joel Sherrill <joel@OARcorp.com>
725
726        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
727
7282002-08-07      Ivan Guzvinec <ivang@opencores.org>
729
730        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
731
7322002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
735
7362002-08-06      Joel Sherrill <joel@OARcorp.com>
737
738        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
739        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
740
7412002-08-06      Chris Ziomkowski <chris@asics.ws>
742
743        * custom/or32sim.cfg: New file added as part of merge from
744        OpenCores repository.
745
7462002-08-05      Joel Sherrill <joel@OARcorp.com>
747
748        * Per PR260 eliminate use of make-target-options.  This impacted
749        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
750        SuperCore and required that the m68k optimized memcpy be moved
751        to libcpu.
752        * custom/gen68360.cfg: Remove make-target-options.
753
7542002-08-01      Joel Sherrill <joel@OARcorp.com>
755
756        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
757        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
758
7592002-08-01      Joel Sherrill <joel@OARcorp.com>
760
761        * custom/mvme136.cfg: Remove make-target-options.
762
7632002-07-30      Joel Sherrill <joel@OARcorp.com>
764
765        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
766        will disappear when make clean is performed.
767
7682002-07-24      Joel Sherrill <joel@OARcorp.com>
769
770        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
771        to use gcc 3.1 arguments.
772
7732002-07-22      Joel Sherrill <joel@OARcorp.com>
774
775        * Templates/Makefile.leaf: Clarify the MANAGERS example.
776
7772002-07-01      Joel Sherrill <joel@OARcorp.com>
778
779        * custom/p4650.cfg: Update arguments to gcc3.
780
7812002-06-14      Joel Sherrill <joel@OARcorp.com>
782
783        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
784        to gcc 3.1 arguments.
785
7862002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
787
788        * custom/dmv177.cfg: Use -mcpu=603e.
789        * custom/ppcn_60x.cfg: Use -mcpu=603e.
790        * custom/psim.cfg: Use -mcpu=603e.
791        * custom/score603e.cfg: Use -mcpu=603e.
792        * custom/ts_386ex.cfg: Remove obsolete comments.
793        * custom/rxgen960.cfg: Remove obsolete comments.
794        * custom/cvme961.cfg: Remove obsolete comments.
795
7962001-05-09      Joel Sherrill <joel@OARcorp.com>
797
798        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
799        compatable arguments.
800 
8012002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802
803        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
804        Remove obsolete comments.
805        * custom/eth_comm.cfg: Remove make-target-options.
806        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
807        CPU_CFLAGS.
808        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
809        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
810        * custom/mbx8xx.cfg: Remove make-target-options.
811        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
812        Remove obsolete comments.
813        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
814        Remove obsolete comments.
815        * custom/mpc8260ads.cfg: Remove make-target-options.
816        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
817        CPU_CFLAGS.
818        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
819        Remove obsolete comments.
820        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
821        CPU_CFLAGS.
822        Remove obsolete comments.
823        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
824        Remove obsolete comments.
825        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
826        CPU_CFLAGS.
827        Remove obsolete comments.
828
8292002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
830
831        * custom/gen405.cfg: Remove -D__powerpc__.
832
8332002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
836        * custom/erc32.cfg: Ditto.
837        * custom/leon2.cfg: Ditto.
838
839
8402002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
841
842        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
843        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
844        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
845
8462002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
847
848        * custom/cvme961.cfg: Remove GCC272 support.
849        * custom/dmv152.cfg: Remove GCC272 support.
850        * custom/efi332.cfg: Remove GCC272 support.
851        * custom/efi68k.cfg: Remove GCC272 support.
852        * custom/eth_comm.cfg: Remove GCC272 support.
853        * custom/gen405.cfg: Remove GCC272 support.
854        * custom/gen68302.cfg: Remove GCC272 support.
855        * custom/gen68340.cfg: Remove GCC272 support.
856        * custom/gen68360.cfg: Remove GCC272 support.
857        * custom/genmongoosev.cfg: Remove GCC272 support.
858        * custom/helas403.cfg: Remove GCC272 support.
859        * custom/i386ex.cfg: Remove GCC272 support.
860        * custom/i960sim.cfg: Remove GCC272 support.
861        * custom/idp.cfg: Remove GCC272 support.
862        * custom/leon2.cfg: Remove GCC272 support.
863        * custom/mbx8xx.cfg: Remove GCC272 support.
864        * custom/mcf5206elite.cfg: Remove GCC272 support.
865        * custom/mpc8260ads.cfg: Remove GCC272 support.
866        * custom/mrm332.cfg: Remove GCC272 support.
867        * custom/mvme136.cfg: Remove GCC272 support.
868        * custom/mvme147.cfg: Remove GCC272 support.
869        * custom/mvme167.cfg: Remove GCC272 support.
870        * custom/ods68302.cfg: Remove GCC272 support.
871        * custom/p4000.cfg: Remove GCC272 support.
872        * custom/p4600.cfg: Remove GCC272 support.
873        * custom/p4650.cfg: Remove GCC272 support.
874        * custom/pc386.cfg: Remove GCC272 support.
875        * custom/portsw.cfg: Remove GCC272 support.
876        * custom/psim.cfg: Remove GCC272 support.
877        * custom/rxgen960.cfg: Remove GCC272 support.
878        * custom/score603e.cfg: Remove GCC272 support.
879        * custom/sim68000.cfg: Remove GCC272 support.
880        * custom/simhppa.cfg: Remove GCC272 support.
881        * custom/simsh4.cfg: Remove GCC272 support.
882        * custom/ts_386ex.cfg: Remove GCC272 support.
883
8842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885
886        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
887        * Makefile.am: Remove AUTOMAKE_OPTIONS.
888        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
889        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
890
8912002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
892
893        * compilers/gcc-target-default.cfg: Add missing \.
894        Reported by Ilya Alexeev <ilya@continuum.ru>.
895
8962002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
897
898        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
899        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
900        support.
901        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
902
9032001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
904
905        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
906        * custom/FreeBSD-posix.cfg: Ditto.
907        * custom/HPUX9-posix.cfg: Ditto.
908        * custom/Linux-posix.cfg: Ditto.
909        * custom/Solaris-posix.cfg: Ditto.
910
9112001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
912
913        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
914        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
915
9162001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
917
918        * custom/armulator.cfg: Remove make-target-options.
919        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
920        (now in erc32/configure.ac).
921        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
922        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
923        Remove CONSOLE_USE_POLLED (Unused).
924        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
925        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
926        * custom/mvme162.cfg: Remove references to mvme162lx.
927        Abandon gcc272. Remove make-target-options.
928        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
929
9302001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
931
932        * custom/bare.cfg: Remove make-target-options.
933        * custom/c4xsim.cfg: Ditto.
934        * custom/cvme961.cfg: Ditto.
935        * custom/efi68k.cfg: Ditto.
936        * custom/gen68302.cfg: Ditto.
937        * custom/gen68340.cfg: Ditto.
938        * custom/genmongoosev.cfg: Ditto.
939        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
940        make-exe, remove empty lines.
941        * custom/h8sim.cfg: Remove make-target-options.
942        * custom/mcf5206elite.cfg: Ditto.
943        * custom/mrm332.cfg: Ditto.
944        * custom/mvme147.cfg: Ditto.
945        * custom/ods68302.cfg: Ditto.
946        * custom/p4000.cfg: Ditto.
947        * custom/p4600.cfg: Ditto.
948        * custom/p4650.cfg: Ditto.
949        * custom/pc386.cfg: Ditto.
950        * custom/portsw.cfg: Ditto.
951        * custom/simsh4.cfg: Ditto.
952
9532001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
954
955        * custom/efi332.cfg: Remove make-target-options.
956        * custom/idp.cfg: Ditto.
957        * custom/jmr3904.cfg: Ditto.
958
9592001-11-27      Joel Sherrill <joel@OARcorp.com>,
960
961        * ChangeLog: Deleted bogus entry.
962
9632001-11-27      Joel Sherrill <joel@OARcorp.com>,
964
965        * custom/ods68302.cfg: Eliminated required definition of macros in this
966        file for the BSP to compile.  The ROM and ROM address and size settings
967        are now linker script items. 
968
9692001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971
972        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
973        Remove make-target-options.
974        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
975        Remove make-target-options.
976        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
977        DATA_CACHE_ENABLE.
978        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
979        DATA_CACHE_ENABLE.
980        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
981        DATA_CACHE_ENABLE.
982
9832001-11-25      Joel Sherrill <joel@OARcorp.com>
984
985        * custom/papyrus.cfg: Removed.
986        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
987
9882001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
989
990        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
991        * custom/mcp750.cfg: Ditto.
992
9932001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
994
995        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
996        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
997        * custom/psim.cfg: Refect changes to psim/configure.ac.
998        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
999        remove SCORE603E_GENERATION.
1000
10012001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1002
1003        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
1004        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
1005        * custom/mbx860_005b.cfg: Ditto.
1006        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
1007
1008
10092001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1010
1011        * custom/gensh1.cfg: remove make-target-options.
1012        * custom/gensh2.cfg: remove make-target-options.
1013
10142001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1015
1016        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
1017        remove make-target-options, remove BSP_CPPFLAGS.
1018
10192001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1020
1021        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
1022
10232001-11-14      Joel Sherrill <joel@OARcorp.com>
1024
1025        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
1026        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
1027        These are new exception processing model BSPs and thus do not
1028        need to define PPC_USE_SPRG.
1029
10302001-11-14      Joel Sherrill <joel@OARcorp.com>
1031
1032        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
1033
10342001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1035
1036        * custom/ts_386ex.cfg: Remove make-target-options.
1037        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
1038        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
1039        different flags.
1040
10412001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1042
1043        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
1044        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
1045        re-adopt mcp750.cfg's make-exe.
1046
10472001-11-13      Joel Sherrill <joel@OARcorp.com>
1048
1049        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
1050        the --srec-len argument to objcopy only supported in binutils 2.11
1051        or newer.
1052
10532001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
1054
1055        This modification is part of the submitted modifications necessary to
1056        support the IBM PPC405 family.  This submission was reviewed by
1057        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
1058        not negatively impact the ppc403 BSPs.  The submission and tracking
1059        process was captured as PR50.
1060        * custom/gen405.cfg: New file.
1061        * custom/helas403.cfg: Modified to generate Srecords.
1062
10632001-10-30      Joel Sherrill <joel@OARcorp.com>
1064
1065        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
1066
10672001-10-26      Victor V. Vengerov <vvv@oktet.ru>
1068
1069        * custom/mcf5206elite.cfg: New file.
1070
10712001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
1072
1073        * custom/mpc8260ads.cfg: New file.
1074
10752001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1076
1077        * custom/gensh4.cfg: Remove START_HW_INIT.
1078        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
1079
10802001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1081
1082        * custom/gensh4.cfg: Remove HZ.
1083        * custom/simsh4.cfg: Remove HZ.
1084
10852001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
1086
1087        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
1088        of Hitachi SH4 BSPs of the same name.  Reviewed and some
1089        cleanup by Joel Sherrill <joel@OARcorp.com>.
1090
10912001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1092
1093        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
1094
10952001-10-11      Joel Sherrill <joel@OARcorp.com>
1096
1097        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
1098        to avoid using the apparently broken or deprecated -o argument.
1099
11002001-09-28      Joel Sherrill <joel@OARcorp.com>
1101
1102        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
1103        for MC68302_BASE.
1104
11052001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1106
1107        * custom/bare.cfg: Define dummy make-cxx-exe.
1108
11092001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1110
1111        * ChangeLog: Formatting cleanup.
1112
11132001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1114
1115        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
1116        make-target-options.
1117        * custom/FreeBSD-posix.cfg: Remove make-target-options.
1118        * custom/HPUX9-posix.cfg: Dito.
1119        * custom/Linux-posix.cfg: Dito.
1120        * custom/Solaris-posix.cfg: Dito.
1121        * custom/arm_bare_bsp.cfg: Dito.
1122        * custom/armulator.cfg: Dito.
1123        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
1124        * custom/i386ex.cfg: Remove make-target-options.
1125        * custom/i960sim.cfg: Remove make-target-options.
1126        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
1127        CONSOLE_USE_INTERRUPTS.
1128        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
1129        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
1130        CONSOLE_USE_INTERRUPTS.
1131        * custom/vegaplus.cfg: Remove make-target-options.
1132
11332001-05-25      Joel Sherrill <joel@OARcorp.com>
1134
1135        * custom/mrm332.cfg: Switched $(SED) to sed.
1136
11372000-05-25      Matt Cross <profesor@gweep.net>
1138
1139        * New MRM332 BSP for the Mini RoboMind board based
1140        on the 68332 microcontroller designed and build by Mark
1141        Castelluccio.  For details on the MRM see http://www.robominds.com.
1142        * custom/mrm332.cfg: New file.
1143
11442001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1145
1146        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
1147        CONSOLE_USE_POLLED, HAS_RTC.
1148
11492001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1150
1151        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
1152        * custom/gensh2.cfg: Dito.
1153
11542001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1155
1156        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
1157        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
1158        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
1159        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
1160        remove unused flags, remove -ansi from CPP.
1161        * custom/eth_comm.cfg: Remove CPU_DEFINES.
1162        * custom/sim68000.cfg: Remove CPU_DEFINES.
1163       
11642001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1165
1166        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
1167        * compilers/gcc-target-default.cfg: Dito.
1168        * compilers/gcc-portsw.cfg: Remove -Hansi.
1169        * custom/posix.cfg: Remove inclusion of target.cfg.
1170        * custom/simhppa.cfg: Remove -ansi -fasm.
1171
11722001-04-11      Eric Valette <valette@crf.canon.fr>
1173
1174        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
1175        "new exception processing model."
1176
11772001-04-11      Joel Sherrill <joel@OARcorp.com>
1178
1179        * custom/default.cfg: Switch to using exec_prefix to reflect new
1180        organization of install point from Ralf Corsepius.
1181
11822001-03-30      Eric Valette <valette@crf.canon.fr>
1183
1184        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
1185        use the "new exception processing model."
1186
11872001-03-14      Joel Sherrill <joel@OARcorp.com>
1188
1189        * custom/genmongossev.cfg: New file.
1190
11912001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1192
1193        * custom/pc386dx.cfg: New bsp.
1194
11952001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1196
1197        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
1198        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
1199        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
1200
12012001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1202
1203        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
1204        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
1205        * host.cfg.in: Remove RM, make-script.
1206        * ChangeLog: Remove bogus 2001-01-22 entry.
1207
12082001-01-09      Joel Sherrill <joel@OARcorp.com>
1209
1210        * custom/pc386.cfg (make-exe): Removed commented out lines that
1211        were displayed in build longs.
1212
12132001-01-08      Joel Sherrill <joel@OARcorp.com>
1214
1215        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
1216        unneeded definitions when compiled for "mips" rather than "mips64orion."
1217        Correct CPU_CFLAGS.
1218
12192001-01-05      Joel Sherrill <joel@OARcorp.com>
1220
1221        * custom/gensh1.cfg: Removed rest of make-target-options and
1222        moved them to BSP configure options.
1223
12242001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1225
1226        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
1227        install point or assuming BSP build tree is available.
1228
12292001-01-03      Joel Sherrill <joel@OARcorp.com>
1230
1231        * custom/psim.cfg: Removed unused variables.
1232
12332001-01-03      Joel Sherrill <joel@OARcorp.com>
1234
1235        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
1236        * custom/simcpu32.cfg: Removed MVME162 reference.
1237
12382000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
1239
1240        * custom/mcp750.cfg: Fix problems in generation of .exe file.
1241        Still need to fix to avoid touching install point on non-install stanza.
1242
12432000-12-06      Joel Sherrill <joel@OARcorp.com>
1244
1245        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
1246        and copies that should not be in it.
1247
12482000-12-01      Joel Sherrill <joel@OARcorp.com>
1249
1250        * custom/jmr3904.cfg: Turn optimization back up to -O2.
1251
12522000-11-30      Joel Sherrill <joel@OARcorp.com>
1253
1254        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
1255        a mips1.  gcc translates -m3900 into that.
1256
12572000-11-27      Joel Sherrill <joel@OARcorp.com>
1258
1259        * custom/jmr3904.cfg: Fix incorrect reference to i960.
1260
12612000-11-27      Joel Sherrill <joel@OARcorp.com>
1262
1263        * custom/shsim.cfg: New file.
1264        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
1265        The shsim is for the SH simulator in gdb. It should be able
1266        to be used with multiple SH CPU models.  This will require
1267        adding BSP variants.
1268
12692000-11-25      Joel Sherrill <joel@OARcorp.com>
1270
1271        * custom/pc386.cfg: make-exe rule would write into
1272        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
1273        is generally not writeable after the BSP is installed and you do not
1274        want every application installed there by default.  Reported by
1275        Eric Norum <eric.norum@usask.ca>.
1276
12772000-11-25      Joel Sherrill <joel@OARcorp.com>
1278
1279        * custom/Makefile.am: Updated to add jmr3904.cfg
1280        * custom/jmr3904.cfg: New file.
1281
12822000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1283
1284        * custom/leon2.cfg: Removed defines that are now generated
1285        in a non-BSP specific manner.
1286
12872000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1288
1289        * custom/Makefile.am: Modified to reflect addition of files.
1290        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
1291        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
1292
12932000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1294
1295        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
1296
12972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1298
1299        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
1300
13012000-10-24      Joel Sherrill <joel@OARcorp.com>
1302
1303        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
1304        definition since this information can be picked up from
1305        autoconf generated files.  These BSPs are shared by the
1306        mips and mips64orion "ports."
1307
13082000-10-18      Joel Sherrill <joel@OARcorp.com>
1309
1310        * compilers/gcc-portsw.cfg: Use gcc style flags.
1311
13122000-09-13      Joel Sherrill <joel@OARcorp.com>
1313
1314        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
1315        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
1316
13172000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
1318
1319        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
1320        Eric Valette <valette@crf.canon.fr>.
1321        * custom/vegaplus.cfg: New file.
1322
13232000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1324
1325        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
1326        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
1327        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
1328        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
1329        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
1330        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
1331        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
1332
13332000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1334
1335        * custom/gensh2.cfg: Fix comments.
1336
13372000-09-12      Joel Sherrill <joel@OARcorp.com>
1338
1339        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
1340        compiler arguments that specify CPU model options.
1341
13422000-09-12      Joel Sherrill <joel@OARcorp.com>
1343
1344        * custom/mbx860_005b.cfg (make-target-options): Add lines to
1345        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
1346        may be incorrect but the BSP now compiles.
1347
13482000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1349
1350        * custom/arm_bare_bsp.cfg: Fix comments.
1351
13522000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1353
1354        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
1355        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
1356        * ChangeLog: File paths corrected
1357
13582000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1359
1360        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
1361
13622000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1363
1364        * custom/pck6.cfg: New file
1365        * custom/pc486.cfg: Use -m486
1366        * custom/pc586.cfg: Use -mpentium
1367        * custom/pc686.cfg: Use -mmpentiumpro
1368        * custom/i386ex.cfg: Use -msoft-float
1369
13702000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1371
1372        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
1373
13742000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1375
1376        * ChangeLog: File paths corrected.
1377
13782000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1379
1380        * custom/mvme167.cfg: Add specification of printk port, console port
1381        and serial I/O mode.  Arrange for the stripped executable to
1382        be copied up the build tree.
1383       
13842000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1385
1386        * custom/mbx8xx.cfg: Support for shared printk and no termios.
1387
13882000-08-10      John Cotton  <john.cotton@nrc.ca>
1389
1390        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
1391
13922000-08-10      Joel Sherrill <joel@OARcorp.com>
1393
1394        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.