source: rtems/c/src/lib/libcpu/sh/sh7750/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: 4.2 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-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Merge-in subdir Makefile.ams
23        * configure.ac: Reflect changes above.
24        * score/Makefile.am: Removed.
25        * sci/Makefile.am: Removed.
26        * timer/Makefile.am: Removed.
27        * clock/Makefile.am: Removed.
28
292002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(C_O_FILES).
32        * sci/Makefile.am: Likewise.
33        * score/Makefile.am: Likewise.
34        * timer/Makefile.am: Likewise.
35
362002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
39
402002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Merge in include/Makefile.am.
43        * include/Makefile.am: Remove.
44        * configure.ac: Reflect changes above.
45
462002-11-01      Joel Sherrill <joel@OARcorp.com>
47
48        * score/cpu_asm.c, score/ispsh7750.c: Removed warnings.
49
502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * .cvsignore: Reformat.
53        Add autom4te*cache.
54        Remove autom4te.cache.
55
562002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
62
632001-04-03      Joel Sherrill <joel@OARcorp.com>
64
65        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
66        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
67        name change.
68
692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac:
72        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
73        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
74        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
80
812001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
82
83        * include/rtems/score/sh7750_regs.h: Fix definitions of
84        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
85
862001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
87
88        * include/sh/sh4uart.h, sci/sh4uart.c: Minor fixes post merge.
89
902001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * include/sh4uart.h: move to include/sh/sh4uart.h.
93        * include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
94        * include/iosh7750.h: move include/rtems/score/iosh7750.h.
95        * include/sh7750_regs.h: move to include/rtems/score/sh7750_regs.h.
96        * include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
97        * include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
98        Kossovsky's original sources.
99        * include/Makefile.am: reflect changes above, remove EXTRA_DIST,
100        require automake 1.5.
101        * sci/Makefile.am: Disable compilation of console.c.
102        * sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
103        remove SH4_CPU_HZ_Frequency;
104        * score/isph7750.c: Remove #if !defined(sh7750), include sh4_regs.h.
105
1062001-10-12      Joel Sherrill <joel@OARcorp.com>
107
108        * include/sh4_regs.h: Deleted and contents merged in score/cpu
109        to avoid dependencies.
110        * include/Makefile.am: Reflects above.
111
1122001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
113
114        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
115        include/Makefile.am, include/iosh7750.h, include/ipl.h,
116        include/ispsh7750.h, include/sh4_regs.h, include/sh4uart.h,
117        include/sh7750_regs.h, include/.cvsignore, sci/Makefile.am,
118        sci/console.c, sci/sh4uart.c, sci/.cvsignore, score/Makefile.am,
119        score/cpu_asm.c, score/ispsh7750.c, score/.cvsignore,
120        timer/Makefile.am, timer/timer.c, timer/.cvsignore, configure.ac,
121        .cvsignore, ChangeLog:  New files. 
122        Reviewed and updated to latest automake and autoconf standards
123        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
124
Note: See TracBrowser for help on using the repository browser.