source: rtems/make/ChangeLog @ 80cc928

4.104.114.84.95
Last change on this file since 80cc928 was 80cc928, checked in by Joel Sherrill <joel.sherrill@…>, on 01/03/01 at 16:47:16

2001-01-03 Joel Sherrill <joel@…>

  • custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
  • custom/simcpu32.cfg: Removed MVME162 reference.
  • Property mode set to 100644
File size: 5.2 KB
Line 
1
22001-01-03      Joel Sherrill <joel@OARcorp.com>
3
4        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
5        * custom/simcpu32.cfg: Removed MVME162 reference.
6
72000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
8
9        * custom/mcp750.cfg: Fix problems in generation of .exe file.
10        Still need to fix to avoid touching install point on non-install stanza.
11
122000-12-06      Joel Sherrill <joel@OARcorp.com>
13
14        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
15        and copies that should not be in it.
16
172000-12-01      Joel Sherrill <joel@OARcorp.com>
18
19        * custom/jmr3904.cfg: Turn optimization back up to -O2.
20
212000-11-30      Joel Sherrill <joel@OARcorp.com>
22
23        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
24        a mips1.  gcc translates -m3900 into that.
25
262000-11-27      Joel Sherrill <joel@OARcorp.com>
27
28        * custom/jmr3904.cfg: Fix incorrect reference to i960.
29
302000-11-27      Joel Sherrill <joel@OARcorp.com>
31
32        * custom/shsim.cfg: New file.
33        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
34        The shsim is for the SH simulator in gdb. It should be able
35        to be used with multiple SH CPU models.  This will require
36        adding BSP variants.
37
382000-11-25      Joel Sherrill <joel@OARcorp.com>
39
40        * custom/pc386.cfg: make-exe rule would write into
41        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
42        is generally not writeable after the BSP is installed and you do not
43        want every application installed there by default.  Reported by
44        Eric Norum <eric.norum@usask.ca>.
45
462000-11-25      Joel Sherrill <joel@OARcorp.com>
47
48        * custom/Makefile.am: Updated to add jmr3904.cfg
49        * custom/jmr3904.cfg: New file.
50
512000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * custom/leon2.cfg: Removed defines that are now generated
54        in a non-BSP specific manner.
55
562000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
57
58        * custom/Makefile.am: Modified to reflect addition of files.
59        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
60        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
61
622000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
65
662000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
69
702000-10-24      Joel Sherrill <joel@OARcorp.com>
71
72        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
73        definition since this information can be picked up from
74        autoconf generated files.  These BSPs are shared by the
75        mips and mips64orion "ports."
76
772000-10-18      Joel Sherrill <joel@OARcorp.com>
78
79        * compilers/gcc-portsw.cfg: Use gcc style flags.
80
812000-09-13      Joel Sherrill <joel@OARcorp.com>
82
83        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
84        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
85
862000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
87
88        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
89        Eric Valette <valette@crf.canon.fr>.
90        * custom/vegaplus.cfg: New file.
91
922000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
95        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
96        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
97        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
98        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
99        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
100        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
101
1022000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * custom/gensh2.cfg: Fix comments.
105
1062000-09-12      Joel Sherrill <joel@OARcorp.com>
107
108        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
109        compiler arguments that specify CPU model options.
110
1112000-09-12      Joel Sherrill <joel@OARcorp.com>
112
113        * custom/mbx860_005b.cfg (make-target-options): Add lines to
114        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
115        may be incorrect but the BSP now compiles.
116
1172000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * custom/arm_bare_bsp.cfg: Fix comments.
120
1212000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
124        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
125        * ChangeLog: File paths corrected
126
1272000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
130
1312000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * custom/pck6.cfg: New file
134        * custom/pc486.cfg: Use -m486
135        * custom/pc586.cfg: Use -mpentium
136        * custom/pc686.cfg: Use -mmpentiumpro
137        * custom/i386ex.cfg: Use -msoft-float
138
1392000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
140
141        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
142
1432000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        * ChangeLog: File paths corrected.
146
1472000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
148
149        * custom/mvme167.cfg: Add specification of printk port, console port
150        and serial I/O mode.  Arrange for the stripped executable to
151        be copied up the build tree.
152       
1532000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
154
155        * custom/mbx8xx.cfg: Support for shared printk and no termios.
156
1572000-08-10      John Cotton  <john.cotton@nrc.ca>
158
159        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
160
1612000-08-10      Joel Sherrill <joel@OARcorp.com>
162
163        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.