source: rtems/cpukit/score/cpu/sh/ChangeLog @ 4db30283

4.104.114.84.95
Last change on this file since 4db30283 was 4db30283, checked in by Joel Sherrill <joel.sherrill@…>, on 11/28/01 at 18:16:00

2001-11-28 Joel Sherrill <joel@…>,

This was tracked as PR91.

  • rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which is used to specify if the port uses the standard macro for this (FALSE). A TRUE setting indicates the port provides its own implementation.
  • Property mode set to 100644
File size: 2.1 KB
Line 
12001-11-28      Joel Sherrill <joel@OARcorp.com>,
2
3        This was tracked as PR91.
4        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
5        is used to specify if the port uses the standard macro for this (FALSE).
6        A TRUE setting indicates the port provides its own implementation.
7
82001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * cpu.c: Fix #ifdefs, add missing #endif.
11
122001-10-12      Joel Sherrill <joel@OARcorp.com>
13
14        * asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
15        rtems/score/sh_io.h, rtems/score/shtypes.h: Consistency changes
16        and made sure there were no includes from the libcpu tree.
17
182001-10-12      Alexandra Kossovsky <sasha@oktet.ru>
19
20        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h: Modified to
21        support SH4.  Reviewed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22        who did the original SH port.
23
242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
27        * configure.in: Remove.
28        * configure.ac: New file, generated from configure.in by autoupdate.
29
302001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
33        * Makefile.am: Use 'PREINSTALL_FILES ='.
34
352001-07-25  Radzislaw Galler  <rgaller@et.put.poznan.pl>
36
37        * cpu.c (_CPU_ISR_install_vector): Corrected interrupt range
38        checking which was SH1 specific. It didn't work for SH2 (has more
39        interrupt sources).
40
412001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am, rtems/score/Makefile.am:
44        Apply include_*HEADERS instead of H_FILES.
45
462001-01-03      Joel Sherrill <joel@OARcorp.com>
47
48        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
49
502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
53
542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
57
582000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
61        Switch to GNU canonicalization.
62
632000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Include compile.am.
66
672000-08-10      Joel Sherrill <joel@OARcorp.com>
68
69        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.