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

4.104.114.84.95
Last change on this file since 3bda49d was 3bda49d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/03 at 16:17:38

2002-01-15 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(OBJS).
  • sci/Makefile.am: Likewise.
  • score/Makefile.am: Likewise.
  • timer/Makefile.am: Likewise.
  • Property mode set to 100644
File size: 3.4 KB
Line 
12002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(OBJS).
4        * sci/Makefile.am: Likewise.
5        * score/Makefile.am: Likewise.
6        * timer/Makefile.am: Likewise.
7
82002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
11
122002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Merge in include/Makefile.am.
15        * include/Makefile.am: Remove.
16        * configure.ac: Reflect changes above.
17
182002-11-01      Joel Sherrill <joel@OARcorp.com>
19
20        * score/cpu_asm.c, score/ispsh7750.c: Removed warnings.
21
222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * .cvsignore: Reformat.
25        Add autom4te*cache.
26        Remove autom4te.cache.
27
282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
34
352001-04-03      Joel Sherrill <joel@OARcorp.com>
36
37        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
38        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
39        name change.
40
412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac:
44        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
45        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
46        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
52
532001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
54
55        * include/rtems/score/sh7750_regs.h: Fix definitions of
56        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
57
582001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
59
60        * include/sh/sh4uart.h, sci/sh4uart.c: Minor fixes post merge.
61
622001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * include/sh4uart.h: move to include/sh/sh4uart.h.
65        * include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
66        * include/iosh7750.h: move include/rtems/score/iosh7750.h.
67        * include/sh7750_regs.h: move to include/rtems/score/sh7750_regs.h.
68        * include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
69        * include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
70        Kossovsky's original sources.
71        * include/Makefile.am: reflect changes above, remove EXTRA_DIST,
72        require automake 1.5.
73        * sci/Makefile.am: Disable compilation of console.c.
74        * sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
75        remove SH4_CPU_HZ_Frequency;
76        * score/isph7750.c: Remove #if !defined(sh7750), include sh4_regs.h.
77
782001-10-12      Joel Sherrill <joel@OARcorp.com>
79
80        * include/sh4_regs.h: Deleted and contents merged in score/cpu
81        to avoid dependencies.
82        * include/Makefile.am: Reflects above.
83
842001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
85
86        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
87        include/Makefile.am, include/iosh7750.h, include/ipl.h,
88        include/ispsh7750.h, include/sh4_regs.h, include/sh4uart.h,
89        include/sh7750_regs.h, include/.cvsignore, sci/Makefile.am,
90        sci/console.c, sci/sh4uart.c, sci/.cvsignore, score/Makefile.am,
91        score/cpu_asm.c, score/ispsh7750.c, score/.cvsignore,
92        timer/Makefile.am, timer/timer.c, timer/.cvsignore, configure.ac,
93        .cvsignore, ChangeLog:  New files. 
94        Reviewed and updated to latest automake and autoconf standards
95        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
96
Note: See TracBrowser for help on using the repository browser.