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

4.104.115
Last change on this file since d2c730f8 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
Line 
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
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
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
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
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
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
352008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * cpu.c, rtems/score/cpu.h: Remove extraneous spaces.
38
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
442008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * rtems/score/cpu.h: Fix type when initializing FP context.
47
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
532008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * rtems/score/cpu.h: Correct prototype of Idle threads.
56
572008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
58
59        * rtems/m68k/m68360.h: added port b pin definitions for SPI
60
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
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
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
822008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * cpu_asm.S: Spacing and comment alignment.
85
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
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
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
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
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
1152007-08-04      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * rtems/score/m68k.h: Add stubs for mcf5307, mcf5407, mcfv4e.
118
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
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
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
1332006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * rtems/score/types.h: Remove unsigned64, signed64.
136
1372006-06-19 Till Straumann <strauman@slac.stanford.edu>
138
139        PR 1091/patch
140        * cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector
141        bits are used when calculating the exception vector.
142
1432006-02-28      Eric Norum <norume@aps.anl.gov>
144
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.
149
1502006-02-24      Eric Norum <norume@aps.anl.gov>
151
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.
157
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
1642005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
167
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
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
1782005-05-20      Chris Johns <chrisj@rtems.org>
179
180        * rtems/score/cpu.h, rtems/score/m68k.h: Change declaration of _VBR.
181
1822005-05-04      Joel Sherrill <joel@OARcorp.com>
183
184        * rtems/score/m68k.h: Change _ColdFire_VBR to _VBR.
185
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
1912005-05-03      Joel Sherrill <joel@OARcorp.com>
192
193        * cpu.c: Remove warning.
194
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
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
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
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
2202005-01-28      Eric Norum <norume@aps.anl.gov>
221
222        * rtems/score/cpu.h, rtems/score/m68k.h: ColdFire ISA A+ instructions
223
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
2292005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * rtems/score/types.h: Remove signed8, signed16, signed32,
232        unsigned8, unsigned16, unsigned32.
233
2342005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
235
236        * rtems/score/m68k.h: *_swap_u32( uint32_t ).
237
2382005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
239
240        * rtems/score/m68k.h: *_swap_u16( uint16_t ).
241
2422005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * rtems/score/types.h: #include <rtems/stdint.h>.
245
2462005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
247
248        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
249
2502005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * Makefile.am: Remove build-variant support.
253
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
2592004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
260
261        * asm.h: Add doxygen preamble.
262
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>
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
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
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
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
2902004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
291
292        * Makefile.am: Install asm.h to $(includedir)/rtems.
293
2942004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
295
296        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
297
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
3032004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
304
305        * configure.ac: RTEMS_TOP([../../../..]).
306
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
3122004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.ac: Move RTEMS_TOP one subdir down.
315
3162004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Add PREINSTALL_DIRS.
319
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
3252004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: Requires automake >= 1.8.1.
328
3292004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Include compile.am, again.
332
3332004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Convert to using automake compilation rules.
336
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
3422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
345
3462003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
349
3502003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * Makefile.am: Remove TMPINSTALL_FILES.
353
3542003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Add $(dirstamp) to preinstallation rules.
357
3582003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Don't use gmake rules for preinstallation.
361
3622003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: Remove RTEMS_CANONICAL_HOST.
365
3662003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Remove RTEMS_CHECK_CPU.
369
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
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
3792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.ac: Remove AC_CONFIG_AUX_DIR.
382
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
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
3932002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Fix package name.
396
3972002-11-01      Joel Sherrill <joel@OARcorp.com>
398
399        * cpu.c: Removed warnings.
400
4012002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
404
4052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * .cvsignore: Reformat.
408        Add autom4te*cache.
409        Remove autom4te.cache.
410
4112002-08-26      Eric Norum <eric.norum@usask.ca>
412
413        * cpu_asm.S: More PR267 tinkering which eliminates some conditional
414        compilation.
415
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
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
4352002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
438
4392002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * Makefile.am: Use .$(OBJEXT) instead of .o.
442
4432002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * configure.ac: RTEMS_TOP(../../../..).
446
4472002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * rtems.S: Remove.
450        * Makefile.am: Reflect changes above.
451
4522002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.ac: Remove RTEMS_PROJECT_ROOT.
455
4562002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * configure.ac: Add RTEMS_PROG_CCAS
459
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
4652002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
468        Use ../../../aclocal.
469
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
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
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
4882002-03-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * rtems/score/m68k.h: m68k_swap_u32 fix typo.
491
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
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
5052001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * Makefile.am: Add multilib support.
508
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
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
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
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
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
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
5492000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
552
5532000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
556
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
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
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
5812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * Makefile.am: Include compile.am.
584
5852000-08-10      Joel Sherrill <joel@OARcorp.com>
586
587        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.