source: rtems/c/src/lib/libcpu/sh/sh7750/ChangeLog @ 7dcc3fe

4.104.114.84.95
Last change on this file since 7dcc3fe was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

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

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[7dcc3fe]12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
[3c55718]52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
[92e57ea2]92003-02-11      Joel Sherrill <joel@OARcorp.com>
10
11        * score/cpu_asm.c: Rework logic that decides when to call
12        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
13        determined that _ISR_Signals_to_thread_executing was not being
14        honored and/or cleared properly.
15
[ccd81b60]162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
19
[9b5c258]202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: AC_PREREQ(2.57).
23
[bd7b5897]242003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Merge-in subdir Makefile.ams
27        * configure.ac: Reflect changes above.
28        * score/Makefile.am: Removed.
29        * sci/Makefile.am: Removed.
30        * timer/Makefile.am: Removed.
31        * clock/Makefile.am: Removed.
32
[3bda49d]332002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
[6016a140]35        * clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(C_O_FILES).
[3bda49d]36        * sci/Makefile.am: Likewise.
37        * score/Makefile.am: Likewise.
38        * timer/Makefile.am: Likewise.
39
[dfa8fe34]402002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
43
[7c9a598]442002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Merge in include/Makefile.am.
47        * include/Makefile.am: Remove.
48        * configure.ac: Reflect changes above.
49
[f4807abb]502002-11-01      Joel Sherrill <joel@OARcorp.com>
51
52        * score/cpu_asm.c, score/ispsh7750.c: Removed warnings.
53
[8730f45]542002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * .cvsignore: Reformat.
57        Add autom4te*cache.
58        Remove autom4te.cache.
59
[1fcb82c]602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
66
[ce3c6f3e]672001-04-03      Joel Sherrill <joel@OARcorp.com>
68
69        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
70        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
71        name change.
72
[4cf920c4]732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac:
76        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
77        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
78        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
84
[ab2e872]852001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
86
87        * include/rtems/score/sh7750_regs.h: Fix definitions of
88        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
89
[baef9d91]902001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
91
92        * include/sh/sh4uart.h, sci/sh4uart.c: Minor fixes post merge.
93
[12ae6d9e]942001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * include/sh4uart.h: move to include/sh/sh4uart.h.
97        * include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
98        * include/iosh7750.h: move include/rtems/score/iosh7750.h.
99        * include/sh7750_regs.h: move to include/rtems/score/sh7750_regs.h.
100        * include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
101        * include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
102        Kossovsky's original sources.
103        * include/Makefile.am: reflect changes above, remove EXTRA_DIST,
104        require automake 1.5.
105        * sci/Makefile.am: Disable compilation of console.c.
106        * sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
107        remove SH4_CPU_HZ_Frequency;
108        * score/isph7750.c: Remove #if !defined(sh7750), include sh4_regs.h.
109
[59e73f37]1102001-10-12      Joel Sherrill <joel@OARcorp.com>
111
112        * include/sh4_regs.h: Deleted and contents merged in score/cpu
113        to avoid dependencies.
114        * include/Makefile.am: Reflects above.
115
[ba71076]1162001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
117
118        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
119        include/Makefile.am, include/iosh7750.h, include/ipl.h,
120        include/ispsh7750.h, include/sh4_regs.h, include/sh4uart.h,
121        include/sh7750_regs.h, include/.cvsignore, sci/Makefile.am,
122        sci/console.c, sci/sh4uart.c, sci/.cvsignore, score/Makefile.am,
123        score/cpu_asm.c, score/ispsh7750.c, score/.cvsignore,
124        timer/Makefile.am, timer/timer.c, timer/.cvsignore, configure.ac,
125        .cvsignore, ChangeLog:  New files. 
126        Reviewed and updated to latest automake and autoconf standards
127        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
128
Note: See TracBrowser for help on using the repository browser.