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

4.104.115
Last change on this file since ccceaf3 was ccceaf3, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/08 at 17:42:45

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

  • include/bsp.h: Remove unnecessary boilerplate comments.
  • Property mode set to 100644
File size: 22.5 KB
Line 
12008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/bsp.h: Remove unnecessary boilerplate comments.
4
52008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
8        is NOT used anywhere.
9
102008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * startup/bspgetworkarea.c, startup/linkcmds.base: Do some prep work in
13        anticipation of gen5200 and gen83xx being able to shared
14        bsp_get_work_area() implementation.
15
162008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * clock/clock.c, startup/bspstart.c: Remove unnecessary includes of
19        rtems/libcsupport.h and rtems/libio.h.
20
212008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * Makefile.am, startup/bspstart.c: Use shared bsp_get_work_area() in
24        its own file and rely on BSP Framework to perform more
25        initialization.
26        * startup/bspgetworkarea.c: New file.
27
282008-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * network_5200/network.c: Remove use of boolean.
31
322008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * include/bsp.h, startup/bspclean.c: Review of all bsp_cleanup()
35        implementations. In this phase, all prototypes were removed from
36        bsp.h and empty implementations were removed and made to use the
37        shared stub.
38
392008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * i2c/i2c.c: Remove rtems_boolean having crept in again.
42
432008-09-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
44
45        * include/mscan-base.h: Added bit timing macros.
46
472008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
48
49        * i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c, i2c/mpc5200mbus.h,
50        include/i2c.h:
51        converted done_arg to a void pointer
52       
532008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * bestcomm/bestcomm_glue.c, ide/pcmcia_ide.c, tod/todcfg.c:
56        Convert to "bool".
57
582008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * i2c/i2c.c, i2c/i2cdrv.c: Convert to "bool".
61
622008-09-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
63
64        * include/mscan-base.h, mscan/mscan-base.c, mscan/mscan.c,
65        mscan/mscan_int.h: Improved parameter checks for bit rate function.
66
672008-09-03      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * Makefile.am, bestcomm/load_task.c,
70        bestcomm/task_api/tasksetup_general.h: Eliminate requirement to build
71        bestcomm as a relocatable lump. This should reduce the minimum
72        footprint considerably.
73
742008-09-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
75
76        * irq/irq.h, irq/irq_asm.h, irq/irq_init.c, vectors/vectors.S,
77        vectors/vectors.h, vectors/vectors_init.c: Removed files.
78
79        * include/irq-config.h, include/irq.h, include/mscan-base.h,
80        mscan/mscan-base.c, startup/linkcmds.base: New files.
81
82        * mscan/mscan.c, mscan/mscan_int.h: Moved general MSCAN functions into
83        separate header and source files (include/mscan-base.h and
84        mscan/mscan-base.c).  Formatted code.
85
86        * bestcomm/bestcomm_glue.c, bestcomm/load_task.c, clock/clock.c,
87        console/console.c, i2c/mpc5200mbus.c, ide/idecfg.c, ide/pcmcia_ide.c,
88        include/bsp.h, irq/irq.c, network_5200/network.c,
89        slicetimer/slicetimer.c, start/start.S, startup/bspclean.c,
90        startup/bspstart.c, startup/cpuinit.c: Converted to use shared
91        exception and interrupt code.
92
93        * startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube,
94        startup/linkcmds.pm520: Changed to include new file
95        startup/linkcmds.base.  Supports small data area now.
96
97        * configure.ac, Makefile.am, bsp_specs, preinstall.am: Update.
98
992008-08-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
100
101        * startup/cpuinit.h: Uses now powerpc-utility.h.  Changed invalid usage
102        of a boolean type to a proper integer type in calc_dbat_regvals().
103
1042008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * clock/clock.c, irq/irq_init.c, vectors/vectors.h,
107        vectors/vectors_init.c: Add missing prototypes.
108
1092008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
110
111        * start/start.S: Clear environment pointer for bootcard.
112
1132008-07-29      Chris Johns <chrisj@rtems.org>
114
115        * ide/pcmcia_ide.c: Updated to the libblock changes.
116
1172008-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * Makefile.am, include/bsp.h: Add bsp_uboot_getenv() to obtain U-Boot
120        environment variables.
121        * startup/uboot_support.c: New file.
122
1232008-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * irq/irq.c: Add units.
126
1272008-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * include/bsp.h, irq/irq.c, irq/irq_init.c, startup/bspclean.c,
130        startup/bspstart.c: Slightly better names for IRQ benchmarking. Make
131        sure the routines are present all the time.
132
1332008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * console/console.c: Remove explicit switch and call
136        termios_baud_to_number().
137
1382008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * console/console.c: Properly inform termios of our initial baud rate.
141        If it is not the default, this causes problems when an application
142        changes any termios attributes since termios thinks our baud rate is
143        one thing when in fact, it is another.
144
1452008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
148        Framework to ask the BSP where it has memory for the RTEMS Workspace
149        and C Program Heap. These collectively are referred to as work area.
150        If the BSP supports this, then it does not have to include code to
151        split the available memory between the two areas. This reduces the
152        amount of code in the BSP specific bspstart.c file. Additionally, the
153        shared framework can initialize the C Library, call
154        rtems_debug_enable(), and dirty the work area memory. Until most/all
155        BSPs support this new capability, if the BSP supports this, it should
156        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
157        When the transition is complete, this autoconf macro can be removed.
158
1592008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * Makefile.am: Rework to avoid .rel files.
162
1632008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
164
165        * startup/bspstart.c: Refactored and renamed initialization routines to
166        rtems_initialize_data_structures, rtems_initialize_before_drivers,
167        rtems_initialize_device_drivers, and
168        rtems_initialize_start_multitasking. This opened the sequence up so
169        that bootcard() could provide a more robust and flexible framework
170        which is easier to explain and understand. This also lays the
171        groundwork for sharing the division of available memory between the
172        RTEMS workspace and heap and the C library initialization across all
173        BSPs.
174
1752008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube,
178        startup/linkcmds.pm520: Add wildcard to gcc_except_table section so
179        programs compiled with gcc 4.3.x can link.
180
1812008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
182
183        * configure.ac, irq/irq.c, startup/bspclean.c, startup/bspstart.c: Add
184        ALLOW_IRQ_NESTING option. The MPC5200 has a settle time after
185        acknowledging the IRQs and currently the BSP does not account for
186        that. After acknowledging an interrupt, it currently gets a second
187        spurious IRQ a significant percentage of the time. Rename to
188        BENCHMARK_IRQ_PROCESSING and get it working again. Under one test
189        load, not nesting interrupts resulted in a 50% reduction in the
190        number of IRQs and an ~30% reduction in time spent in IRQs.
191
1922007-12-18      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * startup/linkcmds: Spacing.
195        * startup/linkcmds.brs5l: Add wildcard to .bss section.
196
1972007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
198
199        * irq/irq.c, startup/bspclean.c, startup/bspstart.c: I give. The code
200        is now in conditionally so I can avoid putting it in accidently
201        again.
202
203        * startup/bspclean.c: Revert patch with test code.
204
2052007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
206
207        * irq/irq.c: Revert accidentally committed test code.
208
2092007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * bsp_specs, clock/clock.c, include/bsp.h, irq/irq.c,
212        startup/bspclean.c, startup/bspstart.c: Eliminate copies of the
213        Configuration Table. Use the RTEMS provided accessor macros to obtain
214        configuration fields.
215
2162007-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
217
218        * include/mpc5200.h: Expand tabs.
219
2202007-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
221
222        * include/bsp.h: Correct BSP specific Idle thread support.
223
2242007-12-05      Till Straumann <strauman@slac.stanford.edu>
225
226        * irq/irq_init.c, irq_asm.S:
227        Converted exception vector names to new ones
228        (qualified by <cpu_type> if non-std ppc exceptions).
229
2302007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
231
232        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
233        Configuration Table. Eliminate CPU Table from all ports. Delete
234        references to CPU Table in all forms.
235
2362007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
237
238        * clock/clock.c: Fix typo.
239
2402007-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
241
242        * irq/irq.c: Spacing.
243
2442007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
245
246        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
247        the Configuration Table. This included pretasking_hook,
248        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
249        extra_mpci_receive_server_stack, stack_allocate_hook, and
250        stack_free_hook. As a side-effect of this effort some multiprocessing
251        code was made conditional and some style clean up occurred.
252
2532007-11-30      Till Straumann <strauman@slac.stanford.edu>
254
255        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
256
2572007-11-30      Till Straumann <strauman@slac.stanford.edu>
258
259        * irq/irq.h, irq/irq_init.c: Removed the definition
260        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
261        initialize the irqBase member of the rtems_irq_global_settings
262        struct. However, irqBase is an rtems_irq_symbolic_name,
263        so using BSP_LOWEST_OFFSET is more appropriate.
264
2652007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
266
267        * clock/clock.c, startup/bspstart.c: Eliminate PowerPC specific
268        elements from the CPU Table. They have been replaced with variables
269        named bsp_XXX as needed.
270
2712007-10-31      Joel Sherrill <joel.sherrill@oarcorp.com>
272
273        * include/mpc5200.h: Fix typo.
274
2752007-10-30      Joel Sherrill <joel.sherrill@oarcorp.com>
276
277        * include/mpc5200.h: Fix constants off by one nibble.
278
2792007-10-30      Joel Sherrill <joel.sherrill@oarcorp.com>
280
281        * include/mpc5200.h: Added some simple interrupt GPIO constants.
282
2832007-10-26      Joel Sherrill <joel.sherrill@oarcorp.com>
284
285        * irq/irq.h: Fixed typos.
286
2872007-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
288
289        * network_5200/network.c: Add multicast support.
290
2912007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
292
293        PR 1257/bsps
294        * irq/irq.c: Code outside of cpukit should use the public API for
295        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
296        public API and directly accessing _CPU_ISR_Disable and
297        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
298        directive which could lead to problems. This patch also changes the
299        type of the variable passed into these routines and addresses minor
300        style issues.
301
3022007-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
303
304        * irq/irq.h: Reformat -- make things line up.
305
3062007-08-28      Joel Sherrill <joel.sherrill@oarcorp.com>
307
308        * console/console.c: Add missing semi-colon.
309
3102007-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
311
312        * Makefile.am, README.IceCube, preinstall.am, include/bsp.h,
313        vectors/vectors.S: Rename EP5200 to IceCube since that is the
314        nickname for the Freescale evaluation board it is based upon. BSP was
315        tested on a Freescale MPC5200LITE.
316
3172007-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
318
319        * ide/pcmcia_ide.c: Added prototype of mpc5200_pcmciaide_dma_blockop to
320        eliminate warning.
321
3222007-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
323
324        * Makefile.am: Add shared ShowBATS().
325        * startup/cpuinit.c: Split out BAT initialization into subroutine
326        that is defined based upon conditionals set.  More critically
327        added code to detect and correct for a buggy U-Boot found on
328        some Freescale LITE5200B boards which report Flash memory to
329        be for 32MB at 0xFF000000 instead of 0xFE000000.  If we use
330        the reported information, the system gives an exception just
331        after the BAT is programmed.
332        * vectors/vectors_init.c: Turn off message unless verbose is on.
333
3342007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
335
336        * Makefile.am, vectors/vectors_init.c: Print stack trace on exception.
337
3382007-07-12      Joel Sherrill <joel.sherrill@OARcorp.com>
339
340        * startup/linkcmds.brs5l: Add .jcr section.
341
3422007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
343
344        * README.IceCube: New file.
345
3462007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
347
348        * console/console.c: Fix typo accidentally introduced.
349        * network_5200/network.c: Fix warning.
350
3512007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
352
353        * startup/linkcmds.ep5200: Add .jcr section.
354
3552007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
356
357        * bsp_specs, startup/linkcmds, startup/linkcmds.pm520:
358        add c++ support again
359        * preinstall.am: some fixes
360
3612007-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
362
363        * Makefile.am: Add startup/bspclean.c
364        * console/console.c: Remove warning.
365        * include/bsp.h: Add conditionals for prompt for reset and resetting
366        board.
367        * start/start.S: Remove if 1 around section.
368        * vectors/vectors_init.c: Do not print unless noisy init enabled.
369        * startup/bspclean.c: New file. Will prompt for reset and reset.
370
3712007-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
372
373        * clock/clock.c, console/console.c: Add clock HW initialization missed
374        in earlier conversion.
375
3762007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
377
378        * irq_init.c, Makefile.am: adapted to shared exception code
379
3802007-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
381
382        * clock/clock.c, network_5200/network.c: Convert to using clock driver
383        template.
384
3852007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
386
387        * startup/linkcmds.brs5l: Add missing wild card on .sdata section so
388        all class examples build.
389
3902007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
391
392        * clock/clock.c: Add nanoseconds since last tick support.
393
3942007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
395
396        Add Embedded Planets EP5200 which is the same as the Freescale
397        5200Lite (a.k.a. IceCube) evaluation board.
398        * Makefile.am: Add linkcmds.ep5200.
399        Add -DMPC5200_BAPI_LIBC_HEADERS to remove some warnings in bestcomm.
400        * preinstall.am: Add linkcmds.ep5200.
401        * clock/clock.c: Correct math for prescaler/counter when bus speed
402        is high enough to require multiple passes of loop.
403        * console/console.c: Use same math for initial baud rate as when it
404        is changed via ioctl.  When HAS_UBOOT is defined, initialize console
405        to the same baud as it was with U-Boot.
406        * include/bsp.h: Add EP5200 and console boot baud support.
407        * include/mpc5200.h: Spacing.
408        * startup/bspstart.c: If HAS_UBOOT and SHOW_MORE_INIT_SETTINGS are
409        both defined, dump the U-Boot BD info structure.
410        * vectors/vectors.S: ep5200 cannot use vectors segment.  When loading
411        it, U-Boot freezes.  Besides, U-Boot can automatically start the BSP
412        so we do not have to run from board reset.
413        * startup/linkcmds.ep5200: New file.
414
4152007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
416
417        * mscan/mscan.c: Use size_t for message sizes. Remove absurd type
418          cast.
419
4202007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
421
422        * bsp_specs: Remove qrtems_debug.
423
4242007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
425
426        * bsp_specs: Remove lib (Now expected to exist in GCC).
427
4282007-03-12      Joel Sherrill <joel@OARcorp.com>
429
430        * clock/clock.c, console/console.c, ide/pcmcia_ide.c, irq/irq.c,
431        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, nvram/nvram.c,
432        nvram/nvram.h, slicetimer/slicetimer.c, startup/bspstart.c,
433        vectors/vectors.h, vectors/vectors_init.c: Correct license URL and/or
434        fix mistake in copyright notice. Both of these mistakes appear to be
435        from code submitted after these changes were made previously.
436
4372007-03-11      Joel Sherrill <joel@OARcorp.com>
438
439        * startup/bspstart.c: Remove assignments of
440        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
441        value in boot_card.c
442
4432007-03-10      Joel Sherrill <joel@OARcorp.com>
444
445        PR 1227/bsps
446        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
447        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
448
4492007-01-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
450
451        * console/console.c: corrected typo in UART error handler (usage
452        * of ISR_PE instead of ISR_OE)
453       
4542006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
455
456        * bestcomm/load_task.c: Remove bogus casts.
457        * network_5200/network.c: Use ioctl_command_t as arg to ioctl functions.
458
4592006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
460
461        * configure.ac: New BUG-REPORT address.
462
4632006-11-15      Joel Sherrill <joel@OARcorp.com>
464
465        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
466        file and simplified initialization.
467
4682006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
469
470        * Makefile.am: Remove superfluous -DASM.
471
4722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
473
474        * configure.ac: Require autoconf-2.60. Require automake-1.10.
475
4762006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
477
478        * clock/clock.c, console/console.c, ide/pcmcia_ide.c,
479        ide/pcmcia_ide.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
480        irq/irq_init.c, nvram/m93cxx.h, nvram/nvram.c, nvram/nvram.h,
481        slicetimer/slicetimer.c, start/start.S, startup/bspstart.c,
482        startup/cpuinit.c, vectors/vectors.S, vectors/vectors_init.c:
483        Convert to utf-8.
484
4852006-09-11      Joel Sherrill <joel@OARcorp.com>
486
487        * include/mpc5200.h, network_5200/network.c: Convert C++ style comments
488        to C style.
489
4902006-08-15      Joel Sherrill <joel@OARcorp.com>
491
492        * Makefile.am, preinstall.am, startup/linkcmds, startup/linkcmds.brs5l,
493        startup/linkcmds.pm520: Add support for missing .rela sections.
494        Install linkcmds.
495
4962006-08-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
497
498        * linkcmds.brs5l:
499        (PR1117) Add  startup/linkcmds.brs5l
500
5012006-06-28      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
502
503        * Makefile.am, preinstall.am:
504        (PR1117) Add  startup/linkcmds.brs5l, slicetimer.h, nvram.h
505        to distributed files, add start/start.S to startup sources
506
507        * bestcomm/bestcomm_glue.c:
508        (PR1117) make SDMA interrupt operations interrupt save
509       
510        * bsp_specs: (PR1117) move ecrti to proper location
511
512        * console/console.c: (PR1117) round baudrate divider to nearest match
513
514        * include/bsp.h: (PR1117) activate interrupt for ATA,
515        modify calculation of ROM size, add BSP_Convert_decrementer
516
517        * include/mpc5200.h: (PR1117) add some register definitions
518
519        * include/tm27.h:
520        (PR1117) adapt to make tm27 compile again with this BSP
521
522        * mscan/mscan.[ch]:
523        (PR1117) many improvements and fixes,
524        transmit queue added,
525        baud rate settings adapted
526
527        * network/network.c:
528        (PR1117) add handler code to detect and restart FEC on DMA overflow
529
530        * start/start.S:
531        (PR1117) fixed some typos and minor bugs
532        enable FPU in start sequence
533
534        * startup/linkcmds:
535        (PR1117) removed, no longer used
536       
537        * startup/linkcmds.brs5l:
538        (PR1117) added
539
540        * tod/pcf8563.c:
541        (PR1117) fixed bug which read wrong hour from RTC
542
5432006-03-08      Joel Sherrill <joel@OARcorp.com>
544
545        * startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.*
546        section.
547
5482006-02-08      Joel Sherrill <joel@OARcorp.com>
549
550        * startup/linkcmds, startup/linkcmds.pm520: Add sections required by
551        newer gcc versions.
552
5532006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
554
555        * configure.ac: Remove explicit ampolish3 support (now in
556        RTEMS_BSP_CONFIGURE).
557
5582006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
559
560        * configure.ac: Add ampolish3 support.
561        * Makefile.am: Add preinstall.am.
562
5632006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
564
565        * Makefile.am: Don't include subdirs.am.
566
5672006-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
568
569        * vectors/asm_utils.S: Remove (Bogus, now in libcpu).
570
5712006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
572
573        * bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h, clock/clock.c,
574        console/console.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
575        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
576        include/bsp.h, include/mpc5200.h, irq/irq.c, irq/irq.h,
577        irq/irq_asm.S, irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
578        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
579        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
580        start/start.S, startup/bspstart.c, startup/cpuinit.c, tod/pcf8563.c,
581        tod/pcf8563.h, tod/todcfg.c, vectors/vectors.S,
582        vectors/vectors_init.c: Cleanup CVS data.
583
5842005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
585
586        * irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
587        include <libcpu/raw_exceptions.h>.
588        * include/raw_exception.h, vectors/raw_exception.c: Remove.
589        Use implementation from libcpu instead.
590
5912005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
592
593        * bestcomm/bestcomm_glue.c, clock/clock.c, console/console.c,
594        i2c/i2c.c, i2c/i2cdrv.c, ide/idecfg.c, ide/pcmcia_ide.c,
595        ide/pcmcia_ide.h, include/i2c.h, irq/irq.c, irq/irq_init.c,
596        mscan/mscan.c, network_5200/network.c, nvram/nvram.c, nvram/nvram.h,
597        slicetimer/slicetimer.c, startup/bspstart.c, startup/cpuinit.c,
598        tod/todcfg.c, vectors/vectors_init.c: Misc include file fixes.
599
6002005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
601
602        * Makefile.am, README, bsp_specs, configure.ac,
603        bestcomm/bestcomm_api.c, bestcomm/bestcomm_api.h,
604        bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h,
605        bestcomm/bestcomm_priv.h, bestcomm/dma_image.c,
606        bestcomm/dma_image.capi.h, bestcomm/dma_image.h,
607        bestcomm/dma_image.reloc.c, bestcomm/load_task.c,
608        bestcomm/tasksetup_ata.c, bestcomm/tasksetup_bdtable.c,
609        bestcomm/tasksetup_crc16_dp_0.c, bestcomm/tasksetup_crc16_dp_1.c,
610        bestcomm/tasksetup_fec_rx_bd.c, bestcomm/tasksetup_fec_tx_bd.c,
611        bestcomm/tasksetup_gen_dp_0.c, bestcomm/tasksetup_gen_dp_1.c,
612        bestcomm/tasksetup_gen_dp_2.c, bestcomm/tasksetup_gen_dp_3.c,
613        bestcomm/tasksetup_gen_dp_bd_0.c, bestcomm/tasksetup_gen_dp_bd_1.c,
614        bestcomm/tasksetup_gen_rx_bd.c, bestcomm/tasksetup_gen_tx_bd.c,
615        bestcomm/tasksetup_lpc.c, bestcomm/tasksetup_pci_rx.c,
616        bestcomm/tasksetup_pci_tx.c, bestcomm/include/mgt5200/mgt5200.h,
617        bestcomm/include/mgt5200/sdma.h,
618        bestcomm/task_api/bestcomm_api_mem.h,
619        bestcomm/task_api/bestcomm_cntrl.h,
620        bestcomm/task_api/tasksetup_bdtable.h,
621        bestcomm/task_api/tasksetup_general.h, clock/clock.c,
622        console/console.c, i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
623        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
624        include/bsp.h, include/coverhd.h, include/i2c.h, include/i2cdrv.h,
625        include/mpc5200.h, include/raw_exception.h, include/tm27.h,
626        include/u-boot.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
627        irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
628        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
629        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
630        start/start.S, startup/bspstart.c, startup/cpuinit.c,
631        startup/linkcmds, startup/linkcmds.pm520, tod/pcf8563.c,
632        tod/pcf8563.h, tod/todcfg.c, vectors/asm_utils.S,
633        vectors/raw_exception.c, vectors/vectors.S, vectors/vectors.h,
634        vectors/vectors_init.c: New (CVS import submission by
635        Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>)
636
6372005-12-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
638
639        * Integrated gen5200 BSP to source tree
Note: See TracBrowser for help on using the repository browser.