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

4.104.115
Last change on this file since c3ee4257 was c3ee4257, checked in by Joel Sherrill <joel.sherrill@…>, on 09/12/08 at 18:15:03

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

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