source: rtems/c/src/lib/libcpu/sh/sh7045/ChangeLog @ 7ae5125

4.104.114.84.95
Last change on this file since 7ae5125 was 7ae5125, checked in by Joel Sherrill <joel.sherrill@…>, on 08/16/01 at 21:08:28

2001-08-10 Radzislaw Galler <rgaller@…>

  • score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector number range check and handling of interrupt priority regs to conform SH2 specs.
  • sci/sci_termios.c: New file.
  • include/sci_termios.h: New file.
  • include/Makefile.am (EXTRA_DIST): Added sci_termios.h. (include_sh_HEADERS): Added sci_termios.h.
  • score/ispsh7045.c (isp): Calling an ISR with immediate argument casued negative sign extension for vector numbers of 128 and above. This was fixed.
  • sci/sci.c: Cleaned initialization of SCI registers; added necessary setup for new TERMIOS console cooperation
  • Property mode set to 100644
File size: 1.9 KB
Line 
12001-08-10  Radzislaw Galler  <rgaller@et.put.poznan.pl>
2
3        * score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
4        number range check and handling of interrupt priority regs to
5        conform SH2 specs.
6        * sci/sci_termios.c: New file.
7        * include/sci_termios.h: New file.
8        * include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
9        (include_sh_HEADERS): Added sci_termios.h.
10        * score/ispsh7045.c (isp): Calling an ISR with immediate argument
11        casued negative sign extension for vector numbers of 128 and
12        above. This was fixed.
13        * sci/sci.c: Cleaned initialization of SCI registers; added
14        necessary setup for new TERMIOS console cooperation
15
162001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
17
18        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
19
202001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
21
22        * clock/ckinit.c (Install_clock): Modified MTU timer 0 initialization
23        to generate an interrupt exactly every 1us
24
252001-01-05      Joel Sherrill <joel@OARcorp.com>
26
27        * /dev/null moved to libmisc.
28        * Makefile.am, configure.in: Removed null directory.
29        * include/Makefile.am: Removed null.h.
30        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
31        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
32        Removed.
33
342000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
37
382000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
41
422000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
45        Switch to GNU canonicalization.
46
472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * clock/Makefile.am, null/Makefile.am, sci/Makefile.am,
50        timer/Makefile.am, score/Makefile.am: Include compile.am
51
522000-08-10      Joel Sherrill <joel@OARcorp.com>
53
54        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.