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

4.104.114.84.95
Last change on this file since ead311b was ead311b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/18/07 at 18:07:20

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

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