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

4.104.114.95
Last change on this file since bcf21861 was bcf21861, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/08/08 at 22:44:35

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

  • i2c/i2c.c: Remove rtems_boolean having crept in again.
  • Property mode set to 100644
File size: 21.3 KB
RevLine 
[bcf21861]12008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * i2c/i2c.c: Remove rtems_boolean having crept in again.
4
[4a260f0]52008-09-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
6
7        * include/mscan-base.h: Added bit timing macros.
8
92008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
10
11        * i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c, i2c/mpc5200mbus.h,
12        include/i2c.h:
13        converted done_arg to a void pointer
14       
[bfaf852]152008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * bestcomm/bestcomm_glue.c, ide/pcmcia_ide.c, tod/todcfg.c:
18        Convert to "bool".
19
[94130db]202008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * i2c/i2c.c, i2c/i2cdrv.c: Convert to "bool".
23
[9a49a96]242008-09-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
25
26        * include/mscan-base.h, mscan/mscan-base.c, mscan/mscan.c,
27        mscan/mscan_int.h: Improved parameter checks for bit rate function.
28
[6c45275a]292008-09-03      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * Makefile.am, bestcomm/load_task.c,
32        bestcomm/task_api/tasksetup_general.h: Eliminate requirement to build
33        bestcomm as a relocatable lump. This should reduce the minimum
34        footprint considerably.
35
[d8b2e89c]362008-09-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
37
38        * irq/irq.h, irq/irq_asm.h, irq/irq_init.c, vectors/vectors.S,
39        vectors/vectors.h, vectors/vectors_init.c: Removed files.
40
41        * include/irq-config.h, include/irq.h, include/mscan-base.h,
42        mscan/mscan-base.c, startup/linkcmds.base: New files.
43
44        * mscan/mscan.c, mscan/mscan_int.h: Moved general MSCAN functions into
45        separate header and source files (include/mscan-base.h and
46        mscan/mscan-base.c).  Formatted code.
47
48        * bestcomm/bestcomm_glue.c, bestcomm/load_task.c, clock/clock.c,
49        console/console.c, i2c/mpc5200mbus.c, ide/idecfg.c, ide/pcmcia_ide.c,
50        include/bsp.h, irq/irq.c, network_5200/network.c,
51        slicetimer/slicetimer.c, start/start.S, startup/bspclean.c,
52        startup/bspstart.c, startup/cpuinit.c: Converted to use shared
53        exception and interrupt code.
54
55        * startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube,
56        startup/linkcmds.pm520: Changed to include new file
57        startup/linkcmds.base.  Supports small data area now.
58
59        * configure.ac, Makefile.am, bsp_specs, preinstall.am: Update.
60
[22c0e4d]612008-08-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
62
63        * startup/cpuinit.h: Uses now powerpc-utility.h.  Changed invalid usage
64        of a boolean type to a proper integer type in calc_dbat_regvals().
65
[520b092]662008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * clock/clock.c, irq/irq_init.c, vectors/vectors.h,
69        vectors/vectors_init.c: Add missing prototypes.
70
[aa058378]712008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
72
73        * start/start.S: Clear environment pointer for bootcard.
74
[bafe97f4]752008-07-29      Chris Johns <chrisj@rtems.org>
76
77        * ide/pcmcia_ide.c: Updated to the libblock changes.
78
[6e2fcea]792008-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * Makefile.am, include/bsp.h: Add bsp_uboot_getenv() to obtain U-Boot
82        environment variables.
83        * startup/uboot_support.c: New file.
84
[913b3a27]852008-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * irq/irq.c: Add units.
88
[6826a4c]892008-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * include/bsp.h, irq/irq.c, irq/irq_init.c, startup/bspclean.c,
92        startup/bspstart.c: Slightly better names for IRQ benchmarking. Make
93        sure the routines are present all the time.
94
[07edbef5]952008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * console/console.c: Remove explicit switch and call
98        termios_baud_to_number().
99
[aefbb57]1002008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * console/console.c: Properly inform termios of our initial baud rate.
103        If it is not the default, this causes problems when an application
104        changes any termios attributes since termios thinks our baud rate is
105        one thing when in fact, it is another.
106
[dde1fedb]1072008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
110        Framework to ask the BSP where it has memory for the RTEMS Workspace
111        and C Program Heap. These collectively are referred to as work area.
112        If the BSP supports this, then it does not have to include code to
113        split the available memory between the two areas. This reduces the
114        amount of code in the BSP specific bspstart.c file. Additionally, the
115        shared framework can initialize the C Library, call
116        rtems_debug_enable(), and dirty the work area memory. Until most/all
117        BSPs support this new capability, if the BSP supports this, it should
118        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
119        When the transition is complete, this autoconf macro can be removed.
120
[1d0ee80e]1212008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * Makefile.am: Rework to avoid .rel files.
124
[6ea100c1]1252008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * startup/bspstart.c: Refactored and renamed initialization routines to
128        rtems_initialize_data_structures, rtems_initialize_before_drivers,
129        rtems_initialize_device_drivers, and
130        rtems_initialize_start_multitasking. This opened the sequence up so
131        that bootcard() could provide a more robust and flexible framework
132        which is easier to explain and understand. This also lays the
133        groundwork for sharing the division of available memory between the
134        RTEMS workspace and heap and the C library initialization across all
135        BSPs.
136
[a557bdf6]1372008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube,
140        startup/linkcmds.pm520: Add wildcard to gcc_except_table section so
141        programs compiled with gcc 4.3.x can link.
142
[eabd9f0]1432008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * configure.ac, irq/irq.c, startup/bspclean.c, startup/bspstart.c: Add
146        ALLOW_IRQ_NESTING option. The MPC5200 has a settle time after
147        acknowledging the IRQs and currently the BSP does not account for
148        that. After acknowledging an interrupt, it currently gets a second
149        spurious IRQ a significant percentage of the time. Rename to
150        BENCHMARK_IRQ_PROCESSING and get it working again. Under one test
151        load, not nesting interrupts resulted in a 50% reduction in the
152        number of IRQs and an ~30% reduction in time spent in IRQs.
153
[02c54f5]1542007-12-18      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * startup/linkcmds: Spacing.
157        * startup/linkcmds.brs5l: Add wildcard to .bss section.
158
[09038441]1592007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
160
161        * irq/irq.c, startup/bspclean.c, startup/bspstart.c: I give. The code
162        is now in conditionally so I can avoid putting it in accidently
163        again.
164
[cf24038]165        * startup/bspclean.c: Revert patch with test code.
166
[94beb19]1672007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * irq/irq.c: Revert accidentally committed test code.
170
[5023c874]1712007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * bsp_specs, clock/clock.c, include/bsp.h, irq/irq.c,
174        startup/bspclean.c, startup/bspstart.c: Eliminate copies of the
175        Configuration Table. Use the RTEMS provided accessor macros to obtain
176        configuration fields.
177
[68fc9e8]1782007-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        * include/mpc5200.h: Expand tabs.
181
[af99a743]1822007-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
183
184        * include/bsp.h: Correct BSP specific Idle thread support.
185
[586c15a5]1862007-12-05      Till Straumann <strauman@slac.stanford.edu>
187
188        * irq/irq_init.c, irq_asm.S:
189        Converted exception vector names to new ones
190        (qualified by <cpu_type> if non-std ppc exceptions).
191
[cafa2c5]1922007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
195        Configuration Table. Eliminate CPU Table from all ports. Delete
196        references to CPU Table in all forms.
197
[e034b46]1982007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
199
200        * clock/clock.c: Fix typo.
201
[b75378ab]2022007-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * irq/irq.c: Spacing.
205
[faf168f]2062007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
207
208        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
209        the Configuration Table. This included pretasking_hook,
210        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
211        extra_mpci_receive_server_stack, stack_allocate_hook, and
212        stack_free_hook. As a side-effect of this effort some multiprocessing
213        code was made conditional and some style clean up occurred.
214
[d8eb6c7]2152007-11-30      Till Straumann <strauman@slac.stanford.edu>
216
217        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
218
[a045c9d]2192007-11-30      Till Straumann <strauman@slac.stanford.edu>
220
221        * irq/irq.h, irq/irq_init.c: Removed the definition
222        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
223        initialize the irqBase member of the rtems_irq_global_settings
224        struct. However, irqBase is an rtems_irq_symbolic_name,
225        so using BSP_LOWEST_OFFSET is more appropriate.
226
[62577f9]2272007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
228
229        * clock/clock.c, startup/bspstart.c: Eliminate PowerPC specific
230        elements from the CPU Table. They have been replaced with variables
231        named bsp_XXX as needed.
232
[fa4e67c]2332007-10-31      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * include/mpc5200.h: Fix typo.
236
[f81b295]2372007-10-30      Joel Sherrill <joel.sherrill@oarcorp.com>
238
239        * include/mpc5200.h: Fix constants off by one nibble.
240
[b83b754e]2412007-10-30      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * include/mpc5200.h: Added some simple interrupt GPIO constants.
244
[327b0020]2452007-10-26      Joel Sherrill <joel.sherrill@oarcorp.com>
246
247        * irq/irq.h: Fixed typos.
248
[fe5ecbb]2492007-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
250
251        * network_5200/network.c: Add multicast support.
252
[ec1d0b9d]2532007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
254
255        PR 1257/bsps
256        * irq/irq.c: Code outside of cpukit should use the public API for
257        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
258        public API and directly accessing _CPU_ISR_Disable and
259        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
260        directive which could lead to problems. This patch also changes the
261        type of the variable passed into these routines and addresses minor
262        style issues.
263
[9773493]2642007-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
265
266        * irq/irq.h: Reformat -- make things line up.
267
[af3d092]2682007-08-28      Joel Sherrill <joel.sherrill@oarcorp.com>
269
270        * console/console.c: Add missing semi-colon.
271
[1abae10]2722007-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
273
274        * Makefile.am, README.IceCube, preinstall.am, include/bsp.h,
275        vectors/vectors.S: Rename EP5200 to IceCube since that is the
276        nickname for the Freescale evaluation board it is based upon. BSP was
277        tested on a Freescale MPC5200LITE.
278
[403fe9a]2792007-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
280
281        * ide/pcmcia_ide.c: Added prototype of mpc5200_pcmciaide_dma_blockop to
282        eliminate warning.
283
[65762c81]2842007-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
285
286        * Makefile.am: Add shared ShowBATS().
287        * startup/cpuinit.c: Split out BAT initialization into subroutine
288        that is defined based upon conditionals set.  More critically
289        added code to detect and correct for a buggy U-Boot found on
290        some Freescale LITE5200B boards which report Flash memory to
291        be for 32MB at 0xFF000000 instead of 0xFE000000.  If we use
292        the reported information, the system gives an exception just
293        after the BAT is programmed.
294        * vectors/vectors_init.c: Turn off message unless verbose is on.
295
[ead311b]2962007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
297
298        * Makefile.am, vectors/vectors_init.c: Print stack trace on exception.
299
[9190d236]3002007-07-12      Joel Sherrill <joel.sherrill@OARcorp.com>
301
302        * startup/linkcmds.brs5l: Add .jcr section.
303
[68b9f58]3042007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
305
306        * README.IceCube: New file.
307
[0e1a67e7]3082007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * console/console.c: Fix typo accidentally introduced.
311        * network_5200/network.c: Fix warning.
312
[48593d7]3132007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
314
315        * startup/linkcmds.ep5200: Add .jcr section.
316
[29e86b62]3172007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
318
[6c053cb]319        * bsp_specs, startup/linkcmds, startup/linkcmds.pm520:
320        add c++ support again
[29e86b62]321        * preinstall.am: some fixes
322
[0a029a5]3232007-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
324
325        * Makefile.am: Add startup/bspclean.c
326        * console/console.c: Remove warning.
327        * include/bsp.h: Add conditionals for prompt for reset and resetting
328        board.
329        * start/start.S: Remove if 1 around section.
330        * vectors/vectors_init.c: Do not print unless noisy init enabled.
331        * startup/bspclean.c: New file. Will prompt for reset and reset.
332
[1611e8ca]3332007-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
334
335        * clock/clock.c, console/console.c: Add clock HW initialization missed
336        in earlier conversion.
337
[78f96ab]3382007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
339
340        * irq_init.c, Makefile.am: adapted to shared exception code
341
[b16f38a]3422007-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
343
344        * clock/clock.c, network_5200/network.c: Convert to using clock driver
345        template.
346
[6f2208f]3472007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
348
349        * startup/linkcmds.brs5l: Add missing wild card on .sdata section so
350        all class examples build.
351
[31fe820]3522007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
353
354        * clock/clock.c: Add nanoseconds since last tick support.
355
[7da3405]3562007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
357
358        Add Embedded Planets EP5200 which is the same as the Freescale
359        5200Lite (a.k.a. IceCube) evaluation board.
360        * Makefile.am: Add linkcmds.ep5200.
361        Add -DMPC5200_BAPI_LIBC_HEADERS to remove some warnings in bestcomm.
362        * preinstall.am: Add linkcmds.ep5200.
363        * clock/clock.c: Correct math for prescaler/counter when bus speed
364        is high enough to require multiple passes of loop.
365        * console/console.c: Use same math for initial baud rate as when it
366        is changed via ioctl.  When HAS_UBOOT is defined, initialize console
367        to the same baud as it was with U-Boot.
368        * include/bsp.h: Add EP5200 and console boot baud support.
369        * include/mpc5200.h: Spacing.
370        * startup/bspstart.c: If HAS_UBOOT and SHOW_MORE_INIT_SETTINGS are
371        both defined, dump the U-Boot BD info structure.
372        * vectors/vectors.S: ep5200 cannot use vectors segment.  When loading
373        it, U-Boot freezes.  Besides, U-Boot can automatically start the BSP
374        so we do not have to run from board reset.
375        * startup/linkcmds.ep5200: New file.
376
[db280d23]3772007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
378
379        * mscan/mscan.c: Use size_t for message sizes. Remove absurd type
380          cast.
381
[2679eb9d]3822007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
383
384        * bsp_specs: Remove qrtems_debug.
385
[35439f37]3862007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
387
388        * bsp_specs: Remove lib (Now expected to exist in GCC).
389
[c90d07c]3902007-03-12      Joel Sherrill <joel@OARcorp.com>
391
392        * clock/clock.c, console/console.c, ide/pcmcia_ide.c, irq/irq.c,
393        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, nvram/nvram.c,
394        nvram/nvram.h, slicetimer/slicetimer.c, startup/bspstart.c,
395        vectors/vectors.h, vectors/vectors_init.c: Correct license URL and/or
396        fix mistake in copyright notice. Both of these mistakes appear to be
397        from code submitted after these changes were made previously.
398
[3f0cfc56]3992007-03-11      Joel Sherrill <joel@OARcorp.com>
400
401        * startup/bspstart.c: Remove assignments of
402        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
403        value in boot_card.c
404
[5d3d6d1a]4052007-03-10      Joel Sherrill <joel@OARcorp.com>
406
407        PR 1227/bsps
408        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
409        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
410
[565a65e5]4112007-01-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
412
413        * console/console.c: corrected typo in UART error handler (usage
414        * of ISR_PE instead of ISR_OE)
415       
[038e9fb9]4162006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
417
[b6ffe83]418        * bestcomm/load_task.c: Remove bogus casts.
[038e9fb9]419        * network_5200/network.c: Use ioctl_command_t as arg to ioctl functions.
420
[fcb0cd46]4212006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
422
423        * configure.ac: New BUG-REPORT address.
424
[aa4369c]4252006-11-15      Joel Sherrill <joel@OARcorp.com>
426
427        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
428        file and simplified initialization.
429
[57357d9]4302006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
431
432        * Makefile.am: Remove superfluous -DASM.
433
[754610f]4342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
435
436        * configure.ac: Require autoconf-2.60. Require automake-1.10.
437
[2c278a4]4382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
439
440        * clock/clock.c, console/console.c, ide/pcmcia_ide.c,
441        ide/pcmcia_ide.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
442        irq/irq_init.c, nvram/m93cxx.h, nvram/nvram.c, nvram/nvram.h,
443        slicetimer/slicetimer.c, start/start.S, startup/bspstart.c,
444        startup/cpuinit.c, vectors/vectors.S, vectors/vectors_init.c:
445        Convert to utf-8.
446
[c5feb602]4472006-09-11      Joel Sherrill <joel@OARcorp.com>
448
449        * include/mpc5200.h, network_5200/network.c: Convert C++ style comments
450        to C style.
451
[0f8eaed1]4522006-08-15      Joel Sherrill <joel@OARcorp.com>
453
454        * Makefile.am, preinstall.am, startup/linkcmds, startup/linkcmds.brs5l,
455        startup/linkcmds.pm520: Add support for missing .rela sections.
456        Install linkcmds.
457
[73a312d7]4582006-08-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
459
460        * linkcmds.brs5l:
461        (PR1117) Add  startup/linkcmds.brs5l
462
[8eb78a20]4632006-06-28      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
464
465        * Makefile.am, preinstall.am:
466        (PR1117) Add  startup/linkcmds.brs5l, slicetimer.h, nvram.h
467        to distributed files, add start/start.S to startup sources
468
469        * bestcomm/bestcomm_glue.c:
470        (PR1117) make SDMA interrupt operations interrupt save
471       
472        * bsp_specs: (PR1117) move ecrti to proper location
473
474        * console/console.c: (PR1117) round baudrate divider to nearest match
475
476        * include/bsp.h: (PR1117) activate interrupt for ATA,
477        modify calculation of ROM size, add BSP_Convert_decrementer
478
479        * include/mpc5200.h: (PR1117) add some register definitions
480
481        * include/tm27.h:
482        (PR1117) adapt to make tm27 compile again with this BSP
483
484        * mscan/mscan.[ch]:
485        (PR1117) many improvements and fixes,
486        transmit queue added,
487        baud rate settings adapted
488
489        * network/network.c:
490        (PR1117) add handler code to detect and restart FEC on DMA overflow
491
492        * start/start.S:
493        (PR1117) fixed some typos and minor bugs
494        enable FPU in start sequence
495
496        * startup/linkcmds:
497        (PR1117) removed, no longer used
498       
499        * startup/linkcmds.brs5l:
500        (PR1117) added
501
502        * tod/pcf8563.c:
503        (PR1117) fixed bug which read wrong hour from RTC
504
[c8e821cd]5052006-03-08      Joel Sherrill <joel@OARcorp.com>
506
507        * startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.*
508        section.
509
[9a7474b]5102006-02-08      Joel Sherrill <joel@OARcorp.com>
511
512        * startup/linkcmds, startup/linkcmds.pm520: Add sections required by
513        newer gcc versions.
514
[73733dc]5152006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
516
517        * configure.ac: Remove explicit ampolish3 support (now in
518        RTEMS_BSP_CONFIGURE).
519
[7cc4f59]5202006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
521
522        * configure.ac: Add ampolish3 support.
523        * Makefile.am: Add preinstall.am.
524
[ea63b37]5252006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
526
527        * Makefile.am: Don't include subdirs.am.
528
[e044403]5292006-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
530
531        * vectors/asm_utils.S: Remove (Bogus, now in libcpu).
532
[4e498120]5332006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
534
535        * bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h, clock/clock.c,
536        console/console.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
537        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
538        include/bsp.h, include/mpc5200.h, irq/irq.c, irq/irq.h,
539        irq/irq_asm.S, irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
540        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
541        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
542        start/start.S, startup/bspstart.c, startup/cpuinit.c, tod/pcf8563.c,
543        tod/pcf8563.h, tod/todcfg.c, vectors/vectors.S,
544        vectors/vectors_init.c: Cleanup CVS data.
545
[951ca73]5462005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
547
[56ceb5f]548        * irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
549        include <libcpu/raw_exceptions.h>.
[951ca73]550        * include/raw_exception.h, vectors/raw_exception.c: Remove.
551        Use implementation from libcpu instead.
552
[7b41527]5532005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
554
555        * bestcomm/bestcomm_glue.c, clock/clock.c, console/console.c,
556        i2c/i2c.c, i2c/i2cdrv.c, ide/idecfg.c, ide/pcmcia_ide.c,
557        ide/pcmcia_ide.h, include/i2c.h, irq/irq.c, irq/irq_init.c,
558        mscan/mscan.c, network_5200/network.c, nvram/nvram.c, nvram/nvram.h,
559        slicetimer/slicetimer.c, startup/bspstart.c, startup/cpuinit.c,
560        tod/todcfg.c, vectors/vectors_init.c: Misc include file fixes.
561
[ca680bc5]5622005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
563
564        * Makefile.am, README, bsp_specs, configure.ac,
565        bestcomm/bestcomm_api.c, bestcomm/bestcomm_api.h,
566        bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h,
567        bestcomm/bestcomm_priv.h, bestcomm/dma_image.c,
568        bestcomm/dma_image.capi.h, bestcomm/dma_image.h,
569        bestcomm/dma_image.reloc.c, bestcomm/load_task.c,
570        bestcomm/tasksetup_ata.c, bestcomm/tasksetup_bdtable.c,
571        bestcomm/tasksetup_crc16_dp_0.c, bestcomm/tasksetup_crc16_dp_1.c,
572        bestcomm/tasksetup_fec_rx_bd.c, bestcomm/tasksetup_fec_tx_bd.c,
573        bestcomm/tasksetup_gen_dp_0.c, bestcomm/tasksetup_gen_dp_1.c,
574        bestcomm/tasksetup_gen_dp_2.c, bestcomm/tasksetup_gen_dp_3.c,
575        bestcomm/tasksetup_gen_dp_bd_0.c, bestcomm/tasksetup_gen_dp_bd_1.c,
576        bestcomm/tasksetup_gen_rx_bd.c, bestcomm/tasksetup_gen_tx_bd.c,
577        bestcomm/tasksetup_lpc.c, bestcomm/tasksetup_pci_rx.c,
578        bestcomm/tasksetup_pci_tx.c, bestcomm/include/mgt5200/mgt5200.h,
579        bestcomm/include/mgt5200/sdma.h,
580        bestcomm/task_api/bestcomm_api_mem.h,
581        bestcomm/task_api/bestcomm_cntrl.h,
582        bestcomm/task_api/tasksetup_bdtable.h,
583        bestcomm/task_api/tasksetup_general.h, clock/clock.c,
584        console/console.c, i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
585        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
586        include/bsp.h, include/coverhd.h, include/i2c.h, include/i2cdrv.h,
587        include/mpc5200.h, include/raw_exception.h, include/tm27.h,
588        include/u-boot.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
589        irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
590        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
591        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
592        start/start.S, startup/bspstart.c, startup/cpuinit.c,
593        startup/linkcmds, startup/linkcmds.pm520, tod/pcf8563.c,
594        tod/pcf8563.h, tod/todcfg.c, vectors/asm_utils.S,
595        vectors/raw_exception.c, vectors/vectors.S, vectors/vectors.h,
596        vectors/vectors_init.c: New (CVS import submission by
597        Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>)
598
5992005-12-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
600
601        * Integrated gen5200 BSP to source tree
Note: See TracBrowser for help on using the repository browser.