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

4.104.114.84.95
Last change on this file since 48593d7 was 48593d7, checked in by Joel Sherrill <joel.sherrill@…>, on 07/11/07 at 14:43:21

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

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