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

4.104.115
Last change on this file since a4ed6b1 was c1488454, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/08 at 10:27:20

2008-12-11 Ralf Corsépius <ralf.corsepius@…>

  • shared/clockdrv_shell.c: Turn warning into error.
  • Property mode set to 100644
File size: 12.4 KB
Line 
12008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * shared/clockdrv_shell.c: Turn warning into error.
4
52008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Don't install files from shared/.
8        Remove references to preinstall.am.
9        * preinstall.am: Remove.
10
112008-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * preinstall.am: New file.
14
152008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
16
17        * Makefile.am: Install shared/include/bootcard.h.
18
192008-01-16      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Fix indentation.
22
232007-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * Makefile.am: Remove shared/main.c.
26
272007-01-30      Till Straumann <strauman@slac.stanford.edu>
28
29        * Makefile.am:
30        added new files in shared/vmeUniverse to EXTRA_DIST
31
322007-01-19      Till Straumann <strauman@slac.stanford.edu>
33
34        * Makefile.am:
35        moved VME.h from libbsp/powerpc/shared/vme to
36        libbsp/shared/vmeUniverse; eventually, this (and other)
37        VME API headers should migrate to cpukit.
38
392006-10-23      Joel Sherrill <joel@OARcorp.com>
40
41        * bfin/ChangeLog, bfin/Makefile.am, bfin/acinclude.m4,
42        bfin/configure.ac, bfin/eZKit533/.cvsignore, bfin/eZKit533/ChangeLog,
43        bfin/eZKit533/Makefile.am, bfin/eZKit533/README,
44        bfin/eZKit533/bsp_specs, bfin/eZKit533/configure,
45        bfin/eZKit533/configure.ac, bfin/eZKit533/preinstall.am,
46        bfin/eZKit533/times, bfin/eZKit533/console/console-io.c,
47        bfin/eZKit533/include/.cvsignore, bfin/eZKit533/include/bsp.h,
48        bfin/eZKit533/include/bspopts.h.in, bfin/eZKit533/include/coverhd.h,
49        bfin/eZKit533/include/tm27.h, bfin/eZKit533/startup/bspstart.c,
50        bfin/eZKit533/startup/linkcmds, bfin/shared/clock/clockdrv.c,
51        bfin/shared/clock/rtc.c, bfin/shared/clock/tod.h,
52        bfin/shared/console/console.c, bfin/shared/start/start.S,
53        bfin/shared/timer/timer.c: New files.
54
552006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * bspstart.am: Remove.
58
592005-11-04      Till Straumann <strauman@slac.stanford.edu>
60
61        * shared/vmeUniverse/vmeTsi148.c, shared/vmeUniverse/vmeTsi148.h,
62        shared/vmeUniverse/vme_am_defs.h: New files.
63        * Makefile.am, shared/vmeUniverse/README.universe,
64        shared/vmeUniverse/vmeUniverse.c, shared/vmeUniverse/vmeUniverse.h:
65        Several VME related upgrades and fixes, hopefully addressing PR#835:
66        vmeUniverse driver now supports shared interrupts. vmeUniverse now
67        supports up to four wires between universe and PIC. A new irq mgr
68        installation routine has been added allowing to use the new features.
69        (old version is still present for bwd compatibility). Calls have been
70        added to change interrupt routing (e.g., if wires have different
71        priorities at the PIC this feature can be used to configure
72        priorites). Routine for testing VME interrupts has been added (useful
73        during BSP development). A new header defining standard VME address
74        modes has been added so that the VME API doesn't have to #include a
75        particular bridge driver header. For all driver entry points, a 'XX'
76        variant has been added which allows to pass the chip's base address
77        [in case a second universe is sitting on a VME card :-)]. Driver now
78        uses interrupt line as read from PCI config. space (without offset)
79        BSP needs to use PCI fixup if necessary. Added a driver for the
80        tundra tsi148 VME bridge.
81
822004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * bsp.am: Remove everything but CPPASCOMPILE.
85
862004-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * bsp.am: Add CPPASCOMPILE.
89
902004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * bsp.am: DISTCLEANFILES = include/bspopts.h.
93
942004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Don't include lib.am.
97
982004-01-07      Joel Sherrill <joel@OARcorp.com>
99
100        * mips64orion/.cvsignore, mips64orion/ChangeLog,
101        mips64orion/Makefile.am, mips64orion/README,
102        mips64orion/acinclude.m4, mips64orion/configure.ac,
103        mips64orion/p4000/.cvsignore, mips64orion/p4000/ChangeLog,
104        mips64orion/p4000/Makefile.am, mips64orion/p4000/README,
105        mips64orion/p4000/bsp_specs, mips64orion/p4000/configure.ac,
106        mips64orion/p4000/times, mips64orion/p4000/console/.cvsignore,
107        mips64orion/p4000/console/Makefile.am,
108        mips64orion/p4000/console/console.c, mips64orion/p4000/console/led.S,
109        mips64orion/p4000/include/.cvsignore,
110        mips64orion/p4000/include/bsp.h, mips64orion/p4000/include/coverhd.h,
111        mips64orion/p4000/liblnk/.cvsignore,
112        mips64orion/p4000/liblnk/Makefile.am,
113        mips64orion/p4000/liblnk/lnklib.S,
114        mips64orion/p4000/start/.cvsignore,
115        mips64orion/p4000/start/Makefile.am, mips64orion/p4000/start/start.S,
116        mips64orion/p4000/startup/.cvsignore,
117        mips64orion/p4000/startup/Makefile.am,
118        mips64orion/p4000/startup/bspclean.c,
119        mips64orion/p4000/startup/bspstart.c,
120        mips64orion/p4000/startup/ghlinkcmds,
121        mips64orion/p4000/startup/idtmem.S,
122        mips64orion/p4000/startup/idttlb.S,
123        mips64orion/p4000/startup/inittlb.c,
124        mips64orion/p4000/startup/linkcmds,
125        mips64orion/p4000/startup/setvec.c,
126        mips64orion/p4000/wrapup/.cvsignore,
127        mips64orion/p4000/wrapup/Makefile.am: Removed.
128
1292003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * shmdr/addlq.c, shmdr/cnvpkt.c, shmdr/dump.c, shmdr/fatal.c,
132        shmdr/getlq.c, shmdr/getpkt.c, shmdr/init.c, shmdr/initlq.c,
133        shmdr/intr.c, shmdr/mpci.h, shmdr/mpisr.c, shmdr/poll.c,
134        shmdr/README, shmdr/receive.c, shmdr/retpkt.c, shmdr/send.c,
135        shmdr/setckvec.c, shmdr/shm_driver.h: Remove (Moved to
136        c/src/libchip/shmdr).
137
1382003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * bspstart.am: Use .$(OBJEXT) instead of .o.
141        * Makefile.am: Remove shmdr.
142
1432003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * bsp.am: Use $(mkdir_p) instead of $(mkinstalldirs).
146
1472003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * bsp.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
150
1512003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
154
1552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Use mkdir_p.
158        Remove dirs from PRE/TMPINSTALL_FILES.
159        * bsp.am: Replace bsplibdir by project_libdir.
160        Use mkdir_p instead of mkinstalldirs.
161        Remove dirs from PRE/TMPINSTALL_FILES.
162
1632003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * bsp.am: Remove project_libdir.
166
1672003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Misc. fixes.
170        * bsp.am: Add project_libdir.
171
1722003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * bspstart.am: New.
175
1762003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Merge-in shared/Makefile.am, shmdr/Makefile.am.
179        * shared/Makefile.am: Remove.
180        * shmdir/Makefile.am: Remove.
181        * bsp.am: Add preinstallation dirstamp support.
182
1832003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * shmdr/Makefile.am: Remove all-local: $(ARCH).
186
1872003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * bsp.am: Reworked.
190
1912003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Reflect having moved automake/.
194        * shmdr/Makefile.am: Reflect having moved automake/.
195
1962003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * shmdr/Makefile.am: Reflect having merged configure.ac into
199        ../../configure.ac.
200
2012003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Remove (Merged into ../../configure.ac).
204        * Makefile.am: Reflect having merged configure.ac into
205        ../../configure.ac.
206
2072003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Remove AC_CONFIG_AUX_DIR.
210
2112003-02-14      Joel Sherrill <joel@OARcorp.com>
212
213        AMD a29k port declared obsolete.
214        * a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/acinclude.m4,
215        a29k/configure.ac, a29k/portsw/.cvsignore, a29k/portsw/ChangeLog,
216        a29k/portsw/Makefile.am, a29k/portsw/README, a29k/portsw/bsp_specs,
217        a29k/portsw/configure.ac, a29k/portsw/times,
218        a29k/portsw/console/.cvsignore, a29k/portsw/console/Makefile.am,
219        a29k/portsw/console/concntl.h, a29k/portsw/console/console.c,
220        a29k/portsw/console/serial.c, a29k/portsw/console/serial.h,
221        a29k/portsw/include/.cvsignore, a29k/portsw/include/Makefile.am,
222        a29k/portsw/include/bsp.h, a29k/portsw/start/.cvsignore,
223        a29k/portsw/start/Makefile.am, a29k/portsw/start/amd.ah,
224        a29k/portsw/start/pswmacro.ah, a29k/portsw/start/register.S,
225        a29k/portsw/start/register.ah, a29k/portsw/start/start.S,
226        a29k/portsw/startup/.cvsignore, a29k/portsw/startup/Makefile.am,
227        a29k/portsw/startup/bspclean.c, a29k/portsw/startup/bspstart.c,
228        a29k/portsw/startup/linkcmds, a29k/portsw/startup/main.c,
229        a29k/portsw/startup/ramlink, a29k/portsw/startup/romlink,
230        a29k/portsw/startup/setvec.c, a29k/portsw/wrapup/.cvsignore,
231        a29k/portsw/wrapup/Makefile.am: Removed.
232
2332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
236
2372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: AC_PREREQ(2.57).
240
2412003-02-03      Joel Sherrill <joel@OARcorp.com>
242
243        * shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not
244        TMPINSTALL_FILES.
245
2462003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * shmdr/Makefile.am: install mpci.h and shm_driver.h.
249        Eliminate OBJS.
250
2512003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
254
2552002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
258
2592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * .cvsignore: Reformat.
262        Add autom4te*cache.
263        Remove autom4te.cache.
264
2652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
268
2692002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * include/Makefile.am: Remove.
272        * include/.cvsignore: Remove.
273        * include/rtems/Makefile.am: Remove.
274        * include/rtems/.cvsignore: Remove.
275        * include/rtems/score/Makefile.am: Remove.
276        * include/rtems/score/.cvsignore: Remove.
277
2782002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: Remove RTEMS_BSP_ALIAS.
281        Add RTEMS_CHECK_BSP_CACHE.
282        Replace $bspdir with $RTEMS_BSP_FAMILY.
283
2842002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: Remove include/Makefile, include/rtems/Makefile,
287        include/rtems/score/Makefile (Eliminate targopts.h).
288        * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
289
2902002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * bsp.am: Add bsplib_DATA = bsp_specs.
293
2942002-06-25      Joel Sherrill <joel@OARcorp.com>
295
296        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
297        support to the shared gdb stub glue thus adding a directory at the
298        top shared level.
299        * shared/gdbstub: New directory.
300        * configure.ac: Modified to reflect above.
301
3022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac:
305        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
306        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
307        * Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
311        * shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
312
3132002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * bsp.am: Add line break, remove comment.
316
3172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
320        * configure.in: Remove.
321        * configure.ac: New file, generated from configure.in by autoupdate.
322
3232001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * Makefile.am: Use @subdirs@ instead of RTEMS_LIBBSP_CPU_SUBDIR.
326        * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS, remove
327        RTEMS_LIBBSP_CPU_SUBDIR.
328
3292001-09-28      Joel Sherrill <joel@OARcorp.com>
330
331        * shared/bootcard.c, shared/main.c: Now call int c_rtems_main()
332        not main().
333
3342001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
337        * shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
338
3392001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
342        automake-1.5 happy.
343        * include/rtems/score/Makefile.am: Use CLEANFILES = to make
344        automake-1.5 happy.
345        * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
346
3472001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * bsp.am: Fix automake version number in comment.
350
3512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
354
3552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
358
3592000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
362        Switch to GNU canonicalization.
363
3642000-09-25      Joel Sherrill <joel@OARcorp.com>
365
366        * shmdr/shm_driver.h: Added _AM29K entry.  May not be correct.
367
3682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * shmdr/Makefile.am: Include compile.am
371
3722000-08-10      Joel Sherrill <joel@OARcorp.com>
373
374        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.