source: rtems/cpukit/score/cpu/m68k/ChangeLog @ 0067feb

4.104.115
Last change on this file since 0067feb was 0067feb, checked in by Joel Sherrill <joel.sherrill@…>, on 03/12/09 at 14:16:50

2009-03-12 Joel Sherrill <joel.sherrill@…>

PR 1385/cpukit

  • cpu_asm.S: When the type rtems_boolean was switched to the C99 bool, the size changed from 4 bytes to 1 byte. The interrupt dispatching code accesses two boolean variables for scheduling purposes and the assembly implementations of this code did not get updated.
  • Property mode set to 100644
File size: 18.0 KB
RevLine 
[0067feb]12009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        PR 1385/cpukit
4        * cpu_asm.S: When the type rtems_boolean was switched to the C99 bool,
5        the size changed from 4 bytes to 1 byte. The interrupt dispatching
6        code accesses two boolean variables for scheduling purposes and the
7        assembly implementations of this code did not get updated.
8
[59b68bd]92009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * rtems/score/cpu.h: Change prototype of IDLE thread to consistently
12        return void * and take a uintptr_t argument.
13
[c03e2bc]142009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
17        passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
18        comments.
19
[314b835]202008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * rtems/score/m68k.h: Don't include rtems/score/types.h,
23        rtems/stdint.h.
24
[4bbf70bd]252008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * rtems/score/m68k.h: Move set cacr, acr0, acr1 routines here to get
28        them out of a BSP.
29
[6162bc2]302008-09-11      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * rtems/score/types.h: Do not define boolean, single_precision,
33        double_precision unless RTEMS_DEPRECATED_TYPES is given.
34
[edb1810e]352008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * cpu.c, rtems/score/cpu.h: Remove extraneous spaces.
38
[b7b6100]392008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * rtems/score/types.h: Include stdbool.h.
42        Use bool as base-type for boolean.
43
[1a7c300]442008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * rtems/score/cpu.h: Fix type when initializing FP context.
47
[60a3fa0c]482008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * cpu.c, rtems/score/cpu.h: Add extern for bfffo table and rename it to
51        indicate that it is specific to this architecture.
52
[432a662c]532008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * rtems/score/cpu.h: Correct prototype of Idle threads.
56
[eed04912]572008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
58
59        * rtems/m68k/m68360.h: added port b pin definitions for SPI
60
[1603ecd]612008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * rtems/score/m68k.h: There is no point in defining the maximum
64        priorities to 255. priority.h will default it to this.
65
[e339d8b]662008-06-10      Chris Johns <chrisj@rtems.org>
67
68        * cpu_asm.S: Add Coldfire FPU support.
69        * rtems/score/m68k.h: Change the Coldfire CPU defines to be based
70        on the instruction set. Add Tiny RTEMS support to the small memory
71        model RTEMS processors.
72        * rtems/score/cpu.h: Handle the new Tiny RTEMS support.
73
[2fd427c]742008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
77        parameter to indicate that the port uses the Simple Vectored
78        Interrupt model or the Programmable Interrupt Controller Model. The
79        PIC model is implemented primarily in the BSP and it is responsible
80        for all memory allocation.
81
[b4df56dd]822008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * cpu_asm.S: Spacing and comment alignment.
85
[0ca6d0d9]862007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
89
[7ccdfbb]902007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * rtems/m68k/m68302.h, rtems/m68k/m68360.h: Sweep to make sure grep for
93        COPYRIGHT passes.
94
[ee29de05]952007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
98        Table to Configuration Table. Eliminate CPU Table from all ports.
99        Delete references to CPU Table in all forms.
100
[4b89ba7]1012007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
104        the Configuration Table. This included pretasking_hook,
105        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
106        extra_mpci_receive_server_stack, stack_allocate_hook, and
107        stack_free_hook. As a side-effect of this effort some multiprocessing
108        code was made conditional and some style clean up occurred.
109
[f9f8239]1102007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * rtems/score/cpu.h: Eliminate the interrupt_vector_table field in the
113        m68k CPU Table since it is never read.
114
[44ad1151]1152007-08-04      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * rtems/score/m68k.h: Add stubs for mcf5307, mcf5407, mcfv4e.
118
[ee69dc6]1192007-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h:
122        Replace M68K_COLDFIRE_ARCH with __mcoldfire__.
123
[8b56aa3]1242007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
127
[e08e6c4]1282007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * cpu.c, rtems/score/cpu.h:
131          Use Context_Control_fp* instead of void* for fp_contexts.
132
[795da078]1332006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * rtems/score/types.h: Remove unsigned64, signed64.
136
[412da6df]1372006-06-19 Till Straumann <strauman@slac.stanford.edu>
138
[e5f55a1]139        PR 1091/patch
[412da6df]140        * cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector
141        bits are used when calculating the exception vector.
142
[f7842ce]1432006-02-28      Eric Norum <norume@aps.anl.gov>
144
[32ecfd6f]145        PR 904/patch
146        * rtems/score/m68k.h: Just "cc" in the clobbered register list for
147        interrupt enable/disable/flash operations.  The "memory" barrier will
148        move the the generic interrupt enable/disable/flash macros.
[f7842ce]149
1502006-02-24      Eric Norum <norume@aps.anl.gov>
151
[32ecfd6f]152        PR 904/patch
153        * rtems/score/m68k.h: Add "memory" to the clobbered register list for
154        interrupt enable/disable/flash operations.  This is necessary to prevent
155        the compiler from hoisting/sinking other operations past the interrupt
156        enable/disable/flash operations.
[f7842ce]157
[ece004d]1582006-01-16      Joel Sherrill <joel@OARcorp.com>
159
160        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
161        As a side-effect, grammar and spelling errors were corrected, spacing
162        errors were address, and some variable names were improved.
163
[7a3f018]1642005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
167
[c6ea319]1682005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * rtems/asm.h: Remove private version of CONCAT macros.
171        Include <rtems/concat.h> instead.
172
[00b9d09]1732005-06-07      Brett Swimley <brett.swimley@aedbozeman.com>
174
175        PR 803/patch
176        * rtems/score/cpu.h, rtems/score/m68k.h: Correct definition of _VBR.
177
[862cbe3a]1782005-05-20      Chris Johns <chrisj@rtems.org>
179
180        * rtems/score/cpu.h, rtems/score/m68k.h: Change declaration of _VBR.
181
[7111268]1822005-05-04      Joel Sherrill <joel@OARcorp.com>
183
184        * rtems/score/m68k.h: Change _ColdFire_VBR to _VBR.
185
[ac64416]1862005-05-03      Joel Sherrill <joel@OARcorp.com>
187
188        * rtems/score/cpu.h: Change definition of _VBR to a simple pointer.
189        * rtems/score/m68k.h: Remove use of _Coldfire_VBR.
190
[926a05e]1912005-05-03      Joel Sherrill <joel@OARcorp.com>
192
193        * cpu.c: Remove warning.
194
[babf575]1952005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * Makefile.am: Split out preinstallation rules.
198        * preinstall.am: New (Split out from Makefile.am).
199
[fa6b0f5]2002005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
201
202        * rtems/m68k/m68302.h, rtems/m68k/m68360.h, rtems/m68k/qsm.h,
203        rtems/m68k/sim.h, rtems/score/m68k.h: Header guards cleanup.
204
[1f24914a]2052005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
206
207        PR 754/rtems
208        * rtems/asm.h: New (relocated from .).
209        * asm.h: Remove (moved to rtems/asm.h).
210        * Makefile.am: Reflect changes above.
211
[b41906f]2122005-01-31      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        PR rtems/752
215        * rtems/m68k/m68302.h, rtems/m68k/m68360.h, rtems/m68k/qsm.h,
216        rtems/m68k/sim.h: New (relocated from .).
217        * m68302.h, m68360.h, qsm.h, sim.h: Remove.
218        * Makefile.am: Reflect changes above.
219
[fa9fa1e4]2202005-01-28      Eric Norum <norume@aps.anl.gov>
221
222        * rtems/score/cpu.h, rtems/score/m68k.h: ColdFire ISA A+ instructions
223
[c47d5214]2242004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
225
226        * asm.h, rtems/score/cpu.h, rtems/score/m68k.h, rtems/score/types.h:
227        New header guards.
228
[609b924]2292005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * rtems/score/types.h: Remove signed8, signed16, signed32,
232        unsigned8, unsigned16, unsigned32.
233
[a04f371]2342005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
235
236        * rtems/score/m68k.h: *_swap_u32( uint32_t ).
237
[6d48403]2382005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
239
240        * rtems/score/m68k.h: *_swap_u16( uint16_t ).
241
[b9b531f]2422005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * rtems/score/types.h: #include <rtems/stdint.h>.
245
[8fab7fa9]2462005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
[2bc236ba]247
248        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
249
[f346774d]2502005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * Makefile.am: Remove build-variant support.
253
[af413e95]2542004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
255
256        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
257        guard.
258
[b8ed8a9f]2592004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
260
261        * asm.h: Add doxygen preamble.
262
[ff60424]2632004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
264
265        * rtems/score/m68k.h: Use (defined(__mc68020__) && !defined(__mcpu32__))
266        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
267
2682004-11-02      Ralf Corsepius <ralf_corsepius@rtems.org>
[a911a77]269
270        * rtems/score/cpu.h: Add doxygen preamble.
271        * rtems/score/m68k.h: Add doxygen preamble.
272        * rtems/score/types.h: Add doxygen preamble.
273
[0cc9d277]2742004-07-25      Joel Sherrill <joel@OARcorp.com>
275
276        * rtems/score/m68k.h: Add include of <stdint.h> for uint32_t used by
277        endian swapping routines.
278
[be2ed3e]2792004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
280
281        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
282        * Makefile.am: Don't include multilib.am.
283        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
284
[384b339e]2852004-04-03      Ralf Corsepius <ralf_corsepius@rtems.org>
286
287        * Makefile.am: Install m68302.h m68360.h qsm.h sim.h
288        to $(includedir)/rtems/m68k.
289
[5f8d82b7]2902004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
291
292        * Makefile.am: Install asm.h to $(includedir)/rtems.
293
[b49bcfc]2942004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
295
296        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
297
[d86bae8]2982004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
299
300        * cpu.c, m68302.h, rtems/score/cpu.h, rtems/score/m68k.h: Convert to
301        using c99 fixed size types.
302
[d3b09bf4]3032004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
304
305        * configure.ac: RTEMS_TOP([../../../..]).
306
[7b3de7e]3072004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        PR 561/rtems
310        * asm.h: Add CONCAT0, EVAL. Let SYM and REG use CONCAT0 and EVAL.
311
[7ea55607]3122004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.ac: Move RTEMS_TOP one subdir down.
315
[3d1de20]3162004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Add PREINSTALL_DIRS.
319
[8956e27]3202004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
323        Add PREINSTALL_FILES to CLEANFILES.
324
[36e48b1]3252004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: Requires automake >= 1.8.1.
328
[f08808e]3292004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Include compile.am, again.
332
[ec8c1949]3332004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Convert to using automake compilation rules.
336
[a8f1432b]3372004-01-07      Joel Sherrill <joel@OARcorp.com>
338
339        * qsm.h, sim.h: Remove efi68k and efi332 references as they are no
340        longer in the tree.
341
[7fccd6d6]3422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
345
[810720b6]3462003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
349
[60f7da2]3502003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * Makefile.am: Remove TMPINSTALL_FILES.
353
[7d0eba02]3542003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Add $(dirstamp) to preinstallation rules.
357
[d6a444d]3582003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Don't use gmake rules for preinstallation.
361
[9ca05b1]3622003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: Remove RTEMS_CANONICAL_HOST.
365
[8727808e]3662003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Remove RTEMS_CHECK_CPU.
369
[05a98b7]3702003-09-04      Joel Sherrill <joel@OARcorp.com>
371
372        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h,
373        rtems/score/types.h: URL for license changed.
374
[7dcc3fe]3752003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
378
[d2c26e4b]3792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.ac: Remove AC_CONFIG_AUX_DIR.
382
[089e1b04]3832003-02-06      Ilya Alexeev <ilya@continuum.ru>
384
385        * m68360.h: Correct the order of fields in the ethernet structure
386        to account for the typo in MC68360UM (page 7-248).
387
[53021d4]3882002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
391        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
392
[47c0220]3932002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Fix package name.
396
[86e1c26]3972002-11-01      Joel Sherrill <joel@OARcorp.com>
398
399        * cpu.c: Removed warnings.
400
[5c8b6b6]4012002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
404
[f8cb04a5]4052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * .cvsignore: Reformat.
408        Add autom4te*cache.
409        Remove autom4te.cache.
410
[a7bafd5]4112002-08-26      Eric Norum <eric.norum@usask.ca>
412
413        * cpu_asm.S: More PR267 tinkering which eliminates some conditional
414        compilation.
415
[8e0738e1]4162002-08-14      Brett Swimley <brett.swimley@aedinc.net>
417
418        * cpu_asm.S: Per PR267, the _ISR_Handler() function never was modifying
419        _ISR_Nest_level, and _Watchdog_Insert() requires this variable
420        to be modified to determine if an interrupt may have modified
421        the watchdog chain.  Prior to modifying _ISR_Handler(), I had
422        a test that would fail if _ISR_Flash was not commented out in
423        _Watchdog_Insert().  After this modification was made, my test
424        ran flawlessly.
425
[4deeca3]4262002-08-05      Joel Sherrill <joel@OARcorp.com>
427
428        * Per PR260 eliminate use of make-target-options.  This impacted
429        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
430        SuperCore and required that the m68k optimized memcpy be moved
431        to libcpu.
432        * memcpy.c: Moved to libcpu.
433        * Makefile.am: Modified to reflect above.
434
[a85d8ec]4352002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
438
[53f6727]4392002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * Makefile.am: Use .$(OBJEXT) instead of .o.
442
[af81910]4432002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * configure.ac: RTEMS_TOP(../../../..).
446
[3cf5a99]4472002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * rtems.S: Remove.
450        * Makefile.am: Reflect changes above.
451
[8c746fe]4522002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.ac: Remove RTEMS_PROJECT_ROOT.
455
[a25b63b]4562002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * configure.ac: Add RTEMS_PROG_CCAS
459
[6f79a970]4602002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
463        Add AC_PROG_RANLIB.
464
[2f6261d]4652002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
468        Use ../../../aclocal.
469
[2c7e8e51]4702002-05-28      Chris Johns <ccj@acm.org>
471
472        * rtems/score/m68k.h: Per PR227, mc68060 does not require FPSP
473        since it is now multilib'ed.
474
[ce3c6f3e]4752001-04-03      Joel Sherrill <joel@OARcorp.com>
476
477        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
478        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
479        name change.
480
[7273b6e]4812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * configure.ac:
484        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
485        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
486        * Makefile.am: Remove AUTOMAKE_OPTIONS.
487
[544a600]4882002-03-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * rtems/score/m68k.h: m68k_swap_u32 fix typo.
491
[9f9871f]4922002-03-06      Victor V. Vengerov <vvv@oktet.ru>
493
494        * rtems/score/m68k.h [M68K_COLDFIRE_ARCH] (CPU_swap_u16, CPU_swap_u32):
495        Generic implementation of endian swap primitives added for Coldfire
496        family.
497
[8b25dc6]4982002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * rtems/Makefile.am: Removed.
501        * rtems/score/Makefile.am: Removed.
502        * configure.ac: Reflect changes above.
503        * Makefile.am: Reflect changes above.
504
[e9718415]5052001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * Makefile.am: Add multilib support.
508
[66387986]5092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
512        * configure.in: Remove.
513        * configure.ac: New file, generated from configure.in by autoupdate.
514
[684eebc8]5152001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
518        * Makefile.am: Use 'PREINSTALL_FILES ='.
519
[ff19ae5]5202001-08-09      Chris Johns <ccj@acm.org>
521
522        * cpu_asm.S: This patch was co-developed with Eric Norum
523        <eric.norum@usask.ca>.  It closes a one instruction window
524        on some m68k CPU cores.  It fixes symptoms seen as:
525            1) No more `interrupt handler invoked twice for
526               a single interrupt'.
527            2) No more `lockup when mc68360 CPM and PIT interrupts
528               are at different levels'.
529        It does insert a little more overhead on machines without hardware
530        interrupt stacks but correctness has a price.
531
[329509fb]5322001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * Makefile.am, rtems/score/Makefile.am:
535        Apply include_*HEADERS instead of H_FILES.
536
[fe7acdcf]5372001-01-03      Joel Sherrill <joel@OARcorp.com>
538
539        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
540        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
541        now that it is dynamically allocated.
542
[c533372]5432000-12-19      Joel Sherrill <joel@OARcorp.com>
544
545        * cpu.c: Do not read or write raw interrupt vector table if
546        we are on a CPU that does not have a %vbr register and the
547        BSP is configured as having the table in ROM.
548
[feead226]5492000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
552
[a314d3b4]5532000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
556
[5582de1]5572000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
560        Switch to GNU canonicalization.
561
[e090b7e]5622000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
563
564        * rtems/score/cpu.h: define CPU_Exception_frame for rdbg.
565        * m68302.h: Make buffer pointer in m302_SCC_bd volatile.
566
[6c68186]5672000-10-12      John S Gwynne <jgwynne@mrcday.com>
568
569        * sim.h: These changes enable RTEMS to automatically generate
570        the ram_init file used by gdb with the BDM patches. The 332 has
571        on-board chip select lines (for RAM and FLASH) that must be
572        configured before use of these peripherals. These patches parse
573        data from start.c where the chip select lines are configured in
574        the runtime executable and automatically generates the gdb
575        initialization file using the same settings. A great time saver.
576        A similar file, ram_init_FW (flash writable), is also generated
577        that the flash programming tool uses.
578        * BSP/start/start.c: Must be modified to support above.
579        * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files.
580
[d7118fd]5812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * Makefile.am: Include compile.am.
584
[e94ad1fe]5852000-08-10      Joel Sherrill <joel@OARcorp.com>
586
587        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.