source: rtems/c/src/lib/libcpu/powerpc/ChangeLog @ 98f3cfa

4.104.114.84.95
Last change on this file since 98f3cfa was 98f3cfa, checked in by Joel Sherrill <joel.sherrill@…>, on 03/05/01 at 22:48:47

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

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