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

4.104.115
Last change on this file since dedccb64 was da42259, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 08/24/09 at 10:29:10

Define M68K_FP_STATE_SIZE also if used in assembler files.

  • Property mode set to 100644
File size: 18.3 KB
Line 
12009-08-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * rtems/score/cpu.h: Define M68K_FP_STATE_SIZE also if used in
4        assembler files.
5
62009-05-11      Sebastian Huber <sebastian.huber@embedded-brains.de>
7
8        * cpu.c, cpu_asm.S, rtems/score/cpu.h: Cleanup of the floating point
9        context initialization, save and restore code.
10
112009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        PR 1385/cpukit
14        * cpu_asm.S: When the type rtems_boolean was switched to the C99 bool,
15        the size changed from 4 bytes to 1 byte. The interrupt dispatching
16        code accesses two boolean variables for scheduling purposes and the
17        assembly implementations of this code did not get updated.
18
192009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * rtems/score/cpu.h: Change prototype of IDLE thread to consistently
22        return void * and take a uintptr_t argument.
23
242009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
27        passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
28        comments.
29
302008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * rtems/score/m68k.h: Don't include rtems/score/types.h,
33        rtems/stdint.h.
34
352008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * rtems/score/m68k.h: Move set cacr, acr0, acr1 routines here to get
38        them out of a BSP.
39
402008-09-11      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * rtems/score/types.h: Do not define boolean, single_precision,
43        double_precision unless RTEMS_DEPRECATED_TYPES is given.
44
452008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * cpu.c, rtems/score/cpu.h: Remove extraneous spaces.
48
492008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * rtems/score/types.h: Include stdbool.h.
52        Use bool as base-type for boolean.
53
542008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * rtems/score/cpu.h: Fix type when initializing FP context.
57
582008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * cpu.c, rtems/score/cpu.h: Add extern for bfffo table and rename it to
61        indicate that it is specific to this architecture.
62
632008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * rtems/score/cpu.h: Correct prototype of Idle threads.
66
672008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
68
69        * rtems/m68k/m68360.h: added port b pin definitions for SPI
70
712008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * rtems/score/m68k.h: There is no point in defining the maximum
74        priorities to 255. priority.h will default it to this.
75
762008-06-10      Chris Johns <chrisj@rtems.org>
77
78        * cpu_asm.S: Add Coldfire FPU support.
79        * rtems/score/m68k.h: Change the Coldfire CPU defines to be based
80        on the instruction set. Add Tiny RTEMS support to the small memory
81        model RTEMS processors.
82        * rtems/score/cpu.h: Handle the new Tiny RTEMS support.
83
842008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
87        parameter to indicate that the port uses the Simple Vectored
88        Interrupt model or the Programmable Interrupt Controller Model. The
89        PIC model is implemented primarily in the BSP and it is responsible
90        for all memory allocation.
91
922008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * cpu_asm.S: Spacing and comment alignment.
95
962007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
99
1002007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * rtems/m68k/m68302.h, rtems/m68k/m68360.h: Sweep to make sure grep for
103        COPYRIGHT passes.
104
1052007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
108        Table to Configuration Table. Eliminate CPU Table from all ports.
109        Delete references to CPU Table in all forms.
110
1112007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
114        the Configuration Table. This included pretasking_hook,
115        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
116        extra_mpci_receive_server_stack, stack_allocate_hook, and
117        stack_free_hook. As a side-effect of this effort some multiprocessing
118        code was made conditional and some style clean up occurred.
119
1202007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * rtems/score/cpu.h: Eliminate the interrupt_vector_table field in the
123        m68k CPU Table since it is never read.
124
1252007-08-04      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * rtems/score/m68k.h: Add stubs for mcf5307, mcf5407, mcfv4e.
128
1292007-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h:
132        Replace M68K_COLDFIRE_ARCH with __mcoldfire__.
133
1342007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
137
1382007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * cpu.c, rtems/score/cpu.h:
141          Use Context_Control_fp* instead of void* for fp_contexts.
142
1432006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * rtems/score/types.h: Remove unsigned64, signed64.
146
1472006-06-19 Till Straumann <strauman@slac.stanford.edu>
148
149        PR 1091/patch
150        * cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector
151        bits are used when calculating the exception vector.
152
1532006-02-28      Eric Norum <norume@aps.anl.gov>
154
155        PR 904/patch
156        * rtems/score/m68k.h: Just "cc" in the clobbered register list for
157        interrupt enable/disable/flash operations.  The "memory" barrier will
158        move the the generic interrupt enable/disable/flash macros.
159
1602006-02-24      Eric Norum <norume@aps.anl.gov>
161
162        PR 904/patch
163        * rtems/score/m68k.h: Add "memory" to the clobbered register list for
164        interrupt enable/disable/flash operations.  This is necessary to prevent
165        the compiler from hoisting/sinking other operations past the interrupt
166        enable/disable/flash operations.
167
1682006-01-16      Joel Sherrill <joel@OARcorp.com>
169
170        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
171        As a side-effect, grammar and spelling errors were corrected, spacing
172        errors were address, and some variable names were improved.
173
1742005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
177
1782005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * rtems/asm.h: Remove private version of CONCAT macros.
181        Include <rtems/concat.h> instead.
182
1832005-06-07      Brett Swimley <brett.swimley@aedbozeman.com>
184
185        PR 803/patch
186        * rtems/score/cpu.h, rtems/score/m68k.h: Correct definition of _VBR.
187
1882005-05-20      Chris Johns <chrisj@rtems.org>
189
190        * rtems/score/cpu.h, rtems/score/m68k.h: Change declaration of _VBR.
191
1922005-05-04      Joel Sherrill <joel@OARcorp.com>
193
194        * rtems/score/m68k.h: Change _ColdFire_VBR to _VBR.
195
1962005-05-03      Joel Sherrill <joel@OARcorp.com>
197
198        * rtems/score/cpu.h: Change definition of _VBR to a simple pointer.
199        * rtems/score/m68k.h: Remove use of _Coldfire_VBR.
200
2012005-05-03      Joel Sherrill <joel@OARcorp.com>
202
203        * cpu.c: Remove warning.
204
2052005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
206
207        * Makefile.am: Split out preinstallation rules.
208        * preinstall.am: New (Split out from Makefile.am).
209
2102005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
211
212        * rtems/m68k/m68302.h, rtems/m68k/m68360.h, rtems/m68k/qsm.h,
213        rtems/m68k/sim.h, rtems/score/m68k.h: Header guards cleanup.
214
2152005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        PR 754/rtems
218        * rtems/asm.h: New (relocated from .).
219        * asm.h: Remove (moved to rtems/asm.h).
220        * Makefile.am: Reflect changes above.
221
2222005-01-31      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        PR rtems/752
225        * rtems/m68k/m68302.h, rtems/m68k/m68360.h, rtems/m68k/qsm.h,
226        rtems/m68k/sim.h: New (relocated from .).
227        * m68302.h, m68360.h, qsm.h, sim.h: Remove.
228        * Makefile.am: Reflect changes above.
229
2302005-01-28      Eric Norum <norume@aps.anl.gov>
231
232        * rtems/score/cpu.h, rtems/score/m68k.h: ColdFire ISA A+ instructions
233
2342004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
235
236        * asm.h, rtems/score/cpu.h, rtems/score/m68k.h, rtems/score/types.h:
237        New header guards.
238
2392005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        * rtems/score/types.h: Remove signed8, signed16, signed32,
242        unsigned8, unsigned16, unsigned32.
243
2442005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
245
246        * rtems/score/m68k.h: *_swap_u32( uint32_t ).
247
2482005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * rtems/score/m68k.h: *_swap_u16( uint16_t ).
251
2522005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * rtems/score/types.h: #include <rtems/stdint.h>.
255
2562005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
257
258        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
259
2602005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
261
262        * Makefile.am: Remove build-variant support.
263
2642004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
265
266        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
267        guard.
268
2692004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * asm.h: Add doxygen preamble.
272
2732004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
274
275        * rtems/score/m68k.h: Use (defined(__mc68020__) && !defined(__mcpu32__))
276        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
277
2782004-11-02      Ralf Corsepius <ralf_corsepius@rtems.org>
279
280        * rtems/score/cpu.h: Add doxygen preamble.
281        * rtems/score/m68k.h: Add doxygen preamble.
282        * rtems/score/types.h: Add doxygen preamble.
283
2842004-07-25      Joel Sherrill <joel@OARcorp.com>
285
286        * rtems/score/m68k.h: Add include of <stdint.h> for uint32_t used by
287        endian swapping routines.
288
2892004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
290
291        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
292        * Makefile.am: Don't include multilib.am.
293        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
294
2952004-04-03      Ralf Corsepius <ralf_corsepius@rtems.org>
296
297        * Makefile.am: Install m68302.h m68360.h qsm.h sim.h
298        to $(includedir)/rtems/m68k.
299
3002004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
301
302        * Makefile.am: Install asm.h to $(includedir)/rtems.
303
3042004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
305
306        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
307
3082004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
309
310        * cpu.c, m68302.h, rtems/score/cpu.h, rtems/score/m68k.h: Convert to
311        using c99 fixed size types.
312
3132004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
314
315        * configure.ac: RTEMS_TOP([../../../..]).
316
3172004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        PR 561/rtems
320        * asm.h: Add CONCAT0, EVAL. Let SYM and REG use CONCAT0 and EVAL.
321
3222004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Move RTEMS_TOP one subdir down.
325
3262004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Add PREINSTALL_DIRS.
329
3302004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
333        Add PREINSTALL_FILES to CLEANFILES.
334
3352004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * configure.ac: Requires automake >= 1.8.1.
338
3392004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Include compile.am, again.
342
3432004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Convert to using automake compilation rules.
346
3472004-01-07      Joel Sherrill <joel@OARcorp.com>
348
349        * qsm.h, sim.h: Remove efi68k and efi332 references as they are no
350        longer in the tree.
351
3522003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
355
3562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
359
3602003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: Remove TMPINSTALL_FILES.
363
3642003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Add $(dirstamp) to preinstallation rules.
367
3682003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Don't use gmake rules for preinstallation.
371
3722003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac: Remove RTEMS_CANONICAL_HOST.
375
3762003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * configure.ac: Remove RTEMS_CHECK_CPU.
379
3802003-09-04      Joel Sherrill <joel@OARcorp.com>
381
382        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h,
383        rtems/score/types.h: URL for license changed.
384
3852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
388
3892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * configure.ac: Remove AC_CONFIG_AUX_DIR.
392
3932003-02-06      Ilya Alexeev <ilya@continuum.ru>
394
395        * m68360.h: Correct the order of fields in the ethernet structure
396        to account for the typo in MC68360UM (page 7-248).
397
3982002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
401        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
402
4032002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * configure.ac: Fix package name.
406
4072002-11-01      Joel Sherrill <joel@OARcorp.com>
408
409        * cpu.c: Removed warnings.
410
4112002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
414
4152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * .cvsignore: Reformat.
418        Add autom4te*cache.
419        Remove autom4te.cache.
420
4212002-08-26      Eric Norum <eric.norum@usask.ca>
422
423        * cpu_asm.S: More PR267 tinkering which eliminates some conditional
424        compilation.
425
4262002-08-14      Brett Swimley <brett.swimley@aedinc.net>
427
428        * cpu_asm.S: Per PR267, the _ISR_Handler() function never was modifying
429        _ISR_Nest_level, and _Watchdog_Insert() requires this variable
430        to be modified to determine if an interrupt may have modified
431        the watchdog chain.  Prior to modifying _ISR_Handler(), I had
432        a test that would fail if _ISR_Flash was not commented out in
433        _Watchdog_Insert().  After this modification was made, my test
434        ran flawlessly.
435
4362002-08-05      Joel Sherrill <joel@OARcorp.com>
437
438        * Per PR260 eliminate use of make-target-options.  This impacted
439        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
440        SuperCore and required that the m68k optimized memcpy be moved
441        to libcpu.
442        * memcpy.c: Moved to libcpu.
443        * Makefile.am: Modified to reflect above.
444
4452002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
448
4492002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * Makefile.am: Use .$(OBJEXT) instead of .o.
452
4532002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac: RTEMS_TOP(../../../..).
456
4572002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * rtems.S: Remove.
460        * Makefile.am: Reflect changes above.
461
4622002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac: Remove RTEMS_PROJECT_ROOT.
465
4662002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * configure.ac: Add RTEMS_PROG_CCAS
469
4702002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
473        Add AC_PROG_RANLIB.
474
4752002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
478        Use ../../../aclocal.
479
4802002-05-28      Chris Johns <ccj@acm.org>
481
482        * rtems/score/m68k.h: Per PR227, mc68060 does not require FPSP
483        since it is now multilib'ed.
484
4852001-04-03      Joel Sherrill <joel@OARcorp.com>
486
487        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
488        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
489        name change.
490
4912002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * configure.ac:
494        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
495        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
496        * Makefile.am: Remove AUTOMAKE_OPTIONS.
497
4982002-03-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * rtems/score/m68k.h: m68k_swap_u32 fix typo.
501
5022002-03-06      Victor V. Vengerov <vvv@oktet.ru>
503
504        * rtems/score/m68k.h [M68K_COLDFIRE_ARCH] (CPU_swap_u16, CPU_swap_u32):
505        Generic implementation of endian swap primitives added for Coldfire
506        family.
507
5082002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * rtems/Makefile.am: Removed.
511        * rtems/score/Makefile.am: Removed.
512        * configure.ac: Reflect changes above.
513        * Makefile.am: Reflect changes above.
514
5152001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * Makefile.am: Add multilib support.
518
5192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
522        * configure.in: Remove.
523        * configure.ac: New file, generated from configure.in by autoupdate.
524
5252001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
528        * Makefile.am: Use 'PREINSTALL_FILES ='.
529
5302001-08-09      Chris Johns <ccj@acm.org>
531
532        * cpu_asm.S: This patch was co-developed with Eric Norum
533        <eric.norum@usask.ca>.  It closes a one instruction window
534        on some m68k CPU cores.  It fixes symptoms seen as:
535            1) No more `interrupt handler invoked twice for
536               a single interrupt'.
537            2) No more `lockup when mc68360 CPM and PIT interrupts
538               are at different levels'.
539        It does insert a little more overhead on machines without hardware
540        interrupt stacks but correctness has a price.
541
5422001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * Makefile.am, rtems/score/Makefile.am:
545        Apply include_*HEADERS instead of H_FILES.
546
5472001-01-03      Joel Sherrill <joel@OARcorp.com>
548
549        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
550        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
551        now that it is dynamically allocated.
552
5532000-12-19      Joel Sherrill <joel@OARcorp.com>
554
555        * cpu.c: Do not read or write raw interrupt vector table if
556        we are on a CPU that does not have a %vbr register and the
557        BSP is configured as having the table in ROM.
558
5592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
562
5632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
566
5672000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
570        Switch to GNU canonicalization.
571
5722000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
573
574        * rtems/score/cpu.h: define CPU_Exception_frame for rdbg.
575        * m68302.h: Make buffer pointer in m302_SCC_bd volatile.
576
5772000-10-12      John S Gwynne <jgwynne@mrcday.com>
578
579        * sim.h: These changes enable RTEMS to automatically generate
580        the ram_init file used by gdb with the BDM patches. The 332 has
581        on-board chip select lines (for RAM and FLASH) that must be
582        configured before use of these peripherals. These patches parse
583        data from start.c where the chip select lines are configured in
584        the runtime executable and automatically generates the gdb
585        initialization file using the same settings. A great time saver.
586        A similar file, ram_init_FW (flash writable), is also generated
587        that the flash programming tool uses.
588        * BSP/start/start.c: Must be modified to support above.
589        * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files.
590
5912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * Makefile.am: Include compile.am.
594
5952000-08-10      Joel Sherrill <joel@OARcorp.com>
596
597        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.