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

4.104.114.84.95
Last change on this file since 3f0cfc56 was 3f0cfc56, checked in by Joel Sherrill <joel.sherrill@…>, on 03/11/07 at 15:24:18

2007-03-11 Joel Sherrill <joel@…>

  • startup/bspstart.c: Remove assignments of Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default value in boot_card.c
  • Property mode set to 100644
File size: 7.1 KB
Line 
12007-03-11      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/bspstart.c: Remove assignments of
4        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
5        value in boot_card.c
6
72007-03-10      Joel Sherrill <joel@OARcorp.com>
8
9        PR 1227/bsps
10        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
11        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
12
132007-01-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
14
15        * console/console.c: corrected typo in UART error handler (usage
16        * of ISR_PE instead of ISR_OE)
17       
182006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * bestcomm/load_task.c: Remove bogus casts.
21        * network_5200/network.c: Use ioctl_command_t as arg to ioctl functions.
22
232006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: New BUG-REPORT address.
26
272006-11-15      Joel Sherrill <joel@OARcorp.com>
28
29        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
30        file and simplified initialization.
31
322006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Remove superfluous -DASM.
35
362006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Require autoconf-2.60. Require automake-1.10.
39
402006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * clock/clock.c, console/console.c, ide/pcmcia_ide.c,
43        ide/pcmcia_ide.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
44        irq/irq_init.c, nvram/m93cxx.h, nvram/nvram.c, nvram/nvram.h,
45        slicetimer/slicetimer.c, start/start.S, startup/bspstart.c,
46        startup/cpuinit.c, vectors/vectors.S, vectors/vectors_init.c:
47        Convert to utf-8.
48
492006-09-11      Joel Sherrill <joel@OARcorp.com>
50
51        * include/mpc5200.h, network_5200/network.c: Convert C++ style comments
52        to C style.
53
542006-08-15      Joel Sherrill <joel@OARcorp.com>
55
56        * Makefile.am, preinstall.am, startup/linkcmds, startup/linkcmds.brs5l,
57        startup/linkcmds.pm520: Add support for missing .rela sections.
58        Install linkcmds.
59
602006-08-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
61
62        * linkcmds.brs5l:
63        (PR1117) Add  startup/linkcmds.brs5l
64
652006-06-28      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
66
67        * Makefile.am, preinstall.am:
68        (PR1117) Add  startup/linkcmds.brs5l, slicetimer.h, nvram.h
69        to distributed files, add start/start.S to startup sources
70
71        * bestcomm/bestcomm_glue.c:
72        (PR1117) make SDMA interrupt operations interrupt save
73       
74        * bsp_specs: (PR1117) move ecrti to proper location
75
76        * console/console.c: (PR1117) round baudrate divider to nearest match
77
78        * include/bsp.h: (PR1117) activate interrupt for ATA,
79        modify calculation of ROM size, add BSP_Convert_decrementer
80
81        * include/mpc5200.h: (PR1117) add some register definitions
82
83        * include/tm27.h:
84        (PR1117) adapt to make tm27 compile again with this BSP
85
86        * mscan/mscan.[ch]:
87        (PR1117) many improvements and fixes,
88        transmit queue added,
89        baud rate settings adapted
90
91        * network/network.c:
92        (PR1117) add handler code to detect and restart FEC on DMA overflow
93
94        * start/start.S:
95        (PR1117) fixed some typos and minor bugs
96        enable FPU in start sequence
97
98        * startup/linkcmds:
99        (PR1117) removed, no longer used
100       
101        * startup/linkcmds.brs5l:
102        (PR1117) added
103
104        * tod/pcf8563.c:
105        (PR1117) fixed bug which read wrong hour from RTC
106
1072006-03-08      Joel Sherrill <joel@OARcorp.com>
108
109        * startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.*
110        section.
111
1122006-02-08      Joel Sherrill <joel@OARcorp.com>
113
114        * startup/linkcmds, startup/linkcmds.pm520: Add sections required by
115        newer gcc versions.
116
1172006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * configure.ac: Remove explicit ampolish3 support (now in
120        RTEMS_BSP_CONFIGURE).
121
1222006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * configure.ac: Add ampolish3 support.
125        * Makefile.am: Add preinstall.am.
126
1272006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * Makefile.am: Don't include subdirs.am.
130
1312006-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * vectors/asm_utils.S: Remove (Bogus, now in libcpu).
134
1352006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h, clock/clock.c,
138        console/console.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
139        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
140        include/bsp.h, include/mpc5200.h, irq/irq.c, irq/irq.h,
141        irq/irq_asm.S, irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
142        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
143        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
144        start/start.S, startup/bspstart.c, startup/cpuinit.c, tod/pcf8563.c,
145        tod/pcf8563.h, tod/todcfg.c, vectors/vectors.S,
146        vectors/vectors_init.c: Cleanup CVS data.
147
1482005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
151        include <libcpu/raw_exceptions.h>.
152        * include/raw_exception.h, vectors/raw_exception.c: Remove.
153        Use implementation from libcpu instead.
154
1552005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * bestcomm/bestcomm_glue.c, clock/clock.c, console/console.c,
158        i2c/i2c.c, i2c/i2cdrv.c, ide/idecfg.c, ide/pcmcia_ide.c,
159        ide/pcmcia_ide.h, include/i2c.h, irq/irq.c, irq/irq_init.c,
160        mscan/mscan.c, network_5200/network.c, nvram/nvram.c, nvram/nvram.h,
161        slicetimer/slicetimer.c, startup/bspstart.c, startup/cpuinit.c,
162        tod/todcfg.c, vectors/vectors_init.c: Misc include file fixes.
163
1642005-12-31      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * Makefile.am, README, bsp_specs, configure.ac,
167        bestcomm/bestcomm_api.c, bestcomm/bestcomm_api.h,
168        bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h,
169        bestcomm/bestcomm_priv.h, bestcomm/dma_image.c,
170        bestcomm/dma_image.capi.h, bestcomm/dma_image.h,
171        bestcomm/dma_image.reloc.c, bestcomm/load_task.c,
172        bestcomm/tasksetup_ata.c, bestcomm/tasksetup_bdtable.c,
173        bestcomm/tasksetup_crc16_dp_0.c, bestcomm/tasksetup_crc16_dp_1.c,
174        bestcomm/tasksetup_fec_rx_bd.c, bestcomm/tasksetup_fec_tx_bd.c,
175        bestcomm/tasksetup_gen_dp_0.c, bestcomm/tasksetup_gen_dp_1.c,
176        bestcomm/tasksetup_gen_dp_2.c, bestcomm/tasksetup_gen_dp_3.c,
177        bestcomm/tasksetup_gen_dp_bd_0.c, bestcomm/tasksetup_gen_dp_bd_1.c,
178        bestcomm/tasksetup_gen_rx_bd.c, bestcomm/tasksetup_gen_tx_bd.c,
179        bestcomm/tasksetup_lpc.c, bestcomm/tasksetup_pci_rx.c,
180        bestcomm/tasksetup_pci_tx.c, bestcomm/include/mgt5200/mgt5200.h,
181        bestcomm/include/mgt5200/sdma.h,
182        bestcomm/task_api/bestcomm_api_mem.h,
183        bestcomm/task_api/bestcomm_cntrl.h,
184        bestcomm/task_api/tasksetup_bdtable.h,
185        bestcomm/task_api/tasksetup_general.h, clock/clock.c,
186        console/console.c, i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
187        i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
188        include/bsp.h, include/coverhd.h, include/i2c.h, include/i2cdrv.h,
189        include/mpc5200.h, include/raw_exception.h, include/tm27.h,
190        include/u-boot.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
191        irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
192        network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
193        nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
194        start/start.S, startup/bspstart.c, startup/cpuinit.c,
195        startup/linkcmds, startup/linkcmds.pm520, tod/pcf8563.c,
196        tod/pcf8563.h, tod/todcfg.c, vectors/asm_utils.S,
197        vectors/raw_exception.c, vectors/vectors.S, vectors/vectors.h,
198        vectors/vectors_init.c: New (CVS import submission by
199        Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>)
200
2012005-12-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
202
203        * Integrated gen5200 BSP to source tree
Note: See TracBrowser for help on using the repository browser.