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

4.104.114.84.95
Last change on this file since 29e86b62 was 29e86b62, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/10/07 at 19:34:05

added c++ support

  • Property mode set to 100644
File size: 10.1 KB
RevLine 
[29e86b62]12007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * bsp_specs, startup/linkcmds: add c++ support again
4        * preinstall.am: some fixes
5
[0a029a5]62007-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * Makefile.am: Add startup/bspclean.c
9        * console/console.c: Remove warning.
10        * include/bsp.h: Add conditionals for prompt for reset and resetting
11        board.
12        * start/start.S: Remove if 1 around section.
13        * vectors/vectors_init.c: Do not print unless noisy init enabled.
14        * startup/bspclean.c: New file. Will prompt for reset and reset.
15
[1611e8ca]162007-07-06      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * clock/clock.c, console/console.c: Add clock HW initialization missed
19        in earlier conversion.
20
[78f96ab]212007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
22
23        * irq_init.c, Makefile.am: adapted to shared exception code
24
[b16f38a]252007-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * clock/clock.c, network_5200/network.c: Convert to using clock driver
28        template.
29
[6f2208f]302007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * startup/linkcmds.brs5l: Add missing wild card on .sdata section so
33        all class examples build.
34
[31fe820]352007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * clock/clock.c: Add nanoseconds since last tick support.
38
[7da3405]392007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        Add Embedded Planets EP5200 which is the same as the Freescale
42        5200Lite (a.k.a. IceCube) evaluation board.
43        * Makefile.am: Add linkcmds.ep5200.
44        Add -DMPC5200_BAPI_LIBC_HEADERS to remove some warnings in bestcomm.
45        * preinstall.am: Add linkcmds.ep5200.
46        * clock/clock.c: Correct math for prescaler/counter when bus speed
47        is high enough to require multiple passes of loop.
48        * console/console.c: Use same math for initial baud rate as when it
49        is changed via ioctl.  When HAS_UBOOT is defined, initialize console
50        to the same baud as it was with U-Boot.
51        * include/bsp.h: Add EP5200 and console boot baud support.
52        * include/mpc5200.h: Spacing.
53        * startup/bspstart.c: If HAS_UBOOT and SHOW_MORE_INIT_SETTINGS are
54        both defined, dump the U-Boot BD info structure.
55        * vectors/vectors.S: ep5200 cannot use vectors segment.  When loading
56        it, U-Boot freezes.  Besides, U-Boot can automatically start the BSP
57        so we do not have to run from board reset.
58        * startup/linkcmds.ep5200: New file.
59
[db280d23]602007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * mscan/mscan.c: Use size_t for message sizes. Remove absurd type
63          cast.
64
[2679eb9d]652007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * bsp_specs: Remove qrtems_debug.
68
[35439f37]692007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * bsp_specs: Remove lib (Now expected to exist in GCC).
72
[c90d07c]732007-03-12      Joel Sherrill <joel@OARcorp.com>
74
75        * clock/clock.c, console/console.c, ide/pcmcia_ide.c, irq/irq.c,
76        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, nvram/nvram.c,
77        nvram/nvram.h, slicetimer/slicetimer.c, startup/bspstart.c,
78        vectors/vectors.h, vectors/vectors_init.c: Correct license URL and/or
79        fix mistake in copyright notice. Both of these mistakes appear to be
80        from code submitted after these changes were made previously.
81
[3f0cfc56]822007-03-11      Joel Sherrill <joel@OARcorp.com>
83
84        * startup/bspstart.c: Remove assignments of
85        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
86        value in boot_card.c
87
[5d3d6d1a]882007-03-10      Joel Sherrill <joel@OARcorp.com>
89
90        PR 1227/bsps
91        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
92        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
93
[565a65e5]942007-01-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
95
96        * console/console.c: corrected typo in UART error handler (usage
97        * of ISR_PE instead of ISR_OE)
98       
[038e9fb9]992006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
100
[b6ffe83]101        * bestcomm/load_task.c: Remove bogus casts.
[038e9fb9]102        * network_5200/network.c: Use ioctl_command_t as arg to ioctl functions.
103
[fcb0cd46]1042006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * configure.ac: New BUG-REPORT address.
107
[aa4369c]1082006-11-15      Joel Sherrill <joel@OARcorp.com>
109
110        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
111        file and simplified initialization.
112
[57357d9]1132006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * Makefile.am: Remove superfluous -DASM.
116
[754610f]1172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * configure.ac: Require autoconf-2.60. Require automake-1.10.
120
[2c278a4]1212006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * clock/clock.c, console/console.c, ide/pcmcia_ide.c,
124        ide/pcmcia_ide.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
125        irq/irq_init.c, nvram/m93cxx.h, nvram/nvram.c, nvram/nvram.h,
126        slicetimer/slicetimer.c, start/start.S, startup/bspstart.c,
127        startup/cpuinit.c, vectors/vectors.S, vectors/vectors_init.c:
128        Convert to utf-8.
129
[c5feb602]1302006-09-11      Joel Sherrill <joel@OARcorp.com>
131
132        * include/mpc5200.h, network_5200/network.c: Convert C++ style comments
133        to C style.
134
[0f8eaed1]1352006-08-15      Joel Sherrill <joel@OARcorp.com>
136
137        * Makefile.am, preinstall.am, startup/linkcmds, startup/linkcmds.brs5l,
138        startup/linkcmds.pm520: Add support for missing .rela sections.
139        Install linkcmds.
140
[73a312d7]1412006-08-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
142
143        * linkcmds.brs5l:
144        (PR1117) Add  startup/linkcmds.brs5l
145
[8eb78a20]1462006-06-28      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
147
148        * Makefile.am, preinstall.am:
149        (PR1117) Add  startup/linkcmds.brs5l, slicetimer.h, nvram.h
150        to distributed files, add start/start.S to startup sources
151
152        * bestcomm/bestcomm_glue.c:
153        (PR1117) make SDMA interrupt operations interrupt save
154       
155        * bsp_specs: (PR1117) move ecrti to proper location
156
157        * console/console.c: (PR1117) round baudrate divider to nearest match
158
159        * include/bsp.h: (PR1117) activate interrupt for ATA,
160        modify calculation of ROM size, add BSP_Convert_decrementer
161
162        * include/mpc5200.h: (PR1117) add some register definitions
163
164        * include/tm27.h:
165        (PR1117) adapt to make tm27 compile again with this BSP
166
167        * mscan/mscan.[ch]:
168        (PR1117) many improvements and fixes,
169        transmit queue added,
170        baud rate settings adapted
171
172        * network/network.c:
173        (PR1117) add handler code to detect and restart FEC on DMA overflow
174
175        * start/start.S:
176        (PR1117) fixed some typos and minor bugs
177        enable FPU in start sequence
178
179        * startup/linkcmds:
180        (PR1117) removed, no longer used
181       
182        * startup/linkcmds.brs5l:
183        (PR1117) added
184
185        * tod/pcf8563.c:
186        (PR1117) fixed bug which read wrong hour from RTC
187
[c8e821cd]1882006-03-08      Joel Sherrill <joel@OARcorp.com>
189
190        * startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.*
191        section.
192
[9a7474b]1932006-02-08      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/linkcmds, startup/linkcmds.pm520: Add sections required by
196        newer gcc versions.
197
[73733dc]1982006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
199
200        * configure.ac: Remove explicit ampolish3 support (now in
201        RTEMS_BSP_CONFIGURE).
202
[7cc4f59]2032006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * configure.ac: Add ampolish3 support.
206        * Makefile.am: Add preinstall.am.
207
[ea63b37]2082006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * Makefile.am: Don't include subdirs.am.
211
[e044403]2122006-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        * vectors/asm_utils.S: Remove (Bogus, now in libcpu).
215
[4e498120]2162006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
217
218        * bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h, clock/clock.c,
219        console/console.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
220        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
221        include/bsp.h, include/mpc5200.h, irq/irq.c, irq/irq.h,
222        irq/irq_asm.S, irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
223        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
224        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
225        start/start.S, startup/bspstart.c, startup/cpuinit.c, tod/pcf8563.c,
226        tod/pcf8563.h, tod/todcfg.c, vectors/vectors.S,
227        vectors/vectors_init.c: Cleanup CVS data.
228
[951ca73]2292005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
230
[56ceb5f]231        * irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
232        include <libcpu/raw_exceptions.h>.
[951ca73]233        * include/raw_exception.h, vectors/raw_exception.c: Remove.
234        Use implementation from libcpu instead.
235
[7b41527]2362005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
237
238        * bestcomm/bestcomm_glue.c, clock/clock.c, console/console.c,
239        i2c/i2c.c, i2c/i2cdrv.c, ide/idecfg.c, ide/pcmcia_ide.c,
240        ide/pcmcia_ide.h, include/i2c.h, irq/irq.c, irq/irq_init.c,
241        mscan/mscan.c, network_5200/network.c, nvram/nvram.c, nvram/nvram.h,
242        slicetimer/slicetimer.c, startup/bspstart.c, startup/cpuinit.c,
243        tod/todcfg.c, vectors/vectors_init.c: Misc include file fixes.
244
[ca680bc5]2452005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * Makefile.am, README, bsp_specs, configure.ac,
248        bestcomm/bestcomm_api.c, bestcomm/bestcomm_api.h,
249        bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h,
250        bestcomm/bestcomm_priv.h, bestcomm/dma_image.c,
251        bestcomm/dma_image.capi.h, bestcomm/dma_image.h,
252        bestcomm/dma_image.reloc.c, bestcomm/load_task.c,
253        bestcomm/tasksetup_ata.c, bestcomm/tasksetup_bdtable.c,
254        bestcomm/tasksetup_crc16_dp_0.c, bestcomm/tasksetup_crc16_dp_1.c,
255        bestcomm/tasksetup_fec_rx_bd.c, bestcomm/tasksetup_fec_tx_bd.c,
256        bestcomm/tasksetup_gen_dp_0.c, bestcomm/tasksetup_gen_dp_1.c,
257        bestcomm/tasksetup_gen_dp_2.c, bestcomm/tasksetup_gen_dp_3.c,
258        bestcomm/tasksetup_gen_dp_bd_0.c, bestcomm/tasksetup_gen_dp_bd_1.c,
259        bestcomm/tasksetup_gen_rx_bd.c, bestcomm/tasksetup_gen_tx_bd.c,
260        bestcomm/tasksetup_lpc.c, bestcomm/tasksetup_pci_rx.c,
261        bestcomm/tasksetup_pci_tx.c, bestcomm/include/mgt5200/mgt5200.h,
262        bestcomm/include/mgt5200/sdma.h,
263        bestcomm/task_api/bestcomm_api_mem.h,
264        bestcomm/task_api/bestcomm_cntrl.h,
265        bestcomm/task_api/tasksetup_bdtable.h,
266        bestcomm/task_api/tasksetup_general.h, clock/clock.c,
267        console/console.c, i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
268        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
269        include/bsp.h, include/coverhd.h, include/i2c.h, include/i2cdrv.h,
270        include/mpc5200.h, include/raw_exception.h, include/tm27.h,
271        include/u-boot.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
272        irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
273        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
274        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
275        start/start.S, startup/bspstart.c, startup/cpuinit.c,
276        startup/linkcmds, startup/linkcmds.pm520, tod/pcf8563.c,
277        tod/pcf8563.h, tod/todcfg.c, vectors/asm_utils.S,
278        vectors/raw_exception.c, vectors/vectors.S, vectors/vectors.h,
279        vectors/vectors_init.c: New (CVS import submission by
280        Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>)
281
2822005-12-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
283
284        * Integrated gen5200 BSP to source tree
Note: See TracBrowser for help on using the repository browser.