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

4.104.114.84.95
Last change on this file since b16f38a was b16f38a, checked in by Joel Sherrill <joel.sherrill@…>, on 06/22/07 at 19:15:44

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

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