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

4.104.114.84.95
Last change on this file since 9190d236 was 9190d236, checked in by Joel Sherrill <joel.sherrill@…>, on 07/12/07 at 14:24:26

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

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