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

4.104.114.84.95
Last change on this file since 31fe820 was 31fe820, checked in by Joel Sherrill <joel.sherrill@…>, on 06/21/07 at 22:45:05

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

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