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

4.104.114.95
Last change on this file since de3864e was d4886a06, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/24/08 at 14:52:55

Changed bsp_get_workarea() to bsp_get_work_area() and
added support for an optional separate heap area.

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