source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog @ 086e708

Last change on this file since 086e708 was 086e708, checked in by Joel Sherrill <joel.sherrill@…>, on 03/25/03 at 18:17:25

2003-03-25 Thomas Doerfler <Thomas.Doerfler@…>

PR 368/filesystem

  • ide/*: added BSP support for libchip standard ide driver
  • Property mode set to 100644
File size: 10.6 KB
Line 
12003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2
3        PR 368/filesystem
4        * ide/*: added BSP support for libchip standard ide driver
5
62003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove AC_CONFIG_AUX_DIR.
9
102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
13
142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: AC_PREREQ(2.57).
17
182003-01-20      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds*: Add FreeBSD sysctl() sections.
21
222002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        Remove SORDID_HACK. Eliminate *_O_FILES.
28        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31
322002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35
362002-11-04      Joel Sherrill <joel@OARcorp.com>
37
38        * console/console.c, network/network.c: Removed warnings.
39
402002-11-04      Joel Sherrill <joel@OARcorp.com>
41
42        * console/console.c, network/network.c: Removed warnings.
43
442002-11-01      Joel Sherrill <joel@OARcorp.com>
45
46        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
47        warnings.
48
492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * .cvsignore: Reformat.
52        Add autom4te*cache.
53        Remove autom4te.cache.
54
552002-08-21      Joel Sherrill <joel@OARcorp.com>
56
57        * bsp_specs: Added support for -nostdlibs.
58
592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
68
692002-08-01      Joel Sherrill <joel@OARcorp.com>
70
71        * include/coverhd.h: Per PR261 removed include of
72        <rtems/score/targopts.h> because the file is no longer being
73        generated and really wasn't being used anyway.
74
752002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
78
792002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
82        Remove $(OBJS) from all-local.
83
842002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
87
882001-05-09      Joel Sherrill <joel@OARcorp.com>
89
90        * startup/linkcmds: In support of gcc 3.1, added one of more
91        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
92        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
93        and direction of segments to memory regions may also have been
94        addressed.  This was a sweep across all BSPs.
95 
962002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
99        Fix loopCounter.
100        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
101        * vectors/vectors.S: Ditto.
102        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
103
1042002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
107
1082002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
111          Remove RTEMS_ENABLE_LIBCDIR.
112
1132001-04-08      Joel Sherrill <joel@OARcorp.com>
114
115        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
116 
1172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac:
120        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
121        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
122        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
131
1322001-01-16      Eric Valette <valette@crt.canon.fr>
133
134        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
135        in RAM and Flash based code.  The code executed for the Flash
136        version runs in both cases (code in Flash/code in RAM) but as it
137        is less efficient than the one optimized for RAM, it put it inside
138        ifdef.  A compilation error is generated if code is linked in Flash
139        with the correct ifdef set...
140
1412001-01-16      Eric Valette <valette@crt.canon.fr>
142
143        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
144        Quoting Eric, "In theory it should be applied in each mpc8xx
145        related BSP but as I cannot test it plase maintainer/users
146        submit patch accordingly."
147
1482002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
151
1522001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
155
1562001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
159
1602001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
163        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
164
1652001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Add @exceptions@ to SUBDIRS.
168        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
169        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
170        * include/Makefile.am: Convert PREINSTALL_FILES to
171        TMPINSTALL_FILES, include force-preinstall.am.
172        * vectors/Makefile.am: remove bogus VPATH.
173        * wrapup/Makefile.am: Apply @exceptions@.
174
1752001-10-29      Joel Sherrill <joel@OARcorp.com>
176
177        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
178
1792001-10-12      Joel Sherrill <joel@OARcorp.com>
180
181        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
182        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
183        startup/start.S: Fixed typo.
184
1852001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
188        * configure.in: Remove.
189        * configure.ac: New file, generated from configure.in by autoupdate.
190
1912001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
194        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
195        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
196
1972001-08-31  Eric Valette <valette@crf.canon.fr>
198
199        * network/network.c: Fix to account for return value when
200        installing interrupts handler.
201
2022001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.in: Add bspopts.h.
205        * include/.cvsignore: Add bspopts.h*, stamp-h*.
206        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
207        * include/bsp.h: Include bspopts.h.
208
2092000-06-08      Eric Valette <valette@crf.canon.fr>
210
211        * console/console.c, include/commproc.h, startup/start.S:
212        The printk/printf did not work when loaded by EPPCBUG. They did
213        work when loaded with the BDM debugger.  I suspected EPPBUG
214        made some nasty things like patching Communication processor
215        microcode...  Anyway, the attached patch:
216          1) Enables to have printk nearly immediately after boot,
217          2) Make printf work automagically (I do not know why except I make a
218        different initialization for printk that should be overwritten by
219        console init later ?)
220
221        I let the default to be using EPPCBUG embedded firmware to boot and
222        using this printk early enabler code (LOADED_BY_EPPCBUG and
223        EARLY_CONSOLE) are on.
224
2252001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
226
227        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
228
2292001-04-20      Eric Valette <valette@crf.canon.fr>
230
231        * include/bsp.h: Added include of <bsp/vectors.h>
232        * vectors/vectors.h: Corrected typos.
233
2342001-04-11      Eric Valette <valette@crf.canon.fr>
235
236        * network/network.c: Fix unnecessary double assignment.
237
2382001-03-30      Eric Valette <valette@crf.canon.fr>
239
240        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
241        include/8xx_immap.h, include/commproc.h, include/mbx.h,
242        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
243        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
244        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
245        vectors/vectors_init.c: New files.
246        * Makefile.am, configure.in, console/console.c,
247        include/Makefile.am, network/network.c, startup/Makefile.am,
248        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
249        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
250        The modifications to this BSP reflect the conversion of the
251        mpc8xx CPU to the "new exception processing model."
252
2532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
256
2572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
260
2612000-11-01      Joel Sherrill <joel@OARcorp.com>
262
263        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
264        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
265        now must be referenced as <rtems/XXX.h>.   Header file order
266        was cleaned up while doing this.
267        Also removed obsolete references to STACK_CHECKER_ON.
268
2692000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
272        Switch to GNU canonicalization.
273
2742000-10-20      Joel Sherrill <joel@OARcorp.com>
275
276        * console/console.c: Add mbx8xx_console_get_configuration() which
277        returns either nvram configuration or a static equivalent.
278
2792000-10-18      Joel Sherrill <joel@OARcorp.com>
280
281        * console/console.c: Added BSP dependent routine
282        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
283        console-generic code.  This avoids libcpu use of bsp.h.
284
2852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
288        wrapup/Makefile.am: Include compile.am
289
2902000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
293
2942000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
295
296        * README:
297        * console/console.c:
298        * include/bsp.h:
299        * network/network.c:
300        * startup/bspstart.c:
301        Add support for configuration parameters in NVRAM
302
3032000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
304
305        * console/console.c: Fix polled input.
306
3072000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
308
309        * README: Updated.
310        * console/console.c: Addition of support for shared printk and
311        no termios.
312        * include/bsp.h: Addition of second parameter to
313        rtems_enet_driver_attach. Removed prototypes for printk and
314        BSP_output_string.
315        * network/network.c(rtems_enet_driver_attach): Addition of second
316        parameter to function.
317
3182000-08-10      Joel Sherrill <joel@OARcorp.com>
319
320        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.