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

Last change on this file since b18646c9 was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

2003-03-06 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove AC_CONFIG_AUX_DIR.
  • Property mode set to 100644
File size: 5.3 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Joel Sherrill <joel@OARcorp.com>
6
7        * score/cpu_asm.c: Rework logic that decides when to call
8        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
9        determined that _ISR_Signals_to_thread_executing was not being
10        honored and/or cleared properly.
11
122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
15
162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: AC_PREREQ(2.57).
19
202003-02-03      Joel Sherrill <joel@OARcorp.com>
21
22        PR 338/filesystem
23        * sci/sci.c: Side-effect of fixing reentrancy problem with
24        rtems_io_lookup_name() (API change).
25
262003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Merge-in subdir Makefile.ams
29        * configure.ac: Reflect changes above.
30        * score/Makefile.am: Removed.
31        * sci/Makefile.am: Removed.
32        * timer/Makefile.am: Removed.
33        * clock/Makefile.am: Removed.
34
352003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by CVS).
38        * score/Makefile.am: Likewise.
39        * timer/Makefile.am: Likewise.
40
412002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * clock/Makefile.am: Eliminate *_O_FILES.
44        Don't include @RTEMS_BSP@.cfg.
45        * sci/Makefile.am: Ditto.
46        * score/Makefile.am: Ditto.
47        * timer/Makefile.am: Ditto.
48        * configure.ac: Apply 2002-11-07 patch (Apparently dropped by CVS).
49
502002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
53
542002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Merge in include/Makefile.am.
57        * include/Makefile.am: Remove.
58        * configure.ac: Reflect changes above.
59
602002-11-01      Joel Sherrill <joel@OARcorp.com>
61
62        * score/cpu_asm.c, score/ispsh7045.c: Removed warnings.
63
642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * .cvsignore: Reformat.
67        Add autom4te*cache.
68        Remove autom4te.cache.
69
702002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
76
772001-04-03      Joel Sherrill <joel@OARcorp.com>
78
79        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
80        * include/ispsh7045.h, score/ispsh7045.c: Account for name change.
81
822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac:
85        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
86        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
87        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
93
942001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
97        compatibility to make simsh happy.
98
992001-10-12      Joel Sherrill <joel@OARcorp.com>
100
101        * clock/ckinit.c, include/iosh7045.h, include/ispsh7045.h,
102        include/sci.h, include/sh7_pfc.h, include/sh7_sci.h, sci/sci.c,
103        score/cpu_asm.c, score/ispsh7045.c, timer/timer.c: Fixed typo.
104
1052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
108        * configure.in: Remove.
109        * configure.ac: New file, generated from configure.in by autoupdate.
110
1112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
114
1152001-08-10  Radzislaw Galler  <rgaller@et.put.poznan.pl>
116
117        * score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
118        number range check and handling of interrupt priority regs to
119        conform SH2 specs.
120        * sci/sci_termios.c: New file.
121        * include/sci_termios.h: New file.
122        * include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
123        (include_sh_HEADERS): Added sci_termios.h.
124        * score/ispsh7045.c (isp): Calling an ISR with immediate argument
125        casued negative sign extension for vector numbers of 128 and
126        above. This was fixed.
127        * sci/sci.c: Cleaned initialization of SCI registers; added
128        necessary setup for new TERMIOS console cooperation
129
1302001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
131
132        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
133
1342001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
135
136        * clock/ckinit.c (Install_clock): Modified MTU timer 0 initialization
137        to generate an interrupt exactly every 1us
138
1392001-01-05      Joel Sherrill <joel@OARcorp.com>
140
141        * /dev/null moved to libmisc.
142        * Makefile.am, configure.in: Removed null directory.
143        * include/Makefile.am: Removed null.h.
144        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
145        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
146        Removed.
147
1482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
151
1522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
155
1562000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
159        Switch to GNU canonicalization.
160
1612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * clock/Makefile.am, null/Makefile.am, sci/Makefile.am,
164        timer/Makefile.am, score/Makefile.am: Include compile.am
165
1662000-08-10      Joel Sherrill <joel@OARcorp.com>
167
168        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.