source: rtems/c/src/lib/libcpu/powerpc/ChangeLog @ 37731c2b

4.104.114.84.95
Last change on this file since 37731c2b was 37731c2b, checked in by Joel Sherrill <joel.sherrill@…>, on 04/06/01 at 15:54:20

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

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