source: rtems/cpukit/score/cpu/m68k/ChangeLog @ 314b835

4.104.115
Last change on this file since 314b835 was 314b835, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/17/08 at 06:35:31

2008-12-17 Ralf Corsépius <ralf.corsepius@…>

  • rtems/score/m68k.h: Don't include rtems/score/types.h, rtems/stdint.h.
  • Property mode set to 100644
File size: 17.3 KB
Line 
12008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/m68k.h: Don't include rtems/score/types.h,
4        rtems/stdint.h.
5
62008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * rtems/score/m68k.h: Move set cacr, acr0, acr1 routines here to get
9        them out of a BSP.
10
112008-09-11      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * rtems/score/types.h: Do not define boolean, single_precision,
14        double_precision unless RTEMS_DEPRECATED_TYPES is given.
15
162008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * cpu.c, rtems/score/cpu.h: Remove extraneous spaces.
19
202008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * rtems/score/types.h: Include stdbool.h.
23        Use bool as base-type for boolean.
24
252008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * rtems/score/cpu.h: Fix type when initializing FP context.
28
292008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * cpu.c, rtems/score/cpu.h: Add extern for bfffo table and rename it to
32        indicate that it is specific to this architecture.
33
342008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * rtems/score/cpu.h: Correct prototype of Idle threads.
37
382008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
39
40        * rtems/m68k/m68360.h: added port b pin definitions for SPI
41
422008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * rtems/score/m68k.h: There is no point in defining the maximum
45        priorities to 255. priority.h will default it to this.
46
472008-06-10      Chris Johns <chrisj@rtems.org>
48
49        * cpu_asm.S: Add Coldfire FPU support.
50        * rtems/score/m68k.h: Change the Coldfire CPU defines to be based
51        on the instruction set. Add Tiny RTEMS support to the small memory
52        model RTEMS processors.
53        * rtems/score/cpu.h: Handle the new Tiny RTEMS support.
54
552008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
58        parameter to indicate that the port uses the Simple Vectored
59        Interrupt model or the Programmable Interrupt Controller Model. The
60        PIC model is implemented primarily in the BSP and it is responsible
61        for all memory allocation.
62
632008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * cpu_asm.S: Spacing and comment alignment.
66
672007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
70
712007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * rtems/m68k/m68302.h, rtems/m68k/m68360.h: Sweep to make sure grep for
74        COPYRIGHT passes.
75
762007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
79        Table to Configuration Table. Eliminate CPU Table from all ports.
80        Delete references to CPU Table in all forms.
81
822007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
85        the Configuration Table. This included pretasking_hook,
86        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
87        extra_mpci_receive_server_stack, stack_allocate_hook, and
88        stack_free_hook. As a side-effect of this effort some multiprocessing
89        code was made conditional and some style clean up occurred.
90
912007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * rtems/score/cpu.h: Eliminate the interrupt_vector_table field in the
94        m68k CPU Table since it is never read.
95
962007-08-04      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * rtems/score/m68k.h: Add stubs for mcf5307, mcf5407, mcfv4e.
99
1002007-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h:
103        Replace M68K_COLDFIRE_ARCH with __mcoldfire__.
104
1052007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
108
1092007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * cpu.c, rtems/score/cpu.h:
112          Use Context_Control_fp* instead of void* for fp_contexts.
113
1142006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * rtems/score/types.h: Remove unsigned64, signed64.
117
1182006-06-19 Till Straumann <strauman@slac.stanford.edu>
119
120        PR 1091/patch
121        * cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector
122        bits are used when calculating the exception vector.
123
1242006-02-28      Eric Norum <norume@aps.anl.gov>
125
126        PR 904/patch
127        * rtems/score/m68k.h: Just "cc" in the clobbered register list for
128        interrupt enable/disable/flash operations.  The "memory" barrier will
129        move the the generic interrupt enable/disable/flash macros.
130
1312006-02-24      Eric Norum <norume@aps.anl.gov>
132
133        PR 904/patch
134        * rtems/score/m68k.h: Add "memory" to the clobbered register list for
135        interrupt enable/disable/flash operations.  This is necessary to prevent
136        the compiler from hoisting/sinking other operations past the interrupt
137        enable/disable/flash operations.
138
1392006-01-16      Joel Sherrill <joel@OARcorp.com>
140
141        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
142        As a side-effect, grammar and spelling errors were corrected, spacing
143        errors were address, and some variable names were improved.
144
1452005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
148
1492005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * rtems/asm.h: Remove private version of CONCAT macros.
152        Include <rtems/concat.h> instead.
153
1542005-06-07      Brett Swimley <brett.swimley@aedbozeman.com>
155
156        PR 803/patch
157        * rtems/score/cpu.h, rtems/score/m68k.h: Correct definition of _VBR.
158
1592005-05-20      Chris Johns <chrisj@rtems.org>
160
161        * rtems/score/cpu.h, rtems/score/m68k.h: Change declaration of _VBR.
162
1632005-05-04      Joel Sherrill <joel@OARcorp.com>
164
165        * rtems/score/m68k.h: Change _ColdFire_VBR to _VBR.
166
1672005-05-03      Joel Sherrill <joel@OARcorp.com>
168
169        * rtems/score/cpu.h: Change definition of _VBR to a simple pointer.
170        * rtems/score/m68k.h: Remove use of _Coldfire_VBR.
171
1722005-05-03      Joel Sherrill <joel@OARcorp.com>
173
174        * cpu.c: Remove warning.
175
1762005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * Makefile.am: Split out preinstallation rules.
179        * preinstall.am: New (Split out from Makefile.am).
180
1812005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * rtems/m68k/m68302.h, rtems/m68k/m68360.h, rtems/m68k/qsm.h,
184        rtems/m68k/sim.h, rtems/score/m68k.h: Header guards cleanup.
185
1862005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        PR 754/rtems
189        * rtems/asm.h: New (relocated from .).
190        * asm.h: Remove (moved to rtems/asm.h).
191        * Makefile.am: Reflect changes above.
192
1932005-01-31      Ralf Corsepius <ralf.corsepius@rtems.org>
194
195        PR rtems/752
196        * rtems/m68k/m68302.h, rtems/m68k/m68360.h, rtems/m68k/qsm.h,
197        rtems/m68k/sim.h: New (relocated from .).
198        * m68302.h, m68360.h, qsm.h, sim.h: Remove.
199        * Makefile.am: Reflect changes above.
200
2012005-01-28      Eric Norum <norume@aps.anl.gov>
202
203        * rtems/score/cpu.h, rtems/score/m68k.h: ColdFire ISA A+ instructions
204
2052004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
206
207        * asm.h, rtems/score/cpu.h, rtems/score/m68k.h, rtems/score/types.h:
208        New header guards.
209
2102005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
211
212        * rtems/score/types.h: Remove signed8, signed16, signed32,
213        unsigned8, unsigned16, unsigned32.
214
2152005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * rtems/score/m68k.h: *_swap_u32( uint32_t ).
218
2192005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * rtems/score/m68k.h: *_swap_u16( uint16_t ).
222
2232005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * rtems/score/types.h: #include <rtems/stdint.h>.
226
2272005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
230
2312005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * Makefile.am: Remove build-variant support.
234
2352004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
238        guard.
239
2402004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
241
242        * asm.h: Add doxygen preamble.
243
2442004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
245
246        * rtems/score/m68k.h: Use (defined(__mc68020__) && !defined(__mcpu32__))
247        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
248
2492004-11-02      Ralf Corsepius <ralf_corsepius@rtems.org>
250
251        * rtems/score/cpu.h: Add doxygen preamble.
252        * rtems/score/m68k.h: Add doxygen preamble.
253        * rtems/score/types.h: Add doxygen preamble.
254
2552004-07-25      Joel Sherrill <joel@OARcorp.com>
256
257        * rtems/score/m68k.h: Add include of <stdint.h> for uint32_t used by
258        endian swapping routines.
259
2602004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
261
262        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
263        * Makefile.am: Don't include multilib.am.
264        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
265
2662004-04-03      Ralf Corsepius <ralf_corsepius@rtems.org>
267
268        * Makefile.am: Install m68302.h m68360.h qsm.h sim.h
269        to $(includedir)/rtems/m68k.
270
2712004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
272
273        * Makefile.am: Install asm.h to $(includedir)/rtems.
274
2752004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
276
277        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
278
2792004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
280
281        * cpu.c, m68302.h, rtems/score/cpu.h, rtems/score/m68k.h: Convert to
282        using c99 fixed size types.
283
2842004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
285
286        * configure.ac: RTEMS_TOP([../../../..]).
287
2882004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        PR 561/rtems
291        * asm.h: Add CONCAT0, EVAL. Let SYM and REG use CONCAT0 and EVAL.
292
2932004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: Move RTEMS_TOP one subdir down.
296
2972004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Add PREINSTALL_DIRS.
300
3012004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
304        Add PREINSTALL_FILES to CLEANFILES.
305
3062004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac: Requires automake >= 1.8.1.
309
3102004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Include compile.am, again.
313
3142004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Convert to using automake compilation rules.
317
3182004-01-07      Joel Sherrill <joel@OARcorp.com>
319
320        * qsm.h, sim.h: Remove efi68k and efi332 references as they are no
321        longer in the tree.
322
3232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
326
3272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
330
3312003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Remove TMPINSTALL_FILES.
334
3352003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Add $(dirstamp) to preinstallation rules.
338
3392003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Don't use gmake rules for preinstallation.
342
3432003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.ac: Remove RTEMS_CANONICAL_HOST.
346
3472003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: Remove RTEMS_CHECK_CPU.
350
3512003-09-04      Joel Sherrill <joel@OARcorp.com>
352
353        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h,
354        rtems/score/types.h: URL for license changed.
355
3562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
359
3602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.ac: Remove AC_CONFIG_AUX_DIR.
363
3642003-02-06      Ilya Alexeev <ilya@continuum.ru>
365
366        * m68360.h: Correct the order of fields in the ethernet structure
367        to account for the typo in MC68360UM (page 7-248).
368
3692002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
372        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
373
3742002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: Fix package name.
377
3782002-11-01      Joel Sherrill <joel@OARcorp.com>
379
380        * cpu.c: Removed warnings.
381
3822002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
385
3862002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * .cvsignore: Reformat.
389        Add autom4te*cache.
390        Remove autom4te.cache.
391
3922002-08-26      Eric Norum <eric.norum@usask.ca>
393
394        * cpu_asm.S: More PR267 tinkering which eliminates some conditional
395        compilation.
396
3972002-08-14      Brett Swimley <brett.swimley@aedinc.net>
398
399        * cpu_asm.S: Per PR267, the _ISR_Handler() function never was modifying
400        _ISR_Nest_level, and _Watchdog_Insert() requires this variable
401        to be modified to determine if an interrupt may have modified
402        the watchdog chain.  Prior to modifying _ISR_Handler(), I had
403        a test that would fail if _ISR_Flash was not commented out in
404        _Watchdog_Insert().  After this modification was made, my test
405        ran flawlessly.
406
4072002-08-05      Joel Sherrill <joel@OARcorp.com>
408
409        * Per PR260 eliminate use of make-target-options.  This impacted
410        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
411        SuperCore and required that the m68k optimized memcpy be moved
412        to libcpu.
413        * memcpy.c: Moved to libcpu.
414        * Makefile.am: Modified to reflect above.
415
4162002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
419
4202002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * Makefile.am: Use .$(OBJEXT) instead of .o.
423
4242002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: RTEMS_TOP(../../../..).
427
4282002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * rtems.S: Remove.
431        * Makefile.am: Reflect changes above.
432
4332002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * configure.ac: Remove RTEMS_PROJECT_ROOT.
436
4372002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * configure.ac: Add RTEMS_PROG_CCAS
440
4412002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
444        Add AC_PROG_RANLIB.
445
4462002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
449        Use ../../../aclocal.
450
4512002-05-28      Chris Johns <ccj@acm.org>
452
453        * rtems/score/m68k.h: Per PR227, mc68060 does not require FPSP
454        since it is now multilib'ed.
455
4562001-04-03      Joel Sherrill <joel@OARcorp.com>
457
458        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
459        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
460        name change.
461
4622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac:
465        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
466        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
467        * Makefile.am: Remove AUTOMAKE_OPTIONS.
468
4692002-03-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * rtems/score/m68k.h: m68k_swap_u32 fix typo.
472
4732002-03-06      Victor V. Vengerov <vvv@oktet.ru>
474
475        * rtems/score/m68k.h [M68K_COLDFIRE_ARCH] (CPU_swap_u16, CPU_swap_u32):
476        Generic implementation of endian swap primitives added for Coldfire
477        family.
478
4792002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * rtems/Makefile.am: Removed.
482        * rtems/score/Makefile.am: Removed.
483        * configure.ac: Reflect changes above.
484        * Makefile.am: Reflect changes above.
485
4862001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * Makefile.am: Add multilib support.
489
4902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
493        * configure.in: Remove.
494        * configure.ac: New file, generated from configure.in by autoupdate.
495
4962001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
499        * Makefile.am: Use 'PREINSTALL_FILES ='.
500
5012001-08-09      Chris Johns <ccj@acm.org>
502
503        * cpu_asm.S: This patch was co-developed with Eric Norum
504        <eric.norum@usask.ca>.  It closes a one instruction window
505        on some m68k CPU cores.  It fixes symptoms seen as:
506            1) No more `interrupt handler invoked twice for
507               a single interrupt'.
508            2) No more `lockup when mc68360 CPM and PIT interrupts
509               are at different levels'.
510        It does insert a little more overhead on machines without hardware
511        interrupt stacks but correctness has a price.
512
5132001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * Makefile.am, rtems/score/Makefile.am:
516        Apply include_*HEADERS instead of H_FILES.
517
5182001-01-03      Joel Sherrill <joel@OARcorp.com>
519
520        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
521        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
522        now that it is dynamically allocated.
523
5242000-12-19      Joel Sherrill <joel@OARcorp.com>
525
526        * cpu.c: Do not read or write raw interrupt vector table if
527        we are on a CPU that does not have a %vbr register and the
528        BSP is configured as having the table in ROM.
529
5302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
533
5342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
537
5382000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
541        Switch to GNU canonicalization.
542
5432000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
544
545        * rtems/score/cpu.h: define CPU_Exception_frame for rdbg.
546        * m68302.h: Make buffer pointer in m302_SCC_bd volatile.
547
5482000-10-12      John S Gwynne <jgwynne@mrcday.com>
549
550        * sim.h: These changes enable RTEMS to automatically generate
551        the ram_init file used by gdb with the BDM patches. The 332 has
552        on-board chip select lines (for RAM and FLASH) that must be
553        configured before use of these peripherals. These patches parse
554        data from start.c where the chip select lines are configured in
555        the runtime executable and automatically generates the gdb
556        initialization file using the same settings. A great time saver.
557        A similar file, ram_init_FW (flash writable), is also generated
558        that the flash programming tool uses.
559        * BSP/start/start.c: Must be modified to support above.
560        * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files.
561
5622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * Makefile.am: Include compile.am.
565
5662000-08-10      Joel Sherrill <joel@OARcorp.com>
567
568        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.