source: rtems/c/src/lib/libcpu/ChangeLog @ 21b54fc

Last change on this file since 21b54fc was 21b54fc, checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/04 at 15:31:19

2004-11-23 Richard Campbell <richard.campbell@…>

  • powerpc/mpc6xx/mmu/mmuAsm.S: Enable L1 instruction cache only for mpc8240 and mpc8245.
  • Property mode set to 100644
File size: 2.8 KB
Line 
12004-11-23      Richard Campbell <richard.campbell@oarcorp.com>
2
3        * powerpc/mpc6xx/mmu/mmuAsm.S: Enable L1 instruction cache only for
4        mpc8240 and mpc8245.
5
62003-09-04      Joel Sherrill <joel@OARcorp.com>
7
8        * shared/include/cache.h, shared/src/cache_aligned_malloc.c,
9        shared/src/cache_manager.c: URL for license changed.
10
112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
14
152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove AC_CONFIG_AUX_DIR.
18
192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
22
232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: AC_PREREQ(2.57).
26
272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * .cvsignore: Reformat.
30        Add autom4te*cache.
31        Remove autom4te.cache.
32
332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac:
36        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
37        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
38        * Makefile.am: Remove AUTOMAKE_OPTIONS.
39
402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
43        * configure.in: Remove.
44        * configure.ac: New file, generated from configure.in by autoupdate.
45
462001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: reformat noinst_HEADERS to work around a bug in
49        automake-1.4-p5.
50        * configure.in: autoupdate to autoconf-2.52, apply
51        RTEMS_CPU_SUBDIRS.
52
532000-12-06      Joel Sherrill <joel@OARcorp.com>
54
55        * shared/src/cache_aligned_malloc.c: Added include of <stdlib.h>
56        to eliminate warnings.
57
582000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
59
60        * shared/src/cache_manager.c
61        (rtems_cache_invalidate_multiple_instruction_lines): If
62        CPU_INSTRUCTION_CACHE_ALIGNMENT is defined but 0, then there is
63        an instruction cache but no notion of line size.
64
652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
68
692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
72
732000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
76        Switch to GNU canonicalization.
77
782000-10-18        John Cotton <john.cotton@nrc.ca>
79
80        * shared/include/cache.h: Improved file header.
81
822000-10-12      Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
83
84        * shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the
85        last address is invalidated.
86
872000-08-10      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
88
89        * shared/src/cache_manager.c (rtems_cache_flush_multiple_data_lines,
90        rtems_cache_invalidate_multiple_data_lines): Do not operate on the
91        entire address space when flushing zero bytes.
92
932000-08-10      Joel Sherrill <joel@OARcorp.com>
94
95        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.