source: rtems/c/src/lib/libcpu/powerpc/ChangeLog @ c1767be0

4.104.114.84.95
Last change on this file since c1767be0 was 5f4ee2a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 19:45:55

2001-09-27 Ralf Corsepius <corsepiu@…>

  • new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
  • old_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
  • mpc6xx/mmu/Makefile.am: Use 'PREINSTALL_FILES ='.
  • mpc6xx/clock/Makefile.am: Use 'PREINSTALL_FILES ='.
  • mpc6xx/exceptions/Makefile.am: Use 'PREINSTALL_FILES ='.
  • mpc8xx/include/Makefile.am: Use 'PREINSTALL_FILES ='.
  • mpc8xx/exceptions/Makefile.am: Use 'PREINSTALL_FILES ='.
  • shared/include/Makefile.am: Use 'PREINSTALL_FILES ='.
  • shared/src/Makefile.am: Use 'PREINSTALL_FILES ='.
  • shared/src/Makefile.am: Use 'CLEANFILES ='.
  • Property mode set to 100644
File size: 7.2 KB
Line 
12001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
4        * old_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
5        * mpc6xx/mmu/Makefile.am: Use 'PREINSTALL_FILES ='.
6        * mpc6xx/clock/Makefile.am: Use 'PREINSTALL_FILES ='.
7        * mpc6xx/exceptions/Makefile.am: Use 'PREINSTALL_FILES ='.
8        * mpc8xx/include/Makefile.am: Use 'PREINSTALL_FILES ='.
9        * mpc8xx/exceptions/Makefile.am: Use 'PREINSTALL_FILES ='.
10        * shared/include/Makefile.am: Use 'PREINSTALL_FILES ='.
11        * shared/src/Makefile.am: Use 'PREINSTALL_FILES ='.
12        * shared/src/Makefile.am: Use 'CLEANFILES ='.
13
142000-06-08      Eric Valette <valette@crf.canon.fr>
15
16        * mpc8xx/console-generic/console-generic.c:
17        The printk/printf did not work when loaded by EPPCBUG. They did
18        work when loaded with the BDM debugger.  I suspected EPPBUG
19        made some nasty things like patching Communication processor
20        microcode...  Anyway, the attached patch:
21          1) Enables to have printk nearly immediately after boot,
22          2) Make printf work automagically (I do not know why except I make a
23        different initialization for printk that should be overwritten by
24        console init later ?)
25
26        I let the default to be using EPPCBUG embedded firmware to boot and
27        using this printk early enabler code (LOADED_BY_EPPCBUG and
28        EARLY_CONSOLE) are on.
29
302001-05-24      Tom Armistead <tom_armistead@phx.mcd.mot.com>
31
32        * mpc6xx/timer/timer.c: Added include of bsp.h and removed
33        external declaration of BSP_Convert_decrementer() to
34        correct unresolved reference to this routine.
35
362001-05-24      Eric Valette <valette@crf.canon.fr>
37
38        * mpc8xx/console-generic/console-generic.c: Bug found by Yacine
39        <elkolli@crf.canon.fr> where the initialization or irq data structure
40        was incomplete in case a SMC channel was used first and later a SCC one.
41
422001-03-30      Eric Valette <valette@crf.canon.fr>
43
44        * mpc8xx/vectors/.cvsignore, mpc8xx/vectors/Makefile.am,
45        mpc8xx/vectors/README, mpc8xx/vectors/align_h.S
46        mpc8xx/vectors/vectors.S:  These files were removed in
47        support of switching the mpc8xx to the use the "new exception
48        processing model."
49
502001-03-30      Eric Valette <valette@crf.canon.fr>
51
52        * mpc8xx/exceptions/.cvsignore, mpc8xx/exceptions/Makefile.am,
53        mpc8xx/exceptions/asm_utils.S, mpc8xx/exceptions/raw_exception.c,
54        mpc8xx/exceptions/raw_exception.h: New files.
55        * configure.in, mpc6xx/mmu/bat.h, mpc8xx/Makefile.am,
56        mpc8xx/clock/clock.c,
57        mpc8xx/console-generic/console-generic.c,
58        mpc8xx/include/mpc8xx.h, mpc8xx/mmu/mmu.c,
59        new_exception_processing/cpu.h, shared/include/byteorder.h,
60        wrapup/Makefile.am:  This is conversion of the
61        mpc8xx CPU to the "new exception processing model."
62
632001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * mpc505/ictrl/Makefile.am, mpc6xx/clock/Makefile.am,
66        mpc6xx/exceptions/Makefile.am, mpc6xx/mmu/Makefile.am,
67        mpc8xx/include/Makefile.am, new_exception_processing/Makefile.am,
68        old_exception_processing/Makefile.am, pc403/ictrl/Makefile.am,
69        shared/include/Makefile.am, shared/src/Makefile.am:
70        Apply *_HEADERS instead of *H_FILES.
71        * shared/src/.cvsignore: Add cache.h.
72
732001-01-03      Joel Sherrill <joel@OARcorp.com>
74
75        * new_exception_processing/cpu.h, old_exception_processing/cpu.c:
76        old_exception_processing/cpu.h, Added _CPU_Initialize_vectors().
77        In particular, spurious vector initialization had to be moved
78        on old exception processing model.
79
802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
83
842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
87
882000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
91        Switch to GNU canonicalization.
92
932000-10-20      Joel Sherrill <joel@OARcorp.com>
94
95        * mpc8xx/console-generic/console-generic.c: Avoid use of
96        BSP definitions and rely on the new routine
97        mbx8xx_console_get_configuration() to get information.  This
98        routine was formerly incorrectly called
99        mbx8xx_console_use_maximum_buffer_size().
100        binding to the exception code.
101
1022000-10-20      Joel Sherrill <joel@OARcorp.com>
103
104        * configure.in, Makefile.am: Explicitly specify whether an
105        RTEMS_CPU_MODEL is using old or new exception processing.  This
106        is important because when building multilib, you do not know
107        the RTEMS_CPU_MODEL.  So everything built in a multilib'ed RTEMS
108        must be independent of the exception model and allow for late
109        binding to the exception code.
110
1112000-10-18        Sergei Organov <osv@javad.ru>
112
113        * Added full support for MPC505.
114        * mpc505/ictrl: New directory.
115        * configure.in, mpc505/Makefile.am: Modified to reflect ictrl addition.
116        * mpc505/ictrl/.cvsignore, mpc505/ictrl/Makefile.am,
117        mpc505/ictrl/ictrl.c, mpc505/ictrl/ictrl.h: New files.
118        * mpc505/timer/timer.c: Use <rtems.h>, not "rtems.h".
119        * mpc505/vectors/Makefile.am: alignment exception handler now included.
120        * mpc505/vectors/vectors.S: Now use constants for exception numbers.
121        * old_exception_processing/ppc_offs.h: New file.
122        * old_exception_processing/Makefile.am: Account for ppc_offs.h.
123        * old_exception_processing/cpu.h: Make Nest and Disable levels volatile.
124        * old_exception_processing/cpu_asm.S: Offsets moved to ppc_offs.h.
125
1262000-10-18      Joel Sherrill <joel@OARcorp.com>
127
128        * mpc8xx/console-generic/console-generic.c: Removed include of
129        <bsp.h> by adding BSP dependent routine
130        mbx8xx_console_use_maximum_buffer_size() which can be hard coded
131        or check non-volatile memory for configuration.
132
1332000-10-18      Joel Sherrill <joel@OARcorp.com>
134
135        * mpc8xx/console-generic/console-generic.c: Removed warnings.
136
1372000-10-18      Joel Sherrill <joel@OARcorp.com>
138
139        * mpc6xx/clock/c_clock.h: Removed commented out reference to <bsp.h>.
140        * mpc6xx/timer/timer.c: Ditto.
141
1422000-10-18      Joel Sherrill <joel@OARcorp.com>
143
144        * mpc6xx/clock/c_clock.c, mpc6xx/clock/c_clock.h: Removed use of
145        bsp.h and replaced it with use of proper interfaces or explicit
146        externs of required functions and data.
147        * mpc6xx/timer/timer.c: Ditto.
148
1492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * mpc505/timer/Makefile.am, mpc505/vectors/Makefile.am,
152        mpc6xx/clock/Makefile.am, mpc6xx/exceptions/Makefile.am,
153        mpc6xx/mmu/Makefile.am, mpc6xx/timer/Makefile.am,
154        mpc6xx/wrapup/Makefile.am, ppc403/clock/Makefile.am,
155        ppc403/console/Makefile.am, ppc403/ictrl/Makefile.am,
156        ppc403/timer/Makefile.am, ppc403/vectors/Makefile.am,
157        shared/include/Makefile.am, shared/src/Makefile.am,
158        wrapup/Makefile.am, mpc8xx/clock/Makefile.am,
159        mpc8xx/console-generic/Makefile.am, mpc8xx/cpm/Makefile.am,
160        mpc8xx/mmu/Makefile.am, mpc8xx/timer/Makefile.am,
161        mpc8xx/vectors/Makefile.am, new_exception_processing/Makefile.am,
162        old_exception_processing/Makefile.am: Include compile.am
163
1642000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
165
166        * mpc8xx/console-generic/console-generic.c:
167        Add support for configuration parameters in NVRAM
168
1692000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * ChangeLog: File paths corrected.
172
1732000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
174
175        * mpx8xx/console-generic/console-generic.c: Addition of support
176        for shared printk and no termios.
177
1782000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
179
180        * mpx8xx/console-generic/console-generic.c(m8xx_uart_pollWrite):
181        Flush actual buffer.
182
1832000-08-10      Joel Sherrill <joel@OARcorp.com>
184
185        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.