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

4.9
Last change on this file since bfcefdd4 was bfcefdd4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/08 at 07:34:21

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

  • Makefile.am: Eliminates libcpudir.
  • Property mode set to 100644
File size: 21.4 KB
Line 
12008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminates libcpudir.
4
52008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * i2c/i2c.c: Remove rtems_boolean having crept in again.
8
92008-09-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
10
11        * include/mscan-base.h: Added bit timing macros.
12
132008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
14
15        * i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c, i2c/mpc5200mbus.h,
16        include/i2c.h:
17        converted done_arg to a void pointer
18       
192008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * bestcomm/bestcomm_glue.c, ide/pcmcia_ide.c, tod/todcfg.c:
22        Convert to "bool".
23
242008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * i2c/i2c.c, i2c/i2cdrv.c: Convert to "bool".
27
282008-09-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
29
30        * include/mscan-base.h, mscan/mscan-base.c, mscan/mscan.c,
31        mscan/mscan_int.h: Improved parameter checks for bit rate function.
32
332008-09-03      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * Makefile.am, bestcomm/load_task.c,
36        bestcomm/task_api/tasksetup_general.h: Eliminate requirement to build
37        bestcomm as a relocatable lump. This should reduce the minimum
38        footprint considerably.
39
402008-09-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
41
42        * irq/irq.h, irq/irq_asm.h, irq/irq_init.c, vectors/vectors.S,
43        vectors/vectors.h, vectors/vectors_init.c: Removed files.
44
45        * include/irq-config.h, include/irq.h, include/mscan-base.h,
46        mscan/mscan-base.c, startup/linkcmds.base: New files.
47
48        * mscan/mscan.c, mscan/mscan_int.h: Moved general MSCAN functions into
49        separate header and source files (include/mscan-base.h and
50        mscan/mscan-base.c).  Formatted code.
51
52        * bestcomm/bestcomm_glue.c, bestcomm/load_task.c, clock/clock.c,
53        console/console.c, i2c/mpc5200mbus.c, ide/idecfg.c, ide/pcmcia_ide.c,
54        include/bsp.h, irq/irq.c, network_5200/network.c,
55        slicetimer/slicetimer.c, start/start.S, startup/bspclean.c,
56        startup/bspstart.c, startup/cpuinit.c: Converted to use shared
57        exception and interrupt code.
58
59        * startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube,
60        startup/linkcmds.pm520: Changed to include new file
61        startup/linkcmds.base.  Supports small data area now.
62
63        * configure.ac, Makefile.am, bsp_specs, preinstall.am: Update.
64
652008-08-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
66
67        * startup/cpuinit.h: Uses now powerpc-utility.h.  Changed invalid usage
68        of a boolean type to a proper integer type in calc_dbat_regvals().
69
702008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * clock/clock.c, irq/irq_init.c, vectors/vectors.h,
73        vectors/vectors_init.c: Add missing prototypes.
74
752008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
76
77        * start/start.S: Clear environment pointer for bootcard.
78
792008-07-29      Chris Johns <chrisj@rtems.org>
80
81        * ide/pcmcia_ide.c: Updated to the libblock changes.
82
832008-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * Makefile.am, include/bsp.h: Add bsp_uboot_getenv() to obtain U-Boot
86        environment variables.
87        * startup/uboot_support.c: New file.
88
892008-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * irq/irq.c: Add units.
92
932008-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * include/bsp.h, irq/irq.c, irq/irq_init.c, startup/bspclean.c,
96        startup/bspstart.c: Slightly better names for IRQ benchmarking. Make
97        sure the routines are present all the time.
98
992008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * console/console.c: Remove explicit switch and call
102        termios_baud_to_number().
103
1042008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * console/console.c: Properly inform termios of our initial baud rate.
107        If it is not the default, this causes problems when an application
108        changes any termios attributes since termios thinks our baud rate is
109        one thing when in fact, it is another.
110
1112008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
114        Framework to ask the BSP where it has memory for the RTEMS Workspace
115        and C Program Heap. These collectively are referred to as work area.
116        If the BSP supports this, then it does not have to include code to
117        split the available memory between the two areas. This reduces the
118        amount of code in the BSP specific bspstart.c file. Additionally, the
119        shared framework can initialize the C Library, call
120        rtems_debug_enable(), and dirty the work area memory. Until most/all
121        BSPs support this new capability, if the BSP supports this, it should
122        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
123        When the transition is complete, this autoconf macro can be removed.
124
1252008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * Makefile.am: Rework to avoid .rel files.
128
1292008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * startup/bspstart.c: Refactored and renamed initialization routines to
132        rtems_initialize_data_structures, rtems_initialize_before_drivers,
133        rtems_initialize_device_drivers, and
134        rtems_initialize_start_multitasking. This opened the sequence up so
135        that bootcard() could provide a more robust and flexible framework
136        which is easier to explain and understand. This also lays the
137        groundwork for sharing the division of available memory between the
138        RTEMS workspace and heap and the C library initialization across all
139        BSPs.
140
1412008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube,
144        startup/linkcmds.pm520: Add wildcard to gcc_except_table section so
145        programs compiled with gcc 4.3.x can link.
146
1472008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * configure.ac, irq/irq.c, startup/bspclean.c, startup/bspstart.c: Add
150        ALLOW_IRQ_NESTING option. The MPC5200 has a settle time after
151        acknowledging the IRQs and currently the BSP does not account for
152        that. After acknowledging an interrupt, it currently gets a second
153        spurious IRQ a significant percentage of the time. Rename to
154        BENCHMARK_IRQ_PROCESSING and get it working again. Under one test
155        load, not nesting interrupts resulted in a 50% reduction in the
156        number of IRQs and an ~30% reduction in time spent in IRQs.
157
1582007-12-18      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * startup/linkcmds: Spacing.
161        * startup/linkcmds.brs5l: Add wildcard to .bss section.
162
1632007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * irq/irq.c, startup/bspclean.c, startup/bspstart.c: I give. The code
166        is now in conditionally so I can avoid putting it in accidently
167        again.
168
169        * startup/bspclean.c: Revert patch with test code.
170
1712007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * irq/irq.c: Revert accidentally committed test code.
174
1752007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * bsp_specs, clock/clock.c, include/bsp.h, irq/irq.c,
178        startup/bspclean.c, startup/bspstart.c: Eliminate copies of the
179        Configuration Table. Use the RTEMS provided accessor macros to obtain
180        configuration fields.
181
1822007-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
183
184        * include/mpc5200.h: Expand tabs.
185
1862007-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
187
188        * include/bsp.h: Correct BSP specific Idle thread support.
189
1902007-12-05      Till Straumann <strauman@slac.stanford.edu>
191
192        * irq/irq_init.c, irq_asm.S:
193        Converted exception vector names to new ones
194        (qualified by <cpu_type> if non-std ppc exceptions).
195
1962007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
197
198        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
199        Configuration Table. Eliminate CPU Table from all ports. Delete
200        references to CPU Table in all forms.
201
2022007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * clock/clock.c: Fix typo.
205
2062007-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        * irq/irq.c: Spacing.
209
2102007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
211
212        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
213        the Configuration Table. This included pretasking_hook,
214        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
215        extra_mpci_receive_server_stack, stack_allocate_hook, and
216        stack_free_hook. As a side-effect of this effort some multiprocessing
217        code was made conditional and some style clean up occurred.
218
2192007-11-30      Till Straumann <strauman@slac.stanford.edu>
220
221        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
222
2232007-11-30      Till Straumann <strauman@slac.stanford.edu>
224
225        * irq/irq.h, irq/irq_init.c: Removed the definition
226        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
227        initialize the irqBase member of the rtems_irq_global_settings
228        struct. However, irqBase is an rtems_irq_symbolic_name,
229        so using BSP_LOWEST_OFFSET is more appropriate.
230
2312007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
232
233        * clock/clock.c, startup/bspstart.c: Eliminate PowerPC specific
234        elements from the CPU Table. They have been replaced with variables
235        named bsp_XXX as needed.
236
2372007-10-31      Joel Sherrill <joel.sherrill@oarcorp.com>
238
239        * include/mpc5200.h: Fix typo.
240
2412007-10-30      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * include/mpc5200.h: Fix constants off by one nibble.
244
2452007-10-30      Joel Sherrill <joel.sherrill@oarcorp.com>
246
247        * include/mpc5200.h: Added some simple interrupt GPIO constants.
248
2492007-10-26      Joel Sherrill <joel.sherrill@oarcorp.com>
250
251        * irq/irq.h: Fixed typos.
252
2532007-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
254
255        * network_5200/network.c: Add multicast support.
256
2572007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        PR 1257/bsps
260        * irq/irq.c: Code outside of cpukit should use the public API for
261        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
262        public API and directly accessing _CPU_ISR_Disable and
263        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
264        directive which could lead to problems. This patch also changes the
265        type of the variable passed into these routines and addresses minor
266        style issues.
267
2682007-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
269
270        * irq/irq.h: Reformat -- make things line up.
271
2722007-08-28      Joel Sherrill <joel.sherrill@oarcorp.com>
273
274        * console/console.c: Add missing semi-colon.
275
2762007-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
277
278        * Makefile.am, README.IceCube, preinstall.am, include/bsp.h,
279        vectors/vectors.S: Rename EP5200 to IceCube since that is the
280        nickname for the Freescale evaluation board it is based upon. BSP was
281        tested on a Freescale MPC5200LITE.
282
2832007-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
284
285        * ide/pcmcia_ide.c: Added prototype of mpc5200_pcmciaide_dma_blockop to
286        eliminate warning.
287
2882007-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
289
290        * Makefile.am: Add shared ShowBATS().
291        * startup/cpuinit.c: Split out BAT initialization into subroutine
292        that is defined based upon conditionals set.  More critically
293        added code to detect and correct for a buggy U-Boot found on
294        some Freescale LITE5200B boards which report Flash memory to
295        be for 32MB at 0xFF000000 instead of 0xFE000000.  If we use
296        the reported information, the system gives an exception just
297        after the BAT is programmed.
298        * vectors/vectors_init.c: Turn off message unless verbose is on.
299
3002007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
301
302        * Makefile.am, vectors/vectors_init.c: Print stack trace on exception.
303
3042007-07-12      Joel Sherrill <joel.sherrill@OARcorp.com>
305
306        * startup/linkcmds.brs5l: Add .jcr section.
307
3082007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * README.IceCube: New file.
311
3122007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
313
314        * console/console.c: Fix typo accidentally introduced.
315        * network_5200/network.c: Fix warning.
316
3172007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
318
319        * startup/linkcmds.ep5200: Add .jcr section.
320
3212007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
322
323        * bsp_specs, startup/linkcmds, startup/linkcmds.pm520:
324        add c++ support again
325        * preinstall.am: some fixes
326
3272007-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
328
329        * Makefile.am: Add startup/bspclean.c
330        * console/console.c: Remove warning.
331        * include/bsp.h: Add conditionals for prompt for reset and resetting
332        board.
333        * start/start.S: Remove if 1 around section.
334        * vectors/vectors_init.c: Do not print unless noisy init enabled.
335        * startup/bspclean.c: New file. Will prompt for reset and reset.
336
3372007-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
338
339        * clock/clock.c, console/console.c: Add clock HW initialization missed
340        in earlier conversion.
341
3422007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
343
344        * irq_init.c, Makefile.am: adapted to shared exception code
345
3462007-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
347
348        * clock/clock.c, network_5200/network.c: Convert to using clock driver
349        template.
350
3512007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
352
353        * startup/linkcmds.brs5l: Add missing wild card on .sdata section so
354        all class examples build.
355
3562007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
357
358        * clock/clock.c: Add nanoseconds since last tick support.
359
3602007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
361
362        Add Embedded Planets EP5200 which is the same as the Freescale
363        5200Lite (a.k.a. IceCube) evaluation board.
364        * Makefile.am: Add linkcmds.ep5200.
365        Add -DMPC5200_BAPI_LIBC_HEADERS to remove some warnings in bestcomm.
366        * preinstall.am: Add linkcmds.ep5200.
367        * clock/clock.c: Correct math for prescaler/counter when bus speed
368        is high enough to require multiple passes of loop.
369        * console/console.c: Use same math for initial baud rate as when it
370        is changed via ioctl.  When HAS_UBOOT is defined, initialize console
371        to the same baud as it was with U-Boot.
372        * include/bsp.h: Add EP5200 and console boot baud support.
373        * include/mpc5200.h: Spacing.
374        * startup/bspstart.c: If HAS_UBOOT and SHOW_MORE_INIT_SETTINGS are
375        both defined, dump the U-Boot BD info structure.
376        * vectors/vectors.S: ep5200 cannot use vectors segment.  When loading
377        it, U-Boot freezes.  Besides, U-Boot can automatically start the BSP
378        so we do not have to run from board reset.
379        * startup/linkcmds.ep5200: New file.
380
3812007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
382
383        * mscan/mscan.c: Use size_t for message sizes. Remove absurd type
384          cast.
385
3862007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
387
388        * bsp_specs: Remove qrtems_debug.
389
3902007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
391
392        * bsp_specs: Remove lib (Now expected to exist in GCC).
393
3942007-03-12      Joel Sherrill <joel@OARcorp.com>
395
396        * clock/clock.c, console/console.c, ide/pcmcia_ide.c, irq/irq.c,
397        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, nvram/nvram.c,
398        nvram/nvram.h, slicetimer/slicetimer.c, startup/bspstart.c,
399        vectors/vectors.h, vectors/vectors_init.c: Correct license URL and/or
400        fix mistake in copyright notice. Both of these mistakes appear to be
401        from code submitted after these changes were made previously.
402
4032007-03-11      Joel Sherrill <joel@OARcorp.com>
404
405        * startup/bspstart.c: Remove assignments of
406        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
407        value in boot_card.c
408
4092007-03-10      Joel Sherrill <joel@OARcorp.com>
410
411        PR 1227/bsps
412        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
413        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
414
4152007-01-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
416
417        * console/console.c: corrected typo in UART error handler (usage
418        * of ISR_PE instead of ISR_OE)
419       
4202006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
421
422        * bestcomm/load_task.c: Remove bogus casts.
423        * network_5200/network.c: Use ioctl_command_t as arg to ioctl functions.
424
4252006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
426
427        * configure.ac: New BUG-REPORT address.
428
4292006-11-15      Joel Sherrill <joel@OARcorp.com>
430
431        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
432        file and simplified initialization.
433
4342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
435
436        * Makefile.am: Remove superfluous -DASM.
437
4382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
439
440        * configure.ac: Require autoconf-2.60. Require automake-1.10.
441
4422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
443
444        * clock/clock.c, console/console.c, ide/pcmcia_ide.c,
445        ide/pcmcia_ide.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
446        irq/irq_init.c, nvram/m93cxx.h, nvram/nvram.c, nvram/nvram.h,
447        slicetimer/slicetimer.c, start/start.S, startup/bspstart.c,
448        startup/cpuinit.c, vectors/vectors.S, vectors/vectors_init.c:
449        Convert to utf-8.
450
4512006-09-11      Joel Sherrill <joel@OARcorp.com>
452
453        * include/mpc5200.h, network_5200/network.c: Convert C++ style comments
454        to C style.
455
4562006-08-15      Joel Sherrill <joel@OARcorp.com>
457
458        * Makefile.am, preinstall.am, startup/linkcmds, startup/linkcmds.brs5l,
459        startup/linkcmds.pm520: Add support for missing .rela sections.
460        Install linkcmds.
461
4622006-08-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
463
464        * linkcmds.brs5l:
465        (PR1117) Add  startup/linkcmds.brs5l
466
4672006-06-28      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
468
469        * Makefile.am, preinstall.am:
470        (PR1117) Add  startup/linkcmds.brs5l, slicetimer.h, nvram.h
471        to distributed files, add start/start.S to startup sources
472
473        * bestcomm/bestcomm_glue.c:
474        (PR1117) make SDMA interrupt operations interrupt save
475       
476        * bsp_specs: (PR1117) move ecrti to proper location
477
478        * console/console.c: (PR1117) round baudrate divider to nearest match
479
480        * include/bsp.h: (PR1117) activate interrupt for ATA,
481        modify calculation of ROM size, add BSP_Convert_decrementer
482
483        * include/mpc5200.h: (PR1117) add some register definitions
484
485        * include/tm27.h:
486        (PR1117) adapt to make tm27 compile again with this BSP
487
488        * mscan/mscan.[ch]:
489        (PR1117) many improvements and fixes,
490        transmit queue added,
491        baud rate settings adapted
492
493        * network/network.c:
494        (PR1117) add handler code to detect and restart FEC on DMA overflow
495
496        * start/start.S:
497        (PR1117) fixed some typos and minor bugs
498        enable FPU in start sequence
499
500        * startup/linkcmds:
501        (PR1117) removed, no longer used
502       
503        * startup/linkcmds.brs5l:
504        (PR1117) added
505
506        * tod/pcf8563.c:
507        (PR1117) fixed bug which read wrong hour from RTC
508
5092006-03-08      Joel Sherrill <joel@OARcorp.com>
510
511        * startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.*
512        section.
513
5142006-02-08      Joel Sherrill <joel@OARcorp.com>
515
516        * startup/linkcmds, startup/linkcmds.pm520: Add sections required by
517        newer gcc versions.
518
5192006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
520
521        * configure.ac: Remove explicit ampolish3 support (now in
522        RTEMS_BSP_CONFIGURE).
523
5242006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
525
526        * configure.ac: Add ampolish3 support.
527        * Makefile.am: Add preinstall.am.
528
5292006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
530
531        * Makefile.am: Don't include subdirs.am.
532
5332006-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
534
535        * vectors/asm_utils.S: Remove (Bogus, now in libcpu).
536
5372006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
538
539        * bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h, clock/clock.c,
540        console/console.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
541        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
542        include/bsp.h, include/mpc5200.h, irq/irq.c, irq/irq.h,
543        irq/irq_asm.S, irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
544        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
545        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
546        start/start.S, startup/bspstart.c, startup/cpuinit.c, tod/pcf8563.c,
547        tod/pcf8563.h, tod/todcfg.c, vectors/vectors.S,
548        vectors/vectors_init.c: Cleanup CVS data.
549
5502005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
551
552        * irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
553        include <libcpu/raw_exceptions.h>.
554        * include/raw_exception.h, vectors/raw_exception.c: Remove.
555        Use implementation from libcpu instead.
556
5572005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
558
559        * bestcomm/bestcomm_glue.c, clock/clock.c, console/console.c,
560        i2c/i2c.c, i2c/i2cdrv.c, ide/idecfg.c, ide/pcmcia_ide.c,
561        ide/pcmcia_ide.h, include/i2c.h, irq/irq.c, irq/irq_init.c,
562        mscan/mscan.c, network_5200/network.c, nvram/nvram.c, nvram/nvram.h,
563        slicetimer/slicetimer.c, startup/bspstart.c, startup/cpuinit.c,
564        tod/todcfg.c, vectors/vectors_init.c: Misc include file fixes.
565
5662005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
567
568        * Makefile.am, README, bsp_specs, configure.ac,
569        bestcomm/bestcomm_api.c, bestcomm/bestcomm_api.h,
570        bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h,
571        bestcomm/bestcomm_priv.h, bestcomm/dma_image.c,
572        bestcomm/dma_image.capi.h, bestcomm/dma_image.h,
573        bestcomm/dma_image.reloc.c, bestcomm/load_task.c,
574        bestcomm/tasksetup_ata.c, bestcomm/tasksetup_bdtable.c,
575        bestcomm/tasksetup_crc16_dp_0.c, bestcomm/tasksetup_crc16_dp_1.c,
576        bestcomm/tasksetup_fec_rx_bd.c, bestcomm/tasksetup_fec_tx_bd.c,
577        bestcomm/tasksetup_gen_dp_0.c, bestcomm/tasksetup_gen_dp_1.c,
578        bestcomm/tasksetup_gen_dp_2.c, bestcomm/tasksetup_gen_dp_3.c,
579        bestcomm/tasksetup_gen_dp_bd_0.c, bestcomm/tasksetup_gen_dp_bd_1.c,
580        bestcomm/tasksetup_gen_rx_bd.c, bestcomm/tasksetup_gen_tx_bd.c,
581        bestcomm/tasksetup_lpc.c, bestcomm/tasksetup_pci_rx.c,
582        bestcomm/tasksetup_pci_tx.c, bestcomm/include/mgt5200/mgt5200.h,
583        bestcomm/include/mgt5200/sdma.h,
584        bestcomm/task_api/bestcomm_api_mem.h,
585        bestcomm/task_api/bestcomm_cntrl.h,
586        bestcomm/task_api/tasksetup_bdtable.h,
587        bestcomm/task_api/tasksetup_general.h, clock/clock.c,
588        console/console.c, i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
589        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
590        include/bsp.h, include/coverhd.h, include/i2c.h, include/i2cdrv.h,
591        include/mpc5200.h, include/raw_exception.h, include/tm27.h,
592        include/u-boot.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
593        irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
594        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
595        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
596        start/start.S, startup/bspstart.c, startup/cpuinit.c,
597        startup/linkcmds, startup/linkcmds.pm520, tod/pcf8563.c,
598        tod/pcf8563.h, tod/todcfg.c, vectors/asm_utils.S,
599        vectors/raw_exception.c, vectors/vectors.S, vectors/vectors.h,
600        vectors/vectors_init.c: New (CVS import submission by
601        Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>)
602
6032005-12-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
604
605        * Integrated gen5200 BSP to source tree
Note: See TracBrowser for help on using the repository browser.