source: rtems/c/src/lib/libcpu/powerpc/ChangeLog @ 772f2243

4.104.114.84.95
Last change on this file since 772f2243 was 772f2243, checked in by Joel Sherrill <joel.sherrill@…>, on 10/20/00 at 13:34:45

2000-10-20 Joel Sherrill <joel@…>

  • mpc8xx/console-generic/console-generic.c: Avoid use of BSP definitions and rely on the new routine mbx8xx_console_get_configuration() to get information. This routine was formerly incorrectly called mbx8xx_console_use_maximum_buffer_size(). binding to the exception code.
  • Property mode set to 100644
File size: 3.5 KB
RevLine 
[772f2243]12000-10-20      Joel Sherrill <joel@OARcorp.com>
2
3        * mpc8xx/console-generic/console-generic.c: Avoid use of
4        BSP definitions and rely on the new routine
5        mbx8xx_console_get_configuration() to get information.  This
6        routine was formerly incorrectly called
7        mbx8xx_console_use_maximum_buffer_size().
8        binding to the exception code.
9
[623ffdb]102000-10-20      Joel Sherrill <joel@OARcorp.com>
11
12        * configure.in, Makefile.am: Explicitly specify whether an
13        RTEMS_CPU_MODEL is using old or new exception processing.  This
14        is important because when building multilib, you do not know
15        the RTEMS_CPU_MODEL.  So everything built in a multilib'ed RTEMS
16        must be independent of the exception model and allow for late
17        binding to the exception code.
18
[a982e0c6]192000-10-18        Sergei Organov <osv@javad.ru>
20
21        * Added full support for MPC505.
22        * mpc505/ictrl: New directory.
23        * configure.in, mpc505/Makefile.am: Modified to reflect ictrl addition.
24        * mpc505/ictrl/.cvsignore, mpc505/ictrl/Makefile.am,
25        mpc505/ictrl/ictrl.c, mpc505/ictrl/ictrl.h: New files.
26        * mpc505/timer/timer.c: Use <rtems.h>, not "rtems.h".
27        * mpc505/vectors/Makefile.am: alignment exception handler now included.
28        * mpc505/vectors/vectors.S: Now use constants for exception numbers.
29        * old_exception_processing/ppc_offs.h: New file.
30        * old_exception_processing/Makefile.am: Account for ppc_offs.h.
31        * old_exception_processing/cpu.h: Make Nest and Disable levels volatile.
32        * old_exception_processing/cpu_asm.S: Offsets moved to ppc_offs.h.
33
[8c49701]342000-10-18      Joel Sherrill <joel@OARcorp.com>
35
36        * mpc8xx/console-generic/console-generic.c: Removed include of
37        <bsp.h> by adding BSP dependent routine
38        mbx8xx_console_use_maximum_buffer_size() which can be hard coded
39        or check non-volatile memory for configuration.
40
[21c8738]412000-10-18      Joel Sherrill <joel@OARcorp.com>
42
43        * mpc8xx/console-generic/console-generic.c: Removed warnings.
44
[8c187427]452000-10-18      Joel Sherrill <joel@OARcorp.com>
46
47        * mpc6xx/clock/c_clock.h: Removed commented out reference to <bsp.h>.
48        * mpc6xx/timer/timer.c: Ditto.
49
[8e13ca61]502000-10-18      Joel Sherrill <joel@OARcorp.com>
51
52        * mpc6xx/clock/c_clock.c, mpc6xx/clock/c_clock.h: Removed use of
53        bsp.h and replaced it with use of proper interfaces or explicit
54        externs of required functions and data.
55        * mpc6xx/timer/timer.c: Ditto.
56
[3e30f27]572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * mpc505/timer/Makefile.am, mpc505/vectors/Makefile.am,
60        mpc6xx/clock/Makefile.am, mpc6xx/exceptions/Makefile.am,
61        mpc6xx/mmu/Makefile.am, mpc6xx/timer/Makefile.am,
62        mpc6xx/wrapup/Makefile.am, ppc403/clock/Makefile.am,
63        ppc403/console/Makefile.am, ppc403/ictrl/Makefile.am,
64        ppc403/timer/Makefile.am, ppc403/vectors/Makefile.am,
65        shared/include/Makefile.am, shared/src/Makefile.am,
66        wrapup/Makefile.am, mpc8xx/clock/Makefile.am,
67        mpc8xx/console-generic/Makefile.am, mpc8xx/cpm/Makefile.am,
68        mpc8xx/mmu/Makefile.am, mpc8xx/timer/Makefile.am,
69        mpc8xx/vectors/Makefile.am, new_exception_processing/Makefile.am,
70        old_exception_processing/Makefile.am: Include compile.am
71
[f018b1a]722000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
73
74        * mpc8xx/console-generic/console-generic.c:
75        Add support for configuration parameters in NVRAM
76
[b24a093]772000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * ChangeLog: File paths corrected.
80
[38dff47b]812000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
82
[b24a093]83        * mpx8xx/console-generic/console-generic.c: Addition of support
84        for shared printk and no termios.
[38dff47b]85
862000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
87
[b24a093]88        * mpx8xx/console-generic/console-generic.c(m8xx_uart_pollWrite):
[38dff47b]89        Flush actual buffer.
90
[e94ad1fe]912000-08-10      Joel Sherrill <joel@OARcorp.com>
92
93        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.