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

4.104.114.84.95
Last change on this file since 0e1a67e7 was 0e1a67e7, checked in by Joel Sherrill <joel.sherrill@…>, on 07/11/07 at 19:36:34

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

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