source: rtems/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog @ 79262a32

4.104.114.95
Last change on this file since 79262a32 was 79262a32, checked in by Till Straumann <strauman@…>, on 12/09/07 at 06:42:14

2007-12-08 Till Straumann <strauman@…>

  • Makefile.am: merged shared/vme/vme_universe.c and shared/vme/vme_universe_dma.c into one file.
  • Property mode set to 100644
File size: 12.8 KB
Line 
12007-12-08      Till Straumann <strauman@slac.stanford.edu>
2
3        * Makefile.am: merged shared/vme/vme_universe.c and
4        shared/vme/vme_universe_dma.c into one file.
5
62007-12-08      Till Straumann <strauman@slac.stanford.edu>
7
8        * vme/VMEConfig.h: added error status to
9        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
10
112007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
14        from CPU Table to Configuration Table. Eliminate CPU Table from all
15        ports. Delete references to CPU Table in all forms.
16
172007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
20        remaining CPU Table fields to the Configuration Table. This included
21        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
22        do_zero_of_workspace, extra_mpci_receive_server_stack,
23        stack_allocate_hook, and stack_free_hook. As a side-effect of this
24        effort some multiprocessing code was made conditional and some style
25        clean up occurred.
26
272007-11-30      Till Straumann <strauman@slac.stanford.edu>
28
29        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
30
312007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * irq/GT64260Int.c, network/if_100MHz/Makefile.am,
34        network/if_1GHz/Makefile.am: Removed.
35
362007-11-30      Till Straumann <strauman@slac.stanford.edu>
37
38        * irq/irq.h, irq/irq_init.c: Removed the definition
39        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
40        initialize the irqBase member of the rtems_irq_global_settings
41        struct. However, irqBase is an rtems_irq_symbolic_name,
42        so using BSP_LOWEST_OFFSET is more appropriate.
43
442007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
47        Table. They have been replaced with variables named bsp_XXX as
48        needed.
49
502007-09-20      Kate Feng <feng1@bnl.gov>
51
52        * network/if_100MHz/GT64260eth.c: Add else.
53
542007-09-19      Kate Feng <feng1@bnl.gov>
55
56        * README: Update.
57
582007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
61
622007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
65        warnings.
66
672007-09-07      Kate Feng <feng1@bnl.gov>
68
69        * ChangeLog, Makefile.am, README, README.booting, README.irq,
70        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
71        irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
72        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
73        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
74        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
75        Merge my improvements in this BSP including a new network
76        driver for the 1GHz NIC.
77        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
78        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
79        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
80        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
81        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
82
832007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * start/preload.S: Fix symbolic reference. Did earlier modifications
86        change the conditionals specificed when this BSP is built?
87
882007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
89
90        * Makefile.am: added shared/vectors/vectors_entry.S
91
922007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
93
94        * irq/irq_init.c: adapted to shared exception code
95
962007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
97
98        * Makefile.am: adapted to shared exception code
99
1002007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * bsp_specs: Remove qrtems_debug.
103
1042007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * bsp_specs: Remove lib (Now expected to exist in GCC).
107
1082007-04-01      Joel Sherrill <joel@OARcorp.com>
109
110        PR 1235/bsps
111        * pci/pci.c: Add conditional declaration of variables used in debug
112        printk's.
113
1142007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
117        Reflect changes to pci-API.
118
1192007-03-12      Joel Sherrill <joel@OARcorp.com>
120
121        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
122        notice. Both of these mistakes appear to be from code submitted after
123        these changes were made previously.
124
1252007-03-11      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/bspstart.c: Remove assignments of
128        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
129        value in boot_card.c
130
1312007-01-30      Till Straumann <strauman@slac.stanford.edu>
132
133        * Makefile.am, preinstall.am, include/bsp.h,
134        * vme/vmeconfig.c (removed), vme/VME.h (removed):
135        cleaned up vme support - use files from libbsp/powerpc/shared/vme
136        and define BSP specifica in VMEConfig.h.
137        Use VME DMA support implemented by vmeUniverse and
138        libbsp/powerpc/shared/vme/vme_universe_dma.c
139
1402007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * GT64260/MVME5500I2C.c: Eliminate u32.
143        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
144
1452007-01-19      Till Straumann <strauman@slac.stanford.edu>
146
147        * mvme5500/Makefile.am, mvme5500/preinstall.am,
148        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
149        removed copies of vmeconfig.c, VME.h - use generic
150        versions instead.
151
1522006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
155
1562006-12-13      Till Straumann <strauman@slac.stanford.edu>
157
158        * mvme5500/Makefile.am, mvme5500/preinstall.am:
159        need to install bsp/vme_am_defs.h
160
1612006-11-15      Joel Sherrill <joel@OARcorp.com>
162
163        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
164        file and simplified initialization.
165
1662006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * LICENSE: Convert to utf-8.
169
1702006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * Makefile.am: Remove superfluous -DASM.
173
1742006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * configure.ac: Require autoconf-2.60. Require automake-1.10.
177
1782006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * configure.ac: Remove explicit ampolish3 support (now in
181        RTEMS_BSP_CONFIGURE).
182
1832006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * configure.ac: Add ampolish3 support.
186        * Makefile.am: Add preinstall.am.
187
1882006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * Makefile.am: Don't include subdirs.am.
191
1922005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * bsp_specs: Remove %cpp.
195
1962005-11-03      Till Straumann <strauman@slac.stanford.edu>
197
198        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
199        this normally points to ISA space but is misused by this BSP
200        (inb/outb & friends are all over the place).
201
2022005-11-03      Till Straumann <strauman@slac.stanford.edu>
203
204        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
205        this BSP does not implement sharing interrupts.
206
2072005-11-03      Till Straumann <strauman@slac.stanford.edu>
208
209        * include/bsp.h: fixed misuse of _IO_BASE
210
2112005-11-03      Till Straumann <strauman@slac.stanford.edu>
212
213        * startup/linkcmds: Removed.
214        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
215        from shared area - this version seemed broken anyways. Let the
216        preloader use the generic 'entry_point_section' rather than its own
217        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
218        __SBSSxxx__ symbols.
219
2202005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
221
222        PR 844/bsps
223        * startup/bspstart.c: Include <rtems/bspIo.h>.
224
2252005-07-28      Eric Norum <norume@aps.anl.gov>
226
227        * startup/bspstart.c: Changes provided by Phillip Sorensen
228        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
229        change made to ../shared/clock/p_clock.c.
230
2312005-07-25      Eric Norum <norume@aps.anl.gov>
232
233        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
234
2352005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * include/bsp.h: New header guard.
238
2392005-05-20      Jennifer Averett <jennifer@OARcorp.com>
240
241        PR 702/bsps
242        * include/tm27.h: Add better tm27.h support. Uses decrementer register
243        interrupt -- copied from psim.
244
2452005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
246
247        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
248
2492005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
250
251        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
252        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
253        pci/pci_interface.c, pci/pcifinddevice.c:
254        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
255        Modifications made to merge this release with the current tree.
256
2572005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
258
259        * network/GT64260eth.c: Fixed warning.
260        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
261
2622005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
263
264        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
265        common PCI interface
266
2672005-04-15      Joel Sherrill <joel@OARcorp.com>
268
269        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
270        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
271        startup/reboot.c: Fix warnings.
272
2732005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
274
275        PR 779/bsp
276        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
277        parameter to new exception interrupt handlers in powerpc bsps
278
2792005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
280
281        * startup/linkcmds: add missing section to link cmds
282
2832005-03-14      Joel Sherrill <joel@OARcorp.com>
284
285        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
286        pci_find_device().
287
2882005-03-04      Joel Sherrill <joel@OARcorp.com>
289
290        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
291        function part of the unified PCI API as pci_initialize().
292
2932005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
294
295        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
296        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
297        CPU_MINIMUM_STACK_FRAME_SIZE.
298
2992005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
300
301        * start/start.S: include <rtems/powerpc/powerpc.h>.
302        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
303        CPU_MINIMUM_STACK_FRAME_SIZE.
304
3052005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
306
307        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
308
3092005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
310
311        * Makefile.am: Merge-in wrapup/Makefile.am.
312        * wrapup/Makefile.am: Remove.
313        * configure.ac: Reflect changes above.
314
3152005-01-26      Joel Sherrill <joel@OARcorp.com>
316
317        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
318
3192005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
320
321        * tod/todcfg.c: size_t RTC_Count.
322
3232005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
324
325        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
326
3272005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
328
329        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
330
3312004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
332
333        * Makefile.am: Fix network_CPPFLAGS. Reformat.
334        * network/GT64260eth.c: Properly prototype GT64260eth_err().
335
3362004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
337
338        * network/GT64260eth.c: Remove ether_sprintf.
339
3402004-10-21      Joel Sherrill <joel@OARcorp.com>
341
342        * startup/bspstart.c: Remove warnings for variables only used when
343        certain conditionals are enabled..
344
3452004-10-21      Joel Sherrill <joel@OARcorp.com>
346
347        * Makefile.am: Add missing network_CPPFLAGS.
348
3492004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
350
351        * Makefile.am: Build networking.rel conditionally.
352        Reformat. Cosmetics.
353        * wrapup/Makefile.am: Build networking.rel conditionally.
354        Add libcpu and exception handling rels.
355        * startup/bspstart.c: Eliminate RTEMS fixed size types.
356
3572004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
358
359        * startup/bspstart.c: Remove BSP_build_date.
360
3612004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
362
363        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
364        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
365        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
366        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
367        Remove (obsolete).
368
3692004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
370
371        * configure.ac: Adaptations to rtems-4.7.
372        * Makefile.am, wrapup/Makefile.am: Reworked.
373
3742004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
375
376        * start/preload.S, start/start.S, include/bsp.h,
377        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
378        adaptations to rtems-4.7.
379
3802004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
381
382        * configure: Remove (Bogus).
383        * include/tm27.h: New (Stub).
384
3852004-10-20      Joel Sherrill <joel@OARcorp.com>
386
387        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
388        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
389        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
390        and license corrected.
391        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
392        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
393        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
394        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
395        wrapup/Makefile.in: Removed.
396
3972004-10-20  Kate Feng <feng1@bnl.gov>
398
399        * New BSP.
Note: See TracBrowser for help on using the repository browser.