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

4.104.114.84.95
Last change on this file since ec112322 was ec112322, checked in by Joel Sherrill <joel.sherrill@…>, on 04/06/01 at 16:05:01

2001-03-30 Eric Valette <valette@…>

  • mpc8xx/vectors/.cvsignore, mpc8xx/vectors/Makefile.am, mpc8xx/vectors/README, mpc8xx/vectors/align_h.S mpc8xx/vectors/vectors.S: These files were removed in support of switching the mpc8xx to the use the "new exception processing model."
  • Property mode set to 100644
File size: 5.4 KB
Line 
12001-03-30      Eric Valette <valette@crf.canon.fr>
2
3        * mpc8xx/vectors/.cvsignore, mpc8xx/vectors/Makefile.am,
4        mpc8xx/vectors/README, mpc8xx/vectors/align_h.S
5        mpc8xx/vectors/vectors.S:  These files were removed in
6        support of switching the mpc8xx to the use the "new exception
7        processing model."
8
92001-03-30      Eric Valette <valette@crf.canon.fr>
10
11        * mpc8xx/exceptions/.cvsignore, mpc8xx/exceptions/Makefile.am,
12        mpc8xx/exceptions/asm_utils.S, mpc8xx/exceptions/raw_exception.c,
13        mpc8xx/exceptions/raw_exception.h: New files.
14        * configure.in, mpc6xx/mmu/bat.h, mpc8xx/Makefile.am,
15        mpc8xx/clock/clock.c,
16        mpc8xx/console-generic/console-generic.c,
17        mpc8xx/include/mpc8xx.h, mpc8xx/mmu/mmu.c,
18        new_exception_processing/cpu.h, shared/include/byteorder.h,
19        wrapup/Makefile.am:  This is conversion of the
20        mpc8xx CPU to the "new exception processing model."
21
222001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * mpc505/ictrl/Makefile.am, mpc6xx/clock/Makefile.am,
25        mpc6xx/exceptions/Makefile.am, mpc6xx/mmu/Makefile.am,
26        mpc8xx/include/Makefile.am, new_exception_processing/Makefile.am,
27        old_exception_processing/Makefile.am, pc403/ictrl/Makefile.am,
28        shared/include/Makefile.am, shared/src/Makefile.am:
29        Apply *_HEADERS instead of *H_FILES.
30        * shared/src/.cvsignore: Add cache.h.
31
322001-01-03      Joel Sherrill <joel@OARcorp.com>
33
34        * new_exception_processing/cpu.h, old_exception_processing/cpu.c:
35        old_exception_processing/cpu.h, Added _CPU_Initialize_vectors().
36        In particular, spurious vector initialization had to be moved
37        on old exception processing model.
38
392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
42
432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
46
472000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
50        Switch to GNU canonicalization.
51
522000-10-20      Joel Sherrill <joel@OARcorp.com>
53
54        * mpc8xx/console-generic/console-generic.c: Avoid use of
55        BSP definitions and rely on the new routine
56        mbx8xx_console_get_configuration() to get information.  This
57        routine was formerly incorrectly called
58        mbx8xx_console_use_maximum_buffer_size().
59        binding to the exception code.
60
612000-10-20      Joel Sherrill <joel@OARcorp.com>
62
63        * configure.in, Makefile.am: Explicitly specify whether an
64        RTEMS_CPU_MODEL is using old or new exception processing.  This
65        is important because when building multilib, you do not know
66        the RTEMS_CPU_MODEL.  So everything built in a multilib'ed RTEMS
67        must be independent of the exception model and allow for late
68        binding to the exception code.
69
702000-10-18        Sergei Organov <osv@javad.ru>
71
72        * Added full support for MPC505.
73        * mpc505/ictrl: New directory.
74        * configure.in, mpc505/Makefile.am: Modified to reflect ictrl addition.
75        * mpc505/ictrl/.cvsignore, mpc505/ictrl/Makefile.am,
76        mpc505/ictrl/ictrl.c, mpc505/ictrl/ictrl.h: New files.
77        * mpc505/timer/timer.c: Use <rtems.h>, not "rtems.h".
78        * mpc505/vectors/Makefile.am: alignment exception handler now included.
79        * mpc505/vectors/vectors.S: Now use constants for exception numbers.
80        * old_exception_processing/ppc_offs.h: New file.
81        * old_exception_processing/Makefile.am: Account for ppc_offs.h.
82        * old_exception_processing/cpu.h: Make Nest and Disable levels volatile.
83        * old_exception_processing/cpu_asm.S: Offsets moved to ppc_offs.h.
84
852000-10-18      Joel Sherrill <joel@OARcorp.com>
86
87        * mpc8xx/console-generic/console-generic.c: Removed include of
88        <bsp.h> by adding BSP dependent routine
89        mbx8xx_console_use_maximum_buffer_size() which can be hard coded
90        or check non-volatile memory for configuration.
91
922000-10-18      Joel Sherrill <joel@OARcorp.com>
93
94        * mpc8xx/console-generic/console-generic.c: Removed warnings.
95
962000-10-18      Joel Sherrill <joel@OARcorp.com>
97
98        * mpc6xx/clock/c_clock.h: Removed commented out reference to <bsp.h>.
99        * mpc6xx/timer/timer.c: Ditto.
100
1012000-10-18      Joel Sherrill <joel@OARcorp.com>
102
103        * mpc6xx/clock/c_clock.c, mpc6xx/clock/c_clock.h: Removed use of
104        bsp.h and replaced it with use of proper interfaces or explicit
105        externs of required functions and data.
106        * mpc6xx/timer/timer.c: Ditto.
107
1082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * mpc505/timer/Makefile.am, mpc505/vectors/Makefile.am,
111        mpc6xx/clock/Makefile.am, mpc6xx/exceptions/Makefile.am,
112        mpc6xx/mmu/Makefile.am, mpc6xx/timer/Makefile.am,
113        mpc6xx/wrapup/Makefile.am, ppc403/clock/Makefile.am,
114        ppc403/console/Makefile.am, ppc403/ictrl/Makefile.am,
115        ppc403/timer/Makefile.am, ppc403/vectors/Makefile.am,
116        shared/include/Makefile.am, shared/src/Makefile.am,
117        wrapup/Makefile.am, mpc8xx/clock/Makefile.am,
118        mpc8xx/console-generic/Makefile.am, mpc8xx/cpm/Makefile.am,
119        mpc8xx/mmu/Makefile.am, mpc8xx/timer/Makefile.am,
120        mpc8xx/vectors/Makefile.am, new_exception_processing/Makefile.am,
121        old_exception_processing/Makefile.am: Include compile.am
122
1232000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
124
125        * mpc8xx/console-generic/console-generic.c:
126        Add support for configuration parameters in NVRAM
127
1282000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * ChangeLog: File paths corrected.
131
1322000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
133
134        * mpx8xx/console-generic/console-generic.c: Addition of support
135        for shared printk and no termios.
136
1372000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
138
139        * mpx8xx/console-generic/console-generic.c(m8xx_uart_pollWrite):
140        Flush actual buffer.
141
1422000-08-10      Joel Sherrill <joel@OARcorp.com>
143
144        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.