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

4.104.114.84.95
Last change on this file since 1611e8ca was 1611e8ca, checked in by Joel Sherrill <joel.sherrill@…>, on 07/06/07 at 19:20:21

2007-07-06 Joel Sherrill <joel.sherrill@…>

  • clock/clock.c, console/console.c: Add clock HW initialization missed in earlier conversion.
  • Property mode set to 100644
File size: 9.6 KB
Line 
12007-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * clock/clock.c, console/console.c: Add clock HW initialization missed
4        in earlier conversion.
5
62007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
7
8        * irq_init.c, Makefile.am: adapted to shared exception code
9
102007-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * clock/clock.c, network_5200/network.c: Convert to using clock driver
13        template.
14
152007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * startup/linkcmds.brs5l: Add missing wild card on .sdata section so
18        all class examples build.
19
202007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * clock/clock.c: Add nanoseconds since last tick support.
23
242007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        Add Embedded Planets EP5200 which is the same as the Freescale
27        5200Lite (a.k.a. IceCube) evaluation board.
28        * Makefile.am: Add linkcmds.ep5200.
29        Add -DMPC5200_BAPI_LIBC_HEADERS to remove some warnings in bestcomm.
30        * preinstall.am: Add linkcmds.ep5200.
31        * clock/clock.c: Correct math for prescaler/counter when bus speed
32        is high enough to require multiple passes of loop.
33        * console/console.c: Use same math for initial baud rate as when it
34        is changed via ioctl.  When HAS_UBOOT is defined, initialize console
35        to the same baud as it was with U-Boot.
36        * include/bsp.h: Add EP5200 and console boot baud support.
37        * include/mpc5200.h: Spacing.
38        * startup/bspstart.c: If HAS_UBOOT and SHOW_MORE_INIT_SETTINGS are
39        both defined, dump the U-Boot BD info structure.
40        * vectors/vectors.S: ep5200 cannot use vectors segment.  When loading
41        it, U-Boot freezes.  Besides, U-Boot can automatically start the BSP
42        so we do not have to run from board reset.
43        * startup/linkcmds.ep5200: New file.
44
452007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * mscan/mscan.c: Use size_t for message sizes. Remove absurd type
48          cast.
49
502007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * bsp_specs: Remove qrtems_debug.
53
542007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * bsp_specs: Remove lib (Now expected to exist in GCC).
57
582007-03-12      Joel Sherrill <joel@OARcorp.com>
59
60        * clock/clock.c, console/console.c, ide/pcmcia_ide.c, irq/irq.c,
61        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, nvram/nvram.c,
62        nvram/nvram.h, slicetimer/slicetimer.c, startup/bspstart.c,
63        vectors/vectors.h, vectors/vectors_init.c: Correct license URL and/or
64        fix mistake in copyright notice. Both of these mistakes appear to be
65        from code submitted after these changes were made previously.
66
672007-03-11      Joel Sherrill <joel@OARcorp.com>
68
69        * startup/bspstart.c: Remove assignments of
70        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
71        value in boot_card.c
72
732007-03-10      Joel Sherrill <joel@OARcorp.com>
74
75        PR 1227/bsps
76        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
77        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
78
792007-01-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
80
81        * console/console.c: corrected typo in UART error handler (usage
82        * of ISR_PE instead of ISR_OE)
83       
842006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * bestcomm/load_task.c: Remove bogus casts.
87        * network_5200/network.c: Use ioctl_command_t as arg to ioctl functions.
88
892006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * configure.ac: New BUG-REPORT address.
92
932006-11-15      Joel Sherrill <joel@OARcorp.com>
94
95        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
96        file and simplified initialization.
97
982006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * Makefile.am: Remove superfluous -DASM.
101
1022006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * configure.ac: Require autoconf-2.60. Require automake-1.10.
105
1062006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * clock/clock.c, console/console.c, ide/pcmcia_ide.c,
109        ide/pcmcia_ide.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
110        irq/irq_init.c, nvram/m93cxx.h, nvram/nvram.c, nvram/nvram.h,
111        slicetimer/slicetimer.c, start/start.S, startup/bspstart.c,
112        startup/cpuinit.c, vectors/vectors.S, vectors/vectors_init.c:
113        Convert to utf-8.
114
1152006-09-11      Joel Sherrill <joel@OARcorp.com>
116
117        * include/mpc5200.h, network_5200/network.c: Convert C++ style comments
118        to C style.
119
1202006-08-15      Joel Sherrill <joel@OARcorp.com>
121
122        * Makefile.am, preinstall.am, startup/linkcmds, startup/linkcmds.brs5l,
123        startup/linkcmds.pm520: Add support for missing .rela sections.
124        Install linkcmds.
125
1262006-08-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
127
128        * linkcmds.brs5l:
129        (PR1117) Add  startup/linkcmds.brs5l
130
1312006-06-28      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
132
133        * Makefile.am, preinstall.am:
134        (PR1117) Add  startup/linkcmds.brs5l, slicetimer.h, nvram.h
135        to distributed files, add start/start.S to startup sources
136
137        * bestcomm/bestcomm_glue.c:
138        (PR1117) make SDMA interrupt operations interrupt save
139       
140        * bsp_specs: (PR1117) move ecrti to proper location
141
142        * console/console.c: (PR1117) round baudrate divider to nearest match
143
144        * include/bsp.h: (PR1117) activate interrupt for ATA,
145        modify calculation of ROM size, add BSP_Convert_decrementer
146
147        * include/mpc5200.h: (PR1117) add some register definitions
148
149        * include/tm27.h:
150        (PR1117) adapt to make tm27 compile again with this BSP
151
152        * mscan/mscan.[ch]:
153        (PR1117) many improvements and fixes,
154        transmit queue added,
155        baud rate settings adapted
156
157        * network/network.c:
158        (PR1117) add handler code to detect and restart FEC on DMA overflow
159
160        * start/start.S:
161        (PR1117) fixed some typos and minor bugs
162        enable FPU in start sequence
163
164        * startup/linkcmds:
165        (PR1117) removed, no longer used
166       
167        * startup/linkcmds.brs5l:
168        (PR1117) added
169
170        * tod/pcf8563.c:
171        (PR1117) fixed bug which read wrong hour from RTC
172
1732006-03-08      Joel Sherrill <joel@OARcorp.com>
174
175        * startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.*
176        section.
177
1782006-02-08      Joel Sherrill <joel@OARcorp.com>
179
180        * startup/linkcmds, startup/linkcmds.pm520: Add sections required by
181        newer gcc versions.
182
1832006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * configure.ac: Remove explicit ampolish3 support (now in
186        RTEMS_BSP_CONFIGURE).
187
1882006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * configure.ac: Add ampolish3 support.
191        * Makefile.am: Add preinstall.am.
192
1932006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
194
195        * Makefile.am: Don't include subdirs.am.
196
1972006-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
198
199        * vectors/asm_utils.S: Remove (Bogus, now in libcpu).
200
2012006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h, clock/clock.c,
204        console/console.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
205        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
206        include/bsp.h, include/mpc5200.h, irq/irq.c, irq/irq.h,
207        irq/irq_asm.S, irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
208        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
209        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
210        start/start.S, startup/bspstart.c, startup/cpuinit.c, tod/pcf8563.c,
211        tod/pcf8563.h, tod/todcfg.c, vectors/vectors.S,
212        vectors/vectors_init.c: Cleanup CVS data.
213
2142005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
217        include <libcpu/raw_exceptions.h>.
218        * include/raw_exception.h, vectors/raw_exception.c: Remove.
219        Use implementation from libcpu instead.
220
2212005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
222
223        * bestcomm/bestcomm_glue.c, clock/clock.c, console/console.c,
224        i2c/i2c.c, i2c/i2cdrv.c, ide/idecfg.c, ide/pcmcia_ide.c,
225        ide/pcmcia_ide.h, include/i2c.h, irq/irq.c, irq/irq_init.c,
226        mscan/mscan.c, network_5200/network.c, nvram/nvram.c, nvram/nvram.h,
227        slicetimer/slicetimer.c, startup/bspstart.c, startup/cpuinit.c,
228        tod/todcfg.c, vectors/vectors_init.c: Misc include file fixes.
229
2302005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * Makefile.am, README, bsp_specs, configure.ac,
233        bestcomm/bestcomm_api.c, bestcomm/bestcomm_api.h,
234        bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h,
235        bestcomm/bestcomm_priv.h, bestcomm/dma_image.c,
236        bestcomm/dma_image.capi.h, bestcomm/dma_image.h,
237        bestcomm/dma_image.reloc.c, bestcomm/load_task.c,
238        bestcomm/tasksetup_ata.c, bestcomm/tasksetup_bdtable.c,
239        bestcomm/tasksetup_crc16_dp_0.c, bestcomm/tasksetup_crc16_dp_1.c,
240        bestcomm/tasksetup_fec_rx_bd.c, bestcomm/tasksetup_fec_tx_bd.c,
241        bestcomm/tasksetup_gen_dp_0.c, bestcomm/tasksetup_gen_dp_1.c,
242        bestcomm/tasksetup_gen_dp_2.c, bestcomm/tasksetup_gen_dp_3.c,
243        bestcomm/tasksetup_gen_dp_bd_0.c, bestcomm/tasksetup_gen_dp_bd_1.c,
244        bestcomm/tasksetup_gen_rx_bd.c, bestcomm/tasksetup_gen_tx_bd.c,
245        bestcomm/tasksetup_lpc.c, bestcomm/tasksetup_pci_rx.c,
246        bestcomm/tasksetup_pci_tx.c, bestcomm/include/mgt5200/mgt5200.h,
247        bestcomm/include/mgt5200/sdma.h,
248        bestcomm/task_api/bestcomm_api_mem.h,
249        bestcomm/task_api/bestcomm_cntrl.h,
250        bestcomm/task_api/tasksetup_bdtable.h,
251        bestcomm/task_api/tasksetup_general.h, clock/clock.c,
252        console/console.c, i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
253        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
254        include/bsp.h, include/coverhd.h, include/i2c.h, include/i2cdrv.h,
255        include/mpc5200.h, include/raw_exception.h, include/tm27.h,
256        include/u-boot.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
257        irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
258        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
259        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
260        start/start.S, startup/bspstart.c, startup/cpuinit.c,
261        startup/linkcmds, startup/linkcmds.pm520, tod/pcf8563.c,
262        tod/pcf8563.h, tod/todcfg.c, vectors/asm_utils.S,
263        vectors/raw_exception.c, vectors/vectors.S, vectors/vectors.h,
264        vectors/vectors_init.c: New (CVS import submission by
265        Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>)
266
2672005-12-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
268
269        * Integrated gen5200 BSP to source tree
Note: See TracBrowser for help on using the repository browser.