source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog @ 867ab080

4.104.114.84.95
Last change on this file since 867ab080 was c483a4e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:22:53

Fix broken ChangeLog? entries.

  • Property mode set to 100644
File size: 11.7 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved automake/.
4        * clock/Makefile.am: Reflect having moved automake/.
5        * console/Makefile.am: Reflect having moved automake/.
6        * ide/Makefile.am: Reflect having moved automake/.
7        * include/Makefile.am: Reflect having moved automake/.
8        * irq/Makefile.am: Reflect having moved automake/.
9        * network/Makefile.am: Reflect having moved automake/.
10        * startup/Makefile.am: Reflect having moved automake/.
11        * vectors/Makefile.am: Reflect having moved automake/.
12        * wrapup/Makefile.am: Reflect having moved automake/.
13
142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
17
182003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        PR 445/bsps
21        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
22        Remove cpp, old_cpp (now unused).
23
242003-07-18      Till Straumann <strauman@slac.stanford.edu>
25
26        PR 288/rtems
27        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
28        maintained.
29
302003-04-04       Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * ide/.cvsignore: Add.
33
342003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
35
36        PR 368/filesystem
37        * ide/*: added BSP support for libchip standard ide driver
38
392003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Remove AC_CONFIG_AUX_DIR.
42
432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
46
472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: AC_PREREQ(2.57).
50
512003-01-20      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/linkcmds*: Add FreeBSD sysctl() sections.
54
552002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
58        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
60        Remove SORDID_HACK. Eliminate *_O_FILES.
61        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
62        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
63        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
64
652002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68
692002-11-04      Joel Sherrill <joel@OARcorp.com>
70
71        * console/console.c, network/network.c: Removed warnings.
72
732002-11-04      Joel Sherrill <joel@OARcorp.com>
74
75        * console/console.c, network/network.c: Removed warnings.
76
772002-11-01      Joel Sherrill <joel@OARcorp.com>
78
79        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
80        warnings.
81
822002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * .cvsignore: Reformat.
85        Add autom4te*cache.
86        Remove autom4te.cache.
87
882002-08-21      Joel Sherrill <joel@OARcorp.com>
89
90        * bsp_specs: Added support for -nostdlibs.
91
922002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
95        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
96        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
97        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
101
1022002-08-01      Joel Sherrill <joel@OARcorp.com>
103
104        * include/coverhd.h: Per PR261 removed include of
105        <rtems/score/targopts.h> because the file is no longer being
106        generated and really wasn't being used anyway.
107
1082002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
111
1122002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
115        Remove $(OBJS) from all-local.
116
1172002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
120
1212001-05-09      Joel Sherrill <joel@OARcorp.com>
122
123        * startup/linkcmds: In support of gcc 3.1, added one of more
124        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
125        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
126        and direction of segments to memory regions may also have been
127        addressed.  This was a sweep across all BSPs.
128 
1292002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
132        Fix loopCounter.
133        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
134        * vectors/vectors.S: Ditto.
135        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
136
1372002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
140
1412002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
144          Remove RTEMS_ENABLE_LIBCDIR.
145
1462001-04-08      Joel Sherrill <joel@OARcorp.com>
147
148        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
149 
1502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac:
153        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
154        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
155        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
164
1652001-01-16      Eric Valette <valette@crt.canon.fr>
166
167        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
168        in RAM and Flash based code.  The code executed for the Flash
169        version runs in both cases (code in Flash/code in RAM) but as it
170        is less efficient than the one optimized for RAM, it put it inside
171        ifdef.  A compilation error is generated if code is linked in Flash
172        with the correct ifdef set...
173
1742001-01-16      Eric Valette <valette@crt.canon.fr>
175
176        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
177        Quoting Eric, "In theory it should be applied in each mpc8xx
178        related BSP but as I cannot test it plase maintainer/users
179        submit patch accordingly."
180
1812002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
184
1852001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
188
1892001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
192
1932001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
196        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
197
1982001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Add @exceptions@ to SUBDIRS.
201        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
202        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
203        * include/Makefile.am: Convert PREINSTALL_FILES to
204        TMPINSTALL_FILES, include force-preinstall.am.
205        * vectors/Makefile.am: remove bogus VPATH.
206        * wrapup/Makefile.am: Apply @exceptions@.
207
2082001-10-29      Joel Sherrill <joel@OARcorp.com>
209
210        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
211
2122001-10-12      Joel Sherrill <joel@OARcorp.com>
213
214        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
215        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
216        startup/start.S: Fixed typo.
217
2182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
221        * configure.in: Remove.
222        * configure.ac: New file, generated from configure.in by autoupdate.
223
2242001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
227        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
228        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
229
2302001-08-31  Eric Valette <valette@crf.canon.fr>
231
232        * network/network.c: Fix to account for return value when
233        installing interrupts handler.
234
2352001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.in: Add bspopts.h.
238        * include/.cvsignore: Add bspopts.h*, stamp-h*.
239        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
240        * include/bsp.h: Include bspopts.h.
241
2422000-06-08      Eric Valette <valette@crf.canon.fr>
243
244        * console/console.c, include/commproc.h, startup/start.S:
245        The printk/printf did not work when loaded by EPPCBUG. They did
246        work when loaded with the BDM debugger.  I suspected EPPBUG
247        made some nasty things like patching Communication processor
248        microcode...  Anyway, the attached patch:
249          1) Enables to have printk nearly immediately after boot,
250          2) Make printf work automagically (I do not know why except I make a
251        different initialization for printk that should be overwritten by
252        console init later ?)
253
254        I let the default to be using EPPCBUG embedded firmware to boot and
255        using this printk early enabler code (LOADED_BY_EPPCBUG and
256        EARLY_CONSOLE) are on.
257
2582001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
259
260        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
261
2622001-04-20      Eric Valette <valette@crf.canon.fr>
263
264        * include/bsp.h: Added include of <bsp/vectors.h>
265        * vectors/vectors.h: Corrected typos.
266
2672001-04-11      Eric Valette <valette@crf.canon.fr>
268
269        * network/network.c: Fix unnecessary double assignment.
270
2712001-03-30      Eric Valette <valette@crf.canon.fr>
272
273        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
274        include/8xx_immap.h, include/commproc.h, include/mbx.h,
275        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
276        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
277        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
278        vectors/vectors_init.c: New files.
279        * Makefile.am, configure.in, console/console.c,
280        include/Makefile.am, network/network.c, startup/Makefile.am,
281        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
282        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
283        The modifications to this BSP reflect the conversion of the
284        mpc8xx CPU to the "new exception processing model."
285
2862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
289
2902000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
293
2942000-11-01      Joel Sherrill <joel@OARcorp.com>
295
296        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
297        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
298        now must be referenced as <rtems/XXX.h>.   Header file order
299        was cleaned up while doing this.
300        Also removed obsolete references to STACK_CHECKER_ON.
301
3022000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
305        Switch to GNU canonicalization.
306
3072000-10-20      Joel Sherrill <joel@OARcorp.com>
308
309        * console/console.c: Add mbx8xx_console_get_configuration() which
310        returns either nvram configuration or a static equivalent.
311
3122000-10-18      Joel Sherrill <joel@OARcorp.com>
313
314        * console/console.c: Added BSP dependent routine
315        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
316        console-generic code.  This avoids libcpu use of bsp.h.
317
3182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
321        wrapup/Makefile.am: Include compile.am
322
3232000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
326
3272000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
328
329        * README:
330        * console/console.c:
331        * include/bsp.h:
332        * network/network.c:
333        * startup/bspstart.c:
334        Add support for configuration parameters in NVRAM
335
3362000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
337
338        * console/console.c: Fix polled input.
339
3402000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
341
342        * README: Updated.
343        * console/console.c: Addition of support for shared printk and
344        no termios.
345        * include/bsp.h: Addition of second parameter to
346        rtems_enet_driver_attach. Removed prototypes for printk and
347        BSP_output_string.
348        * network/network.c(rtems_enet_driver_attach): Addition of second
349        parameter to function.
350
3512000-08-10      Joel Sherrill <joel@OARcorp.com>
352
353        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.