source: rtems/make/ChangeLog @ ef380d3f

4.104.114.84.95
Last change on this file since ef380d3f was 85371f7, checked in by Joel Sherrill <joel.sherrill@…>, on 02/21/01 at 14:20:01

2001-02-20 Ralf Corsepius <corsepiu@…>

  • custom/pc386dx.cfg: New bsp.
  • Property mode set to 100644
File size: 6.5 KB
Line 
1
22001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3
4        * custom/pc386dx.cfg: New bsp.
5
62001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
9        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
10        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
11
122001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
15        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
16        * host.cfg.in: Remove RM, make-script.
17        * ChangeLog: Remove bogus 2001-01-22 entry.
18
192001-01-09      Joel Sherrill <joel@OARcorp.com>
20
21        * custom/pc386.cfg (make-exe): Removed commented out lines that
22        were displayed in build longs.
23
242001-01-08      Joel Sherrill <joel@OARcorp.com>
25
26        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
27        unneeded definitions when compiled for "mips" rather than "mips64orion."
28        Correct CPU_CFLAGS.
29
302001-01-05      Joel Sherrill <joel@OARcorp.com>
31
32        * custom/gensh1.cfg: Removed rest of make-target-options and
33        moved them to BSP configure options.
34
352001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
36
37        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
38        install point or assuming BSP build tree is available.
39
402001-01-03      Joel Sherrill <joel@OARcorp.com>
41
42        * custom/psim.cfg: Removed unused variables.
43
442001-01-03      Joel Sherrill <joel@OARcorp.com>
45
46        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
47        * custom/simcpu32.cfg: Removed MVME162 reference.
48
492000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
50
51        * custom/mcp750.cfg: Fix problems in generation of .exe file.
52        Still need to fix to avoid touching install point on non-install stanza.
53
542000-12-06      Joel Sherrill <joel@OARcorp.com>
55
56        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
57        and copies that should not be in it.
58
592000-12-01      Joel Sherrill <joel@OARcorp.com>
60
61        * custom/jmr3904.cfg: Turn optimization back up to -O2.
62
632000-11-30      Joel Sherrill <joel@OARcorp.com>
64
65        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
66        a mips1.  gcc translates -m3900 into that.
67
682000-11-27      Joel Sherrill <joel@OARcorp.com>
69
70        * custom/jmr3904.cfg: Fix incorrect reference to i960.
71
722000-11-27      Joel Sherrill <joel@OARcorp.com>
73
74        * custom/shsim.cfg: New file.
75        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
76        The shsim is for the SH simulator in gdb. It should be able
77        to be used with multiple SH CPU models.  This will require
78        adding BSP variants.
79
802000-11-25      Joel Sherrill <joel@OARcorp.com>
81
82        * custom/pc386.cfg: make-exe rule would write into
83        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
84        is generally not writeable after the BSP is installed and you do not
85        want every application installed there by default.  Reported by
86        Eric Norum <eric.norum@usask.ca>.
87
882000-11-25      Joel Sherrill <joel@OARcorp.com>
89
90        * custom/Makefile.am: Updated to add jmr3904.cfg
91        * custom/jmr3904.cfg: New file.
92
932000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * custom/leon2.cfg: Removed defines that are now generated
96        in a non-BSP specific manner.
97
982000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
99
100        * custom/Makefile.am: Modified to reflect addition of files.
101        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
102        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
103
1042000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
107
1082000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
111
1122000-10-24      Joel Sherrill <joel@OARcorp.com>
113
114        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
115        definition since this information can be picked up from
116        autoconf generated files.  These BSPs are shared by the
117        mips and mips64orion "ports."
118
1192000-10-18      Joel Sherrill <joel@OARcorp.com>
120
121        * compilers/gcc-portsw.cfg: Use gcc style flags.
122
1232000-09-13      Joel Sherrill <joel@OARcorp.com>
124
125        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
126        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
127
1282000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
129
130        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
131        Eric Valette <valette@crf.canon.fr>.
132        * custom/vegaplus.cfg: New file.
133
1342000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
137        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
138        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
139        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
140        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
141        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
142        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
143
1442000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * custom/gensh2.cfg: Fix comments.
147
1482000-09-12      Joel Sherrill <joel@OARcorp.com>
149
150        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
151        compiler arguments that specify CPU model options.
152
1532000-09-12      Joel Sherrill <joel@OARcorp.com>
154
155        * custom/mbx860_005b.cfg (make-target-options): Add lines to
156        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
157        may be incorrect but the BSP now compiles.
158
1592000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * custom/arm_bare_bsp.cfg: Fix comments.
162
1632000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
166        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
167        * ChangeLog: File paths corrected
168
1692000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
172
1732000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * custom/pck6.cfg: New file
176        * custom/pc486.cfg: Use -m486
177        * custom/pc586.cfg: Use -mpentium
178        * custom/pc686.cfg: Use -mmpentiumpro
179        * custom/i386ex.cfg: Use -msoft-float
180
1812000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
182
183        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
184
1852000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * ChangeLog: File paths corrected.
188
1892000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
190
191        * custom/mvme167.cfg: Add specification of printk port, console port
192        and serial I/O mode.  Arrange for the stripped executable to
193        be copied up the build tree.
194       
1952000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
196
197        * custom/mbx8xx.cfg: Support for shared printk and no termios.
198
1992000-08-10      John Cotton  <john.cotton@nrc.ca>
200
201        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
202
2032000-08-10      Joel Sherrill <joel@OARcorp.com>
204
205        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.