source: rtems/make/ChangeLog @ 969de1f3

4.104.114.84.95
Last change on this file since 969de1f3 was 969de1f3, checked in by Joel Sherrill <joel.sherrill@…>, on 04/06/01 at 16:00:54

2001-03-30 Eric Valette <valette@…>

  • custom/mbx860_005b.cfg: This switches the MBX8xx BSP to the use the "new exception processing model."
  • Property mode set to 100644
File size: 6.7 KB
RevLine 
[1db8d62f]1
[969de1f3]22001-03-30      Eric Valette <valette@crf.canon.fr>
3
4        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
5        use the "new exception processing model."
6
[1a792e47]72001-03-14      Joel Sherrill <joel@OARcorp.com>
8
9        * custom/genmongossev.cfg: New file.
10
[85371f7]112001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * custom/pc386dx.cfg: New bsp.
14
[e5bc1968]152001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
18        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
19        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
20
[227ae749]212001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[1db8d62f]22
23        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
24        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
25        * host.cfg.in: Remove RM, make-script.
[227ae749]26        * ChangeLog: Remove bogus 2001-01-22 entry.
[b96ca51]27
[96e34e0]282001-01-09      Joel Sherrill <joel@OARcorp.com>
29
30        * custom/pc386.cfg (make-exe): Removed commented out lines that
31        were displayed in build longs.
32
[f8b891d]332001-01-08      Joel Sherrill <joel@OARcorp.com>
34
35        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
36        unneeded definitions when compiled for "mips" rather than "mips64orion."
37        Correct CPU_CFLAGS.
38
[e8ad374a]392001-01-05      Joel Sherrill <joel@OARcorp.com>
40
41        * custom/gensh1.cfg: Removed rest of make-target-options and
42        moved them to BSP configure options.
43
[fdfa5b9]442001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
45
46        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
47        install point or assuming BSP build tree is available.
48
[c2bbfb52]492001-01-03      Joel Sherrill <joel@OARcorp.com>
50
51        * custom/psim.cfg: Removed unused variables.
52
[80cc928]532001-01-03      Joel Sherrill <joel@OARcorp.com>
54
55        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
56        * custom/simcpu32.cfg: Removed MVME162 reference.
57
[cec6bb0]582000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
59
60        * custom/mcp750.cfg: Fix problems in generation of .exe file.
61        Still need to fix to avoid touching install point on non-install stanza.
62
[dfa6d4b7]632000-12-06      Joel Sherrill <joel@OARcorp.com>
64
65        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
66        and copies that should not be in it.
67
[3fddd25c]682000-12-01      Joel Sherrill <joel@OARcorp.com>
69
70        * custom/jmr3904.cfg: Turn optimization back up to -O2.
71
[c061304]722000-11-30      Joel Sherrill <joel@OARcorp.com>
73
74        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
75        a mips1.  gcc translates -m3900 into that.
76
[e066afe8]772000-11-27      Joel Sherrill <joel@OARcorp.com>
78
79        * custom/jmr3904.cfg: Fix incorrect reference to i960.
80
[1c69af9b]812000-11-27      Joel Sherrill <joel@OARcorp.com>
82
83        * custom/shsim.cfg: New file.
84        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
85        The shsim is for the SH simulator in gdb. It should be able
86        to be used with multiple SH CPU models.  This will require
87        adding BSP variants.
88
[511374e4]892000-11-25      Joel Sherrill <joel@OARcorp.com>
90
91        * custom/pc386.cfg: make-exe rule would write into
92        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
93        is generally not writeable after the BSP is installed and you do not
94        want every application installed there by default.  Reported by
95        Eric Norum <eric.norum@usask.ca>.
96
[732d4db]972000-11-25      Joel Sherrill <joel@OARcorp.com>
98
99        * custom/Makefile.am: Updated to add jmr3904.cfg
100        * custom/jmr3904.cfg: New file.
101
[8c47d509]1022000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * custom/leon2.cfg: Removed defines that are now generated
105        in a non-BSP specific manner.
106
[cd0324cf]1072000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
108
109        * custom/Makefile.am: Modified to reflect addition of files.
110        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
111        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
112
[b2e4f3a8]1132000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
116
[2b0714f3]1172000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
120
[c801aba]1212000-10-24      Joel Sherrill <joel@OARcorp.com>
122
123        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
124        definition since this information can be picked up from
125        autoconf generated files.  These BSPs are shared by the
126        mips and mips64orion "ports."
127
[3a410c5]1282000-10-18      Joel Sherrill <joel@OARcorp.com>
129
130        * compilers/gcc-portsw.cfg: Use gcc style flags.
131
[3db37a7c]1322000-09-13      Joel Sherrill <joel@OARcorp.com>
133
134        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
135        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
136
[fb7e6dcf]1372000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
138
139        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
140        Eric Valette <valette@crf.canon.fr>.
141        * custom/vegaplus.cfg: New file.
142
[2094513]1432000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
146        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
147        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
148        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
149        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
150        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
151        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
152
[5174271]1532000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * custom/gensh2.cfg: Fix comments.
156
[9fbf213]1572000-09-12      Joel Sherrill <joel@OARcorp.com>
158
159        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
160        compiler arguments that specify CPU model options.
161
[0905e0f]1622000-09-12      Joel Sherrill <joel@OARcorp.com>
163
164        * custom/mbx860_005b.cfg (make-target-options): Add lines to
165        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
166        may be incorrect but the BSP now compiles.
167
[e0457c6b]1682000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * custom/arm_bare_bsp.cfg: Fix comments.
171
[c698e7b8]1722000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
175        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
176        * ChangeLog: File paths corrected
177
[ef386359]1782000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
181
[6fe4d043]1822000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[c698e7b8]183
184        * custom/pck6.cfg: New file
185        * custom/pc486.cfg: Use -m486
186        * custom/pc586.cfg: Use -mpentium
187        * custom/pc686.cfg: Use -mmpentiumpro
[6fe4d043]188        * custom/i386ex.cfg: Use -msoft-float
189
[060d538]1902000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
191
192        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
193
[b24a093]1942000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * ChangeLog: File paths corrected.
197
[b96ca51]1982000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
[b24a093]199
[b96ca51]200        * custom/mvme167.cfg: Add specification of printk port, console port
201        and serial I/O mode.  Arrange for the stripped executable to
202        be copied up the build tree.
[380b5227]203       
2042000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
[b24a093]205
[380b5227]206        * custom/mbx8xx.cfg: Support for shared printk and no termios.
207
2082000-08-10      John Cotton  <john.cotton@nrc.ca>
[b24a093]209
[380b5227]210        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
[f1aa400]211
2122000-08-10      Joel Sherrill <joel@OARcorp.com>
213
214        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.