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

4.104.114.84.95
Last change on this file since d911f16c was 4cf920c4, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:48:26

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • score/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 2.2 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
12
132001-10-28      Alexandra Kossovsky <sasha@oktet.ru>
14
15        * include/rtems/score/sh7750_regs.h: Fix definitions of
16        SH7750_SCBRR1 and SH7750_SCBRR2 so things compile.
17
182001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
19
20        * include/sh/sh4uart.h, sci/sh4uart.c: Minor fixes post merge.
21
222001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * include/sh4uart.h: move to include/sh/sh4uart.h.
25        * include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
26        * include/iosh7750.h: move include/rtems/score/iosh7750.h.
27        * include/sh7750_regs.h: move to include/rtems/score/sh7750_regs.h.
28        * include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
29        * include/rtems/score/sh4_regs.h: Reintroduce from Alexandra
30        Kossovsky's original sources.
31        * include/Makefile.am: reflect changes above, remove EXTRA_DIST,
32        require automake 1.5.
33        * sci/Makefile.am: Disable compilation of console.c.
34        * sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S,
35        remove SH4_CPU_HZ_Frequency;
36        * score/isph7750.c: Remove #if !defined(sh7750), include sh4_regs.h.
37
382001-10-12      Joel Sherrill <joel@OARcorp.com>
39
40        * include/sh4_regs.h: Deleted and contents merged in score/cpu
41        to avoid dependencies.
42        * include/Makefile.am: Reflects above.
43
442001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
45
46        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
47        include/Makefile.am, include/iosh7750.h, include/ipl.h,
48        include/ispsh7750.h, include/sh4_regs.h, include/sh4uart.h,
49        include/sh7750_regs.h, include/.cvsignore, sci/Makefile.am,
50        sci/console.c, sci/sh4uart.c, sci/.cvsignore, score/Makefile.am,
51        score/cpu_asm.c, score/ispsh7750.c, score/.cvsignore,
52        timer/Makefile.am, timer/timer.c, timer/.cvsignore, configure.ac,
53        .cvsignore, ChangeLog:  New files. 
54        Reviewed and updated to latest automake and autoconf standards
55        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
56
Note: See TracBrowser for help on using the repository browser.