source: rtems/c/src/lib/libbsp/ChangeLog @ 51f55b87

4.104.115
Last change on this file since 51f55b87 was 343fbd2f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/26/08 at 05:40:26

2008-08-27 Ralf Corsépius <ralf.corsepius@…>

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