source: rtems/make/ChangeLog @ 11853d0

4.104.114.84.95
Last change on this file since 11853d0 was 42c0be8c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/22/05 at 13:22:34

2005-11-22 Ralf Corsepius <ralf.corsepius@…>

  • custom/gp32.cfg: Replace .gxb with .elf.
  • custom/i386ex.cfg, custom/ts_386ex.cfg: Replace .coff with .elf.
  • Property mode set to 100644
File size: 33.6 KB
Line 
12005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * custom/gp32.cfg: Replace .gxb with .elf.
4        * custom/i386ex.cfg, custom/ts_386ex.cfg: Replace .coff with .elf.
5
62005-11-03      Till Straumann <strauman@slac.stanford.edu>
7
8        * custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use
9        -mcpu=750 instead.
10
112005-09-18      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * custom/orp.cfg: Remove (abandoned).
14        * custom/av5282.cfg: Remove obsolete vars.
15        * custom/gba.cfg: Remove PROFILE* (abandoned).
16        Remove -static (bogus).
17
182005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
19
20        PR 822/bsps
21        * custom/mbx860_001b.cfg, custom/mbx860_1b.cfg: New files.
22
232005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
24
25        * custom/av5282.cfg: New file.
26
272005-06-17      Markku Puro <markku.puro@kopteri.net>
28
29        * Makefile.am: Adding GameBoy Advance BSP.
30        * custom/gba.cfg: New file.
31
322005-06-17      Joel Sherrill <joel@OARcorp.com>
33
34        * custom/mcf5235.cfg: New file.
35
362005-06-01      Philippe Simons <loki_666@fastmail.fm>
37
38        * custom/gp32.cfg: Add make-cxx-exe.
39
402005-05-27      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * custom/mbx860_005b.cfg, custom/mcp750.cfg, custom/mtx603e.cfg,
43        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg:
44        Remove RTEMS_PPC_EXCEPTION_PROCESSING_MODEL (Obsolete).
45
462005-05-02      Joel Sherrill <joel@OARcorp.com>
47
48        * Makefile.am: Remove dmv177 and ppcn_60x.
49        * custom/dmv177.cfg: Removed.
50
512005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * custom/ppcn_60x.cfg: Remove (Gone from libbsp).
54
552005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
56
57        * Makefile.am: Initial release of ep1a bsp
58        * custom/ep1a.cfg: New file.
59
602005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
61
62        * custom/score603e.cfg: Update score603e to new exception model
63        NOTE: These modifications have not been tested on hardware.
64
652005-03-11      Jay Monkman <jtm@lopingdog.com>
66
67        * custom/vegaplus.cfg: Removed.
68
692005-03-11      Philippe Simons <loki_666@fastmail.fm>
70
71        * custom/gp32.cfg: New file.
72
732005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI.
76        * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V.
77        Remove -Wa,-m7450.
78
792005-02-25      Joel Sherrill <joel@OARcorp.com>
80
81        * custom/jmr3904.cfg: arm_bare_bsp obsoleted.
82        * custom/arm_bare_bsp.cfg: Removed.
83
842005-02-24      Jay Monkman <jtm@lopingdog.com>
85
86        * custom/csb350.cfg: New BSP.
87
882005-02-24      Jay Monkman <jtm@lopingdog.com>
89
90        * custom/csb337.cfg: Cleanup.
91
922005-02-08      Eric Norum <norume@aps.anl.gov>
93
94        * custom/uC5282.cfg: Put -m5200 back in link-edit commands until
95        proper versions of gcc (which take -m528x as an order to load the
96        -m5200 multilib variants) are widely available.
97
982005-02-05      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * custom/uC5282.cfg: Cleanup.
101
1022005-01-28      Eric Norum <norume@aps.anl.gov>
103
104        * Makefile.am, custom/uC5282.cfg: New BSP
105
1062005-01-20      Joel Sherrill <joel@OARcorp.com>
107
108        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg,
109        custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg,
110        custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg,
111        custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for
112        gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
113
1142005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * compilers/gcc-portsw.cfg: Remove.
117        * Makefile.am: Reflect change above.
118
1192004-11-23      Joel Sherrill <joel@OARcorp.com>
120
121        * Makefile.am: Remove eth_comm.
122        * custom/eth_comm.cfg: Removed.
123
1242004-11-22      Jennifer Averett <jennifer@OARcorp.com>
125
126        PR 581/bsps
127        * custom/psim.cfg: Convert PSIM to new exception model.
128
1292004-11-17      Joel Sherrill <joel@OARcorp.com>
130
131        * custom/mvme2100.cfg: Add make-cxx-exe rule.
132
1332004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
134
135        * Makefile.am: Add MVME2100 BSP.
136        * custom/mvme2100.cfg: New file.
137
1382004-11-05      Joel Sherrill <joel@OARcorp.com>
139
140        * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
141        architecture name for RTEMS. Since this was used as the -mcpu
142        argument to GCC, that also had to be changed.
143
1442004-10-26      Eric Norum <norume@aps.anl.gov
145
146        * custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
147
1482004-10-20      Eric Norum <norume@aps.anl.gov
149
150        * custom/mvme5500.cfg: New BSP.
151
1522004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
153
154        * custom/c3xsim.cfg, custom/c4xsim.cfg: Expand files.
155
1562004-09-29      Joel Sherrill <joel@OARcorp.com>
157
158        * custom/h8sim.cfg: i960 obsoleted.
159        * custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
160
1612004-08-03      Jay Monkman <jtm@lopingdog.com>
162
163        * custom/csb360.cfg: New file.
164
1652004-07-15      Jay Monkman
166
167        * custom/csb336.cfg, custom/csb337.cfg: New files.
168
1692004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
170
171        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
172        with FreeBSD and now unused).
173        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
174
1752004-04-12      David Querbach <querbach@realtime.bc.ca>
176
177        * custom/ss555.cfg: New file.
178
1792004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
180
181        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
182        with Cygwin and now unused).
183
1842004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
185
186        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
187
1882004-03-05      Joel Sherrill <joel@OARcorp.com>
189
190        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
191        support.
192
1932004-02-26      Joel Sherrill <joel@OARcorp.com>
194
195        PR 570/bsps
196        * custom/mvme2307.cfg: Do not use -msdata=eabi since
197        it breaks the linking of the vectors.
198
1992004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Cosmetics.
202
2032004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
206        dist_rtems_make_custom_DATA = custom/default.cfg.
207
2082004-02-05      Joel Sherrill <joel@OARcorp.com>
209
210        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
211        these -- copied from the 4.6 branch.
212
2132004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        PR 553/bsps
216        * custom/mrm332.cfg: Comment out objdump.
217
2182004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
221
2222004-01-20      Joel Sherrill <joel@OARcorp.com>
223
224        PR 553/bsps
225        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
226        comment.
227
2282004-01-07      Joel Sherrill <joel@OARcorp.com>
229
230        * Makefile.am: Remove efi68k and efi332 references as they are no
231        longer in the tree.
232
2332004-01-07      Joel Sherrill <joel@OARcorp.com>
234
235        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
236        users of these boards so we are removing them.
237        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
238
2392004-01-07      Joel Sherrill <joel@OARcorp.com>
240
241        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
242
2432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: EXTRA_DIST +=.
246
2472003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * custom/Makefile.am: Remove.
250        * Makefile.am: Merge-in former custom/Makefile.am
251
2522003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
255        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
256
2572003-09-26      Joel Sherrill <joel@OARcorp.com>
258
259        * custom/simhppa.cfg: Removed.
260
2612003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
264
2652003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        PR 470/bsps
268        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
269        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
270        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
271
2722003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
275        the BSP's configure-script).
276        Remove BSP_CPPFLAGS (Obsolete).
277
2782003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        PR 321/bsps
281        * leaf.cfg: Remove support for profile-variant.
282        * main.cfg: Ditto.
283        * compilers/gcc-no_bsp.cfg: Ditto.
284        * compilers/gcc-portsw.cfg: Ditto.
285        * compilers/gcc-target-default.cfg: Ditto.
286
2872003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
288
289        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
290
2912003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
292
293        PR 368/filesystems
294        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
295        with this PR for alias BSPs.
296
2972003-03-18  Till Straumann <strauman@slac.stanford.edu>
298
299        PR 356/bsps
300        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
301        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
302
3032003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
306
3072003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
310        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
311        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
312        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
313
3142003-02-14      Joel Sherrill <joel@OARcorp.com>
315
316        AMD a29k obsolete.
317        * custom/portsw.cfg: Removed.
318
3192003-01-20      Duane Gustavus <duane@unt.edu>
320
321        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
322
3232003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
326        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
327        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
328        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
329        Move -D_BSD_SOURCE to CPU_CFLAGS.
330        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
331        Move -Dsolaris2 to CPU_CFLAGS.
332        Remove -D__EXTENSIONS__.
333
3342002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * custom/posix.cfg: Remove comment referring to host.cfg.
337
3382002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * custom/default.cfg: Pickup target.cfg from BSP directory.
341
3422002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
343
344        * custom/mtx603e.cfg: New file.
345
3462002-11-17      Joel Sherrill <joel@OARcorp.com>
347
348        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
349        build variants work for user applications post install.
350
3512002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
354        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
355        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
356        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
357        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
358
3592002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
360
361        * custom/edb7312.cfg: New file.
362
3632002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
366        obsolete Makefile.
367        * leaf.cfg: Various changes to LIBVARIANT processing.
368        * main.cfg: Ditto.
369
3702002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * Makefile.am: Add compilers/*.
373        * compilers/Makefile.am: Remove.
374        * lib.cfg: Remove.
375        * directory.cfg: Remove.
376        * README: Remove.
377
3782002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am: Add Templates/*.
381        * Templates/Makefile.am: Remove.
382
3832002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
386
3872002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
390        * custom/HPUX9-posix.cfg: Ditto.
391        * custom/Linux-posix.cfg: Ditto.
392
3932002-10-02      Joel Sherrill <joel@OARcorp.com>
394
395        * custom/armulator.cfg: Remove reference to PowerPC arguments.
396
3972002-09-13      Joel Sherrill <joel@OARcorp.com>
398
399        * Part of addressing PR281.
400        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
401        * compilers/gcc-target-default.cfg: Removed remaining support for
402        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
403        as one of the LDFLAGS when the debug variant is specified.
404
4052002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * custom/posix.cfg: Don't include host.cfg.
408
4092002-08-09      Joel Sherrill <joel@OARcorp.com>
410
411        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
412
4132002-08-07      Ivan Guzvinec <ivang@opencores.org>
414
415        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
416
4172002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
420
4212002-08-06      Joel Sherrill <joel@OARcorp.com>
422
423        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
424        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
425
4262002-08-06      Chris Ziomkowski <chris@asics.ws>
427
428        * custom/or32sim.cfg: New file added as part of merge from
429        OpenCores repository.
430
4312002-08-05      Joel Sherrill <joel@OARcorp.com>
432
433        * Per PR260 eliminate use of make-target-options.  This impacted
434        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
435        SuperCore and required that the m68k optimized memcpy be moved
436        to libcpu.
437        * custom/gen68360.cfg: Remove make-target-options.
438
4392002-08-01      Joel Sherrill <joel@OARcorp.com>
440
441        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
442        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
443
4442002-08-01      Joel Sherrill <joel@OARcorp.com>
445
446        * custom/mvme136.cfg: Remove make-target-options.
447
4482002-07-30      Joel Sherrill <joel@OARcorp.com>
449
450        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
451        will disappear when make clean is performed.
452
4532002-07-24      Joel Sherrill <joel@OARcorp.com>
454
455        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
456        to use gcc 3.1 arguments.
457
4582002-07-22      Joel Sherrill <joel@OARcorp.com>
459
460        * Templates/Makefile.leaf: Clarify the MANAGERS example.
461
4622002-07-01      Joel Sherrill <joel@OARcorp.com>
463
464        * custom/p4650.cfg: Update arguments to gcc3.
465
4662002-06-14      Joel Sherrill <joel@OARcorp.com>
467
468        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
469        to gcc 3.1 arguments.
470
4712002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
472
473        * custom/dmv177.cfg: Use -mcpu=603e.
474        * custom/ppcn_60x.cfg: Use -mcpu=603e.
475        * custom/psim.cfg: Use -mcpu=603e.
476        * custom/score603e.cfg: Use -mcpu=603e.
477        * custom/ts_386ex.cfg: Remove obsolete comments.
478        * custom/rxgen960.cfg: Remove obsolete comments.
479        * custom/cvme961.cfg: Remove obsolete comments.
480
4812001-05-09      Joel Sherrill <joel@OARcorp.com>
482
483        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
484        compatable arguments.
485 
4862002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
489        Remove obsolete comments.
490        * custom/eth_comm.cfg: Remove make-target-options.
491        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
492        CPU_CFLAGS.
493        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
494        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
495        * custom/mbx8xx.cfg: Remove make-target-options.
496        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
497        Remove obsolete comments.
498        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
499        Remove obsolete comments.
500        * custom/mpc8260ads.cfg: Remove make-target-options.
501        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
502        CPU_CFLAGS.
503        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
504        Remove obsolete comments.
505        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
506        CPU_CFLAGS.
507        Remove obsolete comments.
508        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
509        Remove obsolete comments.
510        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
511        CPU_CFLAGS.
512        Remove obsolete comments.
513
5142002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * custom/gen405.cfg: Remove -D__powerpc__.
517
5182002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
521        * custom/erc32.cfg: Ditto.
522        * custom/leon2.cfg: Ditto.
523
524
5252002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
528        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
529        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
530
5312002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * custom/cvme961.cfg: Remove GCC272 support.
534        * custom/dmv152.cfg: Remove GCC272 support.
535        * custom/efi332.cfg: Remove GCC272 support.
536        * custom/efi68k.cfg: Remove GCC272 support.
537        * custom/eth_comm.cfg: Remove GCC272 support.
538        * custom/gen405.cfg: Remove GCC272 support.
539        * custom/gen68302.cfg: Remove GCC272 support.
540        * custom/gen68340.cfg: Remove GCC272 support.
541        * custom/gen68360.cfg: Remove GCC272 support.
542        * custom/genmongoosev.cfg: Remove GCC272 support.
543        * custom/helas403.cfg: Remove GCC272 support.
544        * custom/i386ex.cfg: Remove GCC272 support.
545        * custom/i960sim.cfg: Remove GCC272 support.
546        * custom/idp.cfg: Remove GCC272 support.
547        * custom/leon2.cfg: Remove GCC272 support.
548        * custom/mbx8xx.cfg: Remove GCC272 support.
549        * custom/mcf5206elite.cfg: Remove GCC272 support.
550        * custom/mpc8260ads.cfg: Remove GCC272 support.
551        * custom/mrm332.cfg: Remove GCC272 support.
552        * custom/mvme136.cfg: Remove GCC272 support.
553        * custom/mvme147.cfg: Remove GCC272 support.
554        * custom/mvme167.cfg: Remove GCC272 support.
555        * custom/ods68302.cfg: Remove GCC272 support.
556        * custom/p4000.cfg: Remove GCC272 support.
557        * custom/p4600.cfg: Remove GCC272 support.
558        * custom/p4650.cfg: Remove GCC272 support.
559        * custom/pc386.cfg: Remove GCC272 support.
560        * custom/portsw.cfg: Remove GCC272 support.
561        * custom/psim.cfg: Remove GCC272 support.
562        * custom/rxgen960.cfg: Remove GCC272 support.
563        * custom/score603e.cfg: Remove GCC272 support.
564        * custom/sim68000.cfg: Remove GCC272 support.
565        * custom/simhppa.cfg: Remove GCC272 support.
566        * custom/simsh4.cfg: Remove GCC272 support.
567        * custom/ts_386ex.cfg: Remove GCC272 support.
568
5692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
572        * Makefile.am: Remove AUTOMAKE_OPTIONS.
573        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
574        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
575
5762002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * compilers/gcc-target-default.cfg: Add missing \.
579        Reported by Ilya Alexeev <ilya@continuum.ru>.
580
5812002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
584        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
585        support.
586        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
587
5882001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
591        * custom/FreeBSD-posix.cfg: Ditto.
592        * custom/HPUX9-posix.cfg: Ditto.
593        * custom/Linux-posix.cfg: Ditto.
594        * custom/Solaris-posix.cfg: Ditto.
595
5962001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
599        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
600
6012001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * custom/armulator.cfg: Remove make-target-options.
604        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
605        (now in erc32/configure.ac).
606        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
607        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
608        Remove CONSOLE_USE_POLLED (Unused).
609        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
610        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
611        * custom/mvme162.cfg: Remove references to mvme162lx.
612        Abandon gcc272. Remove make-target-options.
613        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
614
6152001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * custom/bare.cfg: Remove make-target-options.
618        * custom/c4xsim.cfg: Ditto.
619        * custom/cvme961.cfg: Ditto.
620        * custom/efi68k.cfg: Ditto.
621        * custom/gen68302.cfg: Ditto.
622        * custom/gen68340.cfg: Ditto.
623        * custom/genmongoosev.cfg: Ditto.
624        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
625        make-exe, remove empty lines.
626        * custom/h8sim.cfg: Remove make-target-options.
627        * custom/mcf5206elite.cfg: Ditto.
628        * custom/mrm332.cfg: Ditto.
629        * custom/mvme147.cfg: Ditto.
630        * custom/ods68302.cfg: Ditto.
631        * custom/p4000.cfg: Ditto.
632        * custom/p4600.cfg: Ditto.
633        * custom/p4650.cfg: Ditto.
634        * custom/pc386.cfg: Ditto.
635        * custom/portsw.cfg: Ditto.
636        * custom/simsh4.cfg: Ditto.
637
6382001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * custom/efi332.cfg: Remove make-target-options.
641        * custom/idp.cfg: Ditto.
642        * custom/jmr3904.cfg: Ditto.
643
6442001-11-27      Joel Sherrill <joel@OARcorp.com>,
645
646        * ChangeLog: Deleted bogus entry.
647
6482001-11-27      Joel Sherrill <joel@OARcorp.com>,
649
650        * custom/ods68302.cfg: Eliminated required definition of macros in this
651        file for the BSP to compile.  The ROM and ROM address and size settings
652        are now linker script items. 
653
6542001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
655
656
657        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
658        Remove make-target-options.
659        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
660        Remove make-target-options.
661        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
662        DATA_CACHE_ENABLE.
663        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
664        DATA_CACHE_ENABLE.
665        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
666        DATA_CACHE_ENABLE.
667
6682001-11-25      Joel Sherrill <joel@OARcorp.com>
669
670        * custom/papyrus.cfg: Removed.
671        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
672
6732001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
676        * custom/mcp750.cfg: Ditto.
677
6782001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
681        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
682        * custom/psim.cfg: Refect changes to psim/configure.ac.
683        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
684        remove SCORE603E_GENERATION.
685
6862001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
689        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
690        * custom/mbx860_005b.cfg: Ditto.
691        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
692
693
6942001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * custom/gensh1.cfg: remove make-target-options.
697        * custom/gensh2.cfg: remove make-target-options.
698
6992001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
702        remove make-target-options, remove BSP_CPPFLAGS.
703
7042001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
707
7082001-11-14      Joel Sherrill <joel@OARcorp.com>
709
710        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
711        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
712        These are new exception processing model BSPs and thus do not
713        need to define PPC_USE_SPRG.
714
7152001-11-14      Joel Sherrill <joel@OARcorp.com>
716
717        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
718
7192001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
720
721        * custom/ts_386ex.cfg: Remove make-target-options.
722        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
723        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
724        different flags.
725
7262001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
729        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
730        re-adopt mcp750.cfg's make-exe.
731
7322001-11-13      Joel Sherrill <joel@OARcorp.com>
733
734        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
735        the --srec-len argument to objcopy only supported in binutils 2.11
736        or newer.
737
7382001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
739
740        This modification is part of the submitted modifications necessary to
741        support the IBM PPC405 family.  This submission was reviewed by
742        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
743        not negatively impact the ppc403 BSPs.  The submission and tracking
744        process was captured as PR50.
745        * custom/gen405.cfg: New file.
746        * custom/helas403.cfg: Modified to generate Srecords.
747
7482001-10-30      Joel Sherrill <joel@OARcorp.com>
749
750        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
751
7522001-10-26      Victor V. Vengerov <vvv@oktet.ru>
753
754        * custom/mcf5206elite.cfg: New file.
755
7562001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
757
758        * custom/mpc8260ads.cfg: New file.
759
7602001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * custom/gensh4.cfg: Remove START_HW_INIT.
763        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
764
7652001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * custom/gensh4.cfg: Remove HZ.
768        * custom/simsh4.cfg: Remove HZ.
769
7702001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
771
772        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
773        of Hitachi SH4 BSPs of the same name.  Reviewed and some
774        cleanup by Joel Sherrill <joel@OARcorp.com>.
775
7762001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
779
7802001-10-11      Joel Sherrill <joel@OARcorp.com>
781
782        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
783        to avoid using the apparently broken or deprecated -o argument.
784
7852001-09-28      Joel Sherrill <joel@OARcorp.com>
786
787        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
788        for MC68302_BASE.
789
7902001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
791
792        * custom/bare.cfg: Define dummy make-cxx-exe.
793
7942001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
795
796        * ChangeLog: Formatting cleanup.
797
7982001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
801        make-target-options.
802        * custom/FreeBSD-posix.cfg: Remove make-target-options.
803        * custom/HPUX9-posix.cfg: Dito.
804        * custom/Linux-posix.cfg: Dito.
805        * custom/Solaris-posix.cfg: Dito.
806        * custom/arm_bare_bsp.cfg: Dito.
807        * custom/armulator.cfg: Dito.
808        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
809        * custom/i386ex.cfg: Remove make-target-options.
810        * custom/i960sim.cfg: Remove make-target-options.
811        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
812        CONSOLE_USE_INTERRUPTS.
813        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
814        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
815        CONSOLE_USE_INTERRUPTS.
816        * custom/vegaplus.cfg: Remove make-target-options.
817
8182001-05-25      Joel Sherrill <joel@OARcorp.com>
819
820        * custom/mrm332.cfg: Switched $(SED) to sed.
821
8222000-05-25      Matt Cross <profesor@gweep.net>
823
824        * New MRM332 BSP for the Mini RoboMind board based
825        on the 68332 microcontroller designed and build by Mark
826        Castelluccio.  For details on the MRM see http://www.robominds.com.
827        * custom/mrm332.cfg: New file.
828
8292001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
830
831        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
832        CONSOLE_USE_POLLED, HAS_RTC.
833
8342001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
835
836        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
837        * custom/gensh2.cfg: Dito.
838
8392001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
840
841        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
842        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
843        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
844        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
845        remove unused flags, remove -ansi from CPP.
846        * custom/eth_comm.cfg: Remove CPU_DEFINES.
847        * custom/sim68000.cfg: Remove CPU_DEFINES.
848       
8492001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
850
851        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
852        * compilers/gcc-target-default.cfg: Dito.
853        * compilers/gcc-portsw.cfg: Remove -Hansi.
854        * custom/posix.cfg: Remove inclusion of target.cfg.
855        * custom/simhppa.cfg: Remove -ansi -fasm.
856
8572001-04-11      Eric Valette <valette@crf.canon.fr>
858
859        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
860        "new exception processing model."
861
8622001-04-11      Joel Sherrill <joel@OARcorp.com>
863
864        * custom/default.cfg: Switch to using exec_prefix to reflect new
865        organization of install point from Ralf Corsepius.
866
8672001-03-30      Eric Valette <valette@crf.canon.fr>
868
869        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
870        use the "new exception processing model."
871
8722001-03-14      Joel Sherrill <joel@OARcorp.com>
873
874        * custom/genmongossev.cfg: New file.
875
8762001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * custom/pc386dx.cfg: New bsp.
879
8802001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
883        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
884        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
885
8862001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
889        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
890        * host.cfg.in: Remove RM, make-script.
891        * ChangeLog: Remove bogus 2001-01-22 entry.
892
8932001-01-09      Joel Sherrill <joel@OARcorp.com>
894
895        * custom/pc386.cfg (make-exe): Removed commented out lines that
896        were displayed in build longs.
897
8982001-01-08      Joel Sherrill <joel@OARcorp.com>
899
900        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
901        unneeded definitions when compiled for "mips" rather than "mips64orion."
902        Correct CPU_CFLAGS.
903
9042001-01-05      Joel Sherrill <joel@OARcorp.com>
905
906        * custom/gensh1.cfg: Removed rest of make-target-options and
907        moved them to BSP configure options.
908
9092001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
910
911        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
912        install point or assuming BSP build tree is available.
913
9142001-01-03      Joel Sherrill <joel@OARcorp.com>
915
916        * custom/psim.cfg: Removed unused variables.
917
9182001-01-03      Joel Sherrill <joel@OARcorp.com>
919
920        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
921        * custom/simcpu32.cfg: Removed MVME162 reference.
922
9232000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
924
925        * custom/mcp750.cfg: Fix problems in generation of .exe file.
926        Still need to fix to avoid touching install point on non-install stanza.
927
9282000-12-06      Joel Sherrill <joel@OARcorp.com>
929
930        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
931        and copies that should not be in it.
932
9332000-12-01      Joel Sherrill <joel@OARcorp.com>
934
935        * custom/jmr3904.cfg: Turn optimization back up to -O2.
936
9372000-11-30      Joel Sherrill <joel@OARcorp.com>
938
939        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
940        a mips1.  gcc translates -m3900 into that.
941
9422000-11-27      Joel Sherrill <joel@OARcorp.com>
943
944        * custom/jmr3904.cfg: Fix incorrect reference to i960.
945
9462000-11-27      Joel Sherrill <joel@OARcorp.com>
947
948        * custom/shsim.cfg: New file.
949        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
950        The shsim is for the SH simulator in gdb. It should be able
951        to be used with multiple SH CPU models.  This will require
952        adding BSP variants.
953
9542000-11-25      Joel Sherrill <joel@OARcorp.com>
955
956        * custom/pc386.cfg: make-exe rule would write into
957        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
958        is generally not writeable after the BSP is installed and you do not
959        want every application installed there by default.  Reported by
960        Eric Norum <eric.norum@usask.ca>.
961
9622000-11-25      Joel Sherrill <joel@OARcorp.com>
963
964        * custom/Makefile.am: Updated to add jmr3904.cfg
965        * custom/jmr3904.cfg: New file.
966
9672000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
968
969        * custom/leon2.cfg: Removed defines that are now generated
970        in a non-BSP specific manner.
971
9722000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
973
974        * custom/Makefile.am: Modified to reflect addition of files.
975        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
976        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
977
9782000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
979
980        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
981
9822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
983
984        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
985
9862000-10-24      Joel Sherrill <joel@OARcorp.com>
987
988        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
989        definition since this information can be picked up from
990        autoconf generated files.  These BSPs are shared by the
991        mips and mips64orion "ports."
992
9932000-10-18      Joel Sherrill <joel@OARcorp.com>
994
995        * compilers/gcc-portsw.cfg: Use gcc style flags.
996
9972000-09-13      Joel Sherrill <joel@OARcorp.com>
998
999        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
1000        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
1001
10022000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
1003
1004        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
1005        Eric Valette <valette@crf.canon.fr>.
1006        * custom/vegaplus.cfg: New file.
1007
10082000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1009
1010        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
1011        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
1012        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
1013        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
1014        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
1015        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
1016        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
1017
10182000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1019
1020        * custom/gensh2.cfg: Fix comments.
1021
10222000-09-12      Joel Sherrill <joel@OARcorp.com>
1023
1024        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
1025        compiler arguments that specify CPU model options.
1026
10272000-09-12      Joel Sherrill <joel@OARcorp.com>
1028
1029        * custom/mbx860_005b.cfg (make-target-options): Add lines to
1030        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
1031        may be incorrect but the BSP now compiles.
1032
10332000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1034
1035        * custom/arm_bare_bsp.cfg: Fix comments.
1036
10372000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1038
1039        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
1040        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
1041        * ChangeLog: File paths corrected
1042
10432000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1044
1045        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
1046
10472000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1048
1049        * custom/pck6.cfg: New file
1050        * custom/pc486.cfg: Use -m486
1051        * custom/pc586.cfg: Use -mpentium
1052        * custom/pc686.cfg: Use -mmpentiumpro
1053        * custom/i386ex.cfg: Use -msoft-float
1054
10552000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1056
1057        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
1058
10592000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1060
1061        * ChangeLog: File paths corrected.
1062
10632000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1064
1065        * custom/mvme167.cfg: Add specification of printk port, console port
1066        and serial I/O mode.  Arrange for the stripped executable to
1067        be copied up the build tree.
1068       
10692000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1070
1071        * custom/mbx8xx.cfg: Support for shared printk and no termios.
1072
10732000-08-10      John Cotton  <john.cotton@nrc.ca>
1074
1075        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
1076
10772000-08-10      Joel Sherrill <joel@OARcorp.com>
1078
1079        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.