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

4.104.114.84.95
Last change on this file since f8cb04a5 was 1fcb82c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 05:28:37

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

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • sci/Makefile.am: Use .$(OBJEXT) instead of .o.
    • score/Makefile.am: Use .$(OBJEXT) instead of .o.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 2.7 KB
Line 
12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
4        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
5        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
6        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
7
82001-04-03      Joel Sherrill <joel@OARcorp.com>
9
10        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
11        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
12        name change.
13
142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac:
17        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
18        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
19        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
25
262001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
27
28        * include/rtems/score/sh7750_regs.h: Fix definitions of
29        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
30
312001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
32
33        * include/sh/sh4uart.h, sci/sh4uart.c: Minor fixes post merge.
34
352001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * include/sh4uart.h: move to include/sh/sh4uart.h.
38        * include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
39        * include/iosh7750.h: move include/rtems/score/iosh7750.h.
40        * include/sh7750_regs.h: move to include/rtems/score/sh7750_regs.h.
41        * include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
42        * include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
43        Kossovsky's original sources.
44        * include/Makefile.am: reflect changes above, remove EXTRA_DIST,
45        require automake 1.5.
46        * sci/Makefile.am: Disable compilation of console.c.
47        * sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
48        remove SH4_CPU_HZ_Frequency;
49        * score/isph7750.c: Remove #if !defined(sh7750), include sh4_regs.h.
50
512001-10-12      Joel Sherrill <joel@OARcorp.com>
52
53        * include/sh4_regs.h: Deleted and contents merged in score/cpu
54        to avoid dependencies.
55        * include/Makefile.am: Reflects above.
56
572001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
58
59        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
60        include/Makefile.am, include/iosh7750.h, include/ipl.h,
61        include/ispsh7750.h, include/sh4_regs.h, include/sh4uart.h,
62        include/sh7750_regs.h, include/.cvsignore, sci/Makefile.am,
63        sci/console.c, sci/sh4uart.c, sci/.cvsignore, score/Makefile.am,
64        score/cpu_asm.c, score/ispsh7750.c, score/.cvsignore,
65        timer/Makefile.am, timer/timer.c, timer/.cvsignore, configure.ac,
66        .cvsignore, ChangeLog:  New files. 
67        Reviewed and updated to latest automake and autoconf standards
68        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
69
Note: See TracBrowser for help on using the repository browser.