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

4.104.114.84.95
Last change on this file since 7af077e was 7af077e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/14/02 at 07:13:34

2002-12-14 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Eliminate *_O_FILES. Don't include @RTEMS_BSP@.cfg.
  • sci/Makefile.am: Ditto.
  • score/Makefile.am: Ditto.
  • timer/Makefile.am: Ditto.
  • configure.ac: Apply 2002-11-07 patch (Apparently dropped by CVS).
  • Property mode set to 100644
File size: 4.2 KB
Line 
12002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Eliminate *_O_FILES.
4        Don't include @RTEMS_BSP@.cfg.
5        * sci/Makefile.am: Ditto.
6        * score/Makefile.am: Ditto.
7        * timer/Makefile.am: Ditto.
8        * configure.ac: Apply 2002-11-07 patch (Apparently dropped by CVS).
9
102002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
13
142002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Merge in include/Makefile.am.
17        * include/Makefile.am: Remove.
18        * configure.ac: Reflect changes above.
19
202002-11-01      Joel Sherrill <joel@OARcorp.com>
21
22        * score/cpu_asm.c, score/ispsh7045.c: Removed warnings.
23
242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * .cvsignore: Reformat.
27        Add autom4te*cache.
28        Remove autom4te.cache.
29
302002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
36
372001-04-03      Joel Sherrill <joel@OARcorp.com>
38
39        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
40        * include/ispsh7045.h, score/ispsh7045.c: Account for name change.
41
422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac:
45        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
46        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
47        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
53
542001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
57        compatibility to make simsh happy.
58
592001-10-12      Joel Sherrill <joel@OARcorp.com>
60
61        * clock/ckinit.c, include/iosh7045.h, include/ispsh7045.h,
62        include/sci.h, include/sh7_pfc.h, include/sh7_sci.h, sci/sci.c,
63        score/cpu_asm.c, score/ispsh7045.c, timer/timer.c: Fixed typo.
64
652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
68        * configure.in: Remove.
69        * configure.ac: New file, generated from configure.in by autoupdate.
70
712001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
74
752001-08-10  Radzislaw Galler  <rgaller@et.put.poznan.pl>
76
77        * score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
78        number range check and handling of interrupt priority regs to
79        conform SH2 specs.
80        * sci/sci_termios.c: New file.
81        * include/sci_termios.h: New file.
82        * include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
83        (include_sh_HEADERS): Added sci_termios.h.
84        * score/ispsh7045.c (isp): Calling an ISR with immediate argument
85        casued negative sign extension for vector numbers of 128 and
86        above. This was fixed.
87        * sci/sci.c: Cleaned initialization of SCI registers; added
88        necessary setup for new TERMIOS console cooperation
89
902001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
91
92        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
93
942001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
95
96        * clock/ckinit.c (Install_clock): Modified MTU timer 0 initialization
97        to generate an interrupt exactly every 1us
98
992001-01-05      Joel Sherrill <joel@OARcorp.com>
100
101        * /dev/null moved to libmisc.
102        * Makefile.am, configure.in: Removed null directory.
103        * include/Makefile.am: Removed null.h.
104        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
105        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
106        Removed.
107
1082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
111
1122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
115
1162000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
119        Switch to GNU canonicalization.
120
1212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * clock/Makefile.am, null/Makefile.am, sci/Makefile.am,
124        timer/Makefile.am, score/Makefile.am: Include compile.am
125
1262000-08-10      Joel Sherrill <joel@OARcorp.com>
127
128        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.