source: rtems/make/ChangeLog @ 7f27838

4.104.114.84.95
Last change on this file since 7f27838 was 7f27838, checked in by Jay Monkman <jtm@…>, on 07/15/04 at 06:07:34

2004-07-15 Jay Monkman

  • custom/csb336.cfg, custom/csb337.cfg: New files.
  • Property mode set to 100644
File size: 29.1 KB
RevLine 
[7f27838]12004-07-15      Jay Monkman
2
3        * custom/csb336.cfg, custom/csb337.cfg: New files.
4
[cd2fcd5]52004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
8        with FreeBSD and now unused).
9        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
10
[db87589]112004-04-12      David Querbach <querbach@realtime.bc.ca>
12
13        * custom/ss555.cfg: New file.
14
[2eec0cd]152004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
18        with Cygwin and now unused).
19
[25d2f5d7]202004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
23
[2f5c2f0]242004-03-05      Joel Sherrill <joel@OARcorp.com>
25
26        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
27        support.
28
[22eda53c]292004-02-26      Joel Sherrill <joel@OARcorp.com>
30
31        PR 570/bsps
32        * custom/mvme2307.cfg: Do not use -msdata=eabi since
33        it breaks the linking of the vectors.
34
[93302bf9]352004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Cosmetics.
38
[cd7675b]392004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
42        dist_rtems_make_custom_DATA = custom/default.cfg.
43
[06318a8]442004-02-05      Joel Sherrill <joel@OARcorp.com>
45
46        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
47        these -- copied from the 4.6 branch.
48
[3f7b5b5]492004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        PR 553/bsps
52        * custom/mrm332.cfg: Comment out objdump.
53
[949a718]542004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
57
[41df507e]582004-01-20      Joel Sherrill <joel@OARcorp.com>
59
60        PR 553/bsps
61        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
62        comment.
63
[7c89bfd]642004-01-07      Joel Sherrill <joel@OARcorp.com>
65
66        * Makefile.am: Remove efi68k and efi332 references as they are no
67        longer in the tree.
68
[80cb772]692004-01-07      Joel Sherrill <joel@OARcorp.com>
70
71        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
72        users of these boards so we are removing them.
73        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
74
[d28345e1]752004-01-07      Joel Sherrill <joel@OARcorp.com>
76
77        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
78
[fc0ec69]792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: EXTRA_DIST +=.
82
[f5279d9]832003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * custom/Makefile.am: Remove.
86        * Makefile.am: Merge-in former custom/Makefile.am
87
[2f6c188]882003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
91        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
92
[15f7bb1]932003-09-26      Joel Sherrill <joel@OARcorp.com>
94
95        * custom/simhppa.cfg: Removed.
96
[8c1f11a2]972003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
100
[4d4cc6e1]1012003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        PR 470/bsps
104        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
105        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
106        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
107
[144d79a]1082003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
111        the BSP's configure-script).
112        Remove BSP_CPPFLAGS (Obsolete).
113
[888622c4]1142003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
[6dd8b16]116        PR 321/bsps
[888622c4]117        * leaf.cfg: Remove support for profile-variant.
118        * main.cfg: Ditto.
119        * compilers/gcc-no_bsp.cfg: Ditto.
120        * compilers/gcc-portsw.cfg: Ditto.
121        * compilers/gcc-target-default.cfg: Ditto.
122
[0886c57]1232003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
124
125        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
126
[13f2628]1272003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
128
129        PR 368/filesystems
130        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
131        with this PR for alias BSPs.
132
[73e3614]1332003-03-18  Till Straumann <strauman@slac.stanford.edu>
134
135        PR 356/bsps
136        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
137        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
138
[89b51f4]1392003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
142
1432003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
146        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
147        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
148        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
149
[ebea96b]1502003-02-14      Joel Sherrill <joel@OARcorp.com>
151
152        AMD a29k obsolete.
153        * custom/portsw.cfg: Removed.
154
[d693386]1552003-01-20      Duane Gustavus <duane@unt.edu>
156
157        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
158
[e4132bf2]1592003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
162        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
163        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
164        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
165        Move -D_BSD_SOURCE to CPU_CFLAGS.
166        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
167        Move -Dsolaris2 to CPU_CFLAGS.
168        Remove -D__EXTENSIONS__.
169
[9bd78e3e]1702002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * custom/posix.cfg: Remove comment referring to host.cfg.
173
[f1de6bc]1742002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * custom/default.cfg: Pickup target.cfg from BSP directory.
177
[cf3d0ac0]1782002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
179
180        * custom/mtx603e.cfg: New file.
181
[c2646c8]1822002-11-17      Joel Sherrill <joel@OARcorp.com>
183
184        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
185        build variants work for user applications post install.
186
[c9dcf77c]1872002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
190        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
191        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
192        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
193        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
194
[23098e5f]1952002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
196
197        * custom/edb7312.cfg: New file.
198
[393d271]1992002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
202        obsolete Makefile.
203        * leaf.cfg: Various changes to LIBVARIANT processing.
204        * main.cfg: Ditto.
205
[4d19fd5c]2062002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Add compilers/*.
209        * compilers/Makefile.am: Remove.
210        * lib.cfg: Remove.
211        * directory.cfg: Remove.
212        * README: Remove.
213
[a9020bbb]2142002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Add Templates/*.
217        * Templates/Makefile.am: Remove.
218
[ae3b0d7]2192002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
222
[20ec4a8]2232002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
226        * custom/HPUX9-posix.cfg: Ditto.
227        * custom/Linux-posix.cfg: Ditto.
228
[6e32d88]2292002-10-02      Joel Sherrill <joel@OARcorp.com>
230
231        * custom/armulator.cfg: Remove reference to PowerPC arguments.
232
[ccf2cfd]2332002-09-13      Joel Sherrill <joel@OARcorp.com>
234
235        * Part of addressing PR281.
236        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
237        * compilers/gcc-target-default.cfg: Removed remaining support for
238        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
239        as one of the LDFLAGS when the debug variant is specified.
240
[52c4e77]2412002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * custom/posix.cfg: Don't include host.cfg.
244
[5a339e2f]2452002-08-09      Joel Sherrill <joel@OARcorp.com>
246
247        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
248
[aa4cb1c4]2492002-08-07      Ivan Guzvinec <ivang@opencores.org>
250
251        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
252
[45afe48]2532002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
256
[26f2783]2572002-08-06      Joel Sherrill <joel@OARcorp.com>
258
259        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
260        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
261
[c388cdc]2622002-08-06      Chris Ziomkowski <chris@asics.ws>
263
264        * custom/or32sim.cfg: New file added as part of merge from
265        OpenCores repository.
266
[bf1f6531]2672002-08-05      Joel Sherrill <joel@OARcorp.com>
268
269        * Per PR260 eliminate use of make-target-options.  This impacted
270        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
271        SuperCore and required that the m68k optimized memcpy be moved
272        to libcpu.
273        * custom/gen68360.cfg: Remove make-target-options.
274
[65a41d61]2752002-08-01      Joel Sherrill <joel@OARcorp.com>
276
[f5642664]277        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
278        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
279
2802002-08-01      Joel Sherrill <joel@OARcorp.com>
281
282        * custom/mvme136.cfg: Remove make-target-options.
[65a41d61]283
[e2efc4e]2842002-07-30      Joel Sherrill <joel@OARcorp.com>
285
286        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
287        will disappear when make clean is performed.
288
[7660fe6b]2892002-07-24      Joel Sherrill <joel@OARcorp.com>
290
291        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
292        to use gcc 3.1 arguments.
293
[4cc3ff95]2942002-07-22      Joel Sherrill <joel@OARcorp.com>
295
296        * Templates/Makefile.leaf: Clarify the MANAGERS example.
297
[1e138dd]2982002-07-01      Joel Sherrill <joel@OARcorp.com>
299
300        * custom/p4650.cfg: Update arguments to gcc3.
301
[98d15b2]3022002-06-14      Joel Sherrill <joel@OARcorp.com>
303
304        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
305        to gcc 3.1 arguments.
306
[eec76f3c]3072002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
308
309        * custom/dmv177.cfg: Use -mcpu=603e.
310        * custom/ppcn_60x.cfg: Use -mcpu=603e.
311        * custom/psim.cfg: Use -mcpu=603e.
312        * custom/score603e.cfg: Use -mcpu=603e.
313        * custom/ts_386ex.cfg: Remove obsolete comments.
314        * custom/rxgen960.cfg: Remove obsolete comments.
315        * custom/cvme961.cfg: Remove obsolete comments.
316
[2f03c043]3172001-05-09      Joel Sherrill <joel@OARcorp.com>
318
319        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
320        compatable arguments.
321 
[8b9f8b8]3222002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
325        Remove obsolete comments.
326        * custom/eth_comm.cfg: Remove make-target-options.
327        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
328        CPU_CFLAGS.
329        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
330        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
331        * custom/mbx8xx.cfg: Remove make-target-options.
332        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
333        Remove obsolete comments.
334        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
335        Remove obsolete comments.
336        * custom/mpc8260ads.cfg: Remove make-target-options.
337        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
338        CPU_CFLAGS.
339        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
340        Remove obsolete comments.
341        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
342        CPU_CFLAGS.
343        Remove obsolete comments.
344        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
345        Remove obsolete comments.
346        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
347        CPU_CFLAGS.
348        Remove obsolete comments.
349
[792c6f7]3502002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * custom/gen405.cfg: Remove -D__powerpc__.
353
[ee31c09]3542002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
357        * custom/erc32.cfg: Ditto.
358        * custom/leon2.cfg: Ditto.
359
360
[04e6ba42]3612002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
364        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
365        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
366
[99f04d9d]3672002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * custom/cvme961.cfg: Remove GCC272 support.
370        * custom/dmv152.cfg: Remove GCC272 support.
371        * custom/efi332.cfg: Remove GCC272 support.
372        * custom/efi68k.cfg: Remove GCC272 support.
373        * custom/eth_comm.cfg: Remove GCC272 support.
374        * custom/gen405.cfg: Remove GCC272 support.
375        * custom/gen68302.cfg: Remove GCC272 support.
376        * custom/gen68340.cfg: Remove GCC272 support.
377        * custom/gen68360.cfg: Remove GCC272 support.
378        * custom/genmongoosev.cfg: Remove GCC272 support.
379        * custom/helas403.cfg: Remove GCC272 support.
380        * custom/i386ex.cfg: Remove GCC272 support.
381        * custom/i960sim.cfg: Remove GCC272 support.
382        * custom/idp.cfg: Remove GCC272 support.
383        * custom/leon2.cfg: Remove GCC272 support.
384        * custom/mbx8xx.cfg: Remove GCC272 support.
385        * custom/mcf5206elite.cfg: Remove GCC272 support.
386        * custom/mpc8260ads.cfg: Remove GCC272 support.
387        * custom/mrm332.cfg: Remove GCC272 support.
388        * custom/mvme136.cfg: Remove GCC272 support.
389        * custom/mvme147.cfg: Remove GCC272 support.
390        * custom/mvme167.cfg: Remove GCC272 support.
391        * custom/ods68302.cfg: Remove GCC272 support.
392        * custom/p4000.cfg: Remove GCC272 support.
393        * custom/p4600.cfg: Remove GCC272 support.
394        * custom/p4650.cfg: Remove GCC272 support.
395        * custom/pc386.cfg: Remove GCC272 support.
396        * custom/portsw.cfg: Remove GCC272 support.
397        * custom/psim.cfg: Remove GCC272 support.
398        * custom/rxgen960.cfg: Remove GCC272 support.
399        * custom/score603e.cfg: Remove GCC272 support.
400        * custom/sim68000.cfg: Remove GCC272 support.
401        * custom/simhppa.cfg: Remove GCC272 support.
402        * custom/simsh4.cfg: Remove GCC272 support.
403        * custom/ts_386ex.cfg: Remove GCC272 support.
404
[8b14331a]4052002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
408        * Makefile.am: Remove AUTOMAKE_OPTIONS.
409        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
410        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
411
[6703f877]4122002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * compilers/gcc-target-default.cfg: Add missing \.
415        Reported by Ilya Alexeev <ilya@continuum.ru>.
416
[88f60e26]4172002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
420        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
421        support.
422        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
423
[c4069d4]4242001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
427        * custom/FreeBSD-posix.cfg: Ditto.
428        * custom/HPUX9-posix.cfg: Ditto.
429        * custom/Linux-posix.cfg: Ditto.
430        * custom/Solaris-posix.cfg: Ditto.
431
[67da219]4322001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
435        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
436
[c2b12f2]4372001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * custom/armulator.cfg: Remove make-target-options.
440        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
441        (now in erc32/configure.ac).
442        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
443        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
444        Remove CONSOLE_USE_POLLED (Unused).
445        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
446        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
447        * custom/mvme162.cfg: Remove references to mvme162lx.
448        Abandon gcc272. Remove make-target-options.
449        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
450
[97dbdde1]4512001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * custom/bare.cfg: Remove make-target-options.
454        * custom/c4xsim.cfg: Ditto.
455        * custom/cvme961.cfg: Ditto.
456        * custom/efi68k.cfg: Ditto.
457        * custom/gen68302.cfg: Ditto.
458        * custom/gen68340.cfg: Ditto.
459        * custom/genmongoosev.cfg: Ditto.
460        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
461        make-exe, remove empty lines.
462        * custom/h8sim.cfg: Remove make-target-options.
463        * custom/mcf5206elite.cfg: Ditto.
464        * custom/mrm332.cfg: Ditto.
465        * custom/mvme147.cfg: Ditto.
466        * custom/ods68302.cfg: Ditto.
467        * custom/p4000.cfg: Ditto.
468        * custom/p4600.cfg: Ditto.
469        * custom/p4650.cfg: Ditto.
470        * custom/pc386.cfg: Ditto.
471        * custom/portsw.cfg: Ditto.
472        * custom/simsh4.cfg: Ditto.
473
[09aadf6]4742001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * custom/efi332.cfg: Remove make-target-options.
477        * custom/idp.cfg: Ditto.
478        * custom/jmr3904.cfg: Ditto.
479
[5e2dce0]4802001-11-27      Joel Sherrill <joel@OARcorp.com>,
481
[3dc3511]482        * ChangeLog: Deleted bogus entry.
[5e2dce0]483
[dda8f5dc]4842001-11-27      Joel Sherrill <joel@OARcorp.com>,
485
486        * custom/ods68302.cfg: Eliminated required definition of macros in this
487        file for the BSP to compile.  The ROM and ROM address and size settings
488        are now linker script items. 
[af447ea]489
[4383f3a]4902001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492
493        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
494        Remove make-target-options.
495        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
496        Remove make-target-options.
497        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
498        DATA_CACHE_ENABLE.
499        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
500        DATA_CACHE_ENABLE.
501        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
502        DATA_CACHE_ENABLE.
503
[9f7f6fb]5042001-11-25      Joel Sherrill <joel@OARcorp.com>
505
506        * custom/papyrus.cfg: Removed.
507        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
508
[93d20478]5092001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
512        * custom/mcp750.cfg: Ditto.
513
[bbb6af24]5142001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
517        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
518        * custom/psim.cfg: Refect changes to psim/configure.ac.
519        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
520        remove SCORE603E_GENERATION.
521
[708a87c5]5222001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
525        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
526        * custom/mbx860_005b.cfg: Ditto.
527        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
528
529
[82a48d0]5302001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * custom/gensh1.cfg: remove make-target-options.
533        * custom/gensh2.cfg: remove make-target-options.
534
[3460525e]5352001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
538        remove make-target-options, remove BSP_CPPFLAGS.
539
[0f012bdf]5402001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
543
[1614be8]5442001-11-14      Joel Sherrill <joel@OARcorp.com>
545
546        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
547        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
548        These are new exception processing model BSPs and thus do not
549        need to define PPC_USE_SPRG.
550
[2c033b0b]5512001-11-14      Joel Sherrill <joel@OARcorp.com>
552
553        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
554
[44ff1c3]5552001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
[2c033b0b]557        * custom/ts_386ex.cfg: Remove make-target-options.
558        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
559        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
[44ff1c3]560        different flags.
561
[7409426]5622001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
565        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
566        re-adopt mcp750.cfg's make-exe.
567
[7c67be4]5682001-11-13      Joel Sherrill <joel@OARcorp.com>
569
570        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
571        the --srec-len argument to objcopy only supported in binutils 2.11
572        or newer.
573
[1a98a0d]5742001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
575
576        This modification is part of the submitted modifications necessary to
577        support the IBM PPC405 family.  This submission was reviewed by
578        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
579        not negatively impact the ppc403 BSPs.  The submission and tracking
580        process was captured as PR50.
581        * custom/gen405.cfg: New file.
582        * custom/helas403.cfg: Modified to generate Srecords.
583
[6a91771a]5842001-10-30      Joel Sherrill <joel@OARcorp.com>
585
586        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
587
[fe6ef4ac]5882001-10-26      Victor V. Vengerov <vvv@oktet.ru>
589
590        * custom/mcf5206elite.cfg: New file.
591
[8e42d3b]5922001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
593
594        * custom/mpc8260ads.cfg: New file.
595
[473ed53]5962001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * custom/gensh4.cfg: Remove START_HW_INIT.
599        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
600
[cedf9296]6012001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * custom/gensh4.cfg: Remove HZ.
604        * custom/simsh4.cfg: Remove HZ.
605
[c682b89]6062001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
607
608        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
609        of Hitachi SH4 BSPs of the same name.  Reviewed and some
610        cleanup by Joel Sherrill <joel@OARcorp.com>.
611
[cae8bc9]6122001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
615
[a768168]6162001-10-11      Joel Sherrill <joel@OARcorp.com>
617
618        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
619        to avoid using the apparently broken or deprecated -o argument.
620
[a463a2f]6212001-09-28      Joel Sherrill <joel@OARcorp.com>
622
623        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
624        for MC68302_BASE.
625
[faa965d]6262001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * custom/bare.cfg: Define dummy make-cxx-exe.
629
[0bb36c0]6302001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[af447ea]631
[0bb36c0]632        * ChangeLog: Formatting cleanup.
[93f79c0f]633
[206a0b38]6342001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[af447ea]635
636        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
[0bb36c0]637        make-target-options.
638        * custom/FreeBSD-posix.cfg: Remove make-target-options.
639        * custom/HPUX9-posix.cfg: Dito.
640        * custom/Linux-posix.cfg: Dito.
641        * custom/Solaris-posix.cfg: Dito.
642        * custom/arm_bare_bsp.cfg: Dito.
643        * custom/armulator.cfg: Dito.
644        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
645        * custom/i386ex.cfg: Remove make-target-options.
[af447ea]646        * custom/i960sim.cfg: Remove make-target-options.
647        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
[0bb36c0]648        CONSOLE_USE_INTERRUPTS.
[af447ea]649        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
650        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
[0bb36c0]651        CONSOLE_USE_INTERRUPTS.
[206a0b38]652        * custom/vegaplus.cfg: Remove make-target-options.
653
[88249fa0]6542001-05-25      Joel Sherrill <joel@OARcorp.com>
655
656        * custom/mrm332.cfg: Switched $(SED) to sed.
657
[0f588860]6582000-05-25      Matt Cross <profesor@gweep.net>
659
660        * New MRM332 BSP for the Mini RoboMind board based
661        on the 68332 microcontroller designed and build by Mark
662        Castelluccio.  For details on the MRM see http://www.robominds.com.
663        * custom/mrm332.cfg: New file.
664
[6b5a85ae]6652001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
668        CONSOLE_USE_POLLED, HAS_RTC.
669
[baf22b9]6702001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
673        * custom/gensh2.cfg: Dito.
674
[93f79c0f]6752001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
678        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
679        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
680        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
681        remove unused flags, remove -ansi from CPP.
682        * custom/eth_comm.cfg: Remove CPU_DEFINES.
683        * custom/sim68000.cfg: Remove CPU_DEFINES.
[65e6b542]684       
6852001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
[93f79c0f]687        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
[65e6b542]688        * compilers/gcc-target-default.cfg: Dito.
689        * compilers/gcc-portsw.cfg: Remove -Hansi.
690        * custom/posix.cfg: Remove inclusion of target.cfg.
691        * custom/simhppa.cfg: Remove -ansi -fasm.
[1db8d62f]692
[d96374f]6932001-04-11      Eric Valette <valette@crf.canon.fr>
694
695        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
696        "new exception processing model."
697
[8d2eb8c]6982001-04-11      Joel Sherrill <joel@OARcorp.com>
699
700        * custom/default.cfg: Switch to using exec_prefix to reflect new
701        organization of install point from Ralf Corsepius.
702
[969de1f3]7032001-03-30      Eric Valette <valette@crf.canon.fr>
704
705        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
706        use the "new exception processing model."
707
[1a792e47]7082001-03-14      Joel Sherrill <joel@OARcorp.com>
709
710        * custom/genmongossev.cfg: New file.
711
[85371f7]7122001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * custom/pc386dx.cfg: New bsp.
715
[e5bc1968]7162001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
719        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
720        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
721
[227ae749]7222001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[1db8d62f]723
724        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
725        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
726        * host.cfg.in: Remove RM, make-script.
[227ae749]727        * ChangeLog: Remove bogus 2001-01-22 entry.
[b96ca51]728
[96e34e0]7292001-01-09      Joel Sherrill <joel@OARcorp.com>
730
731        * custom/pc386.cfg (make-exe): Removed commented out lines that
732        were displayed in build longs.
733
[f8b891d]7342001-01-08      Joel Sherrill <joel@OARcorp.com>
735
736        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
737        unneeded definitions when compiled for "mips" rather than "mips64orion."
738        Correct CPU_CFLAGS.
739
[e8ad374a]7402001-01-05      Joel Sherrill <joel@OARcorp.com>
741
742        * custom/gensh1.cfg: Removed rest of make-target-options and
743        moved them to BSP configure options.
744
[fdfa5b9]7452001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
746
747        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
748        install point or assuming BSP build tree is available.
749
[c2bbfb52]7502001-01-03      Joel Sherrill <joel@OARcorp.com>
751
752        * custom/psim.cfg: Removed unused variables.
753
[80cc928]7542001-01-03      Joel Sherrill <joel@OARcorp.com>
755
756        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
757        * custom/simcpu32.cfg: Removed MVME162 reference.
758
[cec6bb0]7592000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
760
761        * custom/mcp750.cfg: Fix problems in generation of .exe file.
762        Still need to fix to avoid touching install point on non-install stanza.
763
[dfa6d4b7]7642000-12-06      Joel Sherrill <joel@OARcorp.com>
765
766        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
767        and copies that should not be in it.
768
[3fddd25c]7692000-12-01      Joel Sherrill <joel@OARcorp.com>
770
771        * custom/jmr3904.cfg: Turn optimization back up to -O2.
772
[c061304]7732000-11-30      Joel Sherrill <joel@OARcorp.com>
774
775        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
776        a mips1.  gcc translates -m3900 into that.
777
[e066afe8]7782000-11-27      Joel Sherrill <joel@OARcorp.com>
779
780        * custom/jmr3904.cfg: Fix incorrect reference to i960.
781
[1c69af9b]7822000-11-27      Joel Sherrill <joel@OARcorp.com>
783
784        * custom/shsim.cfg: New file.
785        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
786        The shsim is for the SH simulator in gdb. It should be able
787        to be used with multiple SH CPU models.  This will require
788        adding BSP variants.
789
[511374e4]7902000-11-25      Joel Sherrill <joel@OARcorp.com>
791
792        * custom/pc386.cfg: make-exe rule would write into
793        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
794        is generally not writeable after the BSP is installed and you do not
795        want every application installed there by default.  Reported by
796        Eric Norum <eric.norum@usask.ca>.
797
[732d4db]7982000-11-25      Joel Sherrill <joel@OARcorp.com>
799
800        * custom/Makefile.am: Updated to add jmr3904.cfg
801        * custom/jmr3904.cfg: New file.
802
[8c47d509]8032000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
804
805        * custom/leon2.cfg: Removed defines that are now generated
806        in a non-BSP specific manner.
807
[cd0324cf]8082000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
809
810        * custom/Makefile.am: Modified to reflect addition of files.
811        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
812        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
813
[b2e4f3a8]8142000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
815
816        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
817
[2b0714f3]8182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
821
[c801aba]8222000-10-24      Joel Sherrill <joel@OARcorp.com>
823
824        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
825        definition since this information can be picked up from
826        autoconf generated files.  These BSPs are shared by the
827        mips and mips64orion "ports."
828
[3a410c5]8292000-10-18      Joel Sherrill <joel@OARcorp.com>
830
831        * compilers/gcc-portsw.cfg: Use gcc style flags.
832
[3db37a7c]8332000-09-13      Joel Sherrill <joel@OARcorp.com>
834
835        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
836        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
837
[fb7e6dcf]8382000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
839
840        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
841        Eric Valette <valette@crf.canon.fr>.
842        * custom/vegaplus.cfg: New file.
843
[2094513]8442000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
845
846        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
847        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
848        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
849        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
850        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
851        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
852        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
853
[5174271]8542000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
855
856        * custom/gensh2.cfg: Fix comments.
857
[9fbf213]8582000-09-12      Joel Sherrill <joel@OARcorp.com>
859
860        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
861        compiler arguments that specify CPU model options.
862
[0905e0f]8632000-09-12      Joel Sherrill <joel@OARcorp.com>
864
865        * custom/mbx860_005b.cfg (make-target-options): Add lines to
866        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
867        may be incorrect but the BSP now compiles.
868
[e0457c6b]8692000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
870
871        * custom/arm_bare_bsp.cfg: Fix comments.
872
[c698e7b8]8732000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
874
875        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
876        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
877        * ChangeLog: File paths corrected
878
[ef386359]8792000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
880
881        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
882
[6fe4d043]8832000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[c698e7b8]884
885        * custom/pck6.cfg: New file
886        * custom/pc486.cfg: Use -m486
887        * custom/pc586.cfg: Use -mpentium
888        * custom/pc686.cfg: Use -mmpentiumpro
[6fe4d043]889        * custom/i386ex.cfg: Use -msoft-float
890
[060d538]8912000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
892
893        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
894
[b24a093]8952000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
896
897        * ChangeLog: File paths corrected.
898
[b96ca51]8992000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
[b24a093]900
[b96ca51]901        * custom/mvme167.cfg: Add specification of printk port, console port
902        and serial I/O mode.  Arrange for the stripped executable to
903        be copied up the build tree.
[380b5227]904       
9052000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
[b24a093]906
[380b5227]907        * custom/mbx8xx.cfg: Support for shared printk and no termios.
908
9092000-08-10      John Cotton  <john.cotton@nrc.ca>
[b24a093]910
[380b5227]911        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
[f1aa400]912
9132000-08-10      Joel Sherrill <joel@OARcorp.com>
914
915        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.