source: rtems/c/src/lib/libbsp/ChangeLog @ fc5799fb

4.104.115
Last change on this file since fc5799fb was 7cb7a5ef, checked in by Till Straumann <strauman@…>, on 10/09/09 at 19:50:33

2009-10-09 Till Straumann <strauman@…>

  • shared/vmeUniverse/vmeUniverse.c: print message and let vmeUniverseIntLoopbackTst() fail if odd-numbered vector is used (cannot program the chip to reply with such a vector).
  • Property mode set to 100644
File size: 12.8 KB
Line 
12009-10-09      Till Straumann <strauman@slac.stanford.edu>
2
3        * shared/vmeUniverse/vmeUniverse.c: print message and
4        let vmeUniverseIntLoopbackTst() fail if odd-numbered
5        vector is used (cannot program the chip to reply with
6        such a vector).
7
82009-04-28      Chris Johns <chrisj@rtems.org>
9
10        * Makefile.am: Add bspinit.c, a common Init task that manages
11        command line arguments from a BSP.
12
132008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * shared/clockdrv_shell.c: Turn warning into error.
16
172008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Don't install files from shared/.
20        Remove references to preinstall.am.
21        * preinstall.am: Remove.
22
232008-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * preinstall.am: New file.
26
272008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
28
29        * Makefile.am: Install shared/include/bootcard.h.
30
312008-01-16      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Fix indentation.
34
352007-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Remove shared/main.c.
38
392007-01-30      Till Straumann <strauman@slac.stanford.edu>
40
41        * Makefile.am:
42        added new files in shared/vmeUniverse to EXTRA_DIST
43
442007-01-19      Till Straumann <strauman@slac.stanford.edu>
45
46        * Makefile.am:
47        moved VME.h from libbsp/powerpc/shared/vme to
48        libbsp/shared/vmeUniverse; eventually, this (and other)
49        VME API headers should migrate to cpukit.
50
512006-10-23      Joel Sherrill <joel@OARcorp.com>
52
53        * bfin/ChangeLog, bfin/Makefile.am, bfin/acinclude.m4,
54        bfin/configure.ac, bfin/eZKit533/.cvsignore, bfin/eZKit533/ChangeLog,
55        bfin/eZKit533/Makefile.am, bfin/eZKit533/README,
56        bfin/eZKit533/bsp_specs, bfin/eZKit533/configure,
57        bfin/eZKit533/configure.ac, bfin/eZKit533/preinstall.am,
58        bfin/eZKit533/times, bfin/eZKit533/console/console-io.c,
59        bfin/eZKit533/include/.cvsignore, bfin/eZKit533/include/bsp.h,
60        bfin/eZKit533/include/bspopts.h.in, bfin/eZKit533/include/coverhd.h,
61        bfin/eZKit533/include/tm27.h, bfin/eZKit533/startup/bspstart.c,
62        bfin/eZKit533/startup/linkcmds, bfin/shared/clock/clockdrv.c,
63        bfin/shared/clock/rtc.c, bfin/shared/clock/tod.h,
64        bfin/shared/console/console.c, bfin/shared/start/start.S,
65        bfin/shared/timer/timer.c: New files.
66
672006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * bspstart.am: Remove.
70
712005-11-04      Till Straumann <strauman@slac.stanford.edu>
72
73        * shared/vmeUniverse/vmeTsi148.c, shared/vmeUniverse/vmeTsi148.h,
74        shared/vmeUniverse/vme_am_defs.h: New files.
75        * Makefile.am, shared/vmeUniverse/README.universe,
76        shared/vmeUniverse/vmeUniverse.c, shared/vmeUniverse/vmeUniverse.h:
77        Several VME related upgrades and fixes, hopefully addressing PR#835:
78        vmeUniverse driver now supports shared interrupts. vmeUniverse now
79        supports up to four wires between universe and PIC. A new irq mgr
80        installation routine has been added allowing to use the new features.
81        (old version is still present for bwd compatibility). Calls have been
82        added to change interrupt routing (e.g., if wires have different
83        priorities at the PIC this feature can be used to configure
84        priorites). Routine for testing VME interrupts has been added (useful
85        during BSP development). A new header defining standard VME address
86        modes has been added so that the VME API doesn't have to #include a
87        particular bridge driver header. For all driver entry points, a 'XX'
88        variant has been added which allows to pass the chip's base address
89        [in case a second universe is sitting on a VME card :-)]. Driver now
90        uses interrupt line as read from PCI config. space (without offset)
91        BSP needs to use PCI fixup if necessary. Added a driver for the
92        tundra tsi148 VME bridge.
93
942004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * bsp.am: Remove everything but CPPASCOMPILE.
97
982004-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * bsp.am: Add CPPASCOMPILE.
101
1022004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * bsp.am: DISTCLEANFILES = include/bspopts.h.
105
1062004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Don't include lib.am.
109
1102004-01-07      Joel Sherrill <joel@OARcorp.com>
111
112        * mips64orion/.cvsignore, mips64orion/ChangeLog,
113        mips64orion/Makefile.am, mips64orion/README,
114        mips64orion/acinclude.m4, mips64orion/configure.ac,
115        mips64orion/p4000/.cvsignore, mips64orion/p4000/ChangeLog,
116        mips64orion/p4000/Makefile.am, mips64orion/p4000/README,
117        mips64orion/p4000/bsp_specs, mips64orion/p4000/configure.ac,
118        mips64orion/p4000/times, mips64orion/p4000/console/.cvsignore,
119        mips64orion/p4000/console/Makefile.am,
120        mips64orion/p4000/console/console.c, mips64orion/p4000/console/led.S,
121        mips64orion/p4000/include/.cvsignore,
122        mips64orion/p4000/include/bsp.h, mips64orion/p4000/include/coverhd.h,
123        mips64orion/p4000/liblnk/.cvsignore,
124        mips64orion/p4000/liblnk/Makefile.am,
125        mips64orion/p4000/liblnk/lnklib.S,
126        mips64orion/p4000/start/.cvsignore,
127        mips64orion/p4000/start/Makefile.am, mips64orion/p4000/start/start.S,
128        mips64orion/p4000/startup/.cvsignore,
129        mips64orion/p4000/startup/Makefile.am,
130        mips64orion/p4000/startup/bspclean.c,
131        mips64orion/p4000/startup/bspstart.c,
132        mips64orion/p4000/startup/ghlinkcmds,
133        mips64orion/p4000/startup/idtmem.S,
134        mips64orion/p4000/startup/idttlb.S,
135        mips64orion/p4000/startup/inittlb.c,
136        mips64orion/p4000/startup/linkcmds,
137        mips64orion/p4000/startup/setvec.c,
138        mips64orion/p4000/wrapup/.cvsignore,
139        mips64orion/p4000/wrapup/Makefile.am: Removed.
140
1412003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * shmdr/addlq.c, shmdr/cnvpkt.c, shmdr/dump.c, shmdr/fatal.c,
144        shmdr/getlq.c, shmdr/getpkt.c, shmdr/init.c, shmdr/initlq.c,
145        shmdr/intr.c, shmdr/mpci.h, shmdr/mpisr.c, shmdr/poll.c,
146        shmdr/README, shmdr/receive.c, shmdr/retpkt.c, shmdr/send.c,
147        shmdr/setckvec.c, shmdr/shm_driver.h: Remove (Moved to
148        c/src/libchip/shmdr).
149
1502003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * bspstart.am: Use .$(OBJEXT) instead of .o.
153        * Makefile.am: Remove shmdr.
154
1552003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * bsp.am: Use $(mkdir_p) instead of $(mkinstalldirs).
158
1592003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * bsp.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
162
1632003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
166
1672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Use mkdir_p.
170        Remove dirs from PRE/TMPINSTALL_FILES.
171        * bsp.am: Replace bsplibdir by project_libdir.
172        Use mkdir_p instead of mkinstalldirs.
173        Remove dirs from PRE/TMPINSTALL_FILES.
174
1752003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * bsp.am: Remove project_libdir.
178
1792003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Misc. fixes.
182        * bsp.am: Add project_libdir.
183
1842003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * bspstart.am: New.
187
1882003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Merge-in shared/Makefile.am, shmdr/Makefile.am.
191        * shared/Makefile.am: Remove.
192        * shmdir/Makefile.am: Remove.
193        * bsp.am: Add preinstallation dirstamp support.
194
1952003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * shmdr/Makefile.am: Remove all-local: $(ARCH).
198
1992003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * bsp.am: Reworked.
202
2032003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Reflect having moved automake/.
206        * shmdr/Makefile.am: Reflect having moved automake/.
207
2082003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * shmdr/Makefile.am: Reflect having merged configure.ac into
211        ../../configure.ac.
212
2132003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Remove (Merged into ../../configure.ac).
216        * Makefile.am: Reflect having merged configure.ac into
217        ../../configure.ac.
218
2192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: Remove AC_CONFIG_AUX_DIR.
222
2232003-02-14      Joel Sherrill <joel@OARcorp.com>
224
225        AMD a29k port declared obsolete.
226        * a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/acinclude.m4,
227        a29k/configure.ac, a29k/portsw/.cvsignore, a29k/portsw/ChangeLog,
228        a29k/portsw/Makefile.am, a29k/portsw/README, a29k/portsw/bsp_specs,
229        a29k/portsw/configure.ac, a29k/portsw/times,
230        a29k/portsw/console/.cvsignore, a29k/portsw/console/Makefile.am,
231        a29k/portsw/console/concntl.h, a29k/portsw/console/console.c,
232        a29k/portsw/console/serial.c, a29k/portsw/console/serial.h,
233        a29k/portsw/include/.cvsignore, a29k/portsw/include/Makefile.am,
234        a29k/portsw/include/bsp.h, a29k/portsw/start/.cvsignore,
235        a29k/portsw/start/Makefile.am, a29k/portsw/start/amd.ah,
236        a29k/portsw/start/pswmacro.ah, a29k/portsw/start/register.S,
237        a29k/portsw/start/register.ah, a29k/portsw/start/start.S,
238        a29k/portsw/startup/.cvsignore, a29k/portsw/startup/Makefile.am,
239        a29k/portsw/startup/bspclean.c, a29k/portsw/startup/bspstart.c,
240        a29k/portsw/startup/linkcmds, a29k/portsw/startup/main.c,
241        a29k/portsw/startup/ramlink, a29k/portsw/startup/romlink,
242        a29k/portsw/startup/setvec.c, a29k/portsw/wrapup/.cvsignore,
243        a29k/portsw/wrapup/Makefile.am: Removed.
244
2452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
248
2492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: AC_PREREQ(2.57).
252
2532003-02-03      Joel Sherrill <joel@OARcorp.com>
254
255        * shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not
256        TMPINSTALL_FILES.
257
2582003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * shmdr/Makefile.am: install mpci.h and shm_driver.h.
261        Eliminate OBJS.
262
2632003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266
2672002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
270
2712002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * .cvsignore: Reformat.
274        Add autom4te*cache.
275        Remove autom4te.cache.
276
2772002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
280
2812002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * include/Makefile.am: Remove.
284        * include/.cvsignore: Remove.
285        * include/rtems/Makefile.am: Remove.
286        * include/rtems/.cvsignore: Remove.
287        * include/rtems/score/Makefile.am: Remove.
288        * include/rtems/score/.cvsignore: Remove.
289
2902002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Remove RTEMS_BSP_ALIAS.
293        Add RTEMS_CHECK_BSP_CACHE.
294        Replace $bspdir with $RTEMS_BSP_FAMILY.
295
2962002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Remove include/Makefile, include/rtems/Makefile,
299        include/rtems/score/Makefile (Eliminate targopts.h).
300        * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
301
3022002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * bsp.am: Add bsplib_DATA = bsp_specs.
305
3062002-06-25      Joel Sherrill <joel@OARcorp.com>
307
308        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
309        support to the shared gdb stub glue thus adding a directory at the
310        top shared level.
311        * shared/gdbstub: New directory.
312        * configure.ac: Modified to reflect above.
313
3142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac:
317        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
318        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
319        * Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
324
3252002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * bsp.am: Add line break, remove comment.
328
3292001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
332        * configure.in: Remove.
333        * configure.ac: New file, generated from configure.in by autoupdate.
334
3352001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Use @subdirs@ instead of RTEMS_LIBBSP_CPU_SUBDIR.
338        * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS, remove
339        RTEMS_LIBBSP_CPU_SUBDIR.
340
3412001-09-28      Joel Sherrill <joel@OARcorp.com>
342
343        * shared/bootcard.c, shared/main.c: Now call int c_rtems_main()
344        not main().
345
3462001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
349        * shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
350
3512001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
354        automake-1.5 happy.
355        * include/rtems/score/Makefile.am: Use CLEANFILES = to make
356        automake-1.5 happy.
357        * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
358
3592001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * bsp.am: Fix automake version number in comment.
362
3632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
366
3672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
370
3712000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
374        Switch to GNU canonicalization.
375
3762000-09-25      Joel Sherrill <joel@OARcorp.com>
377
378        * shmdr/shm_driver.h: Added _AM29K entry.  May not be correct.
379
3802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * shmdr/Makefile.am: Include compile.am
383
3842000-08-10      Joel Sherrill <joel@OARcorp.com>
385
386        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.