Changeset 440002f in rtems for c/src/lib/libcpu/m68k/ChangeLog


Ignore:
Timestamp:
01/02/05 12:29:48 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
67c9abf
Parents:
8a97d12
Message:

2005-01-02 Ralf Corsepius <ralf.corsepius@…>

  • ChangeLog?: Merge-in mcf5272/ChangeLog.
  • mcf5272/ChangeLog: Remove.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/m68k/ChangeLog

    r8a97d12 r440002f  
     12005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * ChangeLog: Merge-in mcf5272/ChangeLog.
     4        * mcf5272/ChangeLog: Remove.
     5
     62004-11-25      Joel Sherrill <joel@OARcorp.com>
     7
     8        * mcf5272/timer/timerisr.S: Include rtems/asm.h not asm.h
     9
    1102004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
    211
    3         * shared/cache/cache.c, shared/cache/cache_.h:
    4         Use (defined(__mc68020__) && !defined(__mcpu32__))
    5         instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
     12        * shared/cache/cache.c, shared/cache/cache_.h: Use
     13        (defined(__mc68020__) && !defined(__mcpu32__)) instead of
     14        defined(__mc68020__) to reflect GCC-3.4's expectations.
     15
     162004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
     17
     18        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
     19        mcf5272/timer/timer.c: Use POSIX fixed-size types.
    620
    7212004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
     
    2034        mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h,
    2135        mcf5272/timer/.cvsignore, mcf5272/timer/timer.c,
    22         mcf5272/timer/timerisr.S: New files.
     36        mcf5272/timer/timerisr.S, mcf5272/.cvsignore, mcf5272/ChangeLog,
     37        mcf5272/Makefile.am, mcf5272/clock/.cvsignore,
     38        mcf5272/clock/ckinit.c, mcf5272/include/.cvsignore,
     39        mcf5272/include/mcf5272.h, mcf5272/timer/.cvsignore,
     40        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: New files.
    2341
    24422004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
    2543
    26         * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
     44        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of
     45        <asm.h>.
    2746
    28472004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
    2948
    30         * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of <asm.h>.
     49        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of
     50        <asm.h>.
    3151
    32522004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
     
    48682004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    4969
    50         * Index: m68040/Makefile.am, mcf5206/Makefile.am, shared/Makefile.am:
    51         Don't include lib.am.
     70        * Index: m68040/Makefile.am, mcf5206/Makefile.am,
     71        shared/Makefile.am: Don't include lib.am.
    5272
    53732004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     
    62822004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    6383
     84        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
     85        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
     86        * shared/Makefile.am: Use automake compilation rules.
     87        * mcf5206/.cvsignore: Reflect changes above.
     88        * mcf5206/Makefile.am: Convert to automake compilation rules.
     89        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
     90        * m68040/fpsp/Makefile.am, mcf5206/configure.ac: Remove.
    6491        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
    6592        automake-compilation rules.
    66         * m68040/fpsp/Makefile.am: Remove.
    67         * shared/Makefile.am: Use automake compilation rules.
    68         * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
    69         * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
    70         AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
    71         * mcf5206/Makefile.am: Convert to automake compilation rules.
    72         * mcf5206/configure.ac: Remove.
    73         * mcf5206/.cvsignore: Reflect changes above.
    7493
    75942004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    7695
    77         * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
    78         PRE/TMPINSTALL_FILES to CLEANFILES.
    79         * mcf5206/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
    80         PRE/TMPINSTALL_FILES to CLEANFILES.
     96        * shared/Makefile.am, mcf5206/Makefile.am: Re-add dirstamps to
     97        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
    8198
    82992003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     
    861032003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    87104
    88         * shared/cache/Makefile.am: Remove.
    89         * shared/misc/Makefile.am: Remove.
    90         * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate VPATH.
     105        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate
     106        VPATH.
     107        * shared/cache/Makefile.am, mcf5206/Makefile.am: Use mkdir_p. Remove
     108        dirs from PRE/TMPINSTALL_FILES.
     109        * configure.ac, mcf5206/configure.ac: Require automake >= 1.8,
     110        autoconf >= 2.59.
    91111        * configure.ac: Reflect changes above.
    92         * shared/cache/Makefile.am: Use mkdir_p. Remove dirs from
    93         PRE/TMPINSTALL_FILES.
    94         * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
    95         * mcf5206/Makefile.am: Use mkdir_p. Remove dirs from
    96         PRE/TMPINSTALL_FILES.
    97         * mcf5206/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
     112        * shared/cache/Makefile.am, shared/misc/Makefile.am: Remove.
    98113
    991142003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    100115
    101116        * mcf5206/configure.ac: Cosmetics.
    102         * mcf5206/clock/Makefile.am: Remove.
    103         * mcf5206/console/Makefile.am: Remove.
    104         * mcf5206/include/Makefile.am: Remove.
    105         * mcf5206/mbus/Makefile.am: Remove.
    106         * mcf5206/timer/Makefile.am: Remove.
     117        * mcf5206/configure.ac: Reflect changes above.
     118        * mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
     119        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
     120        mcf5206/timer/Makefile.am: Remove.
    107121        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
    108122        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
    109123        timer/Makefile.am.
    110         * mcf5206/configure.ac: Reflect changes above.
    111124
    1121252003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    113126
    114         * mcf5206/clock/Makefile.am: Cosmetics.
    115         * mcf5206/mbus/Makefile.am: Cosmetics.
    116         * mcf5206/timer/Makefile.am: Cosmetics.
     127        * mcf5206/clock/Makefile.am, mcf5206/mbus/Makefile.am,
     128        mcf5206/timer/Makefile.am: Cosmetics.
    117129
    1181302003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    119131
    120         * m68040/fpsp/Makefile.am: Remove all-local: $(ARCH).
    121         * shared/cache/Makefile.am: Remove all-local: $(ARCH).
    122         * shared/misc/Makefile.am: Remove all-local: $(ARCH).
    123         * mcf5206/console/Makefile.am: Remove all-local: $(ARCH).
     132        * m68040/fpsp/Makefile.am: Remove all-local,
     133        shared/cache/Makefile.am: Remove all-local, shared/misc/Makefile.am:
     134        Remove all-local, mcf5206/console/Makefile.am: Remove all-local:
     135        $(ARCH).
    124136
    1251372003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    126138
    127         * m68040/Makefile.am: Reformat.
    128         * m68040/fpsp/Makefile.am: Reformat.
    129         * shared/Makefile.am: Reformat.
    130         * shared/cache/Makefile.am: Reformat. Use dirstamps for preinstallation.
    131         * shared/misc/Makefile.am: Reformat.
    132         * mcf5206/Makefile.am: Reformat.
    133         * mcf5206/clock/Makefile.am: Reformat.
    134         * mcf5206/console/Makefile.am: Reformat.
    135         * mcf5206/include/Makefile.am: Reformat. Use dirstamps for
    136         preinstallation.
    137         * mcf5206/timer/Makefile.am: Reformat.
     139        * m68040/Makefile.am, m68040/fpsp/Makefile.am, shared/Makefile.am,
     140        shared/misc/Makefile.am, mcf5206/Makefile.am,
     141        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
     142        mcf5206/timer/Makefile.am: Reformat.
     143        * shared/cache/Makefile.am, mcf5206/include/Makefile.am: Reformat.
     144        Use dirstamps for preinstallation.
    138145
    1391462003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    140147
    141         * configure.ac: Remove RTEMS_CANONICAL_HOST.
    142         * mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
     148        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
    143149
    1441502003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    145151
    146         * configure.ac: Remove RTEMS_CHECK_CPU.
    147         * mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
     152        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
    148153
    1491542003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     
    1541592003-09-04      Joel Sherrill <joel@OARcorp.com>
    155160
    156         * shared/misc/m68kidle.c: URL for license changed.
    157         * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
    158         mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
    159         mcf5206/include/mcfuart.h, mcf5206/mbus/mcfmbus.c,
    160         mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: URL for license changed.
     161        * shared/misc/m68kidle.c, mcf5206/clock/ckinit.c,
     162        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
     163        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
     164        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c,
     165        mcf5206/timer/timerisr.S: URL for license changed.
    161166
    1621672003-08-20      Joel Sherrill <joel@OARcorp.com>
     
    1681732003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    169174
    170         * Makefile.am: Reflect having moved aclocal/.
    171         * mcf5206/Makefile.am: Reflect having moved aclocal/.
     175        * Makefile.am, mcf5206/Makefile.am: Reflect having moved aclocal/.
    172176
    1731772003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    174178
    175         * Makefile.am: Reflect having moved automake/.
    176         * m68040/Makefile.am: Reflect having moved automake/.
    177         * m68040/fpsp/Makefile.am: Reflect having moved automake/.
    178         * shared/Makefile.am: Reflect having moved automake/.
    179         * shared/cache/Makefile.am: Reflect having moved automake/.
    180         * shared/misc/Makefile.am: Reflect having moved automake/.
    181         * mcf5206/Makefile.am: Reflect having moved automake/.
    182         * mcf5206/clock/Makefile.am: Reflect having moved automake/.
    183         * mcf5206/console/Makefile.am: Reflect having moved automake/.
    184         * mcf5206/include/Makefile.am: Reflect having moved automake/.
    185         * mcf5206/mbus/Makefile.am: Reflect having moved automake/.
    186         * mcf5206/timer/Makefile.am: Reflect having moved automake/.
     179        * Makefile.am, m68040/Makefile.am, m68040/fpsp/Makefile.am,
     180        shared/Makefile.am, shared/cache/Makefile.am,
     181        shared/misc/Makefile.am, mcf5206/Makefile.am,
     182        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
     183        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
     184        mcf5206/timer/Makefile.am: Reflect having moved automake/.
    187185
    1881862003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    189187
    190         * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
    191         * mcf5206/configure.ac: Use rtems-bugs@rtems.com as bug report email
    192         address.
     188        * configure.ac, mcf5206/configure.ac: Use rtems-bugs@rtems.com as
     189        bug report email address.
    193190
    1941912003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    195192
    196         * configure.ac: Remove AC_CONFIG_AUX_DIR.
    197         * mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
     193        * configure.ac, mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
    198194
    1991952003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    200196
    201         * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
    202         * configure.ac: AC_PREREQ(2.57).
    203         * mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
    204         * mcf5206/configure.ac: AC_PREREQ(2.57).
     197        * configure.ac, mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
     198        * configure.ac, mcf5206/configure.ac: AC_PREREQ(2.57).
    205199
    2062002003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     
    208202        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
    209203        @RTEMS_BSP@.cfg.
    210         * mcf5206/console/Makefile.am: Likewise.
    211         * mcf5206/mbus/Makefile.am: Likewise.
    212         * mcf5206/timer/Makefile.am: Likewise.
     204        * mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
     205        mcf5206/timer/Makefile.am: Likewise.
    213206
    2142072003-01-03      Victor V. Vengerov <vvv@oktet.ru>
    215208
    216         * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on line
    217         232 to after the state has been set.
     209        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on
     210        line 232 to after the state has been set.
    218211
    2192122002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    220213
    221         * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
    222         * mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
     214        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
    223215
    2242162002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    225217
    226         * configure.ac: Add RTEMS_PROG_CCAS.
    227         * mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
     218        * configure.ac, mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
    228219
    2292202002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    230221
    231         * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
    232         * mcf5206/.cvsignore: Reformat. Add autom4te*cache. Remove
    233         autom4te.cache.
     222        * .cvsignore, mcf5206/.cvsignore: Reformat. Add autom4te*cache.
     223        Remove autom4te.cache.
    234224
    2352252002-08-21      Joel Sherrill <joel@OARcorp.com>
    236226
    237         * configure.ac, shared/misc/Makefile.am: PR217 required that the idle
    238         task be moved to libcpu so it could be more acutely aware of the CPU
    239         model.  This file was modified to pick up the idle task from there.
    240227        * shared/misc/m68kidle.c: New file.
     228        * configure.ac, shared/misc/Makefile.am: PR217 required that the
     229        idle task be moved to libcpu so it could be more acutely aware of
     230        the CPU model.  This file was modified to pick up the idle task from
     231        there.
    241232
    2422332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    243234
    244         * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
    245         * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    246         * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
    247         * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
    248         * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
    249         * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
    250         * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
     235        * m68040/fpsp/Makefile.am, mcf5206/clock/Makefile.am,
     236        mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
     237        mcf5206/timer/Makefile.am, shared/cache/Makefile.am,
     238        shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
    251239
    2522402002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    253241
     242        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
    254243        * configure.ac: Replace mcpu32 by mcpu32p conditional.
    255         * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
    256244
    2572452002-08-06      Joel Sherrill <joel@OARcorp.com>
    258246
    259         * configure.ac: Be more specific about looking at CPU32 and CPU32+ CPU
    260         model names so we can turn on the best compile of memcpy.c.
     247        * configure.ac: Be more specific about looking at CPU32 and CPU32+
     248        CPU model names so we can turn on the best compile of memcpy.c.
    261249
    2622502002-08-05      Joel Sherrill <joel@OARcorp.com>
    263251
    264         * Per PR260 eliminate use of make-target-options.  This impacted RTEMS
    265         allowing a distinction between the CPU32 and CPU32+ in the SuperCore and
    266         required that the m68k optimized memcpy be moved to libcpu.
     252        * Per PR260 eliminate use of make-target-options.  This impacted
     253        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
     254        SuperCore and required that the m68k optimized memcpy be moved to
     255        libcpu.
    267256        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
    268         * configure.ac, shared/Makefile.am: Modified to reflect new directory.
    269257        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
     258        * configure.ac, shared/Makefile.am: Modified to reflect new
     259        directory.
    270260
    2712612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    272262
    273         * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
     263        * m68040/fpsp/Makefile.am, m68040/Makefile.am, Makefile.am,
     264        shared/cache/Makefile.am, shared/Makefile.am,
     265        mcf5206/clock/Makefile.am, mcf5206/Makefile.am,
     266        mcf5206/console/Makefile.am, mcf5206/include/Makefile.am,
     267        mcf5206/mbus/Makefile.am, mcf5206/timer/Makefile.am: Remove
     268        AUTOMAKE_OPTIONS.
     269        * configure.ac, mcf5206/configure.ac:
     270        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
    274271        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
    275         * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
    276         * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
    277         * Makefile.am: Remove AUTOMAKE_OPTIONS.
    278         * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
    279         * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
    280         * mcf5206/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
    281         AM_INIT_AUTOMAKE([no-define foreign 1.6]).
    282         * mcf5206/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
    283         * mcf5206/Makefile.am: Remove AUTOMAKE_OPTIONS.
    284         * mcf5206/console/Makefile.am: Remove AUTOMAKE_OPTIONS.
    285         * mcf5206/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
    286         * mcf5206/mbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
    287         * mcf5206/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
    288272
    2892732002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     
    291275        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
    292276        *_O_FILES.
    293         * shared/cache/Makefile.am: Ditto.
    294         * shared/misc/Makefile.am: Ditto.
     277        * shared/cache/Makefile.am, shared/misc/Makefile.am: Ditto.
    295278
    2962792001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    297280
    298         * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make automake-1.5
    299         happy.
     281        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make
     282        automake-1.5 happy.
    300283
    3012842001-10-29      Joel Sherrill <joel@OARcorp.com>
     
    306289
    307290        * New libcpu support for mcf5206e.
    308         * mcf5206/ChangeLog, mcf5206/clock/ckinit.c, mcf5206/clock/.cvsignore,
    309         mcf5206/configure.ac, mcf5206/console/mcfuart.c,
    310         mcf5206/console/.cvsignore, mcf5206/include/mcf5206e.h,
    311         mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
    312         mcf5206/include/.cvsignore, mcf5206/mbus/mcfmbus.c,
    313         mcf5206/mbus/.cvsignore, mcf5206/timer/timer.c,
    314         mcf5206/timer/timerisr.S, mcf5206/timer/.cvsignore, mcf5206/.cvsignore:
    315         New files.
     291        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c,
     292        mcf5206/clock/.cvsignore, mcf5206/configure.ac,
     293        mcf5206/console/mcfuart.c, mcf5206/console/.cvsignore,
     294        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
     295        mcf5206/include/mcfuart.h, mcf5206/include/.cvsignore,
     296        mcf5206/mbus/mcfmbus.c, mcf5206/mbus/.cvsignore,
     297        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
     298        mcf5206/timer/.cvsignore, mcf5206/.cvsignore: New files.
    316299
    3173002001-10-26      Joel Sherrill <joel@OARcorp.com>
     
    322305
    323306        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
     307        * configure.ac: New file, generated from configure.in by autoupdate.
    324308        * configure.in: Remove.
    325         * configure.ac: New file, generated from configure.in by autoupdate.
    326309
    3273102001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     
    3413242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    342325
    343         * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
     326        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
     327        $(RTEMS_TOPdir)/aclocal.
    344328
    3453292000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    346330
    347         * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
    348         canonicalization.
     331        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
     332        GNU canonicalization.
    349333
    3503342000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    351335
    352         * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include compile.am.
     336        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
     337        compile.am.
    353338
    3543392000-08-10      Joel Sherrill <joel@OARcorp.com>
Note: See TracChangeset for help on using the changeset viewer.