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

4.104.115
Last change on this file since fd92869 was f497d15, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/08 at 21:33:42

2008-09-10 Joel Sherrill <joel.sherrill@…>

  • include/bsp.h, startup/bspclean.c: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub.
  • Property mode set to 100644
File size: 21.5 KB
Line 
12008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/bsp.h, startup/bspclean.c: Review of all bsp_cleanup()
4        implementations. In this phase, all prototypes were removed from
5        bsp.h and empty implementations were removed and made to use the
6        shared stub.
7
82008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * i2c/i2c.c: Remove rtems_boolean having crept in again.
11
122008-09-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
13
14        * include/mscan-base.h: Added bit timing macros.
15
162008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
17
18        * i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c, i2c/mpc5200mbus.h,
19        include/i2c.h:
20        converted done_arg to a void pointer
21       
222008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * bestcomm/bestcomm_glue.c, ide/pcmcia_ide.c, tod/todcfg.c:
25        Convert to "bool".
26
272008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * i2c/i2c.c, i2c/i2cdrv.c: Convert to "bool".
30
312008-09-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
32
33        * include/mscan-base.h, mscan/mscan-base.c, mscan/mscan.c,
34        mscan/mscan_int.h: Improved parameter checks for bit rate function.
35
362008-09-03      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * Makefile.am, bestcomm/load_task.c,
39        bestcomm/task_api/tasksetup_general.h: Eliminate requirement to build
40        bestcomm as a relocatable lump. This should reduce the minimum
41        footprint considerably.
42
432008-09-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
44
45        * irq/irq.h, irq/irq_asm.h, irq/irq_init.c, vectors/vectors.S,
46        vectors/vectors.h, vectors/vectors_init.c: Removed files.
47
48        * include/irq-config.h, include/irq.h, include/mscan-base.h,
49        mscan/mscan-base.c, startup/linkcmds.base: New files.
50
51        * mscan/mscan.c, mscan/mscan_int.h: Moved general MSCAN functions into
52        separate header and source files (include/mscan-base.h and
53        mscan/mscan-base.c).  Formatted code.
54
55        * bestcomm/bestcomm_glue.c, bestcomm/load_task.c, clock/clock.c,
56        console/console.c, i2c/mpc5200mbus.c, ide/idecfg.c, ide/pcmcia_ide.c,
57        include/bsp.h, irq/irq.c, network_5200/network.c,
58        slicetimer/slicetimer.c, start/start.S, startup/bspclean.c,
59        startup/bspstart.c, startup/cpuinit.c: Converted to use shared
60        exception and interrupt code.
61
62        * startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube,
63        startup/linkcmds.pm520: Changed to include new file
64        startup/linkcmds.base.  Supports small data area now.
65
66        * configure.ac, Makefile.am, bsp_specs, preinstall.am: Update.
67
682008-08-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
69
70        * startup/cpuinit.h: Uses now powerpc-utility.h.  Changed invalid usage
71        of a boolean type to a proper integer type in calc_dbat_regvals().
72
732008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * clock/clock.c, irq/irq_init.c, vectors/vectors.h,
76        vectors/vectors_init.c: Add missing prototypes.
77
782008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
79
80        * start/start.S: Clear environment pointer for bootcard.
81
822008-07-29      Chris Johns <chrisj@rtems.org>
83
84        * ide/pcmcia_ide.c: Updated to the libblock changes.
85
862008-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * Makefile.am, include/bsp.h: Add bsp_uboot_getenv() to obtain U-Boot
89        environment variables.
90        * startup/uboot_support.c: New file.
91
922008-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * irq/irq.c: Add units.
95
962008-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * include/bsp.h, irq/irq.c, irq/irq_init.c, startup/bspclean.c,
99        startup/bspstart.c: Slightly better names for IRQ benchmarking. Make
100        sure the routines are present all the time.
101
1022008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * console/console.c: Remove explicit switch and call
105        termios_baud_to_number().
106
1072008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * console/console.c: Properly inform termios of our initial baud rate.
110        If it is not the default, this causes problems when an application
111        changes any termios attributes since termios thinks our baud rate is
112        one thing when in fact, it is another.
113
1142008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
117        Framework to ask the BSP where it has memory for the RTEMS Workspace
118        and C Program Heap. These collectively are referred to as work area.
119        If the BSP supports this, then it does not have to include code to
120        split the available memory between the two areas. This reduces the
121        amount of code in the BSP specific bspstart.c file. Additionally, the
122        shared framework can initialize the C Library, call
123        rtems_debug_enable(), and dirty the work area memory. Until most/all
124        BSPs support this new capability, if the BSP supports this, it should
125        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
126        When the transition is complete, this autoconf macro can be removed.
127
1282008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * Makefile.am: Rework to avoid .rel files.
131
1322008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * startup/bspstart.c: Refactored and renamed initialization routines to
135        rtems_initialize_data_structures, rtems_initialize_before_drivers,
136        rtems_initialize_device_drivers, and
137        rtems_initialize_start_multitasking. This opened the sequence up so
138        that bootcard() could provide a more robust and flexible framework
139        which is easier to explain and understand. This also lays the
140        groundwork for sharing the division of available memory between the
141        RTEMS workspace and heap and the C library initialization across all
142        BSPs.
143
1442008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube,
147        startup/linkcmds.pm520: Add wildcard to gcc_except_table section so
148        programs compiled with gcc 4.3.x can link.
149
1502008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * configure.ac, irq/irq.c, startup/bspclean.c, startup/bspstart.c: Add
153        ALLOW_IRQ_NESTING option. The MPC5200 has a settle time after
154        acknowledging the IRQs and currently the BSP does not account for
155        that. After acknowledging an interrupt, it currently gets a second
156        spurious IRQ a significant percentage of the time. Rename to
157        BENCHMARK_IRQ_PROCESSING and get it working again. Under one test
158        load, not nesting interrupts resulted in a 50% reduction in the
159        number of IRQs and an ~30% reduction in time spent in IRQs.
160
1612007-12-18      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * startup/linkcmds: Spacing.
164        * startup/linkcmds.brs5l: Add wildcard to .bss section.
165
1662007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * irq/irq.c, startup/bspclean.c, startup/bspstart.c: I give. The code
169        is now in conditionally so I can avoid putting it in accidently
170        again.
171
172        * startup/bspclean.c: Revert patch with test code.
173
1742007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * irq/irq.c: Revert accidentally committed test code.
177
1782007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * bsp_specs, clock/clock.c, include/bsp.h, irq/irq.c,
181        startup/bspclean.c, startup/bspstart.c: Eliminate copies of the
182        Configuration Table. Use the RTEMS provided accessor macros to obtain
183        configuration fields.
184
1852007-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
186
187        * include/mpc5200.h: Expand tabs.
188
1892007-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * include/bsp.h: Correct BSP specific Idle thread support.
192
1932007-12-05      Till Straumann <strauman@slac.stanford.edu>
194
195        * irq/irq_init.c, irq_asm.S:
196        Converted exception vector names to new ones
197        (qualified by <cpu_type> if non-std ppc exceptions).
198
1992007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
200
201        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
202        Configuration Table. Eliminate CPU Table from all ports. Delete
203        references to CPU Table in all forms.
204
2052007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
206
207        * clock/clock.c: Fix typo.
208
2092007-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
210
211        * irq/irq.c: Spacing.
212
2132007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
216        the Configuration Table. This included pretasking_hook,
217        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
218        extra_mpci_receive_server_stack, stack_allocate_hook, and
219        stack_free_hook. As a side-effect of this effort some multiprocessing
220        code was made conditional and some style clean up occurred.
221
2222007-11-30      Till Straumann <strauman@slac.stanford.edu>
223
224        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
225
2262007-11-30      Till Straumann <strauman@slac.stanford.edu>
227
228        * irq/irq.h, irq/irq_init.c: Removed the definition
229        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
230        initialize the irqBase member of the rtems_irq_global_settings
231        struct. However, irqBase is an rtems_irq_symbolic_name,
232        so using BSP_LOWEST_OFFSET is more appropriate.
233
2342007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
235
236        * clock/clock.c, startup/bspstart.c: Eliminate PowerPC specific
237        elements from the CPU Table. They have been replaced with variables
238        named bsp_XXX as needed.
239
2402007-10-31      Joel Sherrill <joel.sherrill@oarcorp.com>
241
242        * include/mpc5200.h: Fix typo.
243
2442007-10-30      Joel Sherrill <joel.sherrill@oarcorp.com>
245
246        * include/mpc5200.h: Fix constants off by one nibble.
247
2482007-10-30      Joel Sherrill <joel.sherrill@oarcorp.com>
249
250        * include/mpc5200.h: Added some simple interrupt GPIO constants.
251
2522007-10-26      Joel Sherrill <joel.sherrill@oarcorp.com>
253
254        * irq/irq.h: Fixed typos.
255
2562007-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
257
258        * network_5200/network.c: Add multicast support.
259
2602007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
261
262        PR 1257/bsps
263        * irq/irq.c: Code outside of cpukit should use the public API for
264        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
265        public API and directly accessing _CPU_ISR_Disable and
266        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
267        directive which could lead to problems. This patch also changes the
268        type of the variable passed into these routines and addresses minor
269        style issues.
270
2712007-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
272
273        * irq/irq.h: Reformat -- make things line up.
274
2752007-08-28      Joel Sherrill <joel.sherrill@oarcorp.com>
276
277        * console/console.c: Add missing semi-colon.
278
2792007-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
280
281        * Makefile.am, README.IceCube, preinstall.am, include/bsp.h,
282        vectors/vectors.S: Rename EP5200 to IceCube since that is the
283        nickname for the Freescale evaluation board it is based upon. BSP was
284        tested on a Freescale MPC5200LITE.
285
2862007-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
287
288        * ide/pcmcia_ide.c: Added prototype of mpc5200_pcmciaide_dma_blockop to
289        eliminate warning.
290
2912007-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
292
293        * Makefile.am: Add shared ShowBATS().
294        * startup/cpuinit.c: Split out BAT initialization into subroutine
295        that is defined based upon conditionals set.  More critically
296        added code to detect and correct for a buggy U-Boot found on
297        some Freescale LITE5200B boards which report Flash memory to
298        be for 32MB at 0xFF000000 instead of 0xFE000000.  If we use
299        the reported information, the system gives an exception just
300        after the BAT is programmed.
301        * vectors/vectors_init.c: Turn off message unless verbose is on.
302
3032007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
304
305        * Makefile.am, vectors/vectors_init.c: Print stack trace on exception.
306
3072007-07-12      Joel Sherrill <joel.sherrill@OARcorp.com>
308
309        * startup/linkcmds.brs5l: Add .jcr section.
310
3112007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
312
313        * README.IceCube: New file.
314
3152007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
316
317        * console/console.c: Fix typo accidentally introduced.
318        * network_5200/network.c: Fix warning.
319
3202007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
321
322        * startup/linkcmds.ep5200: Add .jcr section.
323
3242007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
325
326        * bsp_specs, startup/linkcmds, startup/linkcmds.pm520:
327        add c++ support again
328        * preinstall.am: some fixes
329
3302007-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
331
332        * Makefile.am: Add startup/bspclean.c
333        * console/console.c: Remove warning.
334        * include/bsp.h: Add conditionals for prompt for reset and resetting
335        board.
336        * start/start.S: Remove if 1 around section.
337        * vectors/vectors_init.c: Do not print unless noisy init enabled.
338        * startup/bspclean.c: New file. Will prompt for reset and reset.
339
3402007-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
341
342        * clock/clock.c, console/console.c: Add clock HW initialization missed
343        in earlier conversion.
344
3452007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
346
347        * irq_init.c, Makefile.am: adapted to shared exception code
348
3492007-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
350
351        * clock/clock.c, network_5200/network.c: Convert to using clock driver
352        template.
353
3542007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
355
356        * startup/linkcmds.brs5l: Add missing wild card on .sdata section so
357        all class examples build.
358
3592007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
360
361        * clock/clock.c: Add nanoseconds since last tick support.
362
3632007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
364
365        Add Embedded Planets EP5200 which is the same as the Freescale
366        5200Lite (a.k.a. IceCube) evaluation board.
367        * Makefile.am: Add linkcmds.ep5200.
368        Add -DMPC5200_BAPI_LIBC_HEADERS to remove some warnings in bestcomm.
369        * preinstall.am: Add linkcmds.ep5200.
370        * clock/clock.c: Correct math for prescaler/counter when bus speed
371        is high enough to require multiple passes of loop.
372        * console/console.c: Use same math for initial baud rate as when it
373        is changed via ioctl.  When HAS_UBOOT is defined, initialize console
374        to the same baud as it was with U-Boot.
375        * include/bsp.h: Add EP5200 and console boot baud support.
376        * include/mpc5200.h: Spacing.
377        * startup/bspstart.c: If HAS_UBOOT and SHOW_MORE_INIT_SETTINGS are
378        both defined, dump the U-Boot BD info structure.
379        * vectors/vectors.S: ep5200 cannot use vectors segment.  When loading
380        it, U-Boot freezes.  Besides, U-Boot can automatically start the BSP
381        so we do not have to run from board reset.
382        * startup/linkcmds.ep5200: New file.
383
3842007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
385
386        * mscan/mscan.c: Use size_t for message sizes. Remove absurd type
387          cast.
388
3892007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
390
391        * bsp_specs: Remove qrtems_debug.
392
3932007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
394
395        * bsp_specs: Remove lib (Now expected to exist in GCC).
396
3972007-03-12      Joel Sherrill <joel@OARcorp.com>
398
399        * clock/clock.c, console/console.c, ide/pcmcia_ide.c, irq/irq.c,
400        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, nvram/nvram.c,
401        nvram/nvram.h, slicetimer/slicetimer.c, startup/bspstart.c,
402        vectors/vectors.h, vectors/vectors_init.c: Correct license URL and/or
403        fix mistake in copyright notice. Both of these mistakes appear to be
404        from code submitted after these changes were made previously.
405
4062007-03-11      Joel Sherrill <joel@OARcorp.com>
407
408        * startup/bspstart.c: Remove assignments of
409        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
410        value in boot_card.c
411
4122007-03-10      Joel Sherrill <joel@OARcorp.com>
413
414        PR 1227/bsps
415        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
416        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
417
4182007-01-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
419
420        * console/console.c: corrected typo in UART error handler (usage
421        * of ISR_PE instead of ISR_OE)
422       
4232006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
424
425        * bestcomm/load_task.c: Remove bogus casts.
426        * network_5200/network.c: Use ioctl_command_t as arg to ioctl functions.
427
4282006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
429
430        * configure.ac: New BUG-REPORT address.
431
4322006-11-15      Joel Sherrill <joel@OARcorp.com>
433
434        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
435        file and simplified initialization.
436
4372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
438
439        * Makefile.am: Remove superfluous -DASM.
440
4412006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
442
443        * configure.ac: Require autoconf-2.60. Require automake-1.10.
444
4452006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
446
447        * clock/clock.c, console/console.c, ide/pcmcia_ide.c,
448        ide/pcmcia_ide.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
449        irq/irq_init.c, nvram/m93cxx.h, nvram/nvram.c, nvram/nvram.h,
450        slicetimer/slicetimer.c, start/start.S, startup/bspstart.c,
451        startup/cpuinit.c, vectors/vectors.S, vectors/vectors_init.c:
452        Convert to utf-8.
453
4542006-09-11      Joel Sherrill <joel@OARcorp.com>
455
456        * include/mpc5200.h, network_5200/network.c: Convert C++ style comments
457        to C style.
458
4592006-08-15      Joel Sherrill <joel@OARcorp.com>
460
461        * Makefile.am, preinstall.am, startup/linkcmds, startup/linkcmds.brs5l,
462        startup/linkcmds.pm520: Add support for missing .rela sections.
463        Install linkcmds.
464
4652006-08-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
466
467        * linkcmds.brs5l:
468        (PR1117) Add  startup/linkcmds.brs5l
469
4702006-06-28      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
471
472        * Makefile.am, preinstall.am:
473        (PR1117) Add  startup/linkcmds.brs5l, slicetimer.h, nvram.h
474        to distributed files, add start/start.S to startup sources
475
476        * bestcomm/bestcomm_glue.c:
477        (PR1117) make SDMA interrupt operations interrupt save
478       
479        * bsp_specs: (PR1117) move ecrti to proper location
480
481        * console/console.c: (PR1117) round baudrate divider to nearest match
482
483        * include/bsp.h: (PR1117) activate interrupt for ATA,
484        modify calculation of ROM size, add BSP_Convert_decrementer
485
486        * include/mpc5200.h: (PR1117) add some register definitions
487
488        * include/tm27.h:
489        (PR1117) adapt to make tm27 compile again with this BSP
490
491        * mscan/mscan.[ch]:
492        (PR1117) many improvements and fixes,
493        transmit queue added,
494        baud rate settings adapted
495
496        * network/network.c:
497        (PR1117) add handler code to detect and restart FEC on DMA overflow
498
499        * start/start.S:
500        (PR1117) fixed some typos and minor bugs
501        enable FPU in start sequence
502
503        * startup/linkcmds:
504        (PR1117) removed, no longer used
505       
506        * startup/linkcmds.brs5l:
507        (PR1117) added
508
509        * tod/pcf8563.c:
510        (PR1117) fixed bug which read wrong hour from RTC
511
5122006-03-08      Joel Sherrill <joel@OARcorp.com>
513
514        * startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.*
515        section.
516
5172006-02-08      Joel Sherrill <joel@OARcorp.com>
518
519        * startup/linkcmds, startup/linkcmds.pm520: Add sections required by
520        newer gcc versions.
521
5222006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
523
524        * configure.ac: Remove explicit ampolish3 support (now in
525        RTEMS_BSP_CONFIGURE).
526
5272006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
528
529        * configure.ac: Add ampolish3 support.
530        * Makefile.am: Add preinstall.am.
531
5322006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
533
534        * Makefile.am: Don't include subdirs.am.
535
5362006-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
537
538        * vectors/asm_utils.S: Remove (Bogus, now in libcpu).
539
5402006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
541
542        * bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h, clock/clock.c,
543        console/console.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
544        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
545        include/bsp.h, include/mpc5200.h, irq/irq.c, irq/irq.h,
546        irq/irq_asm.S, irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
547        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
548        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
549        start/start.S, startup/bspstart.c, startup/cpuinit.c, tod/pcf8563.c,
550        tod/pcf8563.h, tod/todcfg.c, vectors/vectors.S,
551        vectors/vectors_init.c: Cleanup CVS data.
552
5532005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
554
555        * irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
556        include <libcpu/raw_exceptions.h>.
557        * include/raw_exception.h, vectors/raw_exception.c: Remove.
558        Use implementation from libcpu instead.
559
5602005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
561
562        * bestcomm/bestcomm_glue.c, clock/clock.c, console/console.c,
563        i2c/i2c.c, i2c/i2cdrv.c, ide/idecfg.c, ide/pcmcia_ide.c,
564        ide/pcmcia_ide.h, include/i2c.h, irq/irq.c, irq/irq_init.c,
565        mscan/mscan.c, network_5200/network.c, nvram/nvram.c, nvram/nvram.h,
566        slicetimer/slicetimer.c, startup/bspstart.c, startup/cpuinit.c,
567        tod/todcfg.c, vectors/vectors_init.c: Misc include file fixes.
568
5692005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
570
571        * Makefile.am, README, bsp_specs, configure.ac,
572        bestcomm/bestcomm_api.c, bestcomm/bestcomm_api.h,
573        bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h,
574        bestcomm/bestcomm_priv.h, bestcomm/dma_image.c,
575        bestcomm/dma_image.capi.h, bestcomm/dma_image.h,
576        bestcomm/dma_image.reloc.c, bestcomm/load_task.c,
577        bestcomm/tasksetup_ata.c, bestcomm/tasksetup_bdtable.c,
578        bestcomm/tasksetup_crc16_dp_0.c, bestcomm/tasksetup_crc16_dp_1.c,
579        bestcomm/tasksetup_fec_rx_bd.c, bestcomm/tasksetup_fec_tx_bd.c,
580        bestcomm/tasksetup_gen_dp_0.c, bestcomm/tasksetup_gen_dp_1.c,
581        bestcomm/tasksetup_gen_dp_2.c, bestcomm/tasksetup_gen_dp_3.c,
582        bestcomm/tasksetup_gen_dp_bd_0.c, bestcomm/tasksetup_gen_dp_bd_1.c,
583        bestcomm/tasksetup_gen_rx_bd.c, bestcomm/tasksetup_gen_tx_bd.c,
584        bestcomm/tasksetup_lpc.c, bestcomm/tasksetup_pci_rx.c,
585        bestcomm/tasksetup_pci_tx.c, bestcomm/include/mgt5200/mgt5200.h,
586        bestcomm/include/mgt5200/sdma.h,
587        bestcomm/task_api/bestcomm_api_mem.h,
588        bestcomm/task_api/bestcomm_cntrl.h,
589        bestcomm/task_api/tasksetup_bdtable.h,
590        bestcomm/task_api/tasksetup_general.h, clock/clock.c,
591        console/console.c, i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
592        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
593        include/bsp.h, include/coverhd.h, include/i2c.h, include/i2cdrv.h,
594        include/mpc5200.h, include/raw_exception.h, include/tm27.h,
595        include/u-boot.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
596        irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
597        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
598        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
599        start/start.S, startup/bspstart.c, startup/cpuinit.c,
600        startup/linkcmds, startup/linkcmds.pm520, tod/pcf8563.c,
601        tod/pcf8563.h, tod/todcfg.c, vectors/asm_utils.S,
602        vectors/raw_exception.c, vectors/vectors.S, vectors/vectors.h,
603        vectors/vectors_init.c: New (CVS import submission by
604        Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>)
605
6062005-12-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
607
608        * Integrated gen5200 BSP to source tree
Note: See TracBrowser for help on using the repository browser.