source: rtems/c/src/lib/libcpu/ChangeLog @ de5868fe

4.115
Last change on this file since de5868fe was de5868fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/11 at 04:03:50

2011-12-10 Ralf Corsépius <ralf.corsepius@…>

PR 1986/libcpu

  • shared/src/cache_aligned_malloc.c: Include <rtems/rtems/cache.h>.
  • Property mode set to 100644
File size: 6.2 KB
Line 
12011-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        PR 1986/libcpu
4        * shared/src/cache_aligned_malloc.c:
5        Include <rtems/rtems/cache.h>.
6
72011-06-18      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * Makefile.am: Remove reference to non-existing file
10         shared/include/utility.h.
11
122011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
13
14        * shared/include/cache.h, shared/src/cache_manager.c: Removed include
15        files to reduce implementation constraints.
16
172010-05-30      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * shared/src/no_cache.c: New file.
20
212008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
22
23        * shared/include/utility.h: Removed file.
24
252008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Don't install files from shared/.
28
292008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
30
31        * shared/include/utility.h: New file.
32
332008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * arm/at91rm9200/timer/timer.c, arm/lpc22xx/timer/timer.c,
36        arm/mc9328mxl/timer/timer.c, arm/s3c2400/timer/timer.c,
37        arm/s3c24xx/timer/timer.c, bfin/timer/timer.c,
38        m68k/mcf5206/timer/timer.c, m68k/mcf5272/timer/timer.c: Rename timer
39        driver methods to follow RTEMS programming conventions.
40
412006-08-09      Kolja Waschk <waschk@telos.de>
42
43        * nios2/Makefile.am, nios2/configure.ac, nios2/preinstall.am,
44        nios2/shared/cache/cache.c, nios2/shared/cache/cache_.h,
45        nios2/shared/misc/memcpy.c: New files.
46
472004-09-29      Joel Sherrill <joel@OARcorp.com>
48
49        * README: i960 obsoleted.
50        * i960/.cvsignore, i960/ChangeLog, i960/Makefile.am, i960/configure.ac,
51        i960/i960ca/.cvsignore, i960/i960ca/Makefile.am,
52        i960/i960ca/cpu_install_intr_stack.c,
53        i960/i960ca/cpu_install_raw_isr.c, i960/i960ka/.cvsignore,
54        i960/i960ka/Makefile.am, i960/i960ka/cpu_install_intr_stack.c,
55        i960/i960ka/cpu_install_raw_isr.c, i960/i960rp/.cvsignore,
56        i960/i960rp/Makefile.am, i960/i960rp/cpu_install_intr_stack.c,
57        i960/i960rp/cpu_install_raw_isr.c, i960/include/i960CA.h,
58        i960/include/i960HA.h, i960/include/i960JX_RP_common.h,
59        i960/include/i960KA.h, i960/include/i960RP.h: Removed.
60
612004-01-07      Joel Sherrill <joel@OARcorp.com>
62
63        * mips64orion/.cvsignore, mips64orion/ChangeLog,
64        mips64orion/Makefile.am, mips64orion/configure.ac,
65        mips64orion/clock/.cvsignore, mips64orion/clock/Makefile.am,
66        mips64orion/clock/ckinit.c, mips64orion/clock/clock.S,
67        mips64orion/clock/clock.h, mips64orion/timer/.cvsignore,
68        mips64orion/timer/Makefile.am, mips64orion/timer/gettime.S,
69        mips64orion/timer/timer.c: Removed.
70
712003-12-01      Ralf Corsepius <corsepius@faw.uni-ulm.de>
72
73        * Makefile.am: Reformat.
74
752003-09-26      Joel Sherrill <joel@OARcorp.com>
76
77        * hppa1.1/.cvsignore, hppa1.1/ChangeLog, hppa1.1/Makefile.am,
78        hppa1.1/configure.ac, hppa1.1/clock/.cvsignore,
79        hppa1.1/clock/Makefile.am, hppa1.1/clock/clock.c,
80        hppa1.1/include/.cvsignore, hppa1.1/include/Makefile.am,
81        hppa1.1/include/runway.h, hppa1.1/include/semaphore.h,
82        hppa1.1/milli/.cvsignore, hppa1.1/milli/Makefile.am,
83        hppa1.1/milli/milli.S, hppa1.1/semaphore/.cvsignore,
84        hppa1.1/semaphore/Makefile.am, hppa1.1/semaphore/semaphore.c,
85        hppa1.1/timer/.cvsignore, hppa1.1/timer/Makefile.am,
86        hppa1.1/timer/timer.c: Removed.
87
882003-09-04      Joel Sherrill <joel@OARcorp.com>
89
90        * shared/include/cache.h, shared/src/cache_aligned_malloc.c,
91        shared/src/cache_manager.c: URL for license changed.
92
932003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Reflect having moved automake/.
96
972003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Remove (Merged into ../../configure.ac).
100        * Makefile.am: Reflect having merged configure.ac into
101        ../../configure.ac.
102
1032003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Remove AC_CONFIG_AUX_DIR.
106
1072003-02-14      Joel Sherrill <joel@OARcorp.com>
108
109        AMD a29k is obsolete.
110        * Makefile.am: Removed reference.
111        * a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/configure.ac,
112        a29k/clock/.cvsignore, a29k/clock/Makefile.am, a29k/clock/ckinit.c,
113        a29k/clock/clock.S, a29k/clock/clock.h, a29k/timer/.cvsignore,
114        a29k/timer/Makefile.am, a29k/timer/timer.c, a29k/timer/timerisr.c:
115        Removed.
116
1172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
120
1212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: AC_PREREQ(2.57).
124
1252002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * .cvsignore: Reformat.
128        Add autom4te*cache.
129        Remove autom4te.cache.
130
1312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac:
134        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
135        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
136        * Makefile.am: Remove AUTOMAKE_OPTIONS.
137
1382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
141        * configure.in: Remove.
142        * configure.ac: New file, generated from configure.in by autoupdate.
143
1442001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: reformat noinst_HEADERS to work around a bug in
147        automake-1.4-p5.
148        * configure.in: autoupdate to autoconf-2.52, apply
149        RTEMS_CPU_SUBDIRS.
150
1512000-12-06      Joel Sherrill <joel@OARcorp.com>
152
153        * shared/src/cache_aligned_malloc.c: Added include of <stdlib.h>
154        to eliminate warnings.
155
1562000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
157
158        * shared/src/cache_manager.c
159        (rtems_cache_invalidate_multiple_instruction_lines): If
160        CPU_INSTRUCTION_CACHE_ALIGNMENT is defined but 0, then there is
161        an instruction cache but no notion of line size.
162
1632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
166
1672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
170
1712000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
174        Switch to GNU canonicalization.
175
1762000-10-18        John Cotton <john.cotton@nrc.ca>
177
178        * shared/include/cache.h: Improved file header.
179
1802000-10-12      Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
181
182        * shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the
183        last address is invalidated.
184
1852000-08-10      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
186
187        * shared/src/cache_manager.c (rtems_cache_flush_multiple_data_lines,
188        rtems_cache_invalidate_multiple_data_lines): Do not operate on the
189        entire address space when flushing zero bytes.
190
1912000-08-10      Joel Sherrill <joel@OARcorp.com>
192
193        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.