summaryrefslogtreecommitdiffstats
path: root/c/src/lib/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-17 13:18:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-17 13:18:02 +0000
commit6e46cf8fe74c608a573b6e5820e244ab120b801b (patch)
treefb9b6966ba94abff2a2d1ba674ae5fbeeae416cb /c/src/lib/ChangeLog
parent2001-08-16 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6e46cf8fe74c608a573b6e5820e244ab120b801b.tar.bz2
2001-08-10 Radzislaw Galler <rgaller@et.put.poznan.pl>
* 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
Diffstat (limited to 'c/src/lib/ChangeLog')
-rw-r--r--c/src/lib/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog
index 994617a053..b3b22b31dd 100644
--- a/c/src/lib/ChangeLog
+++ b/c/src/lib/ChangeLog
@@ -1,3 +1,18 @@
+2001-08-10 Radzislaw Galler <rgaller@et.put.poznan.pl>
+
+ * 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
+
2001-08-16 Joel Sherrill <joel@OARcorp.com>
* libc/lseek.c: Modified after discussion with Eugeny S. Mints