source: rtems/make/ChangeLog @ 5287d3e

4.104.114.84.95
Last change on this file since 5287d3e was e81ac77, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/16/06 at 17:09:26

2006-03-16 Ralf Corsepius <ralf.corsepius@…>

  • custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg: New (Submission by Bruce Robinson <brucer@…>).
  • Property mode set to 100644
File size: 34.6 KB
Line 
12006-03-16      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg:
4        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
5        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg:
6        Remove (abandoned).
7
82006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
9
10        * custom/leon1.cfg, custom/leon2.cfg, custom/leon3.cfg, sis.cfg:
11        Merger from rtems-4-6-branch.
12
132006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        PR 851/bsps
16        * custom/gen5200.cfg, custom/pm520_cr825.cfg, custom/pm520_ze30.cfg:
17        New (Submission by Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>).
18
192005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * custom/gba.cfg, custom/pc386.cfg: Use .elf instead of .obj.
22
232005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * custom/dmv152.cfg, custom/i386ex.cfg, custom/idp.cfg,
26        custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg,
27        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg:
28        Use .srec for files containing SRECs.
29
302005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * custom/gp32.cfg: Replace .gxb with .elf.
33        * custom/i386ex.cfg, custom/ts_386ex.cfg: Replace .coff with .elf.
34
352005-11-03      Till Straumann <strauman@slac.stanford.edu>
36
37        * custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use
38        -mcpu=750 instead.
39
402005-09-18      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * custom/orp.cfg: Remove (abandoned).
43        * custom/av5282.cfg: Remove obsolete vars.
44        * custom/gba.cfg: Remove PROFILE* (abandoned).
45        Remove -static (bogus).
46
472005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
48
49        PR 822/bsps
50        * custom/mbx860_001b.cfg, custom/mbx860_1b.cfg: New files.
51
522005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
53
54        * custom/av5282.cfg: New file.
55
562005-06-17      Markku Puro <markku.puro@kopteri.net>
57
58        * Makefile.am: Adding GameBoy Advance BSP.
59        * custom/gba.cfg: New file.
60
612005-06-17      Joel Sherrill <joel@OARcorp.com>
62
63        * custom/mcf5235.cfg: New file.
64
652005-06-01      Philippe Simons <loki_666@fastmail.fm>
66
67        * custom/gp32.cfg: Add make-cxx-exe.
68
692005-05-27      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * custom/mbx860_005b.cfg, custom/mcp750.cfg, custom/mtx603e.cfg,
72        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg:
73        Remove RTEMS_PPC_EXCEPTION_PROCESSING_MODEL (Obsolete).
74
752005-05-02      Joel Sherrill <joel@OARcorp.com>
76
77        * Makefile.am: Remove dmv177 and ppcn_60x.
78        * custom/dmv177.cfg: Removed.
79
802005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        * custom/ppcn_60x.cfg: Remove (Gone from libbsp).
83
842005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
85
86        * Makefile.am: Initial release of ep1a bsp
87        * custom/ep1a.cfg: New file.
88
892005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
90
91        * custom/score603e.cfg: Update score603e to new exception model
92        NOTE: These modifications have not been tested on hardware.
93
942005-03-11      Jay Monkman <jtm@lopingdog.com>
95
96        * custom/vegaplus.cfg: Removed.
97
982005-03-11      Philippe Simons <loki_666@fastmail.fm>
99
100        * custom/gp32.cfg: New file.
101
1022005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI.
105        * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V.
106        Remove -Wa,-m7450.
107
1082005-02-25      Joel Sherrill <joel@OARcorp.com>
109
110        * custom/jmr3904.cfg: arm_bare_bsp obsoleted.
111        * custom/arm_bare_bsp.cfg: Removed.
112
1132005-02-24      Jay Monkman <jtm@lopingdog.com>
114
115        * custom/csb350.cfg: New BSP.
116
1172005-02-24      Jay Monkman <jtm@lopingdog.com>
118
119        * custom/csb337.cfg: Cleanup.
120
1212005-02-08      Eric Norum <norume@aps.anl.gov>
122
123        * custom/uC5282.cfg: Put -m5200 back in link-edit commands until
124        proper versions of gcc (which take -m528x as an order to load the
125        -m5200 multilib variants) are widely available.
126
1272005-02-05      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * custom/uC5282.cfg: Cleanup.
130
1312005-01-28      Eric Norum <norume@aps.anl.gov>
132
133        * Makefile.am, custom/uC5282.cfg: New BSP
134
1352005-01-20      Joel Sherrill <joel@OARcorp.com>
136
137        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg,
138        custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg,
139        custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg,
140        custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for
141        gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
142
1432005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * compilers/gcc-portsw.cfg: Remove.
146        * Makefile.am: Reflect change above.
147
1482004-11-23      Joel Sherrill <joel@OARcorp.com>
149
150        * Makefile.am: Remove eth_comm.
151        * custom/eth_comm.cfg: Removed.
152
1532004-11-22      Jennifer Averett <jennifer@OARcorp.com>
154
155        PR 581/bsps
156        * custom/psim.cfg: Convert PSIM to new exception model.
157
1582004-11-17      Joel Sherrill <joel@OARcorp.com>
159
160        * custom/mvme2100.cfg: Add make-cxx-exe rule.
161
1622004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
163
164        * Makefile.am: Add MVME2100 BSP.
165        * custom/mvme2100.cfg: New file.
166
1672004-11-05      Joel Sherrill <joel@OARcorp.com>
168
169        * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
170        architecture name for RTEMS. Since this was used as the -mcpu
171        argument to GCC, that also had to be changed.
172
1732004-10-26      Eric Norum <norume@aps.anl.gov
174
175        * custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
176
1772004-10-20      Eric Norum <norume@aps.anl.gov
178
179        * custom/mvme5500.cfg: New BSP.
180
1812004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
182
183        * custom/c3xsim.cfg, custom/c4xsim.cfg: Expand files.
184
1852004-09-29      Joel Sherrill <joel@OARcorp.com>
186
187        * custom/h8sim.cfg: i960 obsoleted.
188        * custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
189
1902004-08-03      Jay Monkman <jtm@lopingdog.com>
191
192        * custom/csb360.cfg: New file.
193
1942004-07-15      Jay Monkman
195
196        * custom/csb336.cfg, custom/csb337.cfg: New files.
197
1982004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
199
200        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
201        with FreeBSD and now unused).
202        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
203
2042004-04-12      David Querbach <querbach@realtime.bc.ca>
205
206        * custom/ss555.cfg: New file.
207
2082004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
209
210        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
211        with Cygwin and now unused).
212
2132004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
214
215        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
216
2172004-03-05      Joel Sherrill <joel@OARcorp.com>
218
219        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
220        support.
221
2222004-02-26      Joel Sherrill <joel@OARcorp.com>
223
224        PR 570/bsps
225        * custom/mvme2307.cfg: Do not use -msdata=eabi since
226        it breaks the linking of the vectors.
227
2282004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Cosmetics.
231
2322004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
235        dist_rtems_make_custom_DATA = custom/default.cfg.
236
2372004-02-05      Joel Sherrill <joel@OARcorp.com>
238
239        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
240        these -- copied from the 4.6 branch.
241
2422004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        PR 553/bsps
245        * custom/mrm332.cfg: Comment out objdump.
246
2472004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
250
2512004-01-20      Joel Sherrill <joel@OARcorp.com>
252
253        PR 553/bsps
254        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
255        comment.
256
2572004-01-07      Joel Sherrill <joel@OARcorp.com>
258
259        * Makefile.am: Remove efi68k and efi332 references as they are no
260        longer in the tree.
261
2622004-01-07      Joel Sherrill <joel@OARcorp.com>
263
264        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
265        users of these boards so we are removing them.
266        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
267
2682004-01-07      Joel Sherrill <joel@OARcorp.com>
269
270        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
271
2722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: EXTRA_DIST +=.
275
2762003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * custom/Makefile.am: Remove.
279        * Makefile.am: Merge-in former custom/Makefile.am
280
2812003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
284        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
285
2862003-09-26      Joel Sherrill <joel@OARcorp.com>
287
288        * custom/simhppa.cfg: Removed.
289
2902003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
293
2942003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        PR 470/bsps
297        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
298        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
299        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
300
3012003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
304        the BSP's configure-script).
305        Remove BSP_CPPFLAGS (Obsolete).
306
3072003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        PR 321/bsps
310        * leaf.cfg: Remove support for profile-variant.
311        * main.cfg: Ditto.
312        * compilers/gcc-no_bsp.cfg: Ditto.
313        * compilers/gcc-portsw.cfg: Ditto.
314        * compilers/gcc-target-default.cfg: Ditto.
315
3162003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
317
318        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
319
3202003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
321
322        PR 368/filesystems
323        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
324        with this PR for alias BSPs.
325
3262003-03-18  Till Straumann <strauman@slac.stanford.edu>
327
328        PR 356/bsps
329        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
330        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
331
3322003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
335
3362003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
339        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
340        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
341        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
342
3432003-02-14      Joel Sherrill <joel@OARcorp.com>
344
345        AMD a29k obsolete.
346        * custom/portsw.cfg: Removed.
347
3482003-01-20      Duane Gustavus <duane@unt.edu>
349
350        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
351
3522003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
355        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
356        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
357        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
358        Move -D_BSD_SOURCE to CPU_CFLAGS.
359        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
360        Move -Dsolaris2 to CPU_CFLAGS.
361        Remove -D__EXTENSIONS__.
362
3632002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * custom/posix.cfg: Remove comment referring to host.cfg.
366
3672002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * custom/default.cfg: Pickup target.cfg from BSP directory.
370
3712002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
372
373        * custom/mtx603e.cfg: New file.
374
3752002-11-17      Joel Sherrill <joel@OARcorp.com>
376
377        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
378        build variants work for user applications post install.
379
3802002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
383        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
384        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
385        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
386        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
387
3882002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
389
390        * custom/edb7312.cfg: New file.
391
3922002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
395        obsolete Makefile.
396        * leaf.cfg: Various changes to LIBVARIANT processing.
397        * main.cfg: Ditto.
398
3992002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am: Add compilers/*.
402        * compilers/Makefile.am: Remove.
403        * lib.cfg: Remove.
404        * directory.cfg: Remove.
405        * README: Remove.
406
4072002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: Add Templates/*.
410        * Templates/Makefile.am: Remove.
411
4122002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
415
4162002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
419        * custom/HPUX9-posix.cfg: Ditto.
420        * custom/Linux-posix.cfg: Ditto.
421
4222002-10-02      Joel Sherrill <joel@OARcorp.com>
423
424        * custom/armulator.cfg: Remove reference to PowerPC arguments.
425
4262002-09-13      Joel Sherrill <joel@OARcorp.com>
427
428        * Part of addressing PR281.
429        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
430        * compilers/gcc-target-default.cfg: Removed remaining support for
431        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
432        as one of the LDFLAGS when the debug variant is specified.
433
4342002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * custom/posix.cfg: Don't include host.cfg.
437
4382002-08-09      Joel Sherrill <joel@OARcorp.com>
439
440        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
441
4422002-08-07      Ivan Guzvinec <ivang@opencores.org>
443
444        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
445
4462002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
449
4502002-08-06      Joel Sherrill <joel@OARcorp.com>
451
452        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
453        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
454
4552002-08-06      Chris Ziomkowski <chris@asics.ws>
456
457        * custom/or32sim.cfg: New file added as part of merge from
458        OpenCores repository.
459
4602002-08-05      Joel Sherrill <joel@OARcorp.com>
461
462        * Per PR260 eliminate use of make-target-options.  This impacted
463        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
464        SuperCore and required that the m68k optimized memcpy be moved
465        to libcpu.
466        * custom/gen68360.cfg: Remove make-target-options.
467
4682002-08-01      Joel Sherrill <joel@OARcorp.com>
469
470        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
471        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
472
4732002-08-01      Joel Sherrill <joel@OARcorp.com>
474
475        * custom/mvme136.cfg: Remove make-target-options.
476
4772002-07-30      Joel Sherrill <joel@OARcorp.com>
478
479        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
480        will disappear when make clean is performed.
481
4822002-07-24      Joel Sherrill <joel@OARcorp.com>
483
484        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
485        to use gcc 3.1 arguments.
486
4872002-07-22      Joel Sherrill <joel@OARcorp.com>
488
489        * Templates/Makefile.leaf: Clarify the MANAGERS example.
490
4912002-07-01      Joel Sherrill <joel@OARcorp.com>
492
493        * custom/p4650.cfg: Update arguments to gcc3.
494
4952002-06-14      Joel Sherrill <joel@OARcorp.com>
496
497        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
498        to gcc 3.1 arguments.
499
5002002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
501
502        * custom/dmv177.cfg: Use -mcpu=603e.
503        * custom/ppcn_60x.cfg: Use -mcpu=603e.
504        * custom/psim.cfg: Use -mcpu=603e.
505        * custom/score603e.cfg: Use -mcpu=603e.
506        * custom/ts_386ex.cfg: Remove obsolete comments.
507        * custom/rxgen960.cfg: Remove obsolete comments.
508        * custom/cvme961.cfg: Remove obsolete comments.
509
5102001-05-09      Joel Sherrill <joel@OARcorp.com>
511
512        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
513        compatable arguments.
514 
5152002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
518        Remove obsolete comments.
519        * custom/eth_comm.cfg: Remove make-target-options.
520        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
521        CPU_CFLAGS.
522        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
523        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
524        * custom/mbx8xx.cfg: Remove make-target-options.
525        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
526        Remove obsolete comments.
527        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
528        Remove obsolete comments.
529        * custom/mpc8260ads.cfg: Remove make-target-options.
530        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
531        CPU_CFLAGS.
532        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
533        Remove obsolete comments.
534        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
535        CPU_CFLAGS.
536        Remove obsolete comments.
537        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
538        Remove obsolete comments.
539        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
540        CPU_CFLAGS.
541        Remove obsolete comments.
542
5432002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * custom/gen405.cfg: Remove -D__powerpc__.
546
5472002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
550        * custom/erc32.cfg: Ditto.
551        * custom/leon2.cfg: Ditto.
552
553
5542002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
557        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
558        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
559
5602002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * custom/cvme961.cfg: Remove GCC272 support.
563        * custom/dmv152.cfg: Remove GCC272 support.
564        * custom/efi332.cfg: Remove GCC272 support.
565        * custom/efi68k.cfg: Remove GCC272 support.
566        * custom/eth_comm.cfg: Remove GCC272 support.
567        * custom/gen405.cfg: Remove GCC272 support.
568        * custom/gen68302.cfg: Remove GCC272 support.
569        * custom/gen68340.cfg: Remove GCC272 support.
570        * custom/gen68360.cfg: Remove GCC272 support.
571        * custom/genmongoosev.cfg: Remove GCC272 support.
572        * custom/helas403.cfg: Remove GCC272 support.
573        * custom/i386ex.cfg: Remove GCC272 support.
574        * custom/i960sim.cfg: Remove GCC272 support.
575        * custom/idp.cfg: Remove GCC272 support.
576        * custom/leon2.cfg: Remove GCC272 support.
577        * custom/mbx8xx.cfg: Remove GCC272 support.
578        * custom/mcf5206elite.cfg: Remove GCC272 support.
579        * custom/mpc8260ads.cfg: Remove GCC272 support.
580        * custom/mrm332.cfg: Remove GCC272 support.
581        * custom/mvme136.cfg: Remove GCC272 support.
582        * custom/mvme147.cfg: Remove GCC272 support.
583        * custom/mvme167.cfg: Remove GCC272 support.
584        * custom/ods68302.cfg: Remove GCC272 support.
585        * custom/p4000.cfg: Remove GCC272 support.
586        * custom/p4600.cfg: Remove GCC272 support.
587        * custom/p4650.cfg: Remove GCC272 support.
588        * custom/pc386.cfg: Remove GCC272 support.
589        * custom/portsw.cfg: Remove GCC272 support.
590        * custom/psim.cfg: Remove GCC272 support.
591        * custom/rxgen960.cfg: Remove GCC272 support.
592        * custom/score603e.cfg: Remove GCC272 support.
593        * custom/sim68000.cfg: Remove GCC272 support.
594        * custom/simhppa.cfg: Remove GCC272 support.
595        * custom/simsh4.cfg: Remove GCC272 support.
596        * custom/ts_386ex.cfg: Remove GCC272 support.
597
5982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
601        * Makefile.am: Remove AUTOMAKE_OPTIONS.
602        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
603        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
604
6052002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * compilers/gcc-target-default.cfg: Add missing \.
608        Reported by Ilya Alexeev <ilya@continuum.ru>.
609
6102002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
613        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
614        support.
615        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
616
6172001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
620        * custom/FreeBSD-posix.cfg: Ditto.
621        * custom/HPUX9-posix.cfg: Ditto.
622        * custom/Linux-posix.cfg: Ditto.
623        * custom/Solaris-posix.cfg: Ditto.
624
6252001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
628        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
629
6302001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * custom/armulator.cfg: Remove make-target-options.
633        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
634        (now in erc32/configure.ac).
635        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
636        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
637        Remove CONSOLE_USE_POLLED (Unused).
638        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
639        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
640        * custom/mvme162.cfg: Remove references to mvme162lx.
641        Abandon gcc272. Remove make-target-options.
642        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
643
6442001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * custom/bare.cfg: Remove make-target-options.
647        * custom/c4xsim.cfg: Ditto.
648        * custom/cvme961.cfg: Ditto.
649        * custom/efi68k.cfg: Ditto.
650        * custom/gen68302.cfg: Ditto.
651        * custom/gen68340.cfg: Ditto.
652        * custom/genmongoosev.cfg: Ditto.
653        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
654        make-exe, remove empty lines.
655        * custom/h8sim.cfg: Remove make-target-options.
656        * custom/mcf5206elite.cfg: Ditto.
657        * custom/mrm332.cfg: Ditto.
658        * custom/mvme147.cfg: Ditto.
659        * custom/ods68302.cfg: Ditto.
660        * custom/p4000.cfg: Ditto.
661        * custom/p4600.cfg: Ditto.
662        * custom/p4650.cfg: Ditto.
663        * custom/pc386.cfg: Ditto.
664        * custom/portsw.cfg: Ditto.
665        * custom/simsh4.cfg: Ditto.
666
6672001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * custom/efi332.cfg: Remove make-target-options.
670        * custom/idp.cfg: Ditto.
671        * custom/jmr3904.cfg: Ditto.
672
6732001-11-27      Joel Sherrill <joel@OARcorp.com>,
674
675        * ChangeLog: Deleted bogus entry.
676
6772001-11-27      Joel Sherrill <joel@OARcorp.com>,
678
679        * custom/ods68302.cfg: Eliminated required definition of macros in this
680        file for the BSP to compile.  The ROM and ROM address and size settings
681        are now linker script items. 
682
6832001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685
686        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
687        Remove make-target-options.
688        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
689        Remove make-target-options.
690        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
691        DATA_CACHE_ENABLE.
692        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
693        DATA_CACHE_ENABLE.
694        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
695        DATA_CACHE_ENABLE.
696
6972001-11-25      Joel Sherrill <joel@OARcorp.com>
698
699        * custom/papyrus.cfg: Removed.
700        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
701
7022001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
705        * custom/mcp750.cfg: Ditto.
706
7072001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
710        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
711        * custom/psim.cfg: Refect changes to psim/configure.ac.
712        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
713        remove SCORE603E_GENERATION.
714
7152001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
716
717        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
718        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
719        * custom/mbx860_005b.cfg: Ditto.
720        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
721
722
7232001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * custom/gensh1.cfg: remove make-target-options.
726        * custom/gensh2.cfg: remove make-target-options.
727
7282001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
731        remove make-target-options, remove BSP_CPPFLAGS.
732
7332001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
736
7372001-11-14      Joel Sherrill <joel@OARcorp.com>
738
739        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
740        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
741        These are new exception processing model BSPs and thus do not
742        need to define PPC_USE_SPRG.
743
7442001-11-14      Joel Sherrill <joel@OARcorp.com>
745
746        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
747
7482001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * custom/ts_386ex.cfg: Remove make-target-options.
751        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
752        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
753        different flags.
754
7552001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
758        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
759        re-adopt mcp750.cfg's make-exe.
760
7612001-11-13      Joel Sherrill <joel@OARcorp.com>
762
763        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
764        the --srec-len argument to objcopy only supported in binutils 2.11
765        or newer.
766
7672001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
768
769        This modification is part of the submitted modifications necessary to
770        support the IBM PPC405 family.  This submission was reviewed by
771        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
772        not negatively impact the ppc403 BSPs.  The submission and tracking
773        process was captured as PR50.
774        * custom/gen405.cfg: New file.
775        * custom/helas403.cfg: Modified to generate Srecords.
776
7772001-10-30      Joel Sherrill <joel@OARcorp.com>
778
779        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
780
7812001-10-26      Victor V. Vengerov <vvv@oktet.ru>
782
783        * custom/mcf5206elite.cfg: New file.
784
7852001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
786
787        * custom/mpc8260ads.cfg: New file.
788
7892001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * custom/gensh4.cfg: Remove START_HW_INIT.
792        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
793
7942001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
795
796        * custom/gensh4.cfg: Remove HZ.
797        * custom/simsh4.cfg: Remove HZ.
798
7992001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
800
801        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
802        of Hitachi SH4 BSPs of the same name.  Reviewed and some
803        cleanup by Joel Sherrill <joel@OARcorp.com>.
804
8052001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
806
807        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
808
8092001-10-11      Joel Sherrill <joel@OARcorp.com>
810
811        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
812        to avoid using the apparently broken or deprecated -o argument.
813
8142001-09-28      Joel Sherrill <joel@OARcorp.com>
815
816        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
817        for MC68302_BASE.
818
8192001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * custom/bare.cfg: Define dummy make-cxx-exe.
822
8232001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * ChangeLog: Formatting cleanup.
826
8272001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
830        make-target-options.
831        * custom/FreeBSD-posix.cfg: Remove make-target-options.
832        * custom/HPUX9-posix.cfg: Dito.
833        * custom/Linux-posix.cfg: Dito.
834        * custom/Solaris-posix.cfg: Dito.
835        * custom/arm_bare_bsp.cfg: Dito.
836        * custom/armulator.cfg: Dito.
837        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
838        * custom/i386ex.cfg: Remove make-target-options.
839        * custom/i960sim.cfg: Remove make-target-options.
840        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
841        CONSOLE_USE_INTERRUPTS.
842        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
843        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
844        CONSOLE_USE_INTERRUPTS.
845        * custom/vegaplus.cfg: Remove make-target-options.
846
8472001-05-25      Joel Sherrill <joel@OARcorp.com>
848
849        * custom/mrm332.cfg: Switched $(SED) to sed.
850
8512000-05-25      Matt Cross <profesor@gweep.net>
852
853        * New MRM332 BSP for the Mini RoboMind board based
854        on the 68332 microcontroller designed and build by Mark
855        Castelluccio.  For details on the MRM see http://www.robominds.com.
856        * custom/mrm332.cfg: New file.
857
8582001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
861        CONSOLE_USE_POLLED, HAS_RTC.
862
8632001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
864
865        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
866        * custom/gensh2.cfg: Dito.
867
8682001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
871        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
872        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
873        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
874        remove unused flags, remove -ansi from CPP.
875        * custom/eth_comm.cfg: Remove CPU_DEFINES.
876        * custom/sim68000.cfg: Remove CPU_DEFINES.
877       
8782001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
879
880        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
881        * compilers/gcc-target-default.cfg: Dito.
882        * compilers/gcc-portsw.cfg: Remove -Hansi.
883        * custom/posix.cfg: Remove inclusion of target.cfg.
884        * custom/simhppa.cfg: Remove -ansi -fasm.
885
8862001-04-11      Eric Valette <valette@crf.canon.fr>
887
888        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
889        "new exception processing model."
890
8912001-04-11      Joel Sherrill <joel@OARcorp.com>
892
893        * custom/default.cfg: Switch to using exec_prefix to reflect new
894        organization of install point from Ralf Corsepius.
895
8962001-03-30      Eric Valette <valette@crf.canon.fr>
897
898        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
899        use the "new exception processing model."
900
9012001-03-14      Joel Sherrill <joel@OARcorp.com>
902
903        * custom/genmongossev.cfg: New file.
904
9052001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
906
907        * custom/pc386dx.cfg: New bsp.
908
9092001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
910
911        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
912        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
913        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
914
9152001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
916
917        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
918        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
919        * host.cfg.in: Remove RM, make-script.
920        * ChangeLog: Remove bogus 2001-01-22 entry.
921
9222001-01-09      Joel Sherrill <joel@OARcorp.com>
923
924        * custom/pc386.cfg (make-exe): Removed commented out lines that
925        were displayed in build longs.
926
9272001-01-08      Joel Sherrill <joel@OARcorp.com>
928
929        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
930        unneeded definitions when compiled for "mips" rather than "mips64orion."
931        Correct CPU_CFLAGS.
932
9332001-01-05      Joel Sherrill <joel@OARcorp.com>
934
935        * custom/gensh1.cfg: Removed rest of make-target-options and
936        moved them to BSP configure options.
937
9382001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
939
940        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
941        install point or assuming BSP build tree is available.
942
9432001-01-03      Joel Sherrill <joel@OARcorp.com>
944
945        * custom/psim.cfg: Removed unused variables.
946
9472001-01-03      Joel Sherrill <joel@OARcorp.com>
948
949        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
950        * custom/simcpu32.cfg: Removed MVME162 reference.
951
9522000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
953
954        * custom/mcp750.cfg: Fix problems in generation of .exe file.
955        Still need to fix to avoid touching install point on non-install stanza.
956
9572000-12-06      Joel Sherrill <joel@OARcorp.com>
958
959        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
960        and copies that should not be in it.
961
9622000-12-01      Joel Sherrill <joel@OARcorp.com>
963
964        * custom/jmr3904.cfg: Turn optimization back up to -O2.
965
9662000-11-30      Joel Sherrill <joel@OARcorp.com>
967
968        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
969        a mips1.  gcc translates -m3900 into that.
970
9712000-11-27      Joel Sherrill <joel@OARcorp.com>
972
973        * custom/jmr3904.cfg: Fix incorrect reference to i960.
974
9752000-11-27      Joel Sherrill <joel@OARcorp.com>
976
977        * custom/shsim.cfg: New file.
978        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
979        The shsim is for the SH simulator in gdb. It should be able
980        to be used with multiple SH CPU models.  This will require
981        adding BSP variants.
982
9832000-11-25      Joel Sherrill <joel@OARcorp.com>
984
985        * custom/pc386.cfg: make-exe rule would write into
986        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
987        is generally not writeable after the BSP is installed and you do not
988        want every application installed there by default.  Reported by
989        Eric Norum <eric.norum@usask.ca>.
990
9912000-11-25      Joel Sherrill <joel@OARcorp.com>
992
993        * custom/Makefile.am: Updated to add jmr3904.cfg
994        * custom/jmr3904.cfg: New file.
995
9962000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
997
998        * custom/leon2.cfg: Removed defines that are now generated
999        in a non-BSP specific manner.
1000
10012000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1002
1003        * custom/Makefile.am: Modified to reflect addition of files.
1004        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
1005        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
1006
10072000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1008
1009        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
1010
10112000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1012
1013        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
1014
10152000-10-24      Joel Sherrill <joel@OARcorp.com>
1016
1017        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
1018        definition since this information can be picked up from
1019        autoconf generated files.  These BSPs are shared by the
1020        mips and mips64orion "ports."
1021
10222000-10-18      Joel Sherrill <joel@OARcorp.com>
1023
1024        * compilers/gcc-portsw.cfg: Use gcc style flags.
1025
10262000-09-13      Joel Sherrill <joel@OARcorp.com>
1027
1028        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
1029        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
1030
10312000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
1032
1033        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
1034        Eric Valette <valette@crf.canon.fr>.
1035        * custom/vegaplus.cfg: New file.
1036
10372000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1038
1039        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
1040        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
1041        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
1042        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
1043        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
1044        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
1045        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
1046
10472000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1048
1049        * custom/gensh2.cfg: Fix comments.
1050
10512000-09-12      Joel Sherrill <joel@OARcorp.com>
1052
1053        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
1054        compiler arguments that specify CPU model options.
1055
10562000-09-12      Joel Sherrill <joel@OARcorp.com>
1057
1058        * custom/mbx860_005b.cfg (make-target-options): Add lines to
1059        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
1060        may be incorrect but the BSP now compiles.
1061
10622000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1063
1064        * custom/arm_bare_bsp.cfg: Fix comments.
1065
10662000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1067
1068        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
1069        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
1070        * ChangeLog: File paths corrected
1071
10722000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1073
1074        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
1075
10762000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1077
1078        * custom/pck6.cfg: New file
1079        * custom/pc486.cfg: Use -m486
1080        * custom/pc586.cfg: Use -mpentium
1081        * custom/pc686.cfg: Use -mmpentiumpro
1082        * custom/i386ex.cfg: Use -msoft-float
1083
10842000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1085
1086        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
1087
10882000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1089
1090        * ChangeLog: File paths corrected.
1091
10922000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1093
1094        * custom/mvme167.cfg: Add specification of printk port, console port
1095        and serial I/O mode.  Arrange for the stripped executable to
1096        be copied up the build tree.
1097       
10982000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1099
1100        * custom/mbx8xx.cfg: Support for shared printk and no termios.
1101
11022000-08-10      John Cotton  <john.cotton@nrc.ca>
1103
1104        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
1105
11062000-08-10      Joel Sherrill <joel@OARcorp.com>
1107
1108        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.