1 | 2001-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 | |
---|
16 | 2001-02-18 Ralf Corsepiu <corsepius@faw.uni-ulm.de> |
---|
17 | |
---|
18 | * include/Makefile.am: Apply include_*HEADERS instead of H_FILES. |
---|
19 | |
---|
20 | 2001-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 | |
---|
25 | 2001-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 | |
---|
34 | 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
35 | |
---|
36 | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. |
---|
37 | |
---|
38 | 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
39 | |
---|
40 | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. |
---|
41 | |
---|
42 | 2000-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 | |
---|
47 | 2000-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 | |
---|
52 | 2000-08-10 Joel Sherrill <joel@OARcorp.com> |
---|
53 | |
---|
54 | * ChangeLog: New file. |
---|