source: rtems/make/ChangeLog @ 4d4cc6e1

4.104.114.84.95
Last change on this file since 4d4cc6e1 was 4d4cc6e1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/24/03 at 06:45:03

2003-08-23 Ralf Corsepius <corsepiu@…>

PR 470/bsps

  • custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe): Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile. (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@…>).
  • Property mode set to 100644
File size: 26.5 KB
Line 
12003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 470/bsps
4        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
5        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
6        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
7
82003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
11        the BSP's configure-script).
12        Remove BSP_CPPFLAGS (Obsolete).
13
142003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        PR 321/bsps
17        * leaf.cfg: Remove support for profile-variant.
18        * main.cfg: Ditto.
19        * compilers/gcc-no_bsp.cfg: Ditto.
20        * compilers/gcc-portsw.cfg: Ditto.
21        * compilers/gcc-target-default.cfg: Ditto.
22
232003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
24
25        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
26
272003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
28
29        PR 368/filesystems
30        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
31        with this PR for alias BSPs.
32
332003-03-18  Till Straumann <strauman@slac.stanford.edu>
34
35        PR 356/bsps
36        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
37        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
38
392003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
42
432003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
46        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
47        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
48        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
49
502003-02-14      Joel Sherrill <joel@OARcorp.com>
51
52        AMD a29k obsolete.
53        * custom/portsw.cfg: Removed.
54
552003-01-20      Duane Gustavus <duane@unt.edu>
56
57        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
58
592003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
62        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
63        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
64        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
65        Move -D_BSD_SOURCE to CPU_CFLAGS.
66        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
67        Move -Dsolaris2 to CPU_CFLAGS.
68        Remove -D__EXTENSIONS__.
69
702002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * custom/posix.cfg: Remove comment referring to host.cfg.
73
742002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * custom/default.cfg: Pickup target.cfg from BSP directory.
77
782002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
79
80        * custom/mtx603e.cfg: New file.
81
822002-11-17      Joel Sherrill <joel@OARcorp.com>
83
84        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
85        build variants work for user applications post install.
86
872002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
90        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
91        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
92        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
93        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
94
952002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
96
97        * custom/edb7312.cfg: New file.
98
992002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
102        obsolete Makefile.
103        * leaf.cfg: Various changes to LIBVARIANT processing.
104        * main.cfg: Ditto.
105
1062002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Add compilers/*.
109        * compilers/Makefile.am: Remove.
110        * lib.cfg: Remove.
111        * directory.cfg: Remove.
112        * README: Remove.
113
1142002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Add Templates/*.
117        * Templates/Makefile.am: Remove.
118
1192002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
122
1232002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
126        * custom/HPUX9-posix.cfg: Ditto.
127        * custom/Linux-posix.cfg: Ditto.
128
1292002-10-02      Joel Sherrill <joel@OARcorp.com>
130
131        * custom/armulator.cfg: Remove reference to PowerPC arguments.
132
1332002-09-13      Joel Sherrill <joel@OARcorp.com>
134
135        * Part of addressing PR281.
136        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
137        * compilers/gcc-target-default.cfg: Removed remaining support for
138        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
139        as one of the LDFLAGS when the debug variant is specified.
140
1412002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * custom/posix.cfg: Don't include host.cfg.
144
1452002-08-09      Joel Sherrill <joel@OARcorp.com>
146
147        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
148
1492002-08-07      Ivan Guzvinec <ivang@opencores.org>
150
151        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
152
1532002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
156
1572002-08-06      Joel Sherrill <joel@OARcorp.com>
158
159        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
160        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
161
1622002-08-06      Chris Ziomkowski <chris@asics.ws>
163
164        * custom/or32sim.cfg: New file added as part of merge from
165        OpenCores repository.
166
1672002-08-05      Joel Sherrill <joel@OARcorp.com>
168
169        * Per PR260 eliminate use of make-target-options.  This impacted
170        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
171        SuperCore and required that the m68k optimized memcpy be moved
172        to libcpu.
173        * custom/gen68360.cfg: Remove make-target-options.
174
1752002-08-01      Joel Sherrill <joel@OARcorp.com>
176
177        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
178        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
179
1802002-08-01      Joel Sherrill <joel@OARcorp.com>
181
182        * custom/mvme136.cfg: Remove make-target-options.
183
1842002-07-30      Joel Sherrill <joel@OARcorp.com>
185
186        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
187        will disappear when make clean is performed.
188
1892002-07-24      Joel Sherrill <joel@OARcorp.com>
190
191        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
192        to use gcc 3.1 arguments.
193
1942002-07-22      Joel Sherrill <joel@OARcorp.com>
195
196        * Templates/Makefile.leaf: Clarify the MANAGERS example.
197
1982002-07-01      Joel Sherrill <joel@OARcorp.com>
199
200        * custom/p4650.cfg: Update arguments to gcc3.
201
2022002-06-14      Joel Sherrill <joel@OARcorp.com>
203
204        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
205        to gcc 3.1 arguments.
206
2072002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
208
209        * custom/dmv177.cfg: Use -mcpu=603e.
210        * custom/ppcn_60x.cfg: Use -mcpu=603e.
211        * custom/psim.cfg: Use -mcpu=603e.
212        * custom/score603e.cfg: Use -mcpu=603e.
213        * custom/ts_386ex.cfg: Remove obsolete comments.
214        * custom/rxgen960.cfg: Remove obsolete comments.
215        * custom/cvme961.cfg: Remove obsolete comments.
216
2172001-05-09      Joel Sherrill <joel@OARcorp.com>
218
219        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
220        compatable arguments.
221 
2222002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
225        Remove obsolete comments.
226        * custom/eth_comm.cfg: Remove make-target-options.
227        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
228        CPU_CFLAGS.
229        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
230        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
231        * custom/mbx8xx.cfg: Remove make-target-options.
232        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
233        Remove obsolete comments.
234        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
235        Remove obsolete comments.
236        * custom/mpc8260ads.cfg: Remove make-target-options.
237        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
238        CPU_CFLAGS.
239        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
240        Remove obsolete comments.
241        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
242        CPU_CFLAGS.
243        Remove obsolete comments.
244        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
245        Remove obsolete comments.
246        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
247        CPU_CFLAGS.
248        Remove obsolete comments.
249
2502002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * custom/gen405.cfg: Remove -D__powerpc__.
253
2542002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
257        * custom/erc32.cfg: Ditto.
258        * custom/leon2.cfg: Ditto.
259
260
2612002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
264        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
265        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
266
2672002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * custom/cvme961.cfg: Remove GCC272 support.
270        * custom/dmv152.cfg: Remove GCC272 support.
271        * custom/efi332.cfg: Remove GCC272 support.
272        * custom/efi68k.cfg: Remove GCC272 support.
273        * custom/eth_comm.cfg: Remove GCC272 support.
274        * custom/gen405.cfg: Remove GCC272 support.
275        * custom/gen68302.cfg: Remove GCC272 support.
276        * custom/gen68340.cfg: Remove GCC272 support.
277        * custom/gen68360.cfg: Remove GCC272 support.
278        * custom/genmongoosev.cfg: Remove GCC272 support.
279        * custom/helas403.cfg: Remove GCC272 support.
280        * custom/i386ex.cfg: Remove GCC272 support.
281        * custom/i960sim.cfg: Remove GCC272 support.
282        * custom/idp.cfg: Remove GCC272 support.
283        * custom/leon2.cfg: Remove GCC272 support.
284        * custom/mbx8xx.cfg: Remove GCC272 support.
285        * custom/mcf5206elite.cfg: Remove GCC272 support.
286        * custom/mpc8260ads.cfg: Remove GCC272 support.
287        * custom/mrm332.cfg: Remove GCC272 support.
288        * custom/mvme136.cfg: Remove GCC272 support.
289        * custom/mvme147.cfg: Remove GCC272 support.
290        * custom/mvme167.cfg: Remove GCC272 support.
291        * custom/ods68302.cfg: Remove GCC272 support.
292        * custom/p4000.cfg: Remove GCC272 support.
293        * custom/p4600.cfg: Remove GCC272 support.
294        * custom/p4650.cfg: Remove GCC272 support.
295        * custom/pc386.cfg: Remove GCC272 support.
296        * custom/portsw.cfg: Remove GCC272 support.
297        * custom/psim.cfg: Remove GCC272 support.
298        * custom/rxgen960.cfg: Remove GCC272 support.
299        * custom/score603e.cfg: Remove GCC272 support.
300        * custom/sim68000.cfg: Remove GCC272 support.
301        * custom/simhppa.cfg: Remove GCC272 support.
302        * custom/simsh4.cfg: Remove GCC272 support.
303        * custom/ts_386ex.cfg: Remove GCC272 support.
304
3052002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
311
3122002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * compilers/gcc-target-default.cfg: Add missing \.
315        Reported by Ilya Alexeev <ilya@continuum.ru>.
316
3172002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
320        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
321        support.
322        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
323
3242001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
327        * custom/FreeBSD-posix.cfg: Ditto.
328        * custom/HPUX9-posix.cfg: Ditto.
329        * custom/Linux-posix.cfg: Ditto.
330        * custom/Solaris-posix.cfg: Ditto.
331
3322001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
335        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
336
3372001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * custom/armulator.cfg: Remove make-target-options.
340        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
341        (now in erc32/configure.ac).
342        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
343        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
344        Remove CONSOLE_USE_POLLED (Unused).
345        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
346        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
347        * custom/mvme162.cfg: Remove references to mvme162lx.
348        Abandon gcc272. Remove make-target-options.
349        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
350
3512001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * custom/bare.cfg: Remove make-target-options.
354        * custom/c4xsim.cfg: Ditto.
355        * custom/cvme961.cfg: Ditto.
356        * custom/efi68k.cfg: Ditto.
357        * custom/gen68302.cfg: Ditto.
358        * custom/gen68340.cfg: Ditto.
359        * custom/genmongoosev.cfg: Ditto.
360        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
361        make-exe, remove empty lines.
362        * custom/h8sim.cfg: Remove make-target-options.
363        * custom/mcf5206elite.cfg: Ditto.
364        * custom/mrm332.cfg: Ditto.
365        * custom/mvme147.cfg: Ditto.
366        * custom/ods68302.cfg: Ditto.
367        * custom/p4000.cfg: Ditto.
368        * custom/p4600.cfg: Ditto.
369        * custom/p4650.cfg: Ditto.
370        * custom/pc386.cfg: Ditto.
371        * custom/portsw.cfg: Ditto.
372        * custom/simsh4.cfg: Ditto.
373
3742001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * custom/efi332.cfg: Remove make-target-options.
377        * custom/idp.cfg: Ditto.
378        * custom/jmr3904.cfg: Ditto.
379
3802001-11-27      Joel Sherrill <joel@OARcorp.com>,
381
382        * ChangeLog: Deleted bogus entry.
383
3842001-11-27      Joel Sherrill <joel@OARcorp.com>,
385
386        * custom/ods68302.cfg: Eliminated required definition of macros in this
387        file for the BSP to compile.  The ROM and ROM address and size settings
388        are now linker script items. 
389
3902001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392
393        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
394        Remove make-target-options.
395        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
396        Remove make-target-options.
397        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
398        DATA_CACHE_ENABLE.
399        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
400        DATA_CACHE_ENABLE.
401        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
402        DATA_CACHE_ENABLE.
403
4042001-11-25      Joel Sherrill <joel@OARcorp.com>
405
406        * custom/papyrus.cfg: Removed.
407        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
408
4092001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
412        * custom/mcp750.cfg: Ditto.
413
4142001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
417        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
418        * custom/psim.cfg: Refect changes to psim/configure.ac.
419        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
420        remove SCORE603E_GENERATION.
421
4222001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
425        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
426        * custom/mbx860_005b.cfg: Ditto.
427        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
428
429
4302001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * custom/gensh1.cfg: remove make-target-options.
433        * custom/gensh2.cfg: remove make-target-options.
434
4352001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
438        remove make-target-options, remove BSP_CPPFLAGS.
439
4402001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
443
4442001-11-14      Joel Sherrill <joel@OARcorp.com>
445
446        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
447        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
448        These are new exception processing model BSPs and thus do not
449        need to define PPC_USE_SPRG.
450
4512001-11-14      Joel Sherrill <joel@OARcorp.com>
452
453        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
454
4552001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * custom/ts_386ex.cfg: Remove make-target-options.
458        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
459        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
460        different flags.
461
4622001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
465        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
466        re-adopt mcp750.cfg's make-exe.
467
4682001-11-13      Joel Sherrill <joel@OARcorp.com>
469
470        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
471        the --srec-len argument to objcopy only supported in binutils 2.11
472        or newer.
473
4742001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
475
476        This modification is part of the submitted modifications necessary to
477        support the IBM PPC405 family.  This submission was reviewed by
478        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
479        not negatively impact the ppc403 BSPs.  The submission and tracking
480        process was captured as PR50.
481        * custom/gen405.cfg: New file.
482        * custom/helas403.cfg: Modified to generate Srecords.
483
4842001-10-30      Joel Sherrill <joel@OARcorp.com>
485
486        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
487
4882001-10-26      Victor V. Vengerov <vvv@oktet.ru>
489
490        * custom/mcf5206elite.cfg: New file.
491
4922001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
493
494        * custom/mpc8260ads.cfg: New file.
495
4962001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * custom/gensh4.cfg: Remove START_HW_INIT.
499        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
500
5012001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * custom/gensh4.cfg: Remove HZ.
504        * custom/simsh4.cfg: Remove HZ.
505
5062001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
507
508        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
509        of Hitachi SH4 BSPs of the same name.  Reviewed and some
510        cleanup by Joel Sherrill <joel@OARcorp.com>.
511
5122001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
515
5162001-10-11      Joel Sherrill <joel@OARcorp.com>
517
518        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
519        to avoid using the apparently broken or deprecated -o argument.
520
5212001-09-28      Joel Sherrill <joel@OARcorp.com>
522
523        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
524        for MC68302_BASE.
525
5262001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * custom/bare.cfg: Define dummy make-cxx-exe.
529
5302001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * ChangeLog: Formatting cleanup.
533
5342001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
537        make-target-options.
538        * custom/FreeBSD-posix.cfg: Remove make-target-options.
539        * custom/HPUX9-posix.cfg: Dito.
540        * custom/Linux-posix.cfg: Dito.
541        * custom/Solaris-posix.cfg: Dito.
542        * custom/arm_bare_bsp.cfg: Dito.
543        * custom/armulator.cfg: Dito.
544        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
545        * custom/i386ex.cfg: Remove make-target-options.
546        * custom/i960sim.cfg: Remove make-target-options.
547        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
548        CONSOLE_USE_INTERRUPTS.
549        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
550        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
551        CONSOLE_USE_INTERRUPTS.
552        * custom/vegaplus.cfg: Remove make-target-options.
553
5542001-05-25      Joel Sherrill <joel@OARcorp.com>
555
556        * custom/mrm332.cfg: Switched $(SED) to sed.
557
5582000-05-25      Matt Cross <profesor@gweep.net>
559
560        * New MRM332 BSP for the Mini RoboMind board based
561        on the 68332 microcontroller designed and build by Mark
562        Castelluccio.  For details on the MRM see http://www.robominds.com.
563        * custom/mrm332.cfg: New file.
564
5652001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
568        CONSOLE_USE_POLLED, HAS_RTC.
569
5702001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
573        * custom/gensh2.cfg: Dito.
574
5752001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
578        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
579        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
580        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
581        remove unused flags, remove -ansi from CPP.
582        * custom/eth_comm.cfg: Remove CPU_DEFINES.
583        * custom/sim68000.cfg: Remove CPU_DEFINES.
584       
5852001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
588        * compilers/gcc-target-default.cfg: Dito.
589        * compilers/gcc-portsw.cfg: Remove -Hansi.
590        * custom/posix.cfg: Remove inclusion of target.cfg.
591        * custom/simhppa.cfg: Remove -ansi -fasm.
592
5932001-04-11      Eric Valette <valette@crf.canon.fr>
594
595        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
596        "new exception processing model."
597
5982001-04-11      Joel Sherrill <joel@OARcorp.com>
599
600        * custom/default.cfg: Switch to using exec_prefix to reflect new
601        organization of install point from Ralf Corsepius.
602
6032001-03-30      Eric Valette <valette@crf.canon.fr>
604
605        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
606        use the "new exception processing model."
607
6082001-03-14      Joel Sherrill <joel@OARcorp.com>
609
610        * custom/genmongossev.cfg: New file.
611
6122001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * custom/pc386dx.cfg: New bsp.
615
6162001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
619        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
620        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
621
6222001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
625        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
626        * host.cfg.in: Remove RM, make-script.
627        * ChangeLog: Remove bogus 2001-01-22 entry.
628
6292001-01-09      Joel Sherrill <joel@OARcorp.com>
630
631        * custom/pc386.cfg (make-exe): Removed commented out lines that
632        were displayed in build longs.
633
6342001-01-08      Joel Sherrill <joel@OARcorp.com>
635
636        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
637        unneeded definitions when compiled for "mips" rather than "mips64orion."
638        Correct CPU_CFLAGS.
639
6402001-01-05      Joel Sherrill <joel@OARcorp.com>
641
642        * custom/gensh1.cfg: Removed rest of make-target-options and
643        moved them to BSP configure options.
644
6452001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
646
647        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
648        install point or assuming BSP build tree is available.
649
6502001-01-03      Joel Sherrill <joel@OARcorp.com>
651
652        * custom/psim.cfg: Removed unused variables.
653
6542001-01-03      Joel Sherrill <joel@OARcorp.com>
655
656        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
657        * custom/simcpu32.cfg: Removed MVME162 reference.
658
6592000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
660
661        * custom/mcp750.cfg: Fix problems in generation of .exe file.
662        Still need to fix to avoid touching install point on non-install stanza.
663
6642000-12-06      Joel Sherrill <joel@OARcorp.com>
665
666        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
667        and copies that should not be in it.
668
6692000-12-01      Joel Sherrill <joel@OARcorp.com>
670
671        * custom/jmr3904.cfg: Turn optimization back up to -O2.
672
6732000-11-30      Joel Sherrill <joel@OARcorp.com>
674
675        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
676        a mips1.  gcc translates -m3900 into that.
677
6782000-11-27      Joel Sherrill <joel@OARcorp.com>
679
680        * custom/jmr3904.cfg: Fix incorrect reference to i960.
681
6822000-11-27      Joel Sherrill <joel@OARcorp.com>
683
684        * custom/shsim.cfg: New file.
685        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
686        The shsim is for the SH simulator in gdb. It should be able
687        to be used with multiple SH CPU models.  This will require
688        adding BSP variants.
689
6902000-11-25      Joel Sherrill <joel@OARcorp.com>
691
692        * custom/pc386.cfg: make-exe rule would write into
693        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
694        is generally not writeable after the BSP is installed and you do not
695        want every application installed there by default.  Reported by
696        Eric Norum <eric.norum@usask.ca>.
697
6982000-11-25      Joel Sherrill <joel@OARcorp.com>
699
700        * custom/Makefile.am: Updated to add jmr3904.cfg
701        * custom/jmr3904.cfg: New file.
702
7032000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * custom/leon2.cfg: Removed defines that are now generated
706        in a non-BSP specific manner.
707
7082000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
709
710        * custom/Makefile.am: Modified to reflect addition of files.
711        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
712        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
713
7142000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
717
7182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
721
7222000-10-24      Joel Sherrill <joel@OARcorp.com>
723
724        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
725        definition since this information can be picked up from
726        autoconf generated files.  These BSPs are shared by the
727        mips and mips64orion "ports."
728
7292000-10-18      Joel Sherrill <joel@OARcorp.com>
730
731        * compilers/gcc-portsw.cfg: Use gcc style flags.
732
7332000-09-13      Joel Sherrill <joel@OARcorp.com>
734
735        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
736        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
737
7382000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
739
740        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
741        Eric Valette <valette@crf.canon.fr>.
742        * custom/vegaplus.cfg: New file.
743
7442000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
747        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
748        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
749        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
750        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
751        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
752        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
753
7542000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * custom/gensh2.cfg: Fix comments.
757
7582000-09-12      Joel Sherrill <joel@OARcorp.com>
759
760        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
761        compiler arguments that specify CPU model options.
762
7632000-09-12      Joel Sherrill <joel@OARcorp.com>
764
765        * custom/mbx860_005b.cfg (make-target-options): Add lines to
766        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
767        may be incorrect but the BSP now compiles.
768
7692000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * custom/arm_bare_bsp.cfg: Fix comments.
772
7732000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
774
775        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
776        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
777        * ChangeLog: File paths corrected
778
7792000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
780
781        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
782
7832000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
784
785        * custom/pck6.cfg: New file
786        * custom/pc486.cfg: Use -m486
787        * custom/pc586.cfg: Use -mpentium
788        * custom/pc686.cfg: Use -mmpentiumpro
789        * custom/i386ex.cfg: Use -msoft-float
790
7912000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
792
793        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
794
7952000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
796
797        * ChangeLog: File paths corrected.
798
7992000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
800
801        * custom/mvme167.cfg: Add specification of printk port, console port
802        and serial I/O mode.  Arrange for the stripped executable to
803        be copied up the build tree.
804       
8052000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
806
807        * custom/mbx8xx.cfg: Support for shared printk and no termios.
808
8092000-08-10      John Cotton  <john.cotton@nrc.ca>
810
811        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
812
8132000-08-10      Joel Sherrill <joel@OARcorp.com>
814
815        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.