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

4.104.114.95
Last change on this file since 6c45275a was 6c45275a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/03/08 at 16:36:27

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

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