source: rtems/cpukit/score/cpu/m68k/ChangeLog @ d2bac95b

4.115
Last change on this file since d2bac95b was d2bac95b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/17/11 at 15:40:37

2011-05-17 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Reformat.
  • Property mode set to 100644
File size: 20.0 KB
Line 
12011-05-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Reformat.
4
52011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * cpu.c, rtems/score/cpu.h, rtems/score/m68k.h:
8        Use "__asm__" instead of "asm" for improved c99-compliance.
9
102010-07-29      Gedare Bloom <giddyup44@yahoo.com>
11
12        PR 1635/cpukit
13        * rtems/score/types.h: Refactoring of priority handling, to isolate the
14        bitmap implementation of priorities in the supercore so that priority
15        management is a little more modular. This change is in anticipation
16        of scheduler implementations that can select how they manage tracking
17        priority levels / finding the highest priority ready task. Note that
18        most of the changes here are simple renaming, to clarify the use of
19        the bitmap-based priority management.
20
212010-07-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
22
23        * rtems/score/cpu.h: Include <rtems/score/types.h> first.
24        * rtems/score/types.h: Use <rtems/score/basedefs.h> header file.
25
262010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        PR 1573/cpukit
29        * cpu_asm.S, rtems/score/cpu.h: Add a per cpu data structure which
30        contains the information required by RTEMS for each CPU core. This
31        encapsulates information such as thread executing, heir, idle and
32        dispatch needed.
33
342010-04-08      Till Straumann <strauman@slac.stanford.edu>
35
36        * cpu_asm.S, rtems/score/cpu.h: On uC5282, the thread restart needed to
37        reload the frame pointer. As part of doing this, the code was moved
38        from inline asm to the .S file.
39
402010-03-27      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * cpu.c, cpu_asm.S: Add include of config.h
43
442009-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * rtems/score/cpu.h: Define CPU_STRUCTURE_ALIGNMENT to be on a 4 byte
47        boundary.
48
492009-08-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
50
51        * rtems/score/cpu.h: Define M68K_FP_STATE_SIZE also if used in
52        assembler files.
53
542009-05-11      Sebastian Huber <sebastian.huber@embedded-brains.de>
55
56        * cpu.c, cpu_asm.S, rtems/score/cpu.h: Cleanup of the floating point
57        context initialization, save and restore code.
58
592009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        PR 1385/cpukit
62        * cpu_asm.S: When the type rtems_boolean was switched to the C99 bool,
63        the size changed from 4 bytes to 1 byte. The interrupt dispatching
64        code accesses two boolean variables for scheduling purposes and the
65        assembly implementations of this code did not get updated.
66
672009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * rtems/score/cpu.h: Change prototype of IDLE thread to consistently
70        return void * and take a uintptr_t argument.
71
722009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
75        passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
76        comments.
77
782008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * rtems/score/m68k.h: Don't include rtems/score/types.h,
81        rtems/stdint.h.
82
832008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * rtems/score/m68k.h: Move set cacr, acr0, acr1 routines here to get
86        them out of a BSP.
87
882008-09-11      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * rtems/score/types.h: Do not define boolean, single_precision,
91        double_precision unless RTEMS_DEPRECATED_TYPES is given.
92
932008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * cpu.c, rtems/score/cpu.h: Remove extraneous spaces.
96
972008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * rtems/score/types.h: Include stdbool.h.
100        Use bool as base-type for boolean.
101
1022008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * rtems/score/cpu.h: Fix type when initializing FP context.
105
1062008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * cpu.c, rtems/score/cpu.h: Add extern for bfffo table and rename it to
109        indicate that it is specific to this architecture.
110
1112008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * rtems/score/cpu.h: Correct prototype of Idle threads.
114
1152008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
116
117        * rtems/m68k/m68360.h: added port b pin definitions for SPI
118
1192008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * rtems/score/m68k.h: There is no point in defining the maximum
122        priorities to 255. priority.h will default it to this.
123
1242008-06-10      Chris Johns <chrisj@rtems.org>
125
126        * cpu_asm.S: Add Coldfire FPU support.
127        * rtems/score/m68k.h: Change the Coldfire CPU defines to be based
128        on the instruction set. Add Tiny RTEMS support to the small memory
129        model RTEMS processors.
130        * rtems/score/cpu.h: Handle the new Tiny RTEMS support.
131
1322008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
135        parameter to indicate that the port uses the Simple Vectored
136        Interrupt model or the Programmable Interrupt Controller Model. The
137        PIC model is implemented primarily in the BSP and it is responsible
138        for all memory allocation.
139
1402008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * cpu_asm.S: Spacing and comment alignment.
143
1442007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
147
1482007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * rtems/m68k/m68302.h, rtems/m68k/m68360.h: Sweep to make sure grep for
151        COPYRIGHT passes.
152
1532007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
156        Table to Configuration Table. Eliminate CPU Table from all ports.
157        Delete references to CPU Table in all forms.
158
1592007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
162        the Configuration Table. This included pretasking_hook,
163        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
164        extra_mpci_receive_server_stack, stack_allocate_hook, and
165        stack_free_hook. As a side-effect of this effort some multiprocessing
166        code was made conditional and some style clean up occurred.
167
1682007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * rtems/score/cpu.h: Eliminate the interrupt_vector_table field in the
171        m68k CPU Table since it is never read.
172
1732007-08-04      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * rtems/score/m68k.h: Add stubs for mcf5307, mcf5407, mcfv4e.
176
1772007-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h:
180        Replace M68K_COLDFIRE_ARCH with __mcoldfire__.
181
1822007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
185
1862007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * cpu.c, rtems/score/cpu.h:
189          Use Context_Control_fp* instead of void* for fp_contexts.
190
1912006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        * rtems/score/types.h: Remove unsigned64, signed64.
194
1952006-06-19 Till Straumann <strauman@slac.stanford.edu>
196
197        PR 1091/patch
198        * cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector
199        bits are used when calculating the exception vector.
200
2012006-02-28      Eric Norum <norume@aps.anl.gov>
202
203        PR 904/patch
204        * rtems/score/m68k.h: Just "cc" in the clobbered register list for
205        interrupt enable/disable/flash operations.  The "memory" barrier will
206        move the the generic interrupt enable/disable/flash macros.
207
2082006-02-24      Eric Norum <norume@aps.anl.gov>
209
210        PR 904/patch
211        * rtems/score/m68k.h: Add "memory" to the clobbered register list for
212        interrupt enable/disable/flash operations.  This is necessary to prevent
213        the compiler from hoisting/sinking other operations past the interrupt
214        enable/disable/flash operations.
215
2162006-01-16      Joel Sherrill <joel@OARcorp.com>
217
218        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
219        As a side-effect, grammar and spelling errors were corrected, spacing
220        errors were address, and some variable names were improved.
221
2222005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
225
2262005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
227
228        * rtems/asm.h: Remove private version of CONCAT macros.
229        Include <rtems/concat.h> instead.
230
2312005-06-07      Brett Swimley <brett.swimley@aedbozeman.com>
232
233        PR 803/patch
234        * rtems/score/cpu.h, rtems/score/m68k.h: Correct definition of _VBR.
235
2362005-05-20      Chris Johns <chrisj@rtems.org>
237
238        * rtems/score/cpu.h, rtems/score/m68k.h: Change declaration of _VBR.
239
2402005-05-04      Joel Sherrill <joel@OARcorp.com>
241
242        * rtems/score/m68k.h: Change _ColdFire_VBR to _VBR.
243
2442005-05-03      Joel Sherrill <joel@OARcorp.com>
245
246        * rtems/score/cpu.h: Change definition of _VBR to a simple pointer.
247        * rtems/score/m68k.h: Remove use of _Coldfire_VBR.
248
2492005-05-03      Joel Sherrill <joel@OARcorp.com>
250
251        * cpu.c: Remove warning.
252
2532005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * Makefile.am: Split out preinstallation rules.
256        * preinstall.am: New (Split out from Makefile.am).
257
2582005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
259
260        * rtems/m68k/m68302.h, rtems/m68k/m68360.h, rtems/m68k/qsm.h,
261        rtems/m68k/sim.h, rtems/score/m68k.h: Header guards cleanup.
262
2632005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
264
265        PR 754/rtems
266        * rtems/asm.h: New (relocated from .).
267        * asm.h: Remove (moved to rtems/asm.h).
268        * Makefile.am: Reflect changes above.
269
2702005-01-31      Ralf Corsepius <ralf.corsepius@rtems.org>
271
272        PR rtems/752
273        * rtems/m68k/m68302.h, rtems/m68k/m68360.h, rtems/m68k/qsm.h,
274        rtems/m68k/sim.h: New (relocated from .).
275        * m68302.h, m68360.h, qsm.h, sim.h: Remove.
276        * Makefile.am: Reflect changes above.
277
2782005-01-28      Eric Norum <norume@aps.anl.gov>
279
280        * rtems/score/cpu.h, rtems/score/m68k.h: ColdFire ISA A+ instructions
281
2822004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
283
284        * asm.h, rtems/score/cpu.h, rtems/score/m68k.h, rtems/score/types.h:
285        New header guards.
286
2872005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
288
289        * rtems/score/types.h: Remove signed8, signed16, signed32,
290        unsigned8, unsigned16, unsigned32.
291
2922005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
293
294        * rtems/score/m68k.h: *_swap_u32( uint32_t ).
295
2962005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
297
298        * rtems/score/m68k.h: *_swap_u16( uint16_t ).
299
3002005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
301
302        * rtems/score/types.h: #include <rtems/stdint.h>.
303
3042005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
305
306        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
307
3082005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
309
310        * Makefile.am: Remove build-variant support.
311
3122004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
313
314        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
315        guard.
316
3172004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
318
319        * asm.h: Add doxygen preamble.
320
3212004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
322
323        * rtems/score/m68k.h: Use (defined(__mc68020__) && !defined(__mcpu32__))
324        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
325
3262004-11-02      Ralf Corsepius <ralf_corsepius@rtems.org>
327
328        * rtems/score/cpu.h: Add doxygen preamble.
329        * rtems/score/m68k.h: Add doxygen preamble.
330        * rtems/score/types.h: Add doxygen preamble.
331
3322004-07-25      Joel Sherrill <joel@OARcorp.com>
333
334        * rtems/score/m68k.h: Add include of <stdint.h> for uint32_t used by
335        endian swapping routines.
336
3372004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
338
339        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
340        * Makefile.am: Don't include multilib.am.
341        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
342
3432004-04-03      Ralf Corsepius <ralf_corsepius@rtems.org>
344
345        * Makefile.am: Install m68302.h m68360.h qsm.h sim.h
346        to $(includedir)/rtems/m68k.
347
3482004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
349
350        * Makefile.am: Install asm.h to $(includedir)/rtems.
351
3522004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
353
354        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
355
3562004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
357
358        * cpu.c, m68302.h, rtems/score/cpu.h, rtems/score/m68k.h: Convert to
359        using c99 fixed size types.
360
3612004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
362
363        * configure.ac: RTEMS_TOP([../../../..]).
364
3652004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        PR 561/rtems
368        * asm.h: Add CONCAT0, EVAL. Let SYM and REG use CONCAT0 and EVAL.
369
3702004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: Move RTEMS_TOP one subdir down.
373
3742004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * Makefile.am: Add PREINSTALL_DIRS.
377
3782004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
381        Add PREINSTALL_FILES to CLEANFILES.
382
3832004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Requires automake >= 1.8.1.
386
3872004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Include compile.am, again.
390
3912004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Convert to using automake compilation rules.
394
3952004-01-07      Joel Sherrill <joel@OARcorp.com>
396
397        * qsm.h, sim.h: Remove efi68k and efi332 references as they are no
398        longer in the tree.
399
4002003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
403
4042003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
407
4082003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am: Remove TMPINSTALL_FILES.
411
4122003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am: Add $(dirstamp) to preinstallation rules.
415
4162003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * Makefile.am: Don't use gmake rules for preinstallation.
419
4202003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: Remove RTEMS_CANONICAL_HOST.
423
4242003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: Remove RTEMS_CHECK_CPU.
427
4282003-09-04      Joel Sherrill <joel@OARcorp.com>
429
430        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h,
431        rtems/score/types.h: URL for license changed.
432
4332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
436
4372003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * configure.ac: Remove AC_CONFIG_AUX_DIR.
440
4412003-02-06      Ilya Alexeev <ilya@continuum.ru>
442
443        * m68360.h: Correct the order of fields in the ethernet structure
444        to account for the typo in MC68360UM (page 7-248).
445
4462002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
449        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
450
4512002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * configure.ac: Fix package name.
454
4552002-11-01      Joel Sherrill <joel@OARcorp.com>
456
457        * cpu.c: Removed warnings.
458
4592002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
462
4632002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * .cvsignore: Reformat.
466        Add autom4te*cache.
467        Remove autom4te.cache.
468
4692002-08-26      Eric Norum <eric.norum@usask.ca>
470
471        * cpu_asm.S: More PR267 tinkering which eliminates some conditional
472        compilation.
473
4742002-08-14      Brett Swimley <brett.swimley@aedinc.net>
475
476        * cpu_asm.S: Per PR267, the _ISR_Handler() function never was modifying
477        _ISR_Nest_level, and _Watchdog_Insert() requires this variable
478        to be modified to determine if an interrupt may have modified
479        the watchdog chain.  Prior to modifying _ISR_Handler(), I had
480        a test that would fail if _ISR_Flash was not commented out in
481        _Watchdog_Insert().  After this modification was made, my test
482        ran flawlessly.
483
4842002-08-05      Joel Sherrill <joel@OARcorp.com>
485
486        * Per PR260 eliminate use of make-target-options.  This impacted
487        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
488        SuperCore and required that the m68k optimized memcpy be moved
489        to libcpu.
490        * memcpy.c: Moved to libcpu.
491        * Makefile.am: Modified to reflect above.
492
4932002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
496
4972002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * Makefile.am: Use .$(OBJEXT) instead of .o.
500
5012002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * configure.ac: RTEMS_TOP(../../../..).
504
5052002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * rtems.S: Remove.
508        * Makefile.am: Reflect changes above.
509
5102002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * configure.ac: Remove RTEMS_PROJECT_ROOT.
513
5142002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * configure.ac: Add RTEMS_PROG_CCAS
517
5182002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
521        Add AC_PROG_RANLIB.
522
5232002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
526        Use ../../../aclocal.
527
5282002-05-28      Chris Johns <ccj@acm.org>
529
530        * rtems/score/m68k.h: Per PR227, mc68060 does not require FPSP
531        since it is now multilib'ed.
532
5332001-04-03      Joel Sherrill <joel@OARcorp.com>
534
535        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
536        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
537        name change.
538
5392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.ac:
542        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
543        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
544        * Makefile.am: Remove AUTOMAKE_OPTIONS.
545
5462002-03-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * rtems/score/m68k.h: m68k_swap_u32 fix typo.
549
5502002-03-06      Victor V. Vengerov <vvv@oktet.ru>
551
552        * rtems/score/m68k.h [M68K_COLDFIRE_ARCH] (CPU_swap_u16, CPU_swap_u32):
553        Generic implementation of endian swap primitives added for Coldfire
554        family.
555
5562002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * rtems/Makefile.am: Removed.
559        * rtems/score/Makefile.am: Removed.
560        * configure.ac: Reflect changes above.
561        * Makefile.am: Reflect changes above.
562
5632001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * Makefile.am: Add multilib support.
566
5672001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
570        * configure.in: Remove.
571        * configure.ac: New file, generated from configure.in by autoupdate.
572
5732001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
576        * Makefile.am: Use 'PREINSTALL_FILES ='.
577
5782001-08-09      Chris Johns <ccj@acm.org>
579
580        * cpu_asm.S: This patch was co-developed with Eric Norum
581        <eric.norum@usask.ca>.  It closes a one instruction window
582        on some m68k CPU cores.  It fixes symptoms seen as:
583            1) No more `interrupt handler invoked twice for
584               a single interrupt'.
585            2) No more `lockup when mc68360 CPM and PIT interrupts
586               are at different levels'.
587        It does insert a little more overhead on machines without hardware
588        interrupt stacks but correctness has a price.
589
5902001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * Makefile.am, rtems/score/Makefile.am:
593        Apply include_*HEADERS instead of H_FILES.
594
5952001-01-03      Joel Sherrill <joel@OARcorp.com>
596
597        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
598        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
599        now that it is dynamically allocated.
600
6012000-12-19      Joel Sherrill <joel@OARcorp.com>
602
603        * cpu.c: Do not read or write raw interrupt vector table if
604        we are on a CPU that does not have a %vbr register and the
605        BSP is configured as having the table in ROM.
606
6072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
610
6112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
614
6152000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
618        Switch to GNU canonicalization.
619
6202000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
621
622        * rtems/score/cpu.h: define CPU_Exception_frame for rdbg.
623        * m68302.h: Make buffer pointer in m302_SCC_bd volatile.
624
6252000-10-12      John S Gwynne <jgwynne@mrcday.com>
626
627        * sim.h: These changes enable RTEMS to automatically generate
628        the ram_init file used by gdb with the BDM patches. The 332 has
629        on-board chip select lines (for RAM and FLASH) that must be
630        configured before use of these peripherals. These patches parse
631        data from start.c where the chip select lines are configured in
632        the runtime executable and automatically generates the gdb
633        initialization file using the same settings. A great time saver.
634        A similar file, ram_init_FW (flash writable), is also generated
635        that the flash programming tool uses.
636        * BSP/start/start.c: Must be modified to support above.
637        * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files.
638
6392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * Makefile.am: Include compile.am.
642
6432000-08-10      Joel Sherrill <joel@OARcorp.com>
644
645        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.