source: rtems/c/src/lib/libbsp/ChangeLog @ 780428f

4.104.114.95
Last change on this file since 780428f was 780428f, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/10/08 at 06:19:03

Extension of the RTEMS Interrupt Manager
(shared handler and handler with a handle).

  • Property mode set to 100644
File size: 12.1 KB
Line 
12008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * shared/include/irq-config.h, shared/include/irq-generic.h,
4        shared/src/irq-generic.c, shared/src/irq-legacy.c: Generic BSP
5        interrupt handler support.
6
72008-01-16      Ralf Corsepius <ralf.corsepius@rtems.org>
8
9        * Makefile.am: Fix indentation.
10
112007-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Remove shared/main.c.
14
152007-01-30      Till Straumann <strauman@slac.stanford.edu>
16
17        * Makefile.am:
18        added new files in shared/vmeUniverse to EXTRA_DIST
19
202007-01-19      Till Straumann <strauman@slac.stanford.edu>
21
22        * Makefile.am:
23        moved VME.h from libbsp/powerpc/shared/vme to
24        libbsp/shared/vmeUniverse; eventually, this (and other)
25        VME API headers should migrate to cpukit.
26
272006-10-23      Joel Sherrill <joel@OARcorp.com>
28
29        * bfin/ChangeLog, bfin/Makefile.am, bfin/acinclude.m4,
30        bfin/configure.ac, bfin/eZKit533/.cvsignore, bfin/eZKit533/ChangeLog,
31        bfin/eZKit533/Makefile.am, bfin/eZKit533/README,
32        bfin/eZKit533/bsp_specs, bfin/eZKit533/configure,
33        bfin/eZKit533/configure.ac, bfin/eZKit533/preinstall.am,
34        bfin/eZKit533/times, bfin/eZKit533/console/console-io.c,
35        bfin/eZKit533/include/.cvsignore, bfin/eZKit533/include/bsp.h,
36        bfin/eZKit533/include/bspopts.h.in, bfin/eZKit533/include/coverhd.h,
37        bfin/eZKit533/include/tm27.h, bfin/eZKit533/startup/bspstart.c,
38        bfin/eZKit533/startup/linkcmds, bfin/shared/clock/clockdrv.c,
39        bfin/shared/clock/rtc.c, bfin/shared/clock/tod.h,
40        bfin/shared/console/console.c, bfin/shared/start/start.S,
41        bfin/shared/timer/timer.c: New files.
42
432006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * bspstart.am: Remove.
46
472005-11-04      Till Straumann <strauman@slac.stanford.edu>
48
49        * shared/vmeUniverse/vmeTsi148.c, shared/vmeUniverse/vmeTsi148.h,
50        shared/vmeUniverse/vme_am_defs.h: New files.
51        * Makefile.am, shared/vmeUniverse/README.universe,
52        shared/vmeUniverse/vmeUniverse.c, shared/vmeUniverse/vmeUniverse.h:
53        Several VME related upgrades and fixes, hopefully addressing PR#835:
54        vmeUniverse driver now supports shared interrupts. vmeUniverse now
55        supports up to four wires between universe and PIC. A new irq mgr
56        installation routine has been added allowing to use the new features.
57        (old version is still present for bwd compatibility). Calls have been
58        added to change interrupt routing (e.g., if wires have different
59        priorities at the PIC this feature can be used to configure
60        priorites). Routine for testing VME interrupts has been added (useful
61        during BSP development). A new header defining standard VME address
62        modes has been added so that the VME API doesn't have to #include a
63        particular bridge driver header. For all driver entry points, a 'XX'
64        variant has been added which allows to pass the chip's base address
65        [in case a second universe is sitting on a VME card :-)]. Driver now
66        uses interrupt line as read from PCI config. space (without offset)
67        BSP needs to use PCI fixup if necessary. Added a driver for the
68        tundra tsi148 VME bridge.
69
702004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * bsp.am: Remove everything but CPPASCOMPILE.
73
742004-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * bsp.am: Add CPPASCOMPILE.
77
782004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * bsp.am: DISTCLEANFILES = include/bspopts.h.
81
822004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Don't include lib.am.
85
862004-01-07      Joel Sherrill <joel@OARcorp.com>
87
88        * mips64orion/.cvsignore, mips64orion/ChangeLog,
89        mips64orion/Makefile.am, mips64orion/README,
90        mips64orion/acinclude.m4, mips64orion/configure.ac,
91        mips64orion/p4000/.cvsignore, mips64orion/p4000/ChangeLog,
92        mips64orion/p4000/Makefile.am, mips64orion/p4000/README,
93        mips64orion/p4000/bsp_specs, mips64orion/p4000/configure.ac,
94        mips64orion/p4000/times, mips64orion/p4000/console/.cvsignore,
95        mips64orion/p4000/console/Makefile.am,
96        mips64orion/p4000/console/console.c, mips64orion/p4000/console/led.S,
97        mips64orion/p4000/include/.cvsignore,
98        mips64orion/p4000/include/bsp.h, mips64orion/p4000/include/coverhd.h,
99        mips64orion/p4000/liblnk/.cvsignore,
100        mips64orion/p4000/liblnk/Makefile.am,
101        mips64orion/p4000/liblnk/lnklib.S,
102        mips64orion/p4000/start/.cvsignore,
103        mips64orion/p4000/start/Makefile.am, mips64orion/p4000/start/start.S,
104        mips64orion/p4000/startup/.cvsignore,
105        mips64orion/p4000/startup/Makefile.am,
106        mips64orion/p4000/startup/bspclean.c,
107        mips64orion/p4000/startup/bspstart.c,
108        mips64orion/p4000/startup/ghlinkcmds,
109        mips64orion/p4000/startup/idtmem.S,
110        mips64orion/p4000/startup/idttlb.S,
111        mips64orion/p4000/startup/inittlb.c,
112        mips64orion/p4000/startup/linkcmds,
113        mips64orion/p4000/startup/setvec.c,
114        mips64orion/p4000/wrapup/.cvsignore,
115        mips64orion/p4000/wrapup/Makefile.am: Removed.
116
1172003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * shmdr/addlq.c, shmdr/cnvpkt.c, shmdr/dump.c, shmdr/fatal.c,
120        shmdr/getlq.c, shmdr/getpkt.c, shmdr/init.c, shmdr/initlq.c,
121        shmdr/intr.c, shmdr/mpci.h, shmdr/mpisr.c, shmdr/poll.c,
122        shmdr/README, shmdr/receive.c, shmdr/retpkt.c, shmdr/send.c,
123        shmdr/setckvec.c, shmdr/shm_driver.h: Remove (Moved to
124        c/src/libchip/shmdr).
125
1262003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * bspstart.am: Use .$(OBJEXT) instead of .o.
129        * Makefile.am: Remove shmdr.
130
1312003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * bsp.am: Use $(mkdir_p) instead of $(mkinstalldirs).
134
1352003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * bsp.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
138
1392003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
142
1432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Use mkdir_p.
146        Remove dirs from PRE/TMPINSTALL_FILES.
147        * bsp.am: Replace bsplibdir by project_libdir.
148        Use mkdir_p instead of mkinstalldirs.
149        Remove dirs from PRE/TMPINSTALL_FILES.
150
1512003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * bsp.am: Remove project_libdir.
154
1552003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Misc. fixes.
158        * bsp.am: Add project_libdir.
159
1602003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * bspstart.am: New.
163
1642003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Merge-in shared/Makefile.am, shmdr/Makefile.am.
167        * shared/Makefile.am: Remove.
168        * shmdir/Makefile.am: Remove.
169        * bsp.am: Add preinstallation dirstamp support.
170
1712003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * shmdr/Makefile.am: Remove all-local: $(ARCH).
174
1752003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * bsp.am: Reworked.
178
1792003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Reflect having moved automake/.
182        * shmdr/Makefile.am: Reflect having moved automake/.
183
1842003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * shmdr/Makefile.am: Reflect having merged configure.ac into
187        ../../configure.ac.
188
1892003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Remove (Merged into ../../configure.ac).
192        * Makefile.am: Reflect having merged configure.ac into
193        ../../configure.ac.
194
1952003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Remove AC_CONFIG_AUX_DIR.
198
1992003-02-14      Joel Sherrill <joel@OARcorp.com>
200
201        AMD a29k port declared obsolete.
202        * a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/acinclude.m4,
203        a29k/configure.ac, a29k/portsw/.cvsignore, a29k/portsw/ChangeLog,
204        a29k/portsw/Makefile.am, a29k/portsw/README, a29k/portsw/bsp_specs,
205        a29k/portsw/configure.ac, a29k/portsw/times,
206        a29k/portsw/console/.cvsignore, a29k/portsw/console/Makefile.am,
207        a29k/portsw/console/concntl.h, a29k/portsw/console/console.c,
208        a29k/portsw/console/serial.c, a29k/portsw/console/serial.h,
209        a29k/portsw/include/.cvsignore, a29k/portsw/include/Makefile.am,
210        a29k/portsw/include/bsp.h, a29k/portsw/start/.cvsignore,
211        a29k/portsw/start/Makefile.am, a29k/portsw/start/amd.ah,
212        a29k/portsw/start/pswmacro.ah, a29k/portsw/start/register.S,
213        a29k/portsw/start/register.ah, a29k/portsw/start/start.S,
214        a29k/portsw/startup/.cvsignore, a29k/portsw/startup/Makefile.am,
215        a29k/portsw/startup/bspclean.c, a29k/portsw/startup/bspstart.c,
216        a29k/portsw/startup/linkcmds, a29k/portsw/startup/main.c,
217        a29k/portsw/startup/ramlink, a29k/portsw/startup/romlink,
218        a29k/portsw/startup/setvec.c, a29k/portsw/wrapup/.cvsignore,
219        a29k/portsw/wrapup/Makefile.am: Removed.
220
2212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
224
2252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: AC_PREREQ(2.57).
228
2292003-02-03      Joel Sherrill <joel@OARcorp.com>
230
231        * shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not
232        TMPINSTALL_FILES.
233
2342003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * shmdr/Makefile.am: install mpci.h and shm_driver.h.
237        Eliminate OBJS.
238
2392003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242
2432002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
246
2472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * .cvsignore: Reformat.
250        Add autom4te*cache.
251        Remove autom4te.cache.
252
2532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
256
2572002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * include/Makefile.am: Remove.
260        * include/.cvsignore: Remove.
261        * include/rtems/Makefile.am: Remove.
262        * include/rtems/.cvsignore: Remove.
263        * include/rtems/score/Makefile.am: Remove.
264        * include/rtems/score/.cvsignore: Remove.
265
2662002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Remove RTEMS_BSP_ALIAS.
269        Add RTEMS_CHECK_BSP_CACHE.
270        Replace $bspdir with $RTEMS_BSP_FAMILY.
271
2722002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: Remove include/Makefile, include/rtems/Makefile,
275        include/rtems/score/Makefile (Eliminate targopts.h).
276        * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
277
2782002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * bsp.am: Add bsplib_DATA = bsp_specs.
281
2822002-06-25      Joel Sherrill <joel@OARcorp.com>
283
284        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
285        support to the shared gdb stub glue thus adding a directory at the
286        top shared level.
287        * shared/gdbstub: New directory.
288        * configure.ac: Modified to reflect above.
289
2902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac:
293        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
294        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
295        * Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
298        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
299        * shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
300
3012002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * bsp.am: Add line break, remove comment.
304
3052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
308        * configure.in: Remove.
309        * configure.ac: New file, generated from configure.in by autoupdate.
310
3112001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Use @subdirs@ instead of RTEMS_LIBBSP_CPU_SUBDIR.
314        * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS, remove
315        RTEMS_LIBBSP_CPU_SUBDIR.
316
3172001-09-28      Joel Sherrill <joel@OARcorp.com>
318
319        * shared/bootcard.c, shared/main.c: Now call int c_rtems_main()
320        not main().
321
3222001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
325        * shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
326
3272001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
330        automake-1.5 happy.
331        * include/rtems/score/Makefile.am: Use CLEANFILES = to make
332        automake-1.5 happy.
333        * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
334
3352001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * bsp.am: Fix automake version number in comment.
338
3392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
342
3432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
346
3472000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
350        Switch to GNU canonicalization.
351
3522000-09-25      Joel Sherrill <joel@OARcorp.com>
353
354        * shmdr/shm_driver.h: Added _AM29K entry.  May not be correct.
355
3562000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * shmdr/Makefile.am: Include compile.am
359
3602000-08-10      Joel Sherrill <joel@OARcorp.com>
361
362        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.