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

4.104.115
Last change on this file since a948e85d was a948e85d, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 09/22/08 at 11:30:51

Fixed wrong section size symbols.

  • Property mode set to 100644
File size: 22.9 KB
Line 
12008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * startup/linkcmds.base: Fixed wrong section size symbols.
4
52008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * Makefile.am, include/bsp.h, network_5200/network.c, start/start.S,
8        startup/bspstart.c, startup/cpuinit.c: Use top level shared
9        bsp_get_work_area() implementation. Augment it to know about U-Boot.
10        * startup/bspgetworkarea.c: Removed.
11
122008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * include/bsp.h: Remove unnecessary boilerplate comments.
15
162008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
19        is NOT used anywhere.
20
212008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * startup/bspgetworkarea.c, startup/linkcmds.base: Do some prep work in
24        anticipation of gen5200 and gen83xx being able to shared
25        bsp_get_work_area() implementation.
26
272008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * clock/clock.c, startup/bspstart.c: Remove unnecessary includes of
30        rtems/libcsupport.h and rtems/libio.h.
31
322008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * Makefile.am, startup/bspstart.c: Use shared bsp_get_work_area() in
35        its own file and rely on BSP Framework to perform more
36        initialization.
37        * startup/bspgetworkarea.c: New file.
38
392008-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * network_5200/network.c: Remove use of boolean.
42
432008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * include/bsp.h, startup/bspclean.c: Review of all bsp_cleanup()
46        implementations. In this phase, all prototypes were removed from
47        bsp.h and empty implementations were removed and made to use the
48        shared stub.
49
502008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * i2c/i2c.c: Remove rtems_boolean having crept in again.
53
542008-09-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
55
56        * include/mscan-base.h: Added bit timing macros.
57
582008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
59
60        * i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c, i2c/mpc5200mbus.h,
61        include/i2c.h:
62        converted done_arg to a void pointer
63       
642008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * bestcomm/bestcomm_glue.c, ide/pcmcia_ide.c, tod/todcfg.c:
67        Convert to "bool".
68
692008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * i2c/i2c.c, i2c/i2cdrv.c: Convert to "bool".
72
732008-09-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
74
75        * include/mscan-base.h, mscan/mscan-base.c, mscan/mscan.c,
76        mscan/mscan_int.h: Improved parameter checks for bit rate function.
77
782008-09-03      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * Makefile.am, bestcomm/load_task.c,
81        bestcomm/task_api/tasksetup_general.h: Eliminate requirement to build
82        bestcomm as a relocatable lump. This should reduce the minimum
83        footprint considerably.
84
852008-09-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
86
87        * irq/irq.h, irq/irq_asm.h, irq/irq_init.c, vectors/vectors.S,
88        vectors/vectors.h, vectors/vectors_init.c: Removed files.
89
90        * include/irq-config.h, include/irq.h, include/mscan-base.h,
91        mscan/mscan-base.c, startup/linkcmds.base: New files.
92
93        * mscan/mscan.c, mscan/mscan_int.h: Moved general MSCAN functions into
94        separate header and source files (include/mscan-base.h and
95        mscan/mscan-base.c).  Formatted code.
96
97        * bestcomm/bestcomm_glue.c, bestcomm/load_task.c, clock/clock.c,
98        console/console.c, i2c/mpc5200mbus.c, ide/idecfg.c, ide/pcmcia_ide.c,
99        include/bsp.h, irq/irq.c, network_5200/network.c,
100        slicetimer/slicetimer.c, start/start.S, startup/bspclean.c,
101        startup/bspstart.c, startup/cpuinit.c: Converted to use shared
102        exception and interrupt code.
103
104        * startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube,
105        startup/linkcmds.pm520: Changed to include new file
106        startup/linkcmds.base.  Supports small data area now.
107
108        * configure.ac, Makefile.am, bsp_specs, preinstall.am: Update.
109
1102008-08-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
111
112        * startup/cpuinit.h: Uses now powerpc-utility.h.  Changed invalid usage
113        of a boolean type to a proper integer type in calc_dbat_regvals().
114
1152008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * clock/clock.c, irq/irq_init.c, vectors/vectors.h,
118        vectors/vectors_init.c: Add missing prototypes.
119
1202008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
121
122        * start/start.S: Clear environment pointer for bootcard.
123
1242008-07-29      Chris Johns <chrisj@rtems.org>
125
126        * ide/pcmcia_ide.c: Updated to the libblock changes.
127
1282008-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * Makefile.am, include/bsp.h: Add bsp_uboot_getenv() to obtain U-Boot
131        environment variables.
132        * startup/uboot_support.c: New file.
133
1342008-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * irq/irq.c: Add units.
137
1382008-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * include/bsp.h, irq/irq.c, irq/irq_init.c, startup/bspclean.c,
141        startup/bspstart.c: Slightly better names for IRQ benchmarking. Make
142        sure the routines are present all the time.
143
1442008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * console/console.c: Remove explicit switch and call
147        termios_baud_to_number().
148
1492008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * console/console.c: Properly inform termios of our initial baud rate.
152        If it is not the default, this causes problems when an application
153        changes any termios attributes since termios thinks our baud rate is
154        one thing when in fact, it is another.
155
1562008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
159        Framework to ask the BSP where it has memory for the RTEMS Workspace
160        and C Program Heap. These collectively are referred to as work area.
161        If the BSP supports this, then it does not have to include code to
162        split the available memory between the two areas. This reduces the
163        amount of code in the BSP specific bspstart.c file. Additionally, the
164        shared framework can initialize the C Library, call
165        rtems_debug_enable(), and dirty the work area memory. Until most/all
166        BSPs support this new capability, if the BSP supports this, it should
167        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
168        When the transition is complete, this autoconf macro can be removed.
169
1702008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * Makefile.am: Rework to avoid .rel files.
173
1742008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * startup/bspstart.c: Refactored and renamed initialization routines to
177        rtems_initialize_data_structures, rtems_initialize_before_drivers,
178        rtems_initialize_device_drivers, and
179        rtems_initialize_start_multitasking. This opened the sequence up so
180        that bootcard() could provide a more robust and flexible framework
181        which is easier to explain and understand. This also lays the
182        groundwork for sharing the division of available memory between the
183        RTEMS workspace and heap and the C library initialization across all
184        BSPs.
185
1862008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube,
189        startup/linkcmds.pm520: Add wildcard to gcc_except_table section so
190        programs compiled with gcc 4.3.x can link.
191
1922008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
193
194        * configure.ac, irq/irq.c, startup/bspclean.c, startup/bspstart.c: Add
195        ALLOW_IRQ_NESTING option. The MPC5200 has a settle time after
196        acknowledging the IRQs and currently the BSP does not account for
197        that. After acknowledging an interrupt, it currently gets a second
198        spurious IRQ a significant percentage of the time. Rename to
199        BENCHMARK_IRQ_PROCESSING and get it working again. Under one test
200        load, not nesting interrupts resulted in a 50% reduction in the
201        number of IRQs and an ~30% reduction in time spent in IRQs.
202
2032007-12-18      Joel Sherrill <joel.sherrill@OARcorp.com>
204
205        * startup/linkcmds: Spacing.
206        * startup/linkcmds.brs5l: Add wildcard to .bss section.
207
2082007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
209
210        * irq/irq.c, startup/bspclean.c, startup/bspstart.c: I give. The code
211        is now in conditionally so I can avoid putting it in accidently
212        again.
213
214        * startup/bspclean.c: Revert patch with test code.
215
2162007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
217
218        * irq/irq.c: Revert accidentally committed test code.
219
2202007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
221
222        * bsp_specs, clock/clock.c, include/bsp.h, irq/irq.c,
223        startup/bspclean.c, startup/bspstart.c: Eliminate copies of the
224        Configuration Table. Use the RTEMS provided accessor macros to obtain
225        configuration fields.
226
2272007-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
228
229        * include/mpc5200.h: Expand tabs.
230
2312007-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
232
233        * include/bsp.h: Correct BSP specific Idle thread support.
234
2352007-12-05      Till Straumann <strauman@slac.stanford.edu>
236
237        * irq/irq_init.c, irq_asm.S:
238        Converted exception vector names to new ones
239        (qualified by <cpu_type> if non-std ppc exceptions).
240
2412007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
242
243        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
244        Configuration Table. Eliminate CPU Table from all ports. Delete
245        references to CPU Table in all forms.
246
2472007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
248
249        * clock/clock.c: Fix typo.
250
2512007-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
252
253        * irq/irq.c: Spacing.
254
2552007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
256
257        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
258        the Configuration Table. This included pretasking_hook,
259        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
260        extra_mpci_receive_server_stack, stack_allocate_hook, and
261        stack_free_hook. As a side-effect of this effort some multiprocessing
262        code was made conditional and some style clean up occurred.
263
2642007-11-30      Till Straumann <strauman@slac.stanford.edu>
265
266        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
267
2682007-11-30      Till Straumann <strauman@slac.stanford.edu>
269
270        * irq/irq.h, irq/irq_init.c: Removed the definition
271        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
272        initialize the irqBase member of the rtems_irq_global_settings
273        struct. However, irqBase is an rtems_irq_symbolic_name,
274        so using BSP_LOWEST_OFFSET is more appropriate.
275
2762007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
277
278        * clock/clock.c, startup/bspstart.c: Eliminate PowerPC specific
279        elements from the CPU Table. They have been replaced with variables
280        named bsp_XXX as needed.
281
2822007-10-31      Joel Sherrill <joel.sherrill@oarcorp.com>
283
284        * include/mpc5200.h: Fix typo.
285
2862007-10-30      Joel Sherrill <joel.sherrill@oarcorp.com>
287
288        * include/mpc5200.h: Fix constants off by one nibble.
289
2902007-10-30      Joel Sherrill <joel.sherrill@oarcorp.com>
291
292        * include/mpc5200.h: Added some simple interrupt GPIO constants.
293
2942007-10-26      Joel Sherrill <joel.sherrill@oarcorp.com>
295
296        * irq/irq.h: Fixed typos.
297
2982007-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
299
300        * network_5200/network.c: Add multicast support.
301
3022007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
303
304        PR 1257/bsps
305        * irq/irq.c: Code outside of cpukit should use the public API for
306        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
307        public API and directly accessing _CPU_ISR_Disable and
308        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
309        directive which could lead to problems. This patch also changes the
310        type of the variable passed into these routines and addresses minor
311        style issues.
312
3132007-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
314
315        * irq/irq.h: Reformat -- make things line up.
316
3172007-08-28      Joel Sherrill <joel.sherrill@oarcorp.com>
318
319        * console/console.c: Add missing semi-colon.
320
3212007-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
322
323        * Makefile.am, README.IceCube, preinstall.am, include/bsp.h,
324        vectors/vectors.S: Rename EP5200 to IceCube since that is the
325        nickname for the Freescale evaluation board it is based upon. BSP was
326        tested on a Freescale MPC5200LITE.
327
3282007-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
329
330        * ide/pcmcia_ide.c: Added prototype of mpc5200_pcmciaide_dma_blockop to
331        eliminate warning.
332
3332007-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
334
335        * Makefile.am: Add shared ShowBATS().
336        * startup/cpuinit.c: Split out BAT initialization into subroutine
337        that is defined based upon conditionals set.  More critically
338        added code to detect and correct for a buggy U-Boot found on
339        some Freescale LITE5200B boards which report Flash memory to
340        be for 32MB at 0xFF000000 instead of 0xFE000000.  If we use
341        the reported information, the system gives an exception just
342        after the BAT is programmed.
343        * vectors/vectors_init.c: Turn off message unless verbose is on.
344
3452007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
346
347        * Makefile.am, vectors/vectors_init.c: Print stack trace on exception.
348
3492007-07-12      Joel Sherrill <joel.sherrill@OARcorp.com>
350
351        * startup/linkcmds.brs5l: Add .jcr section.
352
3532007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
354
355        * README.IceCube: New file.
356
3572007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
358
359        * console/console.c: Fix typo accidentally introduced.
360        * network_5200/network.c: Fix warning.
361
3622007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
363
364        * startup/linkcmds.ep5200: Add .jcr section.
365
3662007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
367
368        * bsp_specs, startup/linkcmds, startup/linkcmds.pm520:
369        add c++ support again
370        * preinstall.am: some fixes
371
3722007-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
373
374        * Makefile.am: Add startup/bspclean.c
375        * console/console.c: Remove warning.
376        * include/bsp.h: Add conditionals for prompt for reset and resetting
377        board.
378        * start/start.S: Remove if 1 around section.
379        * vectors/vectors_init.c: Do not print unless noisy init enabled.
380        * startup/bspclean.c: New file. Will prompt for reset and reset.
381
3822007-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
383
384        * clock/clock.c, console/console.c: Add clock HW initialization missed
385        in earlier conversion.
386
3872007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
388
389        * irq_init.c, Makefile.am: adapted to shared exception code
390
3912007-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
392
393        * clock/clock.c, network_5200/network.c: Convert to using clock driver
394        template.
395
3962007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
397
398        * startup/linkcmds.brs5l: Add missing wild card on .sdata section so
399        all class examples build.
400
4012007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
402
403        * clock/clock.c: Add nanoseconds since last tick support.
404
4052007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
406
407        Add Embedded Planets EP5200 which is the same as the Freescale
408        5200Lite (a.k.a. IceCube) evaluation board.
409        * Makefile.am: Add linkcmds.ep5200.
410        Add -DMPC5200_BAPI_LIBC_HEADERS to remove some warnings in bestcomm.
411        * preinstall.am: Add linkcmds.ep5200.
412        * clock/clock.c: Correct math for prescaler/counter when bus speed
413        is high enough to require multiple passes of loop.
414        * console/console.c: Use same math for initial baud rate as when it
415        is changed via ioctl.  When HAS_UBOOT is defined, initialize console
416        to the same baud as it was with U-Boot.
417        * include/bsp.h: Add EP5200 and console boot baud support.
418        * include/mpc5200.h: Spacing.
419        * startup/bspstart.c: If HAS_UBOOT and SHOW_MORE_INIT_SETTINGS are
420        both defined, dump the U-Boot BD info structure.
421        * vectors/vectors.S: ep5200 cannot use vectors segment.  When loading
422        it, U-Boot freezes.  Besides, U-Boot can automatically start the BSP
423        so we do not have to run from board reset.
424        * startup/linkcmds.ep5200: New file.
425
4262007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
427
428        * mscan/mscan.c: Use size_t for message sizes. Remove absurd type
429          cast.
430
4312007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
432
433        * bsp_specs: Remove qrtems_debug.
434
4352007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
436
437        * bsp_specs: Remove lib (Now expected to exist in GCC).
438
4392007-03-12      Joel Sherrill <joel@OARcorp.com>
440
441        * clock/clock.c, console/console.c, ide/pcmcia_ide.c, irq/irq.c,
442        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, nvram/nvram.c,
443        nvram/nvram.h, slicetimer/slicetimer.c, startup/bspstart.c,
444        vectors/vectors.h, vectors/vectors_init.c: Correct license URL and/or
445        fix mistake in copyright notice. Both of these mistakes appear to be
446        from code submitted after these changes were made previously.
447
4482007-03-11      Joel Sherrill <joel@OARcorp.com>
449
450        * startup/bspstart.c: Remove assignments of
451        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
452        value in boot_card.c
453
4542007-03-10      Joel Sherrill <joel@OARcorp.com>
455
456        PR 1227/bsps
457        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
458        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
459
4602007-01-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
461
462        * console/console.c: corrected typo in UART error handler (usage
463        * of ISR_PE instead of ISR_OE)
464       
4652006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
466
467        * bestcomm/load_task.c: Remove bogus casts.
468        * network_5200/network.c: Use ioctl_command_t as arg to ioctl functions.
469
4702006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
471
472        * configure.ac: New BUG-REPORT address.
473
4742006-11-15      Joel Sherrill <joel@OARcorp.com>
475
476        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
477        file and simplified initialization.
478
4792006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
480
481        * Makefile.am: Remove superfluous -DASM.
482
4832006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
484
485        * configure.ac: Require autoconf-2.60. Require automake-1.10.
486
4872006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
488
489        * clock/clock.c, console/console.c, ide/pcmcia_ide.c,
490        ide/pcmcia_ide.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
491        irq/irq_init.c, nvram/m93cxx.h, nvram/nvram.c, nvram/nvram.h,
492        slicetimer/slicetimer.c, start/start.S, startup/bspstart.c,
493        startup/cpuinit.c, vectors/vectors.S, vectors/vectors_init.c:
494        Convert to utf-8.
495
4962006-09-11      Joel Sherrill <joel@OARcorp.com>
497
498        * include/mpc5200.h, network_5200/network.c: Convert C++ style comments
499        to C style.
500
5012006-08-15      Joel Sherrill <joel@OARcorp.com>
502
503        * Makefile.am, preinstall.am, startup/linkcmds, startup/linkcmds.brs5l,
504        startup/linkcmds.pm520: Add support for missing .rela sections.
505        Install linkcmds.
506
5072006-08-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
508
509        * linkcmds.brs5l:
510        (PR1117) Add  startup/linkcmds.brs5l
511
5122006-06-28      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
513
514        * Makefile.am, preinstall.am:
515        (PR1117) Add  startup/linkcmds.brs5l, slicetimer.h, nvram.h
516        to distributed files, add start/start.S to startup sources
517
518        * bestcomm/bestcomm_glue.c:
519        (PR1117) make SDMA interrupt operations interrupt save
520       
521        * bsp_specs: (PR1117) move ecrti to proper location
522
523        * console/console.c: (PR1117) round baudrate divider to nearest match
524
525        * include/bsp.h: (PR1117) activate interrupt for ATA,
526        modify calculation of ROM size, add BSP_Convert_decrementer
527
528        * include/mpc5200.h: (PR1117) add some register definitions
529
530        * include/tm27.h:
531        (PR1117) adapt to make tm27 compile again with this BSP
532
533        * mscan/mscan.[ch]:
534        (PR1117) many improvements and fixes,
535        transmit queue added,
536        baud rate settings adapted
537
538        * network/network.c:
539        (PR1117) add handler code to detect and restart FEC on DMA overflow
540
541        * start/start.S:
542        (PR1117) fixed some typos and minor bugs
543        enable FPU in start sequence
544
545        * startup/linkcmds:
546        (PR1117) removed, no longer used
547       
548        * startup/linkcmds.brs5l:
549        (PR1117) added
550
551        * tod/pcf8563.c:
552        (PR1117) fixed bug which read wrong hour from RTC
553
5542006-03-08      Joel Sherrill <joel@OARcorp.com>
555
556        * startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.*
557        section.
558
5592006-02-08      Joel Sherrill <joel@OARcorp.com>
560
561        * startup/linkcmds, startup/linkcmds.pm520: Add sections required by
562        newer gcc versions.
563
5642006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
565
566        * configure.ac: Remove explicit ampolish3 support (now in
567        RTEMS_BSP_CONFIGURE).
568
5692006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
570
571        * configure.ac: Add ampolish3 support.
572        * Makefile.am: Add preinstall.am.
573
5742006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
575
576        * Makefile.am: Don't include subdirs.am.
577
5782006-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
579
580        * vectors/asm_utils.S: Remove (Bogus, now in libcpu).
581
5822006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
583
584        * bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h, clock/clock.c,
585        console/console.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
586        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
587        include/bsp.h, include/mpc5200.h, irq/irq.c, irq/irq.h,
588        irq/irq_asm.S, irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
589        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
590        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
591        start/start.S, startup/bspstart.c, startup/cpuinit.c, tod/pcf8563.c,
592        tod/pcf8563.h, tod/todcfg.c, vectors/vectors.S,
593        vectors/vectors_init.c: Cleanup CVS data.
594
5952005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
596
597        * irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
598        include <libcpu/raw_exceptions.h>.
599        * include/raw_exception.h, vectors/raw_exception.c: Remove.
600        Use implementation from libcpu instead.
601
6022005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
603
604        * bestcomm/bestcomm_glue.c, clock/clock.c, console/console.c,
605        i2c/i2c.c, i2c/i2cdrv.c, ide/idecfg.c, ide/pcmcia_ide.c,
606        ide/pcmcia_ide.h, include/i2c.h, irq/irq.c, irq/irq_init.c,
607        mscan/mscan.c, network_5200/network.c, nvram/nvram.c, nvram/nvram.h,
608        slicetimer/slicetimer.c, startup/bspstart.c, startup/cpuinit.c,
609        tod/todcfg.c, vectors/vectors_init.c: Misc include file fixes.
610
6112005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
612
613        * Makefile.am, README, bsp_specs, configure.ac,
614        bestcomm/bestcomm_api.c, bestcomm/bestcomm_api.h,
615        bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h,
616        bestcomm/bestcomm_priv.h, bestcomm/dma_image.c,
617        bestcomm/dma_image.capi.h, bestcomm/dma_image.h,
618        bestcomm/dma_image.reloc.c, bestcomm/load_task.c,
619        bestcomm/tasksetup_ata.c, bestcomm/tasksetup_bdtable.c,
620        bestcomm/tasksetup_crc16_dp_0.c, bestcomm/tasksetup_crc16_dp_1.c,
621        bestcomm/tasksetup_fec_rx_bd.c, bestcomm/tasksetup_fec_tx_bd.c,
622        bestcomm/tasksetup_gen_dp_0.c, bestcomm/tasksetup_gen_dp_1.c,
623        bestcomm/tasksetup_gen_dp_2.c, bestcomm/tasksetup_gen_dp_3.c,
624        bestcomm/tasksetup_gen_dp_bd_0.c, bestcomm/tasksetup_gen_dp_bd_1.c,
625        bestcomm/tasksetup_gen_rx_bd.c, bestcomm/tasksetup_gen_tx_bd.c,
626        bestcomm/tasksetup_lpc.c, bestcomm/tasksetup_pci_rx.c,
627        bestcomm/tasksetup_pci_tx.c, bestcomm/include/mgt5200/mgt5200.h,
628        bestcomm/include/mgt5200/sdma.h,
629        bestcomm/task_api/bestcomm_api_mem.h,
630        bestcomm/task_api/bestcomm_cntrl.h,
631        bestcomm/task_api/tasksetup_bdtable.h,
632        bestcomm/task_api/tasksetup_general.h, clock/clock.c,
633        console/console.c, i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
634        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
635        include/bsp.h, include/coverhd.h, include/i2c.h, include/i2cdrv.h,
636        include/mpc5200.h, include/raw_exception.h, include/tm27.h,
637        include/u-boot.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
638        irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
639        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
640        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
641        start/start.S, startup/bspstart.c, startup/cpuinit.c,
642        startup/linkcmds, startup/linkcmds.pm520, tod/pcf8563.c,
643        tod/pcf8563.h, tod/todcfg.c, vectors/asm_utils.S,
644        vectors/raw_exception.c, vectors/vectors.S, vectors/vectors.h,
645        vectors/vectors_init.c: New (CVS import submission by
646        Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>)
647
6482005-12-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
649
650        * Integrated gen5200 BSP to source tree
Note: See TracBrowser for help on using the repository browser.