source: rtems/c/src/lib/libcpu/sh/sh7750/ChangeLog @ 92e57ea2

4.104.114.84.95
Last change on this file since 92e57ea2 was 92e57ea2, checked in by Joel Sherrill <joel.sherrill@…>, on 02/11/03 at 23:42:14

2003-02-11 Joel Sherrill <joel@…>

  • score/cpu_asm.c: Rework logic that decides when to call _Thread_Dispatch. Analysis by Sergei Organov <osv@…> determined that _ISR_Signals_to_thread_executing was not being honored and/or cleared properly.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12003-02-11      Joel Sherrill <joel@OARcorp.com>
2
3        * score/cpu_asm.c: Rework logic that decides when to call
4        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
5        determined that _ISR_Signals_to_thread_executing was not being
6        honored and/or cleared properly.
7
82003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
11
122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: AC_PREREQ(2.57).
15
162003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Merge-in subdir Makefile.ams
19        * configure.ac: Reflect changes above.
20        * score/Makefile.am: Removed.
21        * sci/Makefile.am: Removed.
22        * timer/Makefile.am: Removed.
23        * clock/Makefile.am: Removed.
24
252002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(C_O_FILES).
28        * sci/Makefile.am: Likewise.
29        * score/Makefile.am: Likewise.
30        * timer/Makefile.am: Likewise.
31
322002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
35
362002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Merge in include/Makefile.am.
39        * include/Makefile.am: Remove.
40        * configure.ac: Reflect changes above.
41
422002-11-01      Joel Sherrill <joel@OARcorp.com>
43
44        * score/cpu_asm.c, score/ispsh7750.c: Removed warnings.
45
462002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * .cvsignore: Reformat.
49        Add autom4te*cache.
50        Remove autom4te.cache.
51
522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
58
592001-04-03      Joel Sherrill <joel@OARcorp.com>
60
61        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
62        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
63        name change.
64
652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac:
68        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
69        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
70        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
76
772001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
78
79        * include/rtems/score/sh7750_regs.h: Fix definitions of
80        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
81
822001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
83
84        * include/sh/sh4uart.h, sci/sh4uart.c: Minor fixes post merge.
85
862001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * include/sh4uart.h: move to include/sh/sh4uart.h.
89        * include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
90        * include/iosh7750.h: move include/rtems/score/iosh7750.h.
91        * include/sh7750_regs.h: move to include/rtems/score/sh7750_regs.h.
92        * include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
93        * include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
94        Kossovsky's original sources.
95        * include/Makefile.am: reflect changes above, remove EXTRA_DIST,
96        require automake 1.5.
97        * sci/Makefile.am: Disable compilation of console.c.
98        * sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
99        remove SH4_CPU_HZ_Frequency;
100        * score/isph7750.c: Remove #if !defined(sh7750), include sh4_regs.h.
101
1022001-10-12      Joel Sherrill <joel@OARcorp.com>
103
104        * include/sh4_regs.h: Deleted and contents merged in score/cpu
105        to avoid dependencies.
106        * include/Makefile.am: Reflects above.
107
1082001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
109
110        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
111        include/Makefile.am, include/iosh7750.h, include/ipl.h,
112        include/ispsh7750.h, include/sh4_regs.h, include/sh4uart.h,
113        include/sh7750_regs.h, include/.cvsignore, sci/Makefile.am,
114        sci/console.c, sci/sh4uart.c, sci/.cvsignore, score/Makefile.am,
115        score/cpu_asm.c, score/ispsh7750.c, score/.cvsignore,
116        timer/Makefile.am, timer/timer.c, timer/.cvsignore, configure.ac,
117        .cvsignore, ChangeLog:  New files. 
118        Reviewed and updated to latest automake and autoconf standards
119        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
120
Note: See TracBrowser for help on using the repository browser.