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

4.104.114.84.95
Last change on this file since 78f96ab was 78f96ab, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/05/07 at 20:32:43

fixed some problems with shared PPC exception handling code

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