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

Last change on this file since f0c0491f was f0c0491f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 17:32:43

2003-09-04 Joel Sherrill <joel@…>

  • score/cpu_asm.c: Removed incorrect statement about copyright assignment.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * score/cpu_asm.c: Removed incorrect statement about copyright
4        assignment.
5
62003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
9
102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove AC_CONFIG_AUX_DIR.
13
142003-02-11      Joel Sherrill <joel@OARcorp.com>
15
16        * score/cpu_asm.c: Rework logic that decides when to call
17        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
18        determined that _ISR_Signals_to_thread_executing was not being
19        honored and/or cleared properly.
20
212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
24
252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: AC_PREREQ(2.57).
28
292003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Merge-in subdir Makefile.ams
32        * configure.ac: Reflect changes above.
33        * score/Makefile.am: Removed.
34        * sci/Makefile.am: Removed.
35        * timer/Makefile.am: Removed.
36        * clock/Makefile.am: Removed.
37
382002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(C_O_FILES).
41        * sci/Makefile.am: Likewise.
42        * score/Makefile.am: Likewise.
43        * timer/Makefile.am: Likewise.
44
452002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
48
492002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Merge in include/Makefile.am.
52        * include/Makefile.am: Remove.
53        * configure.ac: Reflect changes above.
54
552002-11-01      Joel Sherrill <joel@OARcorp.com>
56
57        * score/cpu_asm.c, score/ispsh7750.c: Removed warnings.
58
592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * .cvsignore: Reformat.
62        Add autom4te*cache.
63        Remove autom4te.cache.
64
652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
71
722001-04-03      Joel Sherrill <joel@OARcorp.com>
73
74        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
75        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
76        name change.
77
782002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac:
81        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
82        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
83        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
89
902001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
91
92        * include/rtems/score/sh7750_regs.h: Fix definitions of
93        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
94
952001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
96
97        * include/sh/sh4uart.h, sci/sh4uart.c: Minor fixes post merge.
98
992001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * include/sh4uart.h: move to include/sh/sh4uart.h.
102        * include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
103        * include/iosh7750.h: move include/rtems/score/iosh7750.h.
104        * include/sh7750_regs.h: move to include/rtems/score/sh7750_regs.h.
105        * include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
106        * include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
107        Kossovsky's original sources.
108        * include/Makefile.am: reflect changes above, remove EXTRA_DIST,
109        require automake 1.5.
110        * sci/Makefile.am: Disable compilation of console.c.
111        * sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
112        remove SH4_CPU_HZ_Frequency;
113        * score/isph7750.c: Remove #if !defined(sh7750), include sh4_regs.h.
114
1152001-10-12      Joel Sherrill <joel@OARcorp.com>
116
117        * include/sh4_regs.h: Deleted and contents merged in score/cpu
118        to avoid dependencies.
119        * include/Makefile.am: Reflects above.
120
1212001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
122
123        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
124        include/Makefile.am, include/iosh7750.h, include/ipl.h,
125        include/ispsh7750.h, include/sh4_regs.h, include/sh4uart.h,
126        include/sh7750_regs.h, include/.cvsignore, sci/Makefile.am,
127        sci/console.c, sci/sh4uart.c, sci/.cvsignore, score/Makefile.am,
128        score/cpu_asm.c, score/ispsh7750.c, score/.cvsignore,
129        timer/Makefile.am, timer/timer.c, timer/.cvsignore, configure.ac,
130        .cvsignore, ChangeLog:  New files. 
131        Reviewed and updated to latest automake and autoconf standards
132        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
133
Note: See TracBrowser for help on using the repository browser.