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

4.104.114.84.95
Last change on this file since 0a029a5 was 0a029a5, checked in by Joel Sherrill <joel.sherrill@…>, on 07/06/07 at 21:09:33

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

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