source: rtems/c/src/lib/libbsp/ChangeLog @ 001b4162

4.104.114.95
Last change on this file since 001b4162 was bc3283c, checked in by Joel Sherrill <joel.sherrill@…>, on 07/24/08 at 18:24:22

2008-07-24 Joel Sherrill <joel.sherrill@…>

  • preinstall.am: New file.
  • Property mode set to 100644
File size: 12.1 KB
Line 
12008-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * preinstall.am: New file.
4
52008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
6
7        * Makefile.am: Install shared/include/bootcard.h.
8
92008-01-16      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Fix indentation.
12
132007-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Remove shared/main.c.
16
172007-01-30      Till Straumann <strauman@slac.stanford.edu>
18
19        * Makefile.am:
20        added new files in shared/vmeUniverse to EXTRA_DIST
21
222007-01-19      Till Straumann <strauman@slac.stanford.edu>
23
24        * Makefile.am:
25        moved VME.h from libbsp/powerpc/shared/vme to
26        libbsp/shared/vmeUniverse; eventually, this (and other)
27        VME API headers should migrate to cpukit.
28
292006-10-23      Joel Sherrill <joel@OARcorp.com>
30
31        * bfin/ChangeLog, bfin/Makefile.am, bfin/acinclude.m4,
32        bfin/configure.ac, bfin/eZKit533/.cvsignore, bfin/eZKit533/ChangeLog,
33        bfin/eZKit533/Makefile.am, bfin/eZKit533/README,
34        bfin/eZKit533/bsp_specs, bfin/eZKit533/configure,
35        bfin/eZKit533/configure.ac, bfin/eZKit533/preinstall.am,
36        bfin/eZKit533/times, bfin/eZKit533/console/console-io.c,
37        bfin/eZKit533/include/.cvsignore, bfin/eZKit533/include/bsp.h,
38        bfin/eZKit533/include/bspopts.h.in, bfin/eZKit533/include/coverhd.h,
39        bfin/eZKit533/include/tm27.h, bfin/eZKit533/startup/bspstart.c,
40        bfin/eZKit533/startup/linkcmds, bfin/shared/clock/clockdrv.c,
41        bfin/shared/clock/rtc.c, bfin/shared/clock/tod.h,
42        bfin/shared/console/console.c, bfin/shared/start/start.S,
43        bfin/shared/timer/timer.c: New files.
44
452006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * bspstart.am: Remove.
48
492005-11-04      Till Straumann <strauman@slac.stanford.edu>
50
51        * shared/vmeUniverse/vmeTsi148.c, shared/vmeUniverse/vmeTsi148.h,
52        shared/vmeUniverse/vme_am_defs.h: New files.
53        * Makefile.am, shared/vmeUniverse/README.universe,
54        shared/vmeUniverse/vmeUniverse.c, shared/vmeUniverse/vmeUniverse.h:
55        Several VME related upgrades and fixes, hopefully addressing PR#835:
56        vmeUniverse driver now supports shared interrupts. vmeUniverse now
57        supports up to four wires between universe and PIC. A new irq mgr
58        installation routine has been added allowing to use the new features.
59        (old version is still present for bwd compatibility). Calls have been
60        added to change interrupt routing (e.g., if wires have different
61        priorities at the PIC this feature can be used to configure
62        priorites). Routine for testing VME interrupts has been added (useful
63        during BSP development). A new header defining standard VME address
64        modes has been added so that the VME API doesn't have to #include a
65        particular bridge driver header. For all driver entry points, a 'XX'
66        variant has been added which allows to pass the chip's base address
67        [in case a second universe is sitting on a VME card :-)]. Driver now
68        uses interrupt line as read from PCI config. space (without offset)
69        BSP needs to use PCI fixup if necessary. Added a driver for the
70        tundra tsi148 VME bridge.
71
722004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * bsp.am: Remove everything but CPPASCOMPILE.
75
762004-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * bsp.am: Add CPPASCOMPILE.
79
802004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * bsp.am: DISTCLEANFILES = include/bspopts.h.
83
842004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Don't include lib.am.
87
882004-01-07      Joel Sherrill <joel@OARcorp.com>
89
90        * mips64orion/.cvsignore, mips64orion/ChangeLog,
91        mips64orion/Makefile.am, mips64orion/README,
92        mips64orion/acinclude.m4, mips64orion/configure.ac,
93        mips64orion/p4000/.cvsignore, mips64orion/p4000/ChangeLog,
94        mips64orion/p4000/Makefile.am, mips64orion/p4000/README,
95        mips64orion/p4000/bsp_specs, mips64orion/p4000/configure.ac,
96        mips64orion/p4000/times, mips64orion/p4000/console/.cvsignore,
97        mips64orion/p4000/console/Makefile.am,
98        mips64orion/p4000/console/console.c, mips64orion/p4000/console/led.S,
99        mips64orion/p4000/include/.cvsignore,
100        mips64orion/p4000/include/bsp.h, mips64orion/p4000/include/coverhd.h,
101        mips64orion/p4000/liblnk/.cvsignore,
102        mips64orion/p4000/liblnk/Makefile.am,
103        mips64orion/p4000/liblnk/lnklib.S,
104        mips64orion/p4000/start/.cvsignore,
105        mips64orion/p4000/start/Makefile.am, mips64orion/p4000/start/start.S,
106        mips64orion/p4000/startup/.cvsignore,
107        mips64orion/p4000/startup/Makefile.am,
108        mips64orion/p4000/startup/bspclean.c,
109        mips64orion/p4000/startup/bspstart.c,
110        mips64orion/p4000/startup/ghlinkcmds,
111        mips64orion/p4000/startup/idtmem.S,
112        mips64orion/p4000/startup/idttlb.S,
113        mips64orion/p4000/startup/inittlb.c,
114        mips64orion/p4000/startup/linkcmds,
115        mips64orion/p4000/startup/setvec.c,
116        mips64orion/p4000/wrapup/.cvsignore,
117        mips64orion/p4000/wrapup/Makefile.am: Removed.
118
1192003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * shmdr/addlq.c, shmdr/cnvpkt.c, shmdr/dump.c, shmdr/fatal.c,
122        shmdr/getlq.c, shmdr/getpkt.c, shmdr/init.c, shmdr/initlq.c,
123        shmdr/intr.c, shmdr/mpci.h, shmdr/mpisr.c, shmdr/poll.c,
124        shmdr/README, shmdr/receive.c, shmdr/retpkt.c, shmdr/send.c,
125        shmdr/setckvec.c, shmdr/shm_driver.h: Remove (Moved to
126        c/src/libchip/shmdr).
127
1282003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * bspstart.am: Use .$(OBJEXT) instead of .o.
131        * Makefile.am: Remove shmdr.
132
1332003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * bsp.am: Use $(mkdir_p) instead of $(mkinstalldirs).
136
1372003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * bsp.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
140
1412003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
144
1452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Use mkdir_p.
148        Remove dirs from PRE/TMPINSTALL_FILES.
149        * bsp.am: Replace bsplibdir by project_libdir.
150        Use mkdir_p instead of mkinstalldirs.
151        Remove dirs from PRE/TMPINSTALL_FILES.
152
1532003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * bsp.am: Remove project_libdir.
156
1572003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Misc. fixes.
160        * bsp.am: Add project_libdir.
161
1622003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * bspstart.am: New.
165
1662003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Merge-in shared/Makefile.am, shmdr/Makefile.am.
169        * shared/Makefile.am: Remove.
170        * shmdir/Makefile.am: Remove.
171        * bsp.am: Add preinstallation dirstamp support.
172
1732003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * shmdr/Makefile.am: Remove all-local: $(ARCH).
176
1772003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * bsp.am: Reworked.
180
1812003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Reflect having moved automake/.
184        * shmdr/Makefile.am: Reflect having moved automake/.
185
1862003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * shmdr/Makefile.am: Reflect having merged configure.ac into
189        ../../configure.ac.
190
1912003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Remove (Merged into ../../configure.ac).
194        * Makefile.am: Reflect having merged configure.ac into
195        ../../configure.ac.
196
1972003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Remove AC_CONFIG_AUX_DIR.
200
2012003-02-14      Joel Sherrill <joel@OARcorp.com>
202
203        AMD a29k port declared obsolete.
204        * a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/acinclude.m4,
205        a29k/configure.ac, a29k/portsw/.cvsignore, a29k/portsw/ChangeLog,
206        a29k/portsw/Makefile.am, a29k/portsw/README, a29k/portsw/bsp_specs,
207        a29k/portsw/configure.ac, a29k/portsw/times,
208        a29k/portsw/console/.cvsignore, a29k/portsw/console/Makefile.am,
209        a29k/portsw/console/concntl.h, a29k/portsw/console/console.c,
210        a29k/portsw/console/serial.c, a29k/portsw/console/serial.h,
211        a29k/portsw/include/.cvsignore, a29k/portsw/include/Makefile.am,
212        a29k/portsw/include/bsp.h, a29k/portsw/start/.cvsignore,
213        a29k/portsw/start/Makefile.am, a29k/portsw/start/amd.ah,
214        a29k/portsw/start/pswmacro.ah, a29k/portsw/start/register.S,
215        a29k/portsw/start/register.ah, a29k/portsw/start/start.S,
216        a29k/portsw/startup/.cvsignore, a29k/portsw/startup/Makefile.am,
217        a29k/portsw/startup/bspclean.c, a29k/portsw/startup/bspstart.c,
218        a29k/portsw/startup/linkcmds, a29k/portsw/startup/main.c,
219        a29k/portsw/startup/ramlink, a29k/portsw/startup/romlink,
220        a29k/portsw/startup/setvec.c, a29k/portsw/wrapup/.cvsignore,
221        a29k/portsw/wrapup/Makefile.am: Removed.
222
2232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
226
2272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: AC_PREREQ(2.57).
230
2312003-02-03      Joel Sherrill <joel@OARcorp.com>
232
233        * shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not
234        TMPINSTALL_FILES.
235
2362003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * shmdr/Makefile.am: install mpci.h and shm_driver.h.
239        Eliminate OBJS.
240
2412003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244
2452002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
248
2492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * .cvsignore: Reformat.
252        Add autom4te*cache.
253        Remove autom4te.cache.
254
2552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
258
2592002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * include/Makefile.am: Remove.
262        * include/.cvsignore: Remove.
263        * include/rtems/Makefile.am: Remove.
264        * include/rtems/.cvsignore: Remove.
265        * include/rtems/score/Makefile.am: Remove.
266        * include/rtems/score/.cvsignore: Remove.
267
2682002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: Remove RTEMS_BSP_ALIAS.
271        Add RTEMS_CHECK_BSP_CACHE.
272        Replace $bspdir with $RTEMS_BSP_FAMILY.
273
2742002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Remove include/Makefile, include/rtems/Makefile,
277        include/rtems/score/Makefile (Eliminate targopts.h).
278        * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
279
2802002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * bsp.am: Add bsplib_DATA = bsp_specs.
283
2842002-06-25      Joel Sherrill <joel@OARcorp.com>
285
286        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
287        support to the shared gdb stub glue thus adding a directory at the
288        top shared level.
289        * shared/gdbstub: New directory.
290        * configure.ac: Modified to reflect above.
291
2922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac:
295        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
296        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
297        * Makefile.am: Remove AUTOMAKE_OPTIONS.
298        * include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
299        * include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
300        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
301        * shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
302
3032002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * bsp.am: Add line break, remove comment.
306
3072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
310        * configure.in: Remove.
311        * configure.ac: New file, generated from configure.in by autoupdate.
312
3132001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Use @subdirs@ instead of RTEMS_LIBBSP_CPU_SUBDIR.
316        * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS, remove
317        RTEMS_LIBBSP_CPU_SUBDIR.
318
3192001-09-28      Joel Sherrill <joel@OARcorp.com>
320
321        * shared/bootcard.c, shared/main.c: Now call int c_rtems_main()
322        not main().
323
3242001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
327        * shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
328
3292001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
332        automake-1.5 happy.
333        * include/rtems/score/Makefile.am: Use CLEANFILES = to make
334        automake-1.5 happy.
335        * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
336
3372001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * bsp.am: Fix automake version number in comment.
340
3412000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
344
3452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
348
3492000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
352        Switch to GNU canonicalization.
353
3542000-09-25      Joel Sherrill <joel@OARcorp.com>
355
356        * shmdr/shm_driver.h: Added _AM29K entry.  May not be correct.
357
3582000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * shmdr/Makefile.am: Include compile.am
361
3622000-08-10      Joel Sherrill <joel@OARcorp.com>
363
364        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.