source: rtems/c/src/lib/libcpu/powerpc/ChangeLog @ 80bbfb9a

4.104.114.84.95
Last change on this file since 80bbfb9a was 80bbfb9a, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:48:15

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • mpc505/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc505/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc505/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc505/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/console/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/tty_drv/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • shared/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • shared/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 15.6 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * mpc505/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * mpc505/Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * mpc505/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * mpc505/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * mpc6xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * mpc6xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * mpc6xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * mpc6xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * mpc6xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * mpc6xx/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
17        * mpc8260/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * mpc8260/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * mpc8260/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * mpc8260/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * mpc8260/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * mpc8260/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * mpc8260/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * mpc8260/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * mpc8xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * mpc8xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * mpc8xx/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * mpc8xx/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * mpc8xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * mpc8xx/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * mpc8xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * mpc8xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * ppc403/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * ppc403/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * ppc403/console/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * ppc403/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * ppc403/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * ppc403/tty_drv/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * ppc403/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * shared/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * shared/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
44
452002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * mpc6xx/clock/c_clock.c: Include rtems/bspIo.h instead of bspIo.h.
48        * mpc6xx/mmu/bat.h: Include rtems/bspIo.h instead of bspIo.h.
49        * mpc8260/console-generic/console-generic.c: Include rtems/bspIo.h instead of bspIo.h.
50        * mpc8260/cpm/brg.c: Include rtems/bspIo.h instead of bspIo.h.
51        * mpc8xx/console-generic/console-generic.c: Include rtems/bspIo.h instead of bspIo.h.
52        * shared/include/cpuIdent.c: Include rtems/bspIo.h instead of bspIo.h.
53
542001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * ppc403/vectors/vectors.S: Include <bsp.h>.
57        * shared/include/cpu.h: Remove stray empty lines.
58
592001-11-27      Joel Sherrill <joel@OARcorp.com>,
60
61        * new_exception_processing/Makefile.in,
62        new_exception_processing/.cvsignore,
63        new_exception_processing/Makefile.am,
64        new_exception_processing/c_isr.inl,
65        new_exception_processing/cpu.c, new_exception_processing/cpu.h,
66        new_exception_processing/cpu_asm.S,
67        old_exception_processing/Makefile.in,
68        old_exception_processing/.cvsignore,
69        old_exception_processing/Makefile.am, old_exception_processing/README,
70        old_exception_processing/TODO, old_exception_processing/c_isr.inl,
71        old_exception_processing/cpu.c, old_exception_processing/cpu.h,
72        old_exception_processing/cpu_asm.S, old_exception_processing/irq_stub.S,
73        old_exception_processing/ppc_offs.h,
74        old_exception_processing/ppccache.c, old_exception_processing/rtems.S:
75        Deleted since now under libbsp.
76
772001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Remove old_exception_processing,
80        new_exception_processing.
81        * Makefile.am: Ditto.
82
832001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Remove mpc750 from new_exception_processing,
86        Remove mpc604 from new_exception_processing.
87
882001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Remove ppc603e from old_exception_processing.
91
922001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Remove mpc8xx from new_exception_processing.
95
962001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Remove mpc8620 from new_exception_processing.
99
1002001-11-20      Joel Sherrill <joel@OARcorp.com>
101
102        * ChangeLog: Corrected spacing.
103
1042001-11-14      Till Straumann <strauman@SLAC.Stanford.EDU>
105
106        * new_exception_processing/cpu_asm.S: Support double or single
107        precision context switches.  Note that doing a single precision
108        context save/restore on a double precision PowerPC machine does not
109        only result in rounding errors but also screws up the FPSCR register!
110
1112001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
112
113        This modification is part of the submitted modifications necessary to
114        support the IBM PPC405 family.  This submission was reviewed by
115        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
116        not negatively impact the ppc403 BSPs.  The submission and tracking
117        process was captured as PR50.
118        * ppc403/console/console405.c ppc403/tty_drv/.cvsignore,
119        ppc403/tty_drv/Makefile.am, ppc403/tty_drv/tty_drv.c,
120        ppc403/tty_drv/tty_drv.h: New files.
121        * Makefile.am, README, configure.ac, old_exception_processing/cpu.c,
122        old_exception_processing/cpu.h, ppc403/Makefile.am,
123        ppc403/clock/clock.c, ppc403/console/Makefile.am,
124        ppc403/console/console.c, ppc403/ictrl/ictrl.c, ppc403/ictrl/ictrl.h,
125        ppc403/timer/timer.c: Modified.
126
1272001-11-07      Joel Sherrill <joel@OARcorp.com>
128
129        * configure.ac: Delete the commented out line that said that
130        the mpc8260 used the old exception processing model.  This line
131        also appears to have caused ppc603e to miss this test.
132
1332001-10-29      Joel Sherrill <joel@OARcorp.com>
134
135        * mpc8xx/timer/timer.c: Added hack for two macros that are not defined
136        with the new exception processing model:
137                rtems_cpu_configuration_get_timer_least_valid()
138                rtems_cpu_configuration_get_timer_average_overhead()
139        This is captured as PR57.
140
1412001-10-24      Joel Sherrill <joel@OARcorp.com>
142
143        * mpc8260/clock/.cvsignore, mpc8260/console-generic/.cvsignore,
144        mpc8260/cpm/.cvsignore, mpc8260/exceptions/.cvsignore,
145        mpc8260/include/.cvsignore, mpc8260/mmu/.cvsignore,
146        mpc8260/timer/.cvsignore, mpc8260/.cvsignore: New files.
147
1482001-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * mpc8260/exceptions/Makefile.am, mpc8260/include/Makefile.am,
151        mpc8xx/exceptions/Makefile.am: Updated to autoconf 2.52.
152
1532001-10-24      Joel Sherrill <joel@OARcorp.com>
154
155        * mpc8260/include/mpc8260.h: "or" is a keyword in C++. 
156
1572001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
158
159        * Makefile.am, README, configure.ac, new_exception_processing/cpu.h,
160        shared/include/cpu.h, shared/include/cpuIdent.c, shared/src/cache.c:
161        Added mpc8260 support.
162
1632001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
164
165        * Added mpc8260 directory.
166        * Modified Makefile.am and configure.in to build the contents
167        * mpc8260/Makefile.am, mpc8260/README, mpc8260/clock/Makefile.am,
168        mpc8260/clock/clock.c, mpc8260/console-generic/Makefile.am,
169        mpc8260/console-generic/console-generic.c, mpc8260/cpm/.cvsignore,
170        mpc8260/cpm/Makefile.am, mpc8260/cpm/brg.c, mpc8260/cpm/cp.c,
171        mpc8260/cpm/dpram.c, mpc8260/exceptions/.cvsignore,
172        mpc8260/exceptions/Makefile.am, mpc8260/exceptions/asm_utils.S,
173        mpc8260/exceptions/raw_exception.c, mpc8260/exceptions/raw_exception.h,
174        mpc8260/include/Makefile.am, mpc8260/include/console.h,
175        mpc8260/include/cpm.h, mpc8260/include/mmu.h,
176        mpc8260/include/mpc8260.h, mpc8260/mmu/Makefile.am, mpc8260/mmu/mmu.c,
177        mpc8260/timer/Makefile.am, mpc8260/timer/timer.c: New files.
178
1792001-10-12      Joel Sherrill <joel@OARcorp.com>
180
181        * mpc6xx/clock/c_clock.c, mpc6xx/clock/c_clock.h, mpc8xx/clock/clock.c,
182        mpc8xx/timer/timer.c, new_exception_processing/cpu.c,
183        new_exception_processing/cpu.h, new_exception_processing/cpu_asm.S,
184        old_exception_processing/cpu.c, old_exception_processing/cpu.h,
185        old_exception_processing/cpu_asm.S, old_exception_processing/rtems.S:
186        Fixed typo.
187
1882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
191        * configure.in: Remove.
192        * configure.ac: New file, generated from configure.in by autoupdate.
193
1942001-09-27      Joel Sherrill <joel@OARcorp.com>
195
196        * old_exception_processing/cpu.h: Renamed delay() to rtems_bsp_delay().
197        Renamed delay_in_bus_cycles() to rtems_bsp_delay_in_bus_cycles().
198        * shared/include/cpu.h: Renamed delay() to rtems_bsp_delay().
199        Renamed delay_in_bus_cycles() to rtems_bsp_delay_in_bus_cycles().
200
2012001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
204        * old_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
205        * mpc6xx/mmu/Makefile.am: Use 'PREINSTALL_FILES ='.
206        * mpc6xx/clock/Makefile.am: Use 'PREINSTALL_FILES ='.
207        * mpc6xx/exceptions/Makefile.am: Use 'PREINSTALL_FILES ='.
208        * mpc8xx/include/Makefile.am: Use 'PREINSTALL_FILES ='.
209        * mpc8xx/exceptions/Makefile.am: Use 'PREINSTALL_FILES ='.
210        * shared/include/Makefile.am: Use 'PREINSTALL_FILES ='.
211        * shared/src/Makefile.am: Use 'PREINSTALL_FILES ='.
212        * shared/src/Makefile.am: Use 'CLEANFILES ='.
213
2142000-06-08      Eric Valette <valette@crf.canon.fr>
215
216        * mpc8xx/console-generic/console-generic.c:
217        The printk/printf did not work when loaded by EPPCBUG. They did
218        work when loaded with the BDM debugger.  I suspected EPPBUG
219        made some nasty things like patching Communication processor
220        microcode...  Anyway, the attached patch:
221          1) Enables to have printk nearly immediately after boot,
222          2) Make printf work automagically (I do not know why except I make a
223        different initialization for printk that should be overwritten by
224        console init later ?)
225
226        I let the default to be using EPPCBUG embedded firmware to boot and
227        using this printk early enabler code (LOADED_BY_EPPCBUG and
228        EARLY_CONSOLE) are on.
229
2302001-05-24      Tom Armistead <tom_armistead@phx.mcd.mot.com>
231
232        * mpc6xx/timer/timer.c: Added include of bsp.h and removed
233        external declaration of BSP_Convert_decrementer() to
234        correct unresolved reference to this routine.
235
2362001-05-24      Eric Valette <valette@crf.canon.fr>
237
238        * mpc8xx/console-generic/console-generic.c: Bug found by Yacine
239        <elkolli@crf.canon.fr> where the initialization or irq data structure
240        was incomplete in case a SMC channel was used first and later a SCC one.
241
2422001-03-30      Eric Valette <valette@crf.canon.fr>
243
244        * mpc8xx/vectors/.cvsignore, mpc8xx/vectors/Makefile.am,
245        mpc8xx/vectors/README, mpc8xx/vectors/align_h.S
246        mpc8xx/vectors/vectors.S:  These files were removed in
247        support of switching the mpc8xx to the use the "new exception
248        processing model."
249
2502001-03-30      Eric Valette <valette@crf.canon.fr>
251
252        * mpc8xx/exceptions/.cvsignore, mpc8xx/exceptions/Makefile.am,
253        mpc8xx/exceptions/asm_utils.S, mpc8xx/exceptions/raw_exception.c,
254        mpc8xx/exceptions/raw_exception.h: New files.
255        * configure.in, mpc6xx/mmu/bat.h, mpc8xx/Makefile.am,
256        mpc8xx/clock/clock.c,
257        mpc8xx/console-generic/console-generic.c,
258        mpc8xx/include/mpc8xx.h, mpc8xx/mmu/mmu.c,
259        new_exception_processing/cpu.h, shared/include/byteorder.h,
260        wrapup/Makefile.am:  This is conversion of the
261        mpc8xx CPU to the "new exception processing model."
262
2632001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * mpc505/ictrl/Makefile.am, mpc6xx/clock/Makefile.am,
266        mpc6xx/exceptions/Makefile.am, mpc6xx/mmu/Makefile.am,
267        mpc8xx/include/Makefile.am, new_exception_processing/Makefile.am,
268        old_exception_processing/Makefile.am, pc403/ictrl/Makefile.am,
269        shared/include/Makefile.am, shared/src/Makefile.am:
270        Apply *_HEADERS instead of *H_FILES.
271        * shared/src/.cvsignore: Add cache.h.
272
2732001-01-03      Joel Sherrill <joel@OARcorp.com>
274
275        * new_exception_processing/cpu.h, old_exception_processing/cpu.c:
276        old_exception_processing/cpu.h, Added _CPU_Initialize_vectors().
277        In particular, spurious vector initialization had to be moved
278        on old exception processing model.
279
2802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
283
2842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
287
2882000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
291        Switch to GNU canonicalization.
292
2932000-10-20      Joel Sherrill <joel@OARcorp.com>
294
295        * mpc8xx/console-generic/console-generic.c: Avoid use of
296        BSP definitions and rely on the new routine
297        mbx8xx_console_get_configuration() to get information.  This
298        routine was formerly incorrectly called
299        mbx8xx_console_use_maximum_buffer_size().
300        binding to the exception code.
301
3022000-10-20      Joel Sherrill <joel@OARcorp.com>
303
304        * configure.in, Makefile.am: Explicitly specify whether an
305        RTEMS_CPU_MODEL is using old or new exception processing.  This
306        is important because when building multilib, you do not know
307        the RTEMS_CPU_MODEL.  So everything built in a multilib'ed RTEMS
308        must be independent of the exception model and allow for late
309        binding to the exception code.
310
3112000-10-18        Sergei Organov <osv@javad.ru>
312
313        * Added full support for MPC505.
314        * mpc505/ictrl: New directory.
315        * configure.in, mpc505/Makefile.am: Modified to reflect ictrl addition.
316        * mpc505/ictrl/.cvsignore, mpc505/ictrl/Makefile.am,
317        mpc505/ictrl/ictrl.c, mpc505/ictrl/ictrl.h: New files.
318        * mpc505/timer/timer.c: Use <rtems.h>, not "rtems.h".
319        * mpc505/vectors/Makefile.am: alignment exception handler now included.
320        * mpc505/vectors/vectors.S: Now use constants for exception numbers.
321        * old_exception_processing/ppc_offs.h: New file.
322        * old_exception_processing/Makefile.am: Account for ppc_offs.h.
323        * old_exception_processing/cpu.h: Make Nest and Disable levels volatile.
324        * old_exception_processing/cpu_asm.S: Offsets moved to ppc_offs.h.
325
3262000-10-18      Joel Sherrill <joel@OARcorp.com>
327
328        * mpc8xx/console-generic/console-generic.c: Removed include of
329        <bsp.h> by adding BSP dependent routine
330        mbx8xx_console_use_maximum_buffer_size() which can be hard coded
331        or check non-volatile memory for configuration.
332
3332000-10-18      Joel Sherrill <joel@OARcorp.com>
334
335        * mpc8xx/console-generic/console-generic.c: Removed warnings.
336
3372000-10-18      Joel Sherrill <joel@OARcorp.com>
338
339        * mpc6xx/clock/c_clock.h: Removed commented out reference to <bsp.h>.
340        * mpc6xx/timer/timer.c: Ditto.
341
3422000-10-18      Joel Sherrill <joel@OARcorp.com>
343
344        * mpc6xx/clock/c_clock.c, mpc6xx/clock/c_clock.h: Removed use of
345        bsp.h and replaced it with use of proper interfaces or explicit
346        externs of required functions and data.
347        * mpc6xx/timer/timer.c: Ditto.
348
3492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * mpc505/timer/Makefile.am, mpc505/vectors/Makefile.am,
352        mpc6xx/clock/Makefile.am, mpc6xx/exceptions/Makefile.am,
353        mpc6xx/mmu/Makefile.am, mpc6xx/timer/Makefile.am,
354        mpc6xx/wrapup/Makefile.am, ppc403/clock/Makefile.am,
355        ppc403/console/Makefile.am, ppc403/ictrl/Makefile.am,
356        ppc403/timer/Makefile.am, ppc403/vectors/Makefile.am,
357        shared/include/Makefile.am, shared/src/Makefile.am,
358        wrapup/Makefile.am, mpc8xx/clock/Makefile.am,
359        mpc8xx/console-generic/Makefile.am, mpc8xx/cpm/Makefile.am,
360        mpc8xx/mmu/Makefile.am, mpc8xx/timer/Makefile.am,
361        mpc8xx/vectors/Makefile.am, new_exception_processing/Makefile.am,
362        old_exception_processing/Makefile.am: Include compile.am
363
3642000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
365
366        * mpc8xx/console-generic/console-generic.c:
367        Add support for configuration parameters in NVRAM
368
3692000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
370
371        * ChangeLog: File paths corrected.
372
3732000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
374
375        * mpx8xx/console-generic/console-generic.c: Addition of support
376        for shared printk and no termios.
377
3782000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
379
380        * mpx8xx/console-generic/console-generic.c(m8xx_uart_pollWrite):
381        Flush actual buffer.
382
3832000-08-10      Joel Sherrill <joel@OARcorp.com>
384
385        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.