source: rtems/c/src/lib/libbsp/ChangeLog @ 6b150cc

4.104.115
Last change on this file since 6b150cc was e8d3c193, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/09 at 16:55:36

2009-12-10 Ralf Corsépius <ralf.corsepius@…>

  • shared/console-polled.c: Reflect changes to rtems_termios_callbacks->write.
  • Property mode set to 100644
File size: 13.0 KB
Line 
12009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * shared/console-polled.c:
4        Reflect changes to rtems_termios_callbacks->write.
5
62009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * shared/umon/tfsDriver.c (rtems_tfs_eval_path):
9        Add missing parameter.
10
112009-10-09      Till Straumann <strauman@slac.stanford.edu>
12
13        * shared/vmeUniverse/vmeUniverse.c: print message and
14        let vmeUniverseIntLoopbackTst() fail if odd-numbered
15        vector is used (cannot program the chip to reply with
16        such a vector).
17
182009-04-28      Chris Johns <chrisj@rtems.org>
19
20        * Makefile.am: Add bspinit.c, a common Init task that manages
21        command line arguments from a BSP.
22
232008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * shared/clockdrv_shell.c: Turn warning into error.
26
272008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * Makefile.am: Don't install files from shared/.
30        Remove references to preinstall.am.
31        * preinstall.am: Remove.
32
332008-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * preinstall.am: New file.
36
372008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
38
39        * Makefile.am: Install shared/include/bootcard.h.
40
412008-01-16      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Fix indentation.
44
452007-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * Makefile.am: Remove shared/main.c.
48
492007-01-30      Till Straumann <strauman@slac.stanford.edu>
50
51        * Makefile.am:
52        added new files in shared/vmeUniverse to EXTRA_DIST
53
542007-01-19      Till Straumann <strauman@slac.stanford.edu>
55
56        * Makefile.am:
57        moved VME.h from libbsp/powerpc/shared/vme to
58        libbsp/shared/vmeUniverse; eventually, this (and other)
59        VME API headers should migrate to cpukit.
60
612006-10-23      Joel Sherrill <joel@OARcorp.com>
62
63        * bfin/ChangeLog, bfin/Makefile.am, bfin/acinclude.m4,
64        bfin/configure.ac, bfin/eZKit533/.cvsignore, bfin/eZKit533/ChangeLog,
65        bfin/eZKit533/Makefile.am, bfin/eZKit533/README,
66        bfin/eZKit533/bsp_specs, bfin/eZKit533/configure,
67        bfin/eZKit533/configure.ac, bfin/eZKit533/preinstall.am,
68        bfin/eZKit533/times, bfin/eZKit533/console/console-io.c,
69        bfin/eZKit533/include/.cvsignore, bfin/eZKit533/include/bsp.h,
70        bfin/eZKit533/include/bspopts.h.in, bfin/eZKit533/include/coverhd.h,
71        bfin/eZKit533/include/tm27.h, bfin/eZKit533/startup/bspstart.c,
72        bfin/eZKit533/startup/linkcmds, bfin/shared/clock/clockdrv.c,
73        bfin/shared/clock/rtc.c, bfin/shared/clock/tod.h,
74        bfin/shared/console/console.c, bfin/shared/start/start.S,
75        bfin/shared/timer/timer.c: New files.
76
772006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * bspstart.am: Remove.
80
812005-11-04      Till Straumann <strauman@slac.stanford.edu>
82
83        * shared/vmeUniverse/vmeTsi148.c, shared/vmeUniverse/vmeTsi148.h,
84        shared/vmeUniverse/vme_am_defs.h: New files.
85        * Makefile.am, shared/vmeUniverse/README.universe,
86        shared/vmeUniverse/vmeUniverse.c, shared/vmeUniverse/vmeUniverse.h:
87        Several VME related upgrades and fixes, hopefully addressing PR#835:
88        vmeUniverse driver now supports shared interrupts. vmeUniverse now
89        supports up to four wires between universe and PIC. A new irq mgr
90        installation routine has been added allowing to use the new features.
91        (old version is still present for bwd compatibility). Calls have been
92        added to change interrupt routing (e.g., if wires have different
93        priorities at the PIC this feature can be used to configure
94        priorites). Routine for testing VME interrupts has been added (useful
95        during BSP development). A new header defining standard VME address
96        modes has been added so that the VME API doesn't have to #include a
97        particular bridge driver header. For all driver entry points, a 'XX'
98        variant has been added which allows to pass the chip's base address
99        [in case a second universe is sitting on a VME card :-)]. Driver now
100        uses interrupt line as read from PCI config. space (without offset)
101        BSP needs to use PCI fixup if necessary. Added a driver for the
102        tundra tsi148 VME bridge.
103
1042004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * bsp.am: Remove everything but CPPASCOMPILE.
107
1082004-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * bsp.am: Add CPPASCOMPILE.
111
1122004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * bsp.am: DISTCLEANFILES = include/bspopts.h.
115
1162004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Don't include lib.am.
119
1202004-01-07      Joel Sherrill <joel@OARcorp.com>
121
122        * mips64orion/.cvsignore, mips64orion/ChangeLog,
123        mips64orion/Makefile.am, mips64orion/README,
124        mips64orion/acinclude.m4, mips64orion/configure.ac,
125        mips64orion/p4000/.cvsignore, mips64orion/p4000/ChangeLog,
126        mips64orion/p4000/Makefile.am, mips64orion/p4000/README,
127        mips64orion/p4000/bsp_specs, mips64orion/p4000/configure.ac,
128        mips64orion/p4000/times, mips64orion/p4000/console/.cvsignore,
129        mips64orion/p4000/console/Makefile.am,
130        mips64orion/p4000/console/console.c, mips64orion/p4000/console/led.S,
131        mips64orion/p4000/include/.cvsignore,
132        mips64orion/p4000/include/bsp.h, mips64orion/p4000/include/coverhd.h,
133        mips64orion/p4000/liblnk/.cvsignore,
134        mips64orion/p4000/liblnk/Makefile.am,
135        mips64orion/p4000/liblnk/lnklib.S,
136        mips64orion/p4000/start/.cvsignore,
137        mips64orion/p4000/start/Makefile.am, mips64orion/p4000/start/start.S,
138        mips64orion/p4000/startup/.cvsignore,
139        mips64orion/p4000/startup/Makefile.am,
140        mips64orion/p4000/startup/bspclean.c,
141        mips64orion/p4000/startup/bspstart.c,
142        mips64orion/p4000/startup/ghlinkcmds,
143        mips64orion/p4000/startup/idtmem.S,
144        mips64orion/p4000/startup/idttlb.S,
145        mips64orion/p4000/startup/inittlb.c,
146        mips64orion/p4000/startup/linkcmds,
147        mips64orion/p4000/startup/setvec.c,
148        mips64orion/p4000/wrapup/.cvsignore,
149        mips64orion/p4000/wrapup/Makefile.am: Removed.
150
1512003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * shmdr/addlq.c, shmdr/cnvpkt.c, shmdr/dump.c, shmdr/fatal.c,
154        shmdr/getlq.c, shmdr/getpkt.c, shmdr/init.c, shmdr/initlq.c,
155        shmdr/intr.c, shmdr/mpci.h, shmdr/mpisr.c, shmdr/poll.c,
156        shmdr/README, shmdr/receive.c, shmdr/retpkt.c, shmdr/send.c,
157        shmdr/setckvec.c, shmdr/shm_driver.h: Remove (Moved to
158        c/src/libchip/shmdr).
159
1602003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * bspstart.am: Use .$(OBJEXT) instead of .o.
163        * Makefile.am: Remove shmdr.
164
1652003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * bsp.am: Use $(mkdir_p) instead of $(mkinstalldirs).
168
1692003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * bsp.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
172
1732003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
176
1772003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Use mkdir_p.
180        Remove dirs from PRE/TMPINSTALL_FILES.
181        * bsp.am: Replace bsplibdir by project_libdir.
182        Use mkdir_p instead of mkinstalldirs.
183        Remove dirs from PRE/TMPINSTALL_FILES.
184
1852003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * bsp.am: Remove project_libdir.
188
1892003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Misc. fixes.
192        * bsp.am: Add project_libdir.
193
1942003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * bspstart.am: New.
197
1982003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Merge-in shared/Makefile.am, shmdr/Makefile.am.
201        * shared/Makefile.am: Remove.
202        * shmdir/Makefile.am: Remove.
203        * bsp.am: Add preinstallation dirstamp support.
204
2052003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * shmdr/Makefile.am: Remove all-local: $(ARCH).
208
2092003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * bsp.am: Reworked.
212
2132003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Reflect having moved automake/.
216        * shmdr/Makefile.am: Reflect having moved automake/.
217
2182003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * shmdr/Makefile.am: Reflect having merged configure.ac into
221        ../../configure.ac.
222
2232003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Remove (Merged into ../../configure.ac).
226        * Makefile.am: Reflect having merged configure.ac into
227        ../../configure.ac.
228
2292003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Remove AC_CONFIG_AUX_DIR.
232
2332003-02-14      Joel Sherrill <joel@OARcorp.com>
234
235        AMD a29k port declared obsolete.
236        * a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/acinclude.m4,
237        a29k/configure.ac, a29k/portsw/.cvsignore, a29k/portsw/ChangeLog,
238        a29k/portsw/Makefile.am, a29k/portsw/README, a29k/portsw/bsp_specs,
239        a29k/portsw/configure.ac, a29k/portsw/times,
240        a29k/portsw/console/.cvsignore, a29k/portsw/console/Makefile.am,
241        a29k/portsw/console/concntl.h, a29k/portsw/console/console.c,
242        a29k/portsw/console/serial.c, a29k/portsw/console/serial.h,
243        a29k/portsw/include/.cvsignore, a29k/portsw/include/Makefile.am,
244        a29k/portsw/include/bsp.h, a29k/portsw/start/.cvsignore,
245        a29k/portsw/start/Makefile.am, a29k/portsw/start/amd.ah,
246        a29k/portsw/start/pswmacro.ah, a29k/portsw/start/register.S,
247        a29k/portsw/start/register.ah, a29k/portsw/start/start.S,
248        a29k/portsw/startup/.cvsignore, a29k/portsw/startup/Makefile.am,
249        a29k/portsw/startup/bspclean.c, a29k/portsw/startup/bspstart.c,
250        a29k/portsw/startup/linkcmds, a29k/portsw/startup/main.c,
251        a29k/portsw/startup/ramlink, a29k/portsw/startup/romlink,
252        a29k/portsw/startup/setvec.c, a29k/portsw/wrapup/.cvsignore,
253        a29k/portsw/wrapup/Makefile.am: Removed.
254
2552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
258
2592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: AC_PREREQ(2.57).
262
2632003-02-03      Joel Sherrill <joel@OARcorp.com>
264
265        * shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not
266        TMPINSTALL_FILES.
267
2682003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * shmdr/Makefile.am: install mpci.h and shm_driver.h.
271        Eliminate OBJS.
272
2732003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
276
2772002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
280
2812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * .cvsignore: Reformat.
284        Add autom4te*cache.
285        Remove autom4te.cache.
286
2872002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
290
2912002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * include/Makefile.am: Remove.
294        * include/.cvsignore: Remove.
295        * include/rtems/Makefile.am: Remove.
296        * include/rtems/.cvsignore: Remove.
297        * include/rtems/score/Makefile.am: Remove.
298        * include/rtems/score/.cvsignore: Remove.
299
3002002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Remove RTEMS_BSP_ALIAS.
303        Add RTEMS_CHECK_BSP_CACHE.
304        Replace $bspdir with $RTEMS_BSP_FAMILY.
305
3062002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac: Remove include/Makefile, include/rtems/Makefile,
309        include/rtems/score/Makefile (Eliminate targopts.h).
310        * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
311
3122002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * bsp.am: Add bsplib_DATA = bsp_specs.
315
3162002-06-25      Joel Sherrill <joel@OARcorp.com>
317
318        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
319        support to the shared gdb stub glue thus adding a directory at the
320        top shared level.
321        * shared/gdbstub: New directory.
322        * configure.ac: Modified to reflect above.
323
3242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.ac:
327        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
328        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
329        * Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
334
3352002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * bsp.am: Add line break, remove comment.
338
3392001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
342        * configure.in: Remove.
343        * configure.ac: New file, generated from configure.in by autoupdate.
344
3452001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Use @subdirs@ instead of RTEMS_LIBBSP_CPU_SUBDIR.
348        * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS, remove
349        RTEMS_LIBBSP_CPU_SUBDIR.
350
3512001-09-28      Joel Sherrill <joel@OARcorp.com>
352
353        * shared/bootcard.c, shared/main.c: Now call int c_rtems_main()
354        not main().
355
3562001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
359        * shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
360
3612001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
364        automake-1.5 happy.
365        * include/rtems/score/Makefile.am: Use CLEANFILES = to make
366        automake-1.5 happy.
367        * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
368
3692001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * bsp.am: Fix automake version number in comment.
372
3732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
376
3772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
380
3812000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
384        Switch to GNU canonicalization.
385
3862000-09-25      Joel Sherrill <joel@OARcorp.com>
387
388        * shmdr/shm_driver.h: Added _AM29K entry.  May not be correct.
389
3902000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * shmdr/Makefile.am: Include compile.am
393
3942000-08-10      Joel Sherrill <joel@OARcorp.com>
395
396        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.