source: rtems/make/ChangeLog @ b7985c5

Last change on this file since b7985c5 was bf82aab6, checked in by Joel Sherrill <joel.sherrill@…>, on 03/25/03 at 18:30:52

2003-03-25 Thomas Doerfler <Thomas.Doerfler@…>

PR 368/filesystems

  • custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included with this PR for alias BSPs.
  • Property mode set to 100644
File size: 25.6 KB
Line 
12003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2
3        PR 368/filesystems
4        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
5        with this PR for alias BSPs.
6
72003-03-18  Till Straumann <strauman@slac.stanford.edu>
8
9        PR 356/bsps
10        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
11        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
12
132003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
16
172003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
20        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
21        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
22        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
23
242003-01-20      Duane Gustavus <duane@unt.edu>
25
26        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
27
282003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
31        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
32        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
33        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
34        Move -D_BSD_SOURCE to CPU_CFLAGS.
35        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
36        Move -Dsolaris2 to CPU_CFLAGS.
37        Remove -D__EXTENSIONS__.
38
392002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * custom/posix.cfg: Remove comment referring to host.cfg.
42
432002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * custom/default.cfg: Pickup target.cfg from BSP directory.
46
472002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
48
49        * custom/mtx603e.cfg: New file.
50
512002-11-17      Joel Sherrill <joel@OARcorp.com>
52
53        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
54        build variants work for user applications post install.
55
562002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
59        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
60        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
61        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
62        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
63
642002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
65
66        * custom/edb7312.cfg: New file.
67
682002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
71        obsolete Makefile.
72        * leaf.cfg: Various changes to LIBVARIANT processing.
73        * main.cfg: Ditto.
74
752002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Add compilers/*.
78        * compilers/Makefile.am: Remove.
79        * lib.cfg: Remove.
80        * directory.cfg: Remove.
81        * README: Remove.
82
832002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Add Templates/*.
86        * Templates/Makefile.am: Remove.
87
882002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
91
922002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
95        * custom/HPUX9-posix.cfg: Ditto.
96        * custom/Linux-posix.cfg: Ditto.
97
982002-10-02      Joel Sherrill <joel@OARcorp.com>
99
100        * custom/armulator.cfg: Remove reference to PowerPC arguments.
101
1022002-09-13      Joel Sherrill <joel@OARcorp.com>
103
104        * Part of addressing PR281.
105        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
106        * compilers/gcc-target-default.cfg: Removed remaining support for
107        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
108        as one of the LDFLAGS when the debug variant is specified.
109
1102002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * custom/posix.cfg: Don't include host.cfg.
113
1142002-08-09      Joel Sherrill <joel@OARcorp.com>
115
116        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
117
1182002-08-07      Ivan Guzvinec <ivang@opencores.org>
119
120        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
121
1222002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
125
1262002-08-06      Joel Sherrill <joel@OARcorp.com>
127
128        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
129        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
130
1312002-08-06      Chris Ziomkowski <chris@asics.ws>
132
133        * custom/or32sim.cfg: New file added as part of merge from
134        OpenCores repository.
135
1362002-08-05      Joel Sherrill <joel@OARcorp.com>
137
138        * Per PR260 eliminate use of make-target-options.  This impacted
139        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
140        SuperCore and required that the m68k optimized memcpy be moved
141        to libcpu.
142        * custom/gen68360.cfg: Remove make-target-options.
143
1442002-08-01      Joel Sherrill <joel@OARcorp.com>
145
146        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
147        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
148
1492002-08-01      Joel Sherrill <joel@OARcorp.com>
150
151        * custom/mvme136.cfg: Remove make-target-options.
152
1532002-07-30      Joel Sherrill <joel@OARcorp.com>
154
155        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
156        will disappear when make clean is performed.
157
1582002-07-24      Joel Sherrill <joel@OARcorp.com>
159
160        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
161        to use gcc 3.1 arguments.
162
1632002-07-22      Joel Sherrill <joel@OARcorp.com>
164
165        * Templates/Makefile.leaf: Clarify the MANAGERS example.
166
1672002-07-01      Joel Sherrill <joel@OARcorp.com>
168
169        * custom/p4650.cfg: Update arguments to gcc3.
170
1712002-06-14      Joel Sherrill <joel@OARcorp.com>
172
173        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
174        to gcc 3.1 arguments.
175
1762002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
177
178        * custom/dmv177.cfg: Use -mcpu=603e.
179        * custom/ppcn_60x.cfg: Use -mcpu=603e.
180        * custom/psim.cfg: Use -mcpu=603e.
181        * custom/score603e.cfg: Use -mcpu=603e.
182        * custom/ts_386ex.cfg: Remove obsolete comments.
183        * custom/rxgen960.cfg: Remove obsolete comments.
184        * custom/cvme961.cfg: Remove obsolete comments.
185
1862001-05-09      Joel Sherrill <joel@OARcorp.com>
187
188        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
189        compatable arguments.
190 
1912002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
194        Remove obsolete comments.
195        * custom/eth_comm.cfg: Remove make-target-options.
196        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
197        CPU_CFLAGS.
198        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
199        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
200        * custom/mbx8xx.cfg: Remove make-target-options.
201        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
202        Remove obsolete comments.
203        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
204        Remove obsolete comments.
205        * custom/mpc8260ads.cfg: Remove make-target-options.
206        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
207        CPU_CFLAGS.
208        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
209        Remove obsolete comments.
210        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
211        CPU_CFLAGS.
212        Remove obsolete comments.
213        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
214        Remove obsolete comments.
215        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
216        CPU_CFLAGS.
217        Remove obsolete comments.
218
2192002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * custom/gen405.cfg: Remove -D__powerpc__.
222
2232002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
226        * custom/erc32.cfg: Ditto.
227        * custom/leon2.cfg: Ditto.
228
229
2302002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
233        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
234        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
235
2362002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * custom/cvme961.cfg: Remove GCC272 support.
239        * custom/dmv152.cfg: Remove GCC272 support.
240        * custom/efi332.cfg: Remove GCC272 support.
241        * custom/efi68k.cfg: Remove GCC272 support.
242        * custom/eth_comm.cfg: Remove GCC272 support.
243        * custom/gen405.cfg: Remove GCC272 support.
244        * custom/gen68302.cfg: Remove GCC272 support.
245        * custom/gen68340.cfg: Remove GCC272 support.
246        * custom/gen68360.cfg: Remove GCC272 support.
247        * custom/genmongoosev.cfg: Remove GCC272 support.
248        * custom/helas403.cfg: Remove GCC272 support.
249        * custom/i386ex.cfg: Remove GCC272 support.
250        * custom/i960sim.cfg: Remove GCC272 support.
251        * custom/idp.cfg: Remove GCC272 support.
252        * custom/leon2.cfg: Remove GCC272 support.
253        * custom/mbx8xx.cfg: Remove GCC272 support.
254        * custom/mcf5206elite.cfg: Remove GCC272 support.
255        * custom/mpc8260ads.cfg: Remove GCC272 support.
256        * custom/mrm332.cfg: Remove GCC272 support.
257        * custom/mvme136.cfg: Remove GCC272 support.
258        * custom/mvme147.cfg: Remove GCC272 support.
259        * custom/mvme167.cfg: Remove GCC272 support.
260        * custom/ods68302.cfg: Remove GCC272 support.
261        * custom/p4000.cfg: Remove GCC272 support.
262        * custom/p4600.cfg: Remove GCC272 support.
263        * custom/p4650.cfg: Remove GCC272 support.
264        * custom/pc386.cfg: Remove GCC272 support.
265        * custom/portsw.cfg: Remove GCC272 support.
266        * custom/psim.cfg: Remove GCC272 support.
267        * custom/rxgen960.cfg: Remove GCC272 support.
268        * custom/score603e.cfg: Remove GCC272 support.
269        * custom/sim68000.cfg: Remove GCC272 support.
270        * custom/simhppa.cfg: Remove GCC272 support.
271        * custom/simsh4.cfg: Remove GCC272 support.
272        * custom/ts_386ex.cfg: Remove GCC272 support.
273
2742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
280
2812002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * compilers/gcc-target-default.cfg: Add missing \.
284        Reported by Ilya Alexeev <ilya@continuum.ru>.
285
2862002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
289        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
290        support.
291        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
292
2932001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
296        * custom/FreeBSD-posix.cfg: Ditto.
297        * custom/HPUX9-posix.cfg: Ditto.
298        * custom/Linux-posix.cfg: Ditto.
299        * custom/Solaris-posix.cfg: Ditto.
300
3012001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
304        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
305
3062001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * custom/armulator.cfg: Remove make-target-options.
309        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
310        (now in erc32/configure.ac).
311        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
312        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
313        Remove CONSOLE_USE_POLLED (Unused).
314        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
315        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
316        * custom/mvme162.cfg: Remove references to mvme162lx.
317        Abandon gcc272. Remove make-target-options.
318        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
319
3202001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * custom/bare.cfg: Remove make-target-options.
323        * custom/c4xsim.cfg: Ditto.
324        * custom/cvme961.cfg: Ditto.
325        * custom/efi68k.cfg: Ditto.
326        * custom/gen68302.cfg: Ditto.
327        * custom/gen68340.cfg: Ditto.
328        * custom/genmongoosev.cfg: Ditto.
329        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
330        make-exe, remove empty lines.
331        * custom/h8sim.cfg: Remove make-target-options.
332        * custom/mcf5206elite.cfg: Ditto.
333        * custom/mrm332.cfg: Ditto.
334        * custom/mvme147.cfg: Ditto.
335        * custom/ods68302.cfg: Ditto.
336        * custom/p4000.cfg: Ditto.
337        * custom/p4600.cfg: Ditto.
338        * custom/p4650.cfg: Ditto.
339        * custom/pc386.cfg: Ditto.
340        * custom/portsw.cfg: Ditto.
341        * custom/simsh4.cfg: Ditto.
342
3432001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * custom/efi332.cfg: Remove make-target-options.
346        * custom/idp.cfg: Ditto.
347        * custom/jmr3904.cfg: Ditto.
348
3492001-11-27      Joel Sherrill <joel@OARcorp.com>,
350
351        * ChangeLog: Deleted bogus entry.
352
3532001-11-27      Joel Sherrill <joel@OARcorp.com>,
354
355        * custom/ods68302.cfg: Eliminated required definition of macros in this
356        file for the BSP to compile.  The ROM and ROM address and size settings
357        are now linker script items. 
358
3592001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361
362        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
363        Remove make-target-options.
364        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
365        Remove make-target-options.
366        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
367        DATA_CACHE_ENABLE.
368        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
369        DATA_CACHE_ENABLE.
370        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
371        DATA_CACHE_ENABLE.
372
3732001-11-25      Joel Sherrill <joel@OARcorp.com>
374
375        * custom/papyrus.cfg: Removed.
376        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
377
3782001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
381        * custom/mcp750.cfg: Ditto.
382
3832001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
386        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
387        * custom/psim.cfg: Refect changes to psim/configure.ac.
388        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
389        remove SCORE603E_GENERATION.
390
3912001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
394        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
395        * custom/mbx860_005b.cfg: Ditto.
396        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
397
398
3992001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * custom/gensh1.cfg: remove make-target-options.
402        * custom/gensh2.cfg: remove make-target-options.
403
4042001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
407        remove make-target-options, remove BSP_CPPFLAGS.
408
4092001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
412
4132001-11-14      Joel Sherrill <joel@OARcorp.com>
414
415        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
416        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
417        These are new exception processing model BSPs and thus do not
418        need to define PPC_USE_SPRG.
419
4202001-11-14      Joel Sherrill <joel@OARcorp.com>
421
422        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
423
4242001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * custom/ts_386ex.cfg: Remove make-target-options.
427        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
428        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
429        different flags.
430
4312001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
434        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
435        re-adopt mcp750.cfg's make-exe.
436
4372001-11-13      Joel Sherrill <joel@OARcorp.com>
438
439        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
440        the --srec-len argument to objcopy only supported in binutils 2.11
441        or newer.
442
4432001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
444
445        This modification is part of the submitted modifications necessary to
446        support the IBM PPC405 family.  This submission was reviewed by
447        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
448        not negatively impact the ppc403 BSPs.  The submission and tracking
449        process was captured as PR50.
450        * custom/gen405.cfg: New file.
451        * custom/helas403.cfg: Modified to generate Srecords.
452
4532001-10-30      Joel Sherrill <joel@OARcorp.com>
454
455        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
456
4572001-10-26      Victor V. Vengerov <vvv@oktet.ru>
458
459        * custom/mcf5206elite.cfg: New file.
460
4612001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
462
463        * custom/mpc8260ads.cfg: New file.
464
4652001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * custom/gensh4.cfg: Remove START_HW_INIT.
468        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
469
4702001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * custom/gensh4.cfg: Remove HZ.
473        * custom/simsh4.cfg: Remove HZ.
474
4752001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
476
477        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
478        of Hitachi SH4 BSPs of the same name.  Reviewed and some
479        cleanup by Joel Sherrill <joel@OARcorp.com>.
480
4812001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
484
4852001-10-11      Joel Sherrill <joel@OARcorp.com>
486
487        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
488        to avoid using the apparently broken or deprecated -o argument.
489
4902001-09-28      Joel Sherrill <joel@OARcorp.com>
491
492        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
493        for MC68302_BASE.
494
4952001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * custom/bare.cfg: Define dummy make-cxx-exe.
498
4992001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * ChangeLog: Formatting cleanup.
502
5032001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
506        make-target-options.
507        * custom/FreeBSD-posix.cfg: Remove make-target-options.
508        * custom/HPUX9-posix.cfg: Dito.
509        * custom/Linux-posix.cfg: Dito.
510        * custom/Solaris-posix.cfg: Dito.
511        * custom/arm_bare_bsp.cfg: Dito.
512        * custom/armulator.cfg: Dito.
513        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
514        * custom/i386ex.cfg: Remove make-target-options.
515        * custom/i960sim.cfg: Remove make-target-options.
516        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
517        CONSOLE_USE_INTERRUPTS.
518        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
519        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
520        CONSOLE_USE_INTERRUPTS.
521        * custom/vegaplus.cfg: Remove make-target-options.
522
5232001-05-25      Joel Sherrill <joel@OARcorp.com>
524
525        * custom/mrm332.cfg: Switched $(SED) to sed.
526
5272000-05-25      Matt Cross <profesor@gweep.net>
528
529        * New MRM332 BSP for the Mini RoboMind board based
530        on the 68332 microcontroller designed and build by Mark
531        Castelluccio.  For details on the MRM see http://www.robominds.com.
532        * custom/mrm332.cfg: New file.
533
5342001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
537        CONSOLE_USE_POLLED, HAS_RTC.
538
5392001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
542        * custom/gensh2.cfg: Dito.
543
5442001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
547        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
548        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
549        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
550        remove unused flags, remove -ansi from CPP.
551        * custom/eth_comm.cfg: Remove CPU_DEFINES.
552        * custom/sim68000.cfg: Remove CPU_DEFINES.
553       
5542001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
557        * compilers/gcc-target-default.cfg: Dito.
558        * compilers/gcc-portsw.cfg: Remove -Hansi.
559        * custom/posix.cfg: Remove inclusion of target.cfg.
560        * custom/simhppa.cfg: Remove -ansi -fasm.
561
5622001-04-11      Eric Valette <valette@crf.canon.fr>
563
564        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
565        "new exception processing model."
566
5672001-04-11      Joel Sherrill <joel@OARcorp.com>
568
569        * custom/default.cfg: Switch to using exec_prefix to reflect new
570        organization of install point from Ralf Corsepius.
571
5722001-03-30      Eric Valette <valette@crf.canon.fr>
573
574        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
575        use the "new exception processing model."
576
5772001-03-14      Joel Sherrill <joel@OARcorp.com>
578
579        * custom/genmongossev.cfg: New file.
580
5812001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * custom/pc386dx.cfg: New bsp.
584
5852001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
588        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
589        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
590
5912001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
594        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
595        * host.cfg.in: Remove RM, make-script.
596        * ChangeLog: Remove bogus 2001-01-22 entry.
597
5982001-01-09      Joel Sherrill <joel@OARcorp.com>
599
600        * custom/pc386.cfg (make-exe): Removed commented out lines that
601        were displayed in build longs.
602
6032001-01-08      Joel Sherrill <joel@OARcorp.com>
604
605        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
606        unneeded definitions when compiled for "mips" rather than "mips64orion."
607        Correct CPU_CFLAGS.
608
6092001-01-05      Joel Sherrill <joel@OARcorp.com>
610
611        * custom/gensh1.cfg: Removed rest of make-target-options and
612        moved them to BSP configure options.
613
6142001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
615
616        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
617        install point or assuming BSP build tree is available.
618
6192001-01-03      Joel Sherrill <joel@OARcorp.com>
620
621        * custom/psim.cfg: Removed unused variables.
622
6232001-01-03      Joel Sherrill <joel@OARcorp.com>
624
625        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
626        * custom/simcpu32.cfg: Removed MVME162 reference.
627
6282000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
629
630        * custom/mcp750.cfg: Fix problems in generation of .exe file.
631        Still need to fix to avoid touching install point on non-install stanza.
632
6332000-12-06      Joel Sherrill <joel@OARcorp.com>
634
635        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
636        and copies that should not be in it.
637
6382000-12-01      Joel Sherrill <joel@OARcorp.com>
639
640        * custom/jmr3904.cfg: Turn optimization back up to -O2.
641
6422000-11-30      Joel Sherrill <joel@OARcorp.com>
643
644        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
645        a mips1.  gcc translates -m3900 into that.
646
6472000-11-27      Joel Sherrill <joel@OARcorp.com>
648
649        * custom/jmr3904.cfg: Fix incorrect reference to i960.
650
6512000-11-27      Joel Sherrill <joel@OARcorp.com>
652
653        * custom/shsim.cfg: New file.
654        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
655        The shsim is for the SH simulator in gdb. It should be able
656        to be used with multiple SH CPU models.  This will require
657        adding BSP variants.
658
6592000-11-25      Joel Sherrill <joel@OARcorp.com>
660
661        * custom/pc386.cfg: make-exe rule would write into
662        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
663        is generally not writeable after the BSP is installed and you do not
664        want every application installed there by default.  Reported by
665        Eric Norum <eric.norum@usask.ca>.
666
6672000-11-25      Joel Sherrill <joel@OARcorp.com>
668
669        * custom/Makefile.am: Updated to add jmr3904.cfg
670        * custom/jmr3904.cfg: New file.
671
6722000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * custom/leon2.cfg: Removed defines that are now generated
675        in a non-BSP specific manner.
676
6772000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
678
679        * custom/Makefile.am: Modified to reflect addition of files.
680        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
681        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
682
6832000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
686
6872000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
690
6912000-10-24      Joel Sherrill <joel@OARcorp.com>
692
693        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
694        definition since this information can be picked up from
695        autoconf generated files.  These BSPs are shared by the
696        mips and mips64orion "ports."
697
6982000-10-18      Joel Sherrill <joel@OARcorp.com>
699
700        * compilers/gcc-portsw.cfg: Use gcc style flags.
701
7022000-09-13      Joel Sherrill <joel@OARcorp.com>
703
704        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
705        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
706
7072000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
708
709        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
710        Eric Valette <valette@crf.canon.fr>.
711        * custom/vegaplus.cfg: New file.
712
7132000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
716        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
717        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
718        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
719        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
720        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
721        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
722
7232000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * custom/gensh2.cfg: Fix comments.
726
7272000-09-12      Joel Sherrill <joel@OARcorp.com>
728
729        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
730        compiler arguments that specify CPU model options.
731
7322000-09-12      Joel Sherrill <joel@OARcorp.com>
733
734        * custom/mbx860_005b.cfg (make-target-options): Add lines to
735        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
736        may be incorrect but the BSP now compiles.
737
7382000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * custom/arm_bare_bsp.cfg: Fix comments.
741
7422000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
745        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
746        * ChangeLog: File paths corrected
747
7482000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
749
750        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
751
7522000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * custom/pck6.cfg: New file
755        * custom/pc486.cfg: Use -m486
756        * custom/pc586.cfg: Use -mpentium
757        * custom/pc686.cfg: Use -mmpentiumpro
758        * custom/i386ex.cfg: Use -msoft-float
759
7602000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
761
762        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
763
7642000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
765
766        * ChangeLog: File paths corrected.
767
7682000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
769
770        * custom/mvme167.cfg: Add specification of printk port, console port
771        and serial I/O mode.  Arrange for the stripped executable to
772        be copied up the build tree.
773       
7742000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
775
776        * custom/mbx8xx.cfg: Support for shared printk and no termios.
777
7782000-08-10      John Cotton  <john.cotton@nrc.ca>
779
780        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
781
7822000-08-10      Joel Sherrill <joel@OARcorp.com>
783
784        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.