source: rtems/make/ChangeLog @ d96374f

4.104.114.84.95
Last change on this file since d96374f was d96374f, checked in by Joel Sherrill <joel.sherrill@…>, on 04/11/01 at 14:06:05

2001-04-11 Eric Valette <valette@…>

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