source: rtems/c/src/lib/libbsp/powerpc/gen5200/ChangeLog @ 6a1c8435

4.104.114.95
Last change on this file since 6a1c8435 was bfaf852, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/06/08 at 17:14:45

2008-09-06 Ralf Corsépius <ralf.corsepius@…>

  • bestcomm/bestcomm_glue.c, ide/pcmcia_ide.c, tod/todcfg.c: Convert to "bool".
  • Property mode set to 100644
File size: 20.9 KB
Line 
12008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bestcomm/bestcomm_glue.c, ide/pcmcia_ide.c, tod/todcfg.c:
4        Convert to "bool".
5
62008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * i2c/i2c.c, i2c/i2cdrv.c: Convert to "bool".
9
102008-09-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
11
12        * include/mscan-base.h, mscan/mscan-base.c, mscan/mscan.c,
13        mscan/mscan_int.h: Improved parameter checks for bit rate function.
14
152008-09-03      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * Makefile.am, bestcomm/load_task.c,
18        bestcomm/task_api/tasksetup_general.h: Eliminate requirement to build
19        bestcomm as a relocatable lump. This should reduce the minimum
20        footprint considerably.
21
222008-09-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
23
24        * irq/irq.h, irq/irq_asm.h, irq/irq_init.c, vectors/vectors.S,
25        vectors/vectors.h, vectors/vectors_init.c: Removed files.
26
27        * include/irq-config.h, include/irq.h, include/mscan-base.h,
28        mscan/mscan-base.c, startup/linkcmds.base: New files.
29
30        * mscan/mscan.c, mscan/mscan_int.h: Moved general MSCAN functions into
31        separate header and source files (include/mscan-base.h and
32        mscan/mscan-base.c).  Formatted code.
33
34        * bestcomm/bestcomm_glue.c, bestcomm/load_task.c, clock/clock.c,
35        console/console.c, i2c/mpc5200mbus.c, ide/idecfg.c, ide/pcmcia_ide.c,
36        include/bsp.h, irq/irq.c, network_5200/network.c,
37        slicetimer/slicetimer.c, start/start.S, startup/bspclean.c,
38        startup/bspstart.c, startup/cpuinit.c: Converted to use shared
39        exception and interrupt code.
40
41        * startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube,
42        startup/linkcmds.pm520: Changed to include new file
43        startup/linkcmds.base.  Supports small data area now.
44
45        * configure.ac, Makefile.am, bsp_specs, preinstall.am: Update.
46
472008-08-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
48
49        * startup/cpuinit.h: Uses now powerpc-utility.h.  Changed invalid usage
50        of a boolean type to a proper integer type in calc_dbat_regvals().
51
522008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * clock/clock.c, irq/irq_init.c, vectors/vectors.h,
55        vectors/vectors_init.c: Add missing prototypes.
56
572008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
58
59        * start/start.S: Clear environment pointer for bootcard.
60
612008-07-29      Chris Johns <chrisj@rtems.org>
62
63        * ide/pcmcia_ide.c: Updated to the libblock changes.
64
652008-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * Makefile.am, include/bsp.h: Add bsp_uboot_getenv() to obtain U-Boot
68        environment variables.
69        * startup/uboot_support.c: New file.
70
712008-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * irq/irq.c: Add units.
74
752008-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * include/bsp.h, irq/irq.c, irq/irq_init.c, startup/bspclean.c,
78        startup/bspstart.c: Slightly better names for IRQ benchmarking. Make
79        sure the routines are present all the time.
80
812008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * console/console.c: Remove explicit switch and call
84        termios_baud_to_number().
85
862008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * console/console.c: Properly inform termios of our initial baud rate.
89        If it is not the default, this causes problems when an application
90        changes any termios attributes since termios thinks our baud rate is
91        one thing when in fact, it is another.
92
932008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
96        Framework to ask the BSP where it has memory for the RTEMS Workspace
97        and C Program Heap. These collectively are referred to as work area.
98        If the BSP supports this, then it does not have to include code to
99        split the available memory between the two areas. This reduces the
100        amount of code in the BSP specific bspstart.c file. Additionally, the
101        shared framework can initialize the C Library, call
102        rtems_debug_enable(), and dirty the work area memory. Until most/all
103        BSPs support this new capability, if the BSP supports this, it should
104        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
105        When the transition is complete, this autoconf macro can be removed.
106
1072008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * Makefile.am: Rework to avoid .rel files.
110
1112008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * startup/bspstart.c: Refactored and renamed initialization routines to
114        rtems_initialize_data_structures, rtems_initialize_before_drivers,
115        rtems_initialize_device_drivers, and
116        rtems_initialize_start_multitasking. This opened the sequence up so
117        that bootcard() could provide a more robust and flexible framework
118        which is easier to explain and understand. This also lays the
119        groundwork for sharing the division of available memory between the
120        RTEMS workspace and heap and the C library initialization across all
121        BSPs.
122
1232008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube,
126        startup/linkcmds.pm520: Add wildcard to gcc_except_table section so
127        programs compiled with gcc 4.3.x can link.
128
1292008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * configure.ac, irq/irq.c, startup/bspclean.c, startup/bspstart.c: Add
132        ALLOW_IRQ_NESTING option. The MPC5200 has a settle time after
133        acknowledging the IRQs and currently the BSP does not account for
134        that. After acknowledging an interrupt, it currently gets a second
135        spurious IRQ a significant percentage of the time. Rename to
136        BENCHMARK_IRQ_PROCESSING and get it working again. Under one test
137        load, not nesting interrupts resulted in a 50% reduction in the
138        number of IRQs and an ~30% reduction in time spent in IRQs.
139
1402007-12-18      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * startup/linkcmds: Spacing.
143        * startup/linkcmds.brs5l: Add wildcard to .bss section.
144
1452007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * irq/irq.c, startup/bspclean.c, startup/bspstart.c: I give. The code
148        is now in conditionally so I can avoid putting it in accidently
149        again.
150
151        * startup/bspclean.c: Revert patch with test code.
152
1532007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * irq/irq.c: Revert accidentally committed test code.
156
1572007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * bsp_specs, clock/clock.c, include/bsp.h, irq/irq.c,
160        startup/bspclean.c, startup/bspstart.c: Eliminate copies of the
161        Configuration Table. Use the RTEMS provided accessor macros to obtain
162        configuration fields.
163
1642007-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
165
166        * include/mpc5200.h: Expand tabs.
167
1682007-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * include/bsp.h: Correct BSP specific Idle thread support.
171
1722007-12-05      Till Straumann <strauman@slac.stanford.edu>
173
174        * irq/irq_init.c, irq_asm.S:
175        Converted exception vector names to new ones
176        (qualified by <cpu_type> if non-std ppc exceptions).
177
1782007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
181        Configuration Table. Eliminate CPU Table from all ports. Delete
182        references to CPU Table in all forms.
183
1842007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * clock/clock.c: Fix typo.
187
1882007-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * irq/irq.c: Spacing.
191
1922007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
195        the Configuration Table. This included pretasking_hook,
196        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
197        extra_mpci_receive_server_stack, stack_allocate_hook, and
198        stack_free_hook. As a side-effect of this effort some multiprocessing
199        code was made conditional and some style clean up occurred.
200
2012007-11-30      Till Straumann <strauman@slac.stanford.edu>
202
203        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
204
2052007-11-30      Till Straumann <strauman@slac.stanford.edu>
206
207        * irq/irq.h, irq/irq_init.c: Removed the definition
208        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
209        initialize the irqBase member of the rtems_irq_global_settings
210        struct. However, irqBase is an rtems_irq_symbolic_name,
211        so using BSP_LOWEST_OFFSET is more appropriate.
212
2132007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * clock/clock.c, startup/bspstart.c: Eliminate PowerPC specific
216        elements from the CPU Table. They have been replaced with variables
217        named bsp_XXX as needed.
218
2192007-10-31      Joel Sherrill <joel.sherrill@oarcorp.com>
220
221        * include/mpc5200.h: Fix typo.
222
2232007-10-30      Joel Sherrill <joel.sherrill@oarcorp.com>
224
225        * include/mpc5200.h: Fix constants off by one nibble.
226
2272007-10-30      Joel Sherrill <joel.sherrill@oarcorp.com>
228
229        * include/mpc5200.h: Added some simple interrupt GPIO constants.
230
2312007-10-26      Joel Sherrill <joel.sherrill@oarcorp.com>
232
233        * irq/irq.h: Fixed typos.
234
2352007-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
236
237        * network_5200/network.c: Add multicast support.
238
2392007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
240
241        PR 1257/bsps
242        * irq/irq.c: Code outside of cpukit should use the public API for
243        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
244        public API and directly accessing _CPU_ISR_Disable and
245        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
246        directive which could lead to problems. This patch also changes the
247        type of the variable passed into these routines and addresses minor
248        style issues.
249
2502007-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
251
252        * irq/irq.h: Reformat -- make things line up.
253
2542007-08-28      Joel Sherrill <joel.sherrill@oarcorp.com>
255
256        * console/console.c: Add missing semi-colon.
257
2582007-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
259
260        * Makefile.am, README.IceCube, preinstall.am, include/bsp.h,
261        vectors/vectors.S: Rename EP5200 to IceCube since that is the
262        nickname for the Freescale evaluation board it is based upon. BSP was
263        tested on a Freescale MPC5200LITE.
264
2652007-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
266
267        * ide/pcmcia_ide.c: Added prototype of mpc5200_pcmciaide_dma_blockop to
268        eliminate warning.
269
2702007-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
271
272        * Makefile.am: Add shared ShowBATS().
273        * startup/cpuinit.c: Split out BAT initialization into subroutine
274        that is defined based upon conditionals set.  More critically
275        added code to detect and correct for a buggy U-Boot found on
276        some Freescale LITE5200B boards which report Flash memory to
277        be for 32MB at 0xFF000000 instead of 0xFE000000.  If we use
278        the reported information, the system gives an exception just
279        after the BAT is programmed.
280        * vectors/vectors_init.c: Turn off message unless verbose is on.
281
2822007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
283
284        * Makefile.am, vectors/vectors_init.c: Print stack trace on exception.
285
2862007-07-12      Joel Sherrill <joel.sherrill@OARcorp.com>
287
288        * startup/linkcmds.brs5l: Add .jcr section.
289
2902007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
291
292        * README.IceCube: New file.
293
2942007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
295
296        * console/console.c: Fix typo accidentally introduced.
297        * network_5200/network.c: Fix warning.
298
2992007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
300
301        * startup/linkcmds.ep5200: Add .jcr section.
302
3032007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
304
305        * bsp_specs, startup/linkcmds, startup/linkcmds.pm520:
306        add c++ support again
307        * preinstall.am: some fixes
308
3092007-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        * Makefile.am: Add startup/bspclean.c
312        * console/console.c: Remove warning.
313        * include/bsp.h: Add conditionals for prompt for reset and resetting
314        board.
315        * start/start.S: Remove if 1 around section.
316        * vectors/vectors_init.c: Do not print unless noisy init enabled.
317        * startup/bspclean.c: New file. Will prompt for reset and reset.
318
3192007-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
320
321        * clock/clock.c, console/console.c: Add clock HW initialization missed
322        in earlier conversion.
323
3242007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
325
326        * irq_init.c, Makefile.am: adapted to shared exception code
327
3282007-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
329
330        * clock/clock.c, network_5200/network.c: Convert to using clock driver
331        template.
332
3332007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
334
335        * startup/linkcmds.brs5l: Add missing wild card on .sdata section so
336        all class examples build.
337
3382007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
339
340        * clock/clock.c: Add nanoseconds since last tick support.
341
3422007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
343
344        Add Embedded Planets EP5200 which is the same as the Freescale
345        5200Lite (a.k.a. IceCube) evaluation board.
346        * Makefile.am: Add linkcmds.ep5200.
347        Add -DMPC5200_BAPI_LIBC_HEADERS to remove some warnings in bestcomm.
348        * preinstall.am: Add linkcmds.ep5200.
349        * clock/clock.c: Correct math for prescaler/counter when bus speed
350        is high enough to require multiple passes of loop.
351        * console/console.c: Use same math for initial baud rate as when it
352        is changed via ioctl.  When HAS_UBOOT is defined, initialize console
353        to the same baud as it was with U-Boot.
354        * include/bsp.h: Add EP5200 and console boot baud support.
355        * include/mpc5200.h: Spacing.
356        * startup/bspstart.c: If HAS_UBOOT and SHOW_MORE_INIT_SETTINGS are
357        both defined, dump the U-Boot BD info structure.
358        * vectors/vectors.S: ep5200 cannot use vectors segment.  When loading
359        it, U-Boot freezes.  Besides, U-Boot can automatically start the BSP
360        so we do not have to run from board reset.
361        * startup/linkcmds.ep5200: New file.
362
3632007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
364
365        * mscan/mscan.c: Use size_t for message sizes. Remove absurd type
366          cast.
367
3682007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
369
370        * bsp_specs: Remove qrtems_debug.
371
3722007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
373
374        * bsp_specs: Remove lib (Now expected to exist in GCC).
375
3762007-03-12      Joel Sherrill <joel@OARcorp.com>
377
378        * clock/clock.c, console/console.c, ide/pcmcia_ide.c, irq/irq.c,
379        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, nvram/nvram.c,
380        nvram/nvram.h, slicetimer/slicetimer.c, startup/bspstart.c,
381        vectors/vectors.h, vectors/vectors_init.c: Correct license URL and/or
382        fix mistake in copyright notice. Both of these mistakes appear to be
383        from code submitted after these changes were made previously.
384
3852007-03-11      Joel Sherrill <joel@OARcorp.com>
386
387        * startup/bspstart.c: Remove assignments of
388        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
389        value in boot_card.c
390
3912007-03-10      Joel Sherrill <joel@OARcorp.com>
392
393        PR 1227/bsps
394        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
395        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
396
3972007-01-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
398
399        * console/console.c: corrected typo in UART error handler (usage
400        * of ISR_PE instead of ISR_OE)
401       
4022006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
403
404        * bestcomm/load_task.c: Remove bogus casts.
405        * network_5200/network.c: Use ioctl_command_t as arg to ioctl functions.
406
4072006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
408
409        * configure.ac: New BUG-REPORT address.
410
4112006-11-15      Joel Sherrill <joel@OARcorp.com>
412
413        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
414        file and simplified initialization.
415
4162006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
417
418        * Makefile.am: Remove superfluous -DASM.
419
4202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
421
422        * configure.ac: Require autoconf-2.60. Require automake-1.10.
423
4242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
425
426        * clock/clock.c, console/console.c, ide/pcmcia_ide.c,
427        ide/pcmcia_ide.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
428        irq/irq_init.c, nvram/m93cxx.h, nvram/nvram.c, nvram/nvram.h,
429        slicetimer/slicetimer.c, start/start.S, startup/bspstart.c,
430        startup/cpuinit.c, vectors/vectors.S, vectors/vectors_init.c:
431        Convert to utf-8.
432
4332006-09-11      Joel Sherrill <joel@OARcorp.com>
434
435        * include/mpc5200.h, network_5200/network.c: Convert C++ style comments
436        to C style.
437
4382006-08-15      Joel Sherrill <joel@OARcorp.com>
439
440        * Makefile.am, preinstall.am, startup/linkcmds, startup/linkcmds.brs5l,
441        startup/linkcmds.pm520: Add support for missing .rela sections.
442        Install linkcmds.
443
4442006-08-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
445
446        * linkcmds.brs5l:
447        (PR1117) Add  startup/linkcmds.brs5l
448
4492006-06-28      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
450
451        * Makefile.am, preinstall.am:
452        (PR1117) Add  startup/linkcmds.brs5l, slicetimer.h, nvram.h
453        to distributed files, add start/start.S to startup sources
454
455        * bestcomm/bestcomm_glue.c:
456        (PR1117) make SDMA interrupt operations interrupt save
457       
458        * bsp_specs: (PR1117) move ecrti to proper location
459
460        * console/console.c: (PR1117) round baudrate divider to nearest match
461
462        * include/bsp.h: (PR1117) activate interrupt for ATA,
463        modify calculation of ROM size, add BSP_Convert_decrementer
464
465        * include/mpc5200.h: (PR1117) add some register definitions
466
467        * include/tm27.h:
468        (PR1117) adapt to make tm27 compile again with this BSP
469
470        * mscan/mscan.[ch]:
471        (PR1117) many improvements and fixes,
472        transmit queue added,
473        baud rate settings adapted
474
475        * network/network.c:
476        (PR1117) add handler code to detect and restart FEC on DMA overflow
477
478        * start/start.S:
479        (PR1117) fixed some typos and minor bugs
480        enable FPU in start sequence
481
482        * startup/linkcmds:
483        (PR1117) removed, no longer used
484       
485        * startup/linkcmds.brs5l:
486        (PR1117) added
487
488        * tod/pcf8563.c:
489        (PR1117) fixed bug which read wrong hour from RTC
490
4912006-03-08      Joel Sherrill <joel@OARcorp.com>
492
493        * startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.*
494        section.
495
4962006-02-08      Joel Sherrill <joel@OARcorp.com>
497
498        * startup/linkcmds, startup/linkcmds.pm520: Add sections required by
499        newer gcc versions.
500
5012006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
502
503        * configure.ac: Remove explicit ampolish3 support (now in
504        RTEMS_BSP_CONFIGURE).
505
5062006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
507
508        * configure.ac: Add ampolish3 support.
509        * Makefile.am: Add preinstall.am.
510
5112006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
512
513        * Makefile.am: Don't include subdirs.am.
514
5152006-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
516
517        * vectors/asm_utils.S: Remove (Bogus, now in libcpu).
518
5192006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
520
521        * bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h, clock/clock.c,
522        console/console.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
523        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
524        include/bsp.h, include/mpc5200.h, irq/irq.c, irq/irq.h,
525        irq/irq_asm.S, irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
526        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
527        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
528        start/start.S, startup/bspstart.c, startup/cpuinit.c, tod/pcf8563.c,
529        tod/pcf8563.h, tod/todcfg.c, vectors/vectors.S,
530        vectors/vectors_init.c: Cleanup CVS data.
531
5322005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
533
534        * irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
535        include <libcpu/raw_exceptions.h>.
536        * include/raw_exception.h, vectors/raw_exception.c: Remove.
537        Use implementation from libcpu instead.
538
5392005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
540
541        * bestcomm/bestcomm_glue.c, clock/clock.c, console/console.c,
542        i2c/i2c.c, i2c/i2cdrv.c, ide/idecfg.c, ide/pcmcia_ide.c,
543        ide/pcmcia_ide.h, include/i2c.h, irq/irq.c, irq/irq_init.c,
544        mscan/mscan.c, network_5200/network.c, nvram/nvram.c, nvram/nvram.h,
545        slicetimer/slicetimer.c, startup/bspstart.c, startup/cpuinit.c,
546        tod/todcfg.c, vectors/vectors_init.c: Misc include file fixes.
547
5482005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
549
550        * Makefile.am, README, bsp_specs, configure.ac,
551        bestcomm/bestcomm_api.c, bestcomm/bestcomm_api.h,
552        bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h,
553        bestcomm/bestcomm_priv.h, bestcomm/dma_image.c,
554        bestcomm/dma_image.capi.h, bestcomm/dma_image.h,
555        bestcomm/dma_image.reloc.c, bestcomm/load_task.c,
556        bestcomm/tasksetup_ata.c, bestcomm/tasksetup_bdtable.c,
557        bestcomm/tasksetup_crc16_dp_0.c, bestcomm/tasksetup_crc16_dp_1.c,
558        bestcomm/tasksetup_fec_rx_bd.c, bestcomm/tasksetup_fec_tx_bd.c,
559        bestcomm/tasksetup_gen_dp_0.c, bestcomm/tasksetup_gen_dp_1.c,
560        bestcomm/tasksetup_gen_dp_2.c, bestcomm/tasksetup_gen_dp_3.c,
561        bestcomm/tasksetup_gen_dp_bd_0.c, bestcomm/tasksetup_gen_dp_bd_1.c,
562        bestcomm/tasksetup_gen_rx_bd.c, bestcomm/tasksetup_gen_tx_bd.c,
563        bestcomm/tasksetup_lpc.c, bestcomm/tasksetup_pci_rx.c,
564        bestcomm/tasksetup_pci_tx.c, bestcomm/include/mgt5200/mgt5200.h,
565        bestcomm/include/mgt5200/sdma.h,
566        bestcomm/task_api/bestcomm_api_mem.h,
567        bestcomm/task_api/bestcomm_cntrl.h,
568        bestcomm/task_api/tasksetup_bdtable.h,
569        bestcomm/task_api/tasksetup_general.h, clock/clock.c,
570        console/console.c, i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
571        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
572        include/bsp.h, include/coverhd.h, include/i2c.h, include/i2cdrv.h,
573        include/mpc5200.h, include/raw_exception.h, include/tm27.h,
574        include/u-boot.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
575        irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
576        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
577        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
578        start/start.S, startup/bspstart.c, startup/cpuinit.c,
579        startup/linkcmds, startup/linkcmds.pm520, tod/pcf8563.c,
580        tod/pcf8563.h, tod/todcfg.c, vectors/asm_utils.S,
581        vectors/raw_exception.c, vectors/vectors.S, vectors/vectors.h,
582        vectors/vectors_init.c: New (CVS import submission by
583        Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>)
584
5852005-12-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
586
587        * Integrated gen5200 BSP to source tree
Note: See TracBrowser for help on using the repository browser.