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

4.104.115
Last change on this file since ac7af4a was fb198bd7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/03/09 at 07:12:25

2009-11-03 Ralf Corsépius <ralf.corsepius@…>

  • shared/umon/tfsDriver.c (rtems_tfs_eval_path): Add missing parameter.
  • Property mode set to 100644
File size: 12.9 KB
RevLine 
[fb198bd7]12009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * shared/umon/tfsDriver.c (rtems_tfs_eval_path):
4        Add missing parameter.
5
[7cb7a5ef]62009-10-09      Till Straumann <strauman@slac.stanford.edu>
7
8        * shared/vmeUniverse/vmeUniverse.c: print message and
9        let vmeUniverseIntLoopbackTst() fail if odd-numbered
10        vector is used (cannot program the chip to reply with
11        such a vector).
12
[2881465]132009-04-28      Chris Johns <chrisj@rtems.org>
14
15        * Makefile.am: Add bspinit.c, a common Init task that manages
16        command line arguments from a BSP.
17
[c1488454]182008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * shared/clockdrv_shell.c: Turn warning into error.
21
[343fbd2f]222008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Don't install files from shared/.
25        Remove references to preinstall.am.
26        * preinstall.am: Remove.
27
[bc3283c]282008-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * preinstall.am: New file.
31
[d4886a06]322008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
33
34        * Makefile.am: Install shared/include/bootcard.h.
35
[1a297e5]362008-01-16      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Fix indentation.
39
[3644d07]402007-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Remove shared/main.c.
43
[668d44b]442007-01-30      Till Straumann <strauman@slac.stanford.edu>
45
46        * Makefile.am:
47        added new files in shared/vmeUniverse to EXTRA_DIST
48
[6f457e8]492007-01-19      Till Straumann <strauman@slac.stanford.edu>
50
51        * Makefile.am:
52        moved VME.h from libbsp/powerpc/shared/vme to
53        libbsp/shared/vmeUniverse; eventually, this (and other)
54        VME API headers should migrate to cpukit.
55
[8d41236]562006-10-23      Joel Sherrill <joel@OARcorp.com>
57
58        * bfin/ChangeLog, bfin/Makefile.am, bfin/acinclude.m4,
59        bfin/configure.ac, bfin/eZKit533/.cvsignore, bfin/eZKit533/ChangeLog,
60        bfin/eZKit533/Makefile.am, bfin/eZKit533/README,
61        bfin/eZKit533/bsp_specs, bfin/eZKit533/configure,
62        bfin/eZKit533/configure.ac, bfin/eZKit533/preinstall.am,
63        bfin/eZKit533/times, bfin/eZKit533/console/console-io.c,
64        bfin/eZKit533/include/.cvsignore, bfin/eZKit533/include/bsp.h,
65        bfin/eZKit533/include/bspopts.h.in, bfin/eZKit533/include/coverhd.h,
66        bfin/eZKit533/include/tm27.h, bfin/eZKit533/startup/bspstart.c,
67        bfin/eZKit533/startup/linkcmds, bfin/shared/clock/clockdrv.c,
68        bfin/shared/clock/rtc.c, bfin/shared/clock/tod.h,
69        bfin/shared/console/console.c, bfin/shared/start/start.S,
70        bfin/shared/timer/timer.c: New files.
71
[3644d07]722006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
[73c65bd]73
74        * bspstart.am: Remove.
75
[784e792]762005-11-04      Till Straumann <strauman@slac.stanford.edu>
77
78        * shared/vmeUniverse/vmeTsi148.c, shared/vmeUniverse/vmeTsi148.h,
79        shared/vmeUniverse/vme_am_defs.h: New files.
80        * Makefile.am, shared/vmeUniverse/README.universe,
81        shared/vmeUniverse/vmeUniverse.c, shared/vmeUniverse/vmeUniverse.h:
82        Several VME related upgrades and fixes, hopefully addressing PR#835:
83        vmeUniverse driver now supports shared interrupts. vmeUniverse now
84        supports up to four wires between universe and PIC. A new irq mgr
85        installation routine has been added allowing to use the new features.
86        (old version is still present for bwd compatibility). Calls have been
87        added to change interrupt routing (e.g., if wires have different
88        priorities at the PIC this feature can be used to configure
89        priorites). Routine for testing VME interrupts has been added (useful
90        during BSP development). A new header defining standard VME address
91        modes has been added so that the VME API doesn't have to #include a
92        particular bridge driver header. For all driver entry points, a 'XX'
93        variant has been added which allows to pass the chip's base address
94        [in case a second universe is sitting on a VME card :-)]. Driver now
95        uses interrupt line as read from PCI config. space (without offset)
96        BSP needs to use PCI fixup if necessary. Added a driver for the
97        tundra tsi148 VME bridge.
98
[8f1eeb91]992004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * bsp.am: Remove everything but CPPASCOMPILE.
102
[9cef014]1032004-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * bsp.am: Add CPPASCOMPILE.
106
[fd3c9faa]1072004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * bsp.am: DISTCLEANFILES = include/bspopts.h.
110
[439ed0c]1112004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Don't include lib.am.
114
[be58eb2f]1152004-01-07      Joel Sherrill <joel@OARcorp.com>
116
117        * mips64orion/.cvsignore, mips64orion/ChangeLog,
118        mips64orion/Makefile.am, mips64orion/README,
119        mips64orion/acinclude.m4, mips64orion/configure.ac,
120        mips64orion/p4000/.cvsignore, mips64orion/p4000/ChangeLog,
121        mips64orion/p4000/Makefile.am, mips64orion/p4000/README,
122        mips64orion/p4000/bsp_specs, mips64orion/p4000/configure.ac,
123        mips64orion/p4000/times, mips64orion/p4000/console/.cvsignore,
124        mips64orion/p4000/console/Makefile.am,
125        mips64orion/p4000/console/console.c, mips64orion/p4000/console/led.S,
126        mips64orion/p4000/include/.cvsignore,
127        mips64orion/p4000/include/bsp.h, mips64orion/p4000/include/coverhd.h,
128        mips64orion/p4000/liblnk/.cvsignore,
129        mips64orion/p4000/liblnk/Makefile.am,
130        mips64orion/p4000/liblnk/lnklib.S,
131        mips64orion/p4000/start/.cvsignore,
132        mips64orion/p4000/start/Makefile.am, mips64orion/p4000/start/start.S,
133        mips64orion/p4000/startup/.cvsignore,
134        mips64orion/p4000/startup/Makefile.am,
135        mips64orion/p4000/startup/bspclean.c,
136        mips64orion/p4000/startup/bspstart.c,
137        mips64orion/p4000/startup/ghlinkcmds,
138        mips64orion/p4000/startup/idtmem.S,
139        mips64orion/p4000/startup/idttlb.S,
140        mips64orion/p4000/startup/inittlb.c,
141        mips64orion/p4000/startup/linkcmds,
142        mips64orion/p4000/startup/setvec.c,
143        mips64orion/p4000/wrapup/.cvsignore,
144        mips64orion/p4000/wrapup/Makefile.am: Removed.
145
[0b4c3d0]1462003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * shmdr/addlq.c, shmdr/cnvpkt.c, shmdr/dump.c, shmdr/fatal.c,
149        shmdr/getlq.c, shmdr/getpkt.c, shmdr/init.c, shmdr/initlq.c,
150        shmdr/intr.c, shmdr/mpci.h, shmdr/mpisr.c, shmdr/poll.c,
151        shmdr/README, shmdr/receive.c, shmdr/retpkt.c, shmdr/send.c,
152        shmdr/setckvec.c, shmdr/shm_driver.h: Remove (Moved to
153        c/src/libchip/shmdr).
154
[bb37d32]1552003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * bspstart.am: Use .$(OBJEXT) instead of .o.
158        * Makefile.am: Remove shmdr.
159
[fa56890]1602003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * bsp.am: Use $(mkdir_p) instead of $(mkinstalldirs).
163
[529525a]1642003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * bsp.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
167
[bd7dc66b]1682003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
171
[6dcc0f4]1722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Use mkdir_p.
175        Remove dirs from PRE/TMPINSTALL_FILES.
176        * bsp.am: Replace bsplibdir by project_libdir.
177        Use mkdir_p instead of mkinstalldirs.
178        Remove dirs from PRE/TMPINSTALL_FILES.
179
[c0ed3a2]1802003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * bsp.am: Remove project_libdir.
183
[72c9ccf]1842003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Misc. fixes.
187        * bsp.am: Add project_libdir.
188
[55de07f]1892003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * bspstart.am: New.
192
[57d673c]1932003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Merge-in shared/Makefile.am, shmdr/Makefile.am.
196        * shared/Makefile.am: Remove.
197        * shmdir/Makefile.am: Remove.
198        * bsp.am: Add preinstallation dirstamp support.
199
[55da7ef]2002003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * shmdr/Makefile.am: Remove all-local: $(ARCH).
203
[87576f7]2042003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * bsp.am: Reworked.
207
[3776f87b]2082003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
[c483a4e]210        * Makefile.am: Reflect having moved automake/.
211        * shmdr/Makefile.am: Reflect having moved automake/.
[3776f87b]212
[b91f13f9]2132003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * shmdr/Makefile.am: Reflect having merged configure.ac into
216        ../../configure.ac.
217
[5710072]2182003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: Remove (Merged into ../../configure.ac).
221        * Makefile.am: Reflect having merged configure.ac into
222        ../../configure.ac.
223
[7a97f26]2242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Remove AC_CONFIG_AUX_DIR.
227
[a6ca1f3]2282003-02-14      Joel Sherrill <joel@OARcorp.com>
229
230        AMD a29k port declared obsolete.
231        * a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/acinclude.m4,
232        a29k/configure.ac, a29k/portsw/.cvsignore, a29k/portsw/ChangeLog,
233        a29k/portsw/Makefile.am, a29k/portsw/README, a29k/portsw/bsp_specs,
234        a29k/portsw/configure.ac, a29k/portsw/times,
235        a29k/portsw/console/.cvsignore, a29k/portsw/console/Makefile.am,
236        a29k/portsw/console/concntl.h, a29k/portsw/console/console.c,
237        a29k/portsw/console/serial.c, a29k/portsw/console/serial.h,
238        a29k/portsw/include/.cvsignore, a29k/portsw/include/Makefile.am,
239        a29k/portsw/include/bsp.h, a29k/portsw/start/.cvsignore,
240        a29k/portsw/start/Makefile.am, a29k/portsw/start/amd.ah,
241        a29k/portsw/start/pswmacro.ah, a29k/portsw/start/register.S,
242        a29k/portsw/start/register.ah, a29k/portsw/start/start.S,
243        a29k/portsw/startup/.cvsignore, a29k/portsw/startup/Makefile.am,
244        a29k/portsw/startup/bspclean.c, a29k/portsw/startup/bspstart.c,
245        a29k/portsw/startup/linkcmds, a29k/portsw/startup/main.c,
246        a29k/portsw/startup/ramlink, a29k/portsw/startup/romlink,
247        a29k/portsw/startup/setvec.c, a29k/portsw/wrapup/.cvsignore,
248        a29k/portsw/wrapup/Makefile.am: Removed.
249
[ccd81b60]2502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
253
[9b5c258]2542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: AC_PREREQ(2.57).
257
[13c28bc]2582003-02-03      Joel Sherrill <joel@OARcorp.com>
259
260        * shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not
261        TMPINSTALL_FILES.
262
[7d0dd89c]2632003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * shmdr/Makefile.am: install mpci.h and shm_driver.h.
266        Eliminate OBJS.
267
[9abd9c8]2682003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
271
[dfa8fe34]2722002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
275
[8730f45]2762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * .cvsignore: Reformat.
279        Add autom4te*cache.
280        Remove autom4te.cache.
281
[73af0d9]2822002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
285
[e27cd182]2862002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * include/Makefile.am: Remove.
289        * include/.cvsignore: Remove.
290        * include/rtems/Makefile.am: Remove.
291        * include/rtems/.cvsignore: Remove.
292        * include/rtems/score/Makefile.am: Remove.
293        * include/rtems/score/.cvsignore: Remove.
294
[1ae3202b]2952002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.ac: Remove RTEMS_BSP_ALIAS.
298        Add RTEMS_CHECK_BSP_CACHE.
299        Replace $bspdir with $RTEMS_BSP_FAMILY.
300
[5a8641e3]3012002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.ac: Remove include/Makefile, include/rtems/Makefile,
304        include/rtems/score/Makefile (Eliminate targopts.h).
305        * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
306
[90d6c6cf]3072002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * bsp.am: Add bsplib_DATA = bsp_specs.
310
[7990ddd]3112002-06-25      Joel Sherrill <joel@OARcorp.com>
312
313        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
314        support to the shared gdb stub glue thus adding a directory at the
315        top shared level.
316        * shared/gdbstub: New directory.
317        * configure.ac: Modified to reflect above.
318
[c42980ab]3192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * configure.ac:
322        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
323        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
324        * Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
329
[41d6b03a]3302002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * bsp.am: Add line break, remove comment.
333
[df25c998]3342001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
337        * configure.in: Remove.
338        * configure.ac: New file, generated from configure.in by autoupdate.
339
[fc40d5d4]3402001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: Use @subdirs@ instead of RTEMS_LIBBSP_CPU_SUBDIR.
343        * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS, remove
344        RTEMS_LIBBSP_CPU_SUBDIR.
345
[af536c96]3462001-09-28      Joel Sherrill <joel@OARcorp.com>
347
348        * shared/bootcard.c, shared/main.c: Now call int c_rtems_main()
349        not main().
350
[73834919]3512001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
354        * shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
355
[ee2319a5]3562001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
359        automake-1.5 happy.
360        * include/rtems/score/Makefile.am: Use CLEANFILES = to make
361        automake-1.5 happy.
362        * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
363
[02a5244]3642001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * bsp.am: Fix automake version number in comment.
367
[feead226]3682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
371
[a314d3b4]3722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
375
[e83378d]3762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
379        Switch to GNU canonicalization.
380
[cd872d9]3812000-09-25      Joel Sherrill <joel@OARcorp.com>
382
383        * shmdr/shm_driver.h: Added _AM29K entry.  May not be correct.
384
[4adcc2c]3852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * shmdr/Makefile.am: Include compile.am
388
[e94ad1fe]3892000-08-10      Joel Sherrill <joel@OARcorp.com>
390
391        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.