source: rtems/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog @ 4130d8e2

4.104.114.95
Last change on this file since 4130d8e2 was 4130d8e2, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/07 at 15:50:25

2007-12-11 Joel Sherrill <joel.sherrill@…>

  • include/bsp.h, startup/bspstart.c: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
  • Property mode set to 100644
File size: 13.1 KB
Line 
12007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
4        Configuration Table. Use the RTEMS provided accessor macros to obtain
5        configuration fields.
6
72007-12-10      Till Straumann <strauman@slac.stanford.edu>
8
9        * Makefile.am, start/preload.S: moved preload.S
10        to ../shared/start.
11
122007-12-08      Till Straumann <strauman@slac.stanford.edu>
13
14        * Makefile.am: merged shared/vme/vme_universe.c and
15        shared/vme/vme_universe_dma.c into one file.
16
172007-12-08      Till Straumann <strauman@slac.stanford.edu>
18
19        * vme/VMEConfig.h: added error status to
20        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
21
222007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
25        from CPU Table to Configuration Table. Eliminate CPU Table from all
26        ports. Delete references to CPU Table in all forms.
27
282007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
31        remaining CPU Table fields to the Configuration Table. This included
32        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
33        do_zero_of_workspace, extra_mpci_receive_server_stack,
34        stack_allocate_hook, and stack_free_hook. As a side-effect of this
35        effort some multiprocessing code was made conditional and some style
36        clean up occurred.
37
382007-11-30      Till Straumann <strauman@slac.stanford.edu>
39
40        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
41
422007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * irq/GT64260Int.c, network/if_100MHz/Makefile.am,
45        network/if_1GHz/Makefile.am: Removed.
46
472007-11-30      Till Straumann <strauman@slac.stanford.edu>
48
49        * irq/irq.h, irq/irq_init.c: Removed the definition
50        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
51        initialize the irqBase member of the rtems_irq_global_settings
52        struct. However, irqBase is an rtems_irq_symbolic_name,
53        so using BSP_LOWEST_OFFSET is more appropriate.
54
552007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
58        Table. They have been replaced with variables named bsp_XXX as
59        needed.
60
612007-09-20      Kate Feng <feng1@bnl.gov>
62
63        * network/if_100MHz/GT64260eth.c: Add else.
64
652007-09-19      Kate Feng <feng1@bnl.gov>
66
67        * README: Update.
68
692007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
72
732007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
76        warnings.
77
782007-09-07      Kate Feng <feng1@bnl.gov>
79
80        * ChangeLog, Makefile.am, README, README.booting, README.irq,
81        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
82        irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
83        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
84        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
85        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
86        Merge my improvements in this BSP including a new network
87        driver for the 1GHz NIC.
88        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
89        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
90        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
91        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
92        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
93
942007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * start/preload.S: Fix symbolic reference. Did earlier modifications
97        change the conditionals specificed when this BSP is built?
98
992007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
100
101        * Makefile.am: added shared/vectors/vectors_entry.S
102
1032007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
104
105        * irq/irq_init.c: adapted to shared exception code
106
1072007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
108
109        * Makefile.am: adapted to shared exception code
110
1112007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * bsp_specs: Remove qrtems_debug.
114
1152007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * bsp_specs: Remove lib (Now expected to exist in GCC).
118
1192007-04-01      Joel Sherrill <joel@OARcorp.com>
120
121        PR 1235/bsps
122        * pci/pci.c: Add conditional declaration of variables used in debug
123        printk's.
124
1252007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
128        Reflect changes to pci-API.
129
1302007-03-12      Joel Sherrill <joel@OARcorp.com>
131
132        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
133        notice. Both of these mistakes appear to be from code submitted after
134        these changes were made previously.
135
1362007-03-11      Joel Sherrill <joel@OARcorp.com>
137
138        * startup/bspstart.c: Remove assignments of
139        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
140        value in boot_card.c
141
1422007-01-30      Till Straumann <strauman@slac.stanford.edu>
143
144        * Makefile.am, preinstall.am, include/bsp.h,
145        * vme/vmeconfig.c (removed), vme/VME.h (removed):
146        cleaned up vme support - use files from libbsp/powerpc/shared/vme
147        and define BSP specifica in VMEConfig.h.
148        Use VME DMA support implemented by vmeUniverse and
149        libbsp/powerpc/shared/vme/vme_universe_dma.c
150
1512007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * GT64260/MVME5500I2C.c: Eliminate u32.
154        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
155
1562007-01-19      Till Straumann <strauman@slac.stanford.edu>
157
158        * mvme5500/Makefile.am, mvme5500/preinstall.am,
159        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
160        removed copies of vmeconfig.c, VME.h - use generic
161        versions instead.
162
1632006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
166
1672006-12-13      Till Straumann <strauman@slac.stanford.edu>
168
169        * mvme5500/Makefile.am, mvme5500/preinstall.am:
170        need to install bsp/vme_am_defs.h
171
1722006-11-15      Joel Sherrill <joel@OARcorp.com>
173
174        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
175        file and simplified initialization.
176
1772006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * LICENSE: Convert to utf-8.
180
1812006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * Makefile.am: Remove superfluous -DASM.
184
1852006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * configure.ac: Require autoconf-2.60. Require automake-1.10.
188
1892006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
190
191        * configure.ac: Remove explicit ampolish3 support (now in
192        RTEMS_BSP_CONFIGURE).
193
1942006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
195
196        * configure.ac: Add ampolish3 support.
197        * Makefile.am: Add preinstall.am.
198
1992006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
200
201        * Makefile.am: Don't include subdirs.am.
202
2032005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * bsp_specs: Remove %cpp.
206
2072005-11-03      Till Straumann <strauman@slac.stanford.edu>
208
209        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
210        this normally points to ISA space but is misused by this BSP
211        (inb/outb & friends are all over the place).
212
2132005-11-03      Till Straumann <strauman@slac.stanford.edu>
214
215        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
216        this BSP does not implement sharing interrupts.
217
2182005-11-03      Till Straumann <strauman@slac.stanford.edu>
219
220        * include/bsp.h: fixed misuse of _IO_BASE
221
2222005-11-03      Till Straumann <strauman@slac.stanford.edu>
223
224        * startup/linkcmds: Removed.
225        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
226        from shared area - this version seemed broken anyways. Let the
227        preloader use the generic 'entry_point_section' rather than its own
228        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
229        __SBSSxxx__ symbols.
230
2312005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        PR 844/bsps
234        * startup/bspstart.c: Include <rtems/bspIo.h>.
235
2362005-07-28      Eric Norum <norume@aps.anl.gov>
237
238        * startup/bspstart.c: Changes provided by Phillip Sorensen
239        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
240        change made to ../shared/clock/p_clock.c.
241
2422005-07-25      Eric Norum <norume@aps.anl.gov>
243
244        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
245
2462005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
247
248        * include/bsp.h: New header guard.
249
2502005-05-20      Jennifer Averett <jennifer@OARcorp.com>
251
252        PR 702/bsps
253        * include/tm27.h: Add better tm27.h support. Uses decrementer register
254        interrupt -- copied from psim.
255
2562005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
257
258        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
259
2602005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
261
262        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
263        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
264        pci/pci_interface.c, pci/pcifinddevice.c:
265        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
266        Modifications made to merge this release with the current tree.
267
2682005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
269
270        * network/GT64260eth.c: Fixed warning.
271        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
272
2732005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
274
275        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
276        common PCI interface
277
2782005-04-15      Joel Sherrill <joel@OARcorp.com>
279
280        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
281        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
282        startup/reboot.c: Fix warnings.
283
2842005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
285
286        PR 779/bsp
287        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
288        parameter to new exception interrupt handlers in powerpc bsps
289
2902005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
291
292        * startup/linkcmds: add missing section to link cmds
293
2942005-03-14      Joel Sherrill <joel@OARcorp.com>
295
296        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
297        pci_find_device().
298
2992005-03-04      Joel Sherrill <joel@OARcorp.com>
300
301        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
302        function part of the unified PCI API as pci_initialize().
303
3042005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
305
306        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
307        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
308        CPU_MINIMUM_STACK_FRAME_SIZE.
309
3102005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
311
312        * start/start.S: include <rtems/powerpc/powerpc.h>.
313        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
314        CPU_MINIMUM_STACK_FRAME_SIZE.
315
3162005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
317
318        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
319
3202005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
321
322        * Makefile.am: Merge-in wrapup/Makefile.am.
323        * wrapup/Makefile.am: Remove.
324        * configure.ac: Reflect changes above.
325
3262005-01-26      Joel Sherrill <joel@OARcorp.com>
327
328        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
329
3302005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
331
332        * tod/todcfg.c: size_t RTC_Count.
333
3342005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
335
336        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
337
3382005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
339
340        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
341
3422004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
343
344        * Makefile.am: Fix network_CPPFLAGS. Reformat.
345        * network/GT64260eth.c: Properly prototype GT64260eth_err().
346
3472004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
348
349        * network/GT64260eth.c: Remove ether_sprintf.
350
3512004-10-21      Joel Sherrill <joel@OARcorp.com>
352
353        * startup/bspstart.c: Remove warnings for variables only used when
354        certain conditionals are enabled..
355
3562004-10-21      Joel Sherrill <joel@OARcorp.com>
357
358        * Makefile.am: Add missing network_CPPFLAGS.
359
3602004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
361
362        * Makefile.am: Build networking.rel conditionally.
363        Reformat. Cosmetics.
364        * wrapup/Makefile.am: Build networking.rel conditionally.
365        Add libcpu and exception handling rels.
366        * startup/bspstart.c: Eliminate RTEMS fixed size types.
367
3682004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
369
370        * startup/bspstart.c: Remove BSP_build_date.
371
3722004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
373
374        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
375        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
376        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
377        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
378        Remove (obsolete).
379
3802004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
381
382        * configure.ac: Adaptations to rtems-4.7.
383        * Makefile.am, wrapup/Makefile.am: Reworked.
384
3852004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
386
387        * start/preload.S, start/start.S, include/bsp.h,
388        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
389        adaptations to rtems-4.7.
390
3912004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
392
393        * configure: Remove (Bogus).
394        * include/tm27.h: New (Stub).
395
3962004-10-20      Joel Sherrill <joel@OARcorp.com>
397
398        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
399        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
400        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
401        and license corrected.
402        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
403        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
404        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
405        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
406        wrapup/Makefile.in: Removed.
407
4082004-10-20  Kate Feng <feng1@bnl.gov>
409
410        * New BSP.
Note: See TracBrowser for help on using the repository browser.