source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog @ 0d3876b

4.104.114.84.95
Last change on this file since 0d3876b was 0d3876b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/17/02 at 12:51:46

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

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