source: rtems/c/src/lib/libcpu/sh/sh7045/ChangeLog @ 1fcb82c

4.104.114.84.95
Last change on this file since 1fcb82c was 1fcb82c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 05:28:37

2002-08-11 Ralf Corsepius <corsepiu@…>

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