source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog @ 8361b50

4.104.114.84.95
Last change on this file since 8361b50 was 8361b50, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/02 at 09:06:43

2002-12-10 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 9.6 KB
RevLine 
[8361b50]12002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4
[844de99]52002-11-04      Joel Sherrill <joel@OARcorp.com>
6
7        * console/console.c, network/network.c: Removed warnings.
8
[1740467b]92002-11-04      Joel Sherrill <joel@OARcorp.com>
10
11        * console/console.c, network/network.c: Removed warnings.
12
[3d1c0aa]132002-11-01      Joel Sherrill <joel@OARcorp.com>
14
15        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
16        warnings.
17
[8730f45]182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * .cvsignore: Reformat.
21        Add autom4te*cache.
22        Remove autom4te.cache.
23
[a2ae30c2]242002-08-21      Joel Sherrill <joel@OARcorp.com>
25
26        * bsp_specs: Added support for -nostdlibs.
27
[61a1c787]282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
37
[8378eae]382002-08-01      Joel Sherrill <joel@OARcorp.com>
39
40        * include/coverhd.h: Per PR261 removed include of
41        <rtems/score/targopts.h> because the file is no longer being
42        generated and really wasn't being used anyway.
43
[f1feebb]442002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
47
[445c0a0]482002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
51        Remove $(OBJS) from all-local.
52
[80defac]532002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
56
[85c92574]572001-05-09      Joel Sherrill <joel@OARcorp.com>
58
59        * startup/linkcmds: In support of gcc 3.1, added one of more
60        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
61        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
62        and direction of segments to memory regions may also have been
63        addressed.  This was a sweep across all BSPs.
64 
[8038731]652002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
68        Fix loopCounter.
69        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
70        * vectors/vectors.S: Ditto.
71        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
72
[fb19f111]732002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
76
[34338a2f]772002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
80          Remove RTEMS_ENABLE_LIBCDIR.
81
[238f450]822001-04-08      Joel Sherrill <joel@OARcorp.com>
83
84        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
85 
[8d0782a]862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac:
89        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
90        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
91        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
100
[46c1096]1012001-01-16      Eric Valette <valette@crt.canon.fr>
102
103        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
104        in RAM and Flash based code.  The code executed for the Flash
105        version runs in both cases (code in Flash/code in RAM) but as it
106        is less efficient than the one optimized for RAM, it put it inside
107        ifdef.  A compilation error is generated if code is linked in Flash
108        with the correct ifdef set...
109
[be1c6bcd]1102001-01-16      Eric Valette <valette@crt.canon.fr>
111
112        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
113        Quoting Eric, "In theory it should be applied in each mpc8xx
114        related BSP but as I cannot test it plase maintainer/users
115        submit patch accordingly."
116
[4385f2df]1172002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
120
[85ca769]1212001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
124
[9e1ae79]1252001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
128
[14e1c414]1292001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
132        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
133
[bb507e9]1342001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Add @exceptions@ to SUBDIRS.
137        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
138        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
139        * include/Makefile.am: Convert PREINSTALL_FILES to
140        TMPINSTALL_FILES, include force-preinstall.am.
141        * vectors/Makefile.am: remove bogus VPATH.
142        * wrapup/Makefile.am: Apply @exceptions@.
143
[a19a7302]1442001-10-29      Joel Sherrill <joel@OARcorp.com>
145
146        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
147
[182712f7]1482001-10-12      Joel Sherrill <joel@OARcorp.com>
149
150        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
151        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
152        startup/start.S: Fixed typo.
153
[df25c998]1542001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
157        * configure.in: Remove.
158        * configure.ac: New file, generated from configure.in by autoupdate.
159
[25bc7ee8]1602001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
163        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
164        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
165
[73aef37f]1662001-08-31  Eric Valette <valette@crf.canon.fr>
167
168        * network/network.c: Fix to account for return value when
169        installing interrupts handler.
170
[d4f9cef5]1712001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.in: Add bspopts.h.
174        * include/.cvsignore: Add bspopts.h*, stamp-h*.
175        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
176        * include/bsp.h: Include bspopts.h.
177
[0eef948f]1782000-06-08      Eric Valette <valette@crf.canon.fr>
179
180        * console/console.c, include/commproc.h, startup/start.S:
181        The printk/printf did not work when loaded by EPPCBUG. They did
182        work when loaded with the BDM debugger.  I suspected EPPBUG
183        made some nasty things like patching Communication processor
184        microcode...  Anyway, the attached patch:
185          1) Enables to have printk nearly immediately after boot,
186          2) Make printf work automagically (I do not know why except I make a
187        different initialization for printk that should be overwritten by
188        console init later ?)
189
190        I let the default to be using EPPCBUG embedded firmware to boot and
191        using this printk early enabler code (LOADED_BY_EPPCBUG and
192        EARLY_CONSOLE) are on.
193
[6f21328]1942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
195
196        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
197
[52dace9]1982001-04-20      Eric Valette <valette@crf.canon.fr>
199
200        * include/bsp.h: Added include of <bsp/vectors.h>
201        * vectors/vectors.h: Corrected typos.
202
[49ec556]2032001-04-11      Eric Valette <valette@crf.canon.fr>
204
205        * network/network.c: Fix unnecessary double assignment.
206
[35bb69b]2072001-03-30      Eric Valette <valette@crf.canon.fr>
208
209        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
210        include/8xx_immap.h, include/commproc.h, include/mbx.h,
211        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
212        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
213        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
214        vectors/vectors_init.c: New files.
215        * Makefile.am, configure.in, console/console.c,
216        include/Makefile.am, network/network.c, startup/Makefile.am,
217        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
218        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
219        The modifications to this BSP reflect the conversion of the
220        mpc8xx CPU to the "new exception processing model."
221
[feead226]2222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
225
[a314d3b4]2262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
229
[fd152eb2]2302000-11-01      Joel Sherrill <joel@OARcorp.com>
231
232        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
233        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
234        now must be referenced as <rtems/XXX.h>.   Header file order
235        was cleaned up while doing this.
236        Also removed obsolete references to STACK_CHECKER_ON.
237
[e83378d]2382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
241        Switch to GNU canonicalization.
242
[6a041407]2432000-10-20      Joel Sherrill <joel@OARcorp.com>
244
245        * console/console.c: Add mbx8xx_console_get_configuration() which
246        returns either nvram configuration or a static equivalent.
247
[1fc2292d]2482000-10-18      Joel Sherrill <joel@OARcorp.com>
249
250        * console/console.c: Added BSP dependent routine
251        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
252        console-generic code.  This avoids libcpu use of bsp.h.
253
[761feae]2542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
257        wrapup/Makefile.am: Include compile.am
258
[c7b98723]2592000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
262
[00ff4cd]2632000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
264
265        * README:
266        * console/console.c:
267        * include/bsp.h:
268        * network/network.c:
269        * startup/bspstart.c:
270        Add support for configuration parameters in NVRAM
271
[e7de167c]2722000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
273
274        * console/console.c: Fix polled input.
275
[59d4d513]2762000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
277
278        * README: Updated.
279        * console/console.c: Addition of support for shared printk and
280        no termios.
281        * include/bsp.h: Addition of second parameter to
282        rtems_enet_driver_attach. Removed prototypes for printk and
283        BSP_output_string.
284        * network/network.c(rtems_enet_driver_attach): Addition of second
285        parameter to function.
286
[e94ad1fe]2872000-08-10      Joel Sherrill <joel@OARcorp.com>
288
289        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.