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

4.104.114.84.95
Last change on this file since 884e4bc was 6c053cb, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/10/07 at 21:02:30

fixed some c++ problems

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