source: rtems/c/src/lib/libcpu/sh/sh7045/ChangeLog @ 352288b

4.104.114.84.95
Last change on this file since 352288b was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 3.5 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
10        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
11        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
12        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
13
142001-04-03      Joel Sherrill <joel@OARcorp.com>
15
16        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
17        * include/ispsh7045.h, score/ispsh7045.c: Account for name change.
18
192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac:
22        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
23        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
24        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
30
312001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
34        compatibility to make simsh happy.
35
362001-10-12      Joel Sherrill <joel@OARcorp.com>
37
38        * clock/ckinit.c, include/iosh7045.h, include/ispsh7045.h,
39        include/sci.h, include/sh7_pfc.h, include/sh7_sci.h, sci/sci.c,
40        score/cpu_asm.c, score/ispsh7045.c, timer/timer.c: Fixed typo.
41
422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
45        * configure.in: Remove.
46        * configure.ac: New file, generated from configure.in by autoupdate.
47
482001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
51
522001-08-10  Radzislaw Galler  <rgaller@et.put.poznan.pl>
53
54        * score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
55        number range check and handling of interrupt priority regs to
56        conform SH2 specs.
57        * sci/sci_termios.c: New file.
58        * include/sci_termios.h: New file.
59        * include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
60        (include_sh_HEADERS): Added sci_termios.h.
61        * score/ispsh7045.c (isp): Calling an ISR with immediate argument
62        casued negative sign extension for vector numbers of 128 and
63        above. This was fixed.
64        * sci/sci.c: Cleaned initialization of SCI registers; added
65        necessary setup for new TERMIOS console cooperation
66
672001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
68
69        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
70
712001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
72
73        * clock/ckinit.c (Install_clock): Modified MTU timer 0 initialization
74        to generate an interrupt exactly every 1us
75
762001-01-05      Joel Sherrill <joel@OARcorp.com>
77
78        * /dev/null moved to libmisc.
79        * Makefile.am, configure.in: Removed null directory.
80        * include/Makefile.am: Removed null.h.
81        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
82        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
83        Removed.
84
852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
88
892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
92
932000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
96        Switch to GNU canonicalization.
97
982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * clock/Makefile.am, null/Makefile.am, sci/Makefile.am,
101        timer/Makefile.am, score/Makefile.am: Include compile.am
102
1032000-08-10      Joel Sherrill <joel@OARcorp.com>
104
105        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.