source: rtems/c/src/lib/libbsp/ChangeLog @ 4f599ed

4.115
Last change on this file since 4f599ed was 4f599ed, checked in by Till Straumann <strauman@…>, on 05/18/11 at 05:26:53

2011-05-18 Till Straumann <strauman@…>

PR1797/bsps: Applied cleaned-up version of Kate's patch.
CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK is now a 'bspopts.h'
setting and as such configurable.

  • Property mode set to 100644
File size: 13.7 KB
Line 
12011-05-17      Till Straumann <strauman@slac.stanford.edu>
2
3        PR1797/bsps
4        * shared/bootcard.c, shared/include/bootcard.h: cleaned-up and
5        applied fixes proposed by PR#1797.
6
72011-05-12  Joel Sherrill <joel.sherrill@OARcorp.com> 
8
9        PR1797/bsps
10        * bootcard.c:
11        Added #ifdef CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK to minimize code
12        for small targets.
13
142011-05-12  Kate Feng <feng@bnl.gov>
15       
16        PR1797/bsps
17        * bootcard.c:
18        Fixed the value of heap_start & heap_size for the single-heap case.
19        Added bsp_sbrk_init() to fix PPC memory allocation beyond 32 MB.
20
212010-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * shared/umon/umoncons.c:
24        Reflect changes to rtems_termios_callbacks->write.
25
262009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * shared/console-polled.c:
29        Reflect changes to rtems_termios_callbacks->write.
30
312009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * shared/umon/tfsDriver.c (rtems_tfs_eval_path):
34        Add missing parameter.
35
362009-10-09      Till Straumann <strauman@slac.stanford.edu>
37
38        * shared/vmeUniverse/vmeUniverse.c: print message and
39        let vmeUniverseIntLoopbackTst() fail if odd-numbered
40        vector is used (cannot program the chip to reply with
41        such a vector).
42
432009-04-28      Chris Johns <chrisj@rtems.org>
44
45        * Makefile.am: Add bspinit.c, a common Init task that manages
46        command line arguments from a BSP.
47
482008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * shared/clockdrv_shell.c: Turn warning into error.
51
522008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * Makefile.am: Don't install files from shared/.
55        Remove references to preinstall.am.
56        * preinstall.am: Remove.
57
582008-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * preinstall.am: New file.
61
622008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
63
64        * Makefile.am: Install shared/include/bootcard.h.
65
662008-01-16      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * Makefile.am: Fix indentation.
69
702007-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Remove shared/main.c.
73
742007-01-30      Till Straumann <strauman@slac.stanford.edu>
75
76        * Makefile.am:
77        added new files in shared/vmeUniverse to EXTRA_DIST
78
792007-01-19      Till Straumann <strauman@slac.stanford.edu>
80
81        * Makefile.am:
82        moved VME.h from libbsp/powerpc/shared/vme to
83        libbsp/shared/vmeUniverse; eventually, this (and other)
84        VME API headers should migrate to cpukit.
85
862006-10-23      Joel Sherrill <joel@OARcorp.com>
87
88        * bfin/ChangeLog, bfin/Makefile.am, bfin/acinclude.m4,
89        bfin/configure.ac, bfin/eZKit533/.cvsignore, bfin/eZKit533/ChangeLog,
90        bfin/eZKit533/Makefile.am, bfin/eZKit533/README,
91        bfin/eZKit533/bsp_specs, bfin/eZKit533/configure,
92        bfin/eZKit533/configure.ac, bfin/eZKit533/preinstall.am,
93        bfin/eZKit533/times, bfin/eZKit533/console/console-io.c,
94        bfin/eZKit533/include/.cvsignore, bfin/eZKit533/include/bsp.h,
95        bfin/eZKit533/include/bspopts.h.in, bfin/eZKit533/include/coverhd.h,
96        bfin/eZKit533/include/tm27.h, bfin/eZKit533/startup/bspstart.c,
97        bfin/eZKit533/startup/linkcmds, bfin/shared/clock/clockdrv.c,
98        bfin/shared/clock/rtc.c, bfin/shared/clock/tod.h,
99        bfin/shared/console/console.c, bfin/shared/start/start.S,
100        bfin/shared/timer/timer.c: New files.
101
1022006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * bspstart.am: Remove.
105
1062005-11-04      Till Straumann <strauman@slac.stanford.edu>
107
108        * shared/vmeUniverse/vmeTsi148.c, shared/vmeUniverse/vmeTsi148.h,
109        shared/vmeUniverse/vme_am_defs.h: New files.
110        * Makefile.am, shared/vmeUniverse/README.universe,
111        shared/vmeUniverse/vmeUniverse.c, shared/vmeUniverse/vmeUniverse.h:
112        Several VME related upgrades and fixes, hopefully addressing PR#835:
113        vmeUniverse driver now supports shared interrupts. vmeUniverse now
114        supports up to four wires between universe and PIC. A new irq mgr
115        installation routine has been added allowing to use the new features.
116        (old version is still present for bwd compatibility). Calls have been
117        added to change interrupt routing (e.g., if wires have different
118        priorities at the PIC this feature can be used to configure
119        priorites). Routine for testing VME interrupts has been added (useful
120        during BSP development). A new header defining standard VME address
121        modes has been added so that the VME API doesn't have to #include a
122        particular bridge driver header. For all driver entry points, a 'XX'
123        variant has been added which allows to pass the chip's base address
124        [in case a second universe is sitting on a VME card :-)]. Driver now
125        uses interrupt line as read from PCI config. space (without offset)
126        BSP needs to use PCI fixup if necessary. Added a driver for the
127        tundra tsi148 VME bridge.
128
1292004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * bsp.am: Remove everything but CPPASCOMPILE.
132
1332004-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * bsp.am: Add CPPASCOMPILE.
136
1372004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * bsp.am: DISTCLEANFILES = include/bspopts.h.
140
1412004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Don't include lib.am.
144
1452004-01-07      Joel Sherrill <joel@OARcorp.com>
146
147        * mips64orion/.cvsignore, mips64orion/ChangeLog,
148        mips64orion/Makefile.am, mips64orion/README,
149        mips64orion/acinclude.m4, mips64orion/configure.ac,
150        mips64orion/p4000/.cvsignore, mips64orion/p4000/ChangeLog,
151        mips64orion/p4000/Makefile.am, mips64orion/p4000/README,
152        mips64orion/p4000/bsp_specs, mips64orion/p4000/configure.ac,
153        mips64orion/p4000/times, mips64orion/p4000/console/.cvsignore,
154        mips64orion/p4000/console/Makefile.am,
155        mips64orion/p4000/console/console.c, mips64orion/p4000/console/led.S,
156        mips64orion/p4000/include/.cvsignore,
157        mips64orion/p4000/include/bsp.h, mips64orion/p4000/include/coverhd.h,
158        mips64orion/p4000/liblnk/.cvsignore,
159        mips64orion/p4000/liblnk/Makefile.am,
160        mips64orion/p4000/liblnk/lnklib.S,
161        mips64orion/p4000/start/.cvsignore,
162        mips64orion/p4000/start/Makefile.am, mips64orion/p4000/start/start.S,
163        mips64orion/p4000/startup/.cvsignore,
164        mips64orion/p4000/startup/Makefile.am,
165        mips64orion/p4000/startup/bspclean.c,
166        mips64orion/p4000/startup/bspstart.c,
167        mips64orion/p4000/startup/ghlinkcmds,
168        mips64orion/p4000/startup/idtmem.S,
169        mips64orion/p4000/startup/idttlb.S,
170        mips64orion/p4000/startup/inittlb.c,
171        mips64orion/p4000/startup/linkcmds,
172        mips64orion/p4000/startup/setvec.c,
173        mips64orion/p4000/wrapup/.cvsignore,
174        mips64orion/p4000/wrapup/Makefile.am: Removed.
175
1762003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * shmdr/addlq.c, shmdr/cnvpkt.c, shmdr/dump.c, shmdr/fatal.c,
179        shmdr/getlq.c, shmdr/getpkt.c, shmdr/init.c, shmdr/initlq.c,
180        shmdr/intr.c, shmdr/mpci.h, shmdr/mpisr.c, shmdr/poll.c,
181        shmdr/README, shmdr/receive.c, shmdr/retpkt.c, shmdr/send.c,
182        shmdr/setckvec.c, shmdr/shm_driver.h: Remove (Moved to
183        c/src/libchip/shmdr).
184
1852003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * bspstart.am: Use .$(OBJEXT) instead of .o.
188        * Makefile.am: Remove shmdr.
189
1902003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * bsp.am: Use $(mkdir_p) instead of $(mkinstalldirs).
193
1942003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * bsp.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
197
1982003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
201
2022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Use mkdir_p.
205        Remove dirs from PRE/TMPINSTALL_FILES.
206        * bsp.am: Replace bsplibdir by project_libdir.
207        Use mkdir_p instead of mkinstalldirs.
208        Remove dirs from PRE/TMPINSTALL_FILES.
209
2102003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * bsp.am: Remove project_libdir.
213
2142003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Misc. fixes.
217        * bsp.am: Add project_libdir.
218
2192003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * bspstart.am: New.
222
2232003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Merge-in shared/Makefile.am, shmdr/Makefile.am.
226        * shared/Makefile.am: Remove.
227        * shmdir/Makefile.am: Remove.
228        * bsp.am: Add preinstallation dirstamp support.
229
2302003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * shmdr/Makefile.am: Remove all-local: $(ARCH).
233
2342003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * bsp.am: Reworked.
237
2382003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Reflect having moved automake/.
241        * shmdr/Makefile.am: Reflect having moved automake/.
242
2432003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * shmdr/Makefile.am: Reflect having merged configure.ac into
246        ../../configure.ac.
247
2482003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: Remove (Merged into ../../configure.ac).
251        * Makefile.am: Reflect having merged configure.ac into
252        ../../configure.ac.
253
2542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Remove AC_CONFIG_AUX_DIR.
257
2582003-02-14      Joel Sherrill <joel@OARcorp.com>
259
260        AMD a29k port declared obsolete.
261        * a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/acinclude.m4,
262        a29k/configure.ac, a29k/portsw/.cvsignore, a29k/portsw/ChangeLog,
263        a29k/portsw/Makefile.am, a29k/portsw/README, a29k/portsw/bsp_specs,
264        a29k/portsw/configure.ac, a29k/portsw/times,
265        a29k/portsw/console/.cvsignore, a29k/portsw/console/Makefile.am,
266        a29k/portsw/console/concntl.h, a29k/portsw/console/console.c,
267        a29k/portsw/console/serial.c, a29k/portsw/console/serial.h,
268        a29k/portsw/include/.cvsignore, a29k/portsw/include/Makefile.am,
269        a29k/portsw/include/bsp.h, a29k/portsw/start/.cvsignore,
270        a29k/portsw/start/Makefile.am, a29k/portsw/start/amd.ah,
271        a29k/portsw/start/pswmacro.ah, a29k/portsw/start/register.S,
272        a29k/portsw/start/register.ah, a29k/portsw/start/start.S,
273        a29k/portsw/startup/.cvsignore, a29k/portsw/startup/Makefile.am,
274        a29k/portsw/startup/bspclean.c, a29k/portsw/startup/bspstart.c,
275        a29k/portsw/startup/linkcmds, a29k/portsw/startup/main.c,
276        a29k/portsw/startup/ramlink, a29k/portsw/startup/romlink,
277        a29k/portsw/startup/setvec.c, a29k/portsw/wrapup/.cvsignore,
278        a29k/portsw/wrapup/Makefile.am: Removed.
279
2802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
283
2842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: AC_PREREQ(2.57).
287
2882003-02-03      Joel Sherrill <joel@OARcorp.com>
289
290        * shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not
291        TMPINSTALL_FILES.
292
2932003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * shmdr/Makefile.am: install mpci.h and shm_driver.h.
296        Eliminate OBJS.
297
2982003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
301
3022002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
305
3062002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * .cvsignore: Reformat.
309        Add autom4te*cache.
310        Remove autom4te.cache.
311
3122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
315
3162002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * include/Makefile.am: Remove.
319        * include/.cvsignore: Remove.
320        * include/rtems/Makefile.am: Remove.
321        * include/rtems/.cvsignore: Remove.
322        * include/rtems/score/Makefile.am: Remove.
323        * include/rtems/score/.cvsignore: Remove.
324
3252002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: Remove RTEMS_BSP_ALIAS.
328        Add RTEMS_CHECK_BSP_CACHE.
329        Replace $bspdir with $RTEMS_BSP_FAMILY.
330
3312002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac: Remove include/Makefile, include/rtems/Makefile,
334        include/rtems/score/Makefile (Eliminate targopts.h).
335        * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
336
3372002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * bsp.am: Add bsplib_DATA = bsp_specs.
340
3412002-06-25      Joel Sherrill <joel@OARcorp.com>
342
343        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
344        support to the shared gdb stub glue thus adding a directory at the
345        top shared level.
346        * shared/gdbstub: New directory.
347        * configure.ac: Modified to reflect above.
348
3492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.ac:
352        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
353        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
354        * Makefile.am: Remove AUTOMAKE_OPTIONS.
355        * include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
356        * include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
357        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
358        * shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
359
3602002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * bsp.am: Add line break, remove comment.
363
3642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
367        * configure.in: Remove.
368        * configure.ac: New file, generated from configure.in by autoupdate.
369
3702001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * Makefile.am: Use @subdirs@ instead of RTEMS_LIBBSP_CPU_SUBDIR.
373        * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS, remove
374        RTEMS_LIBBSP_CPU_SUBDIR.
375
3762001-09-28      Joel Sherrill <joel@OARcorp.com>
377
378        * shared/bootcard.c, shared/main.c: Now call int c_rtems_main()
379        not main().
380
3812001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
384        * shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
385
3862001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
389        automake-1.5 happy.
390        * include/rtems/score/Makefile.am: Use CLEANFILES = to make
391        automake-1.5 happy.
392        * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
393
3942001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * bsp.am: Fix automake version number in comment.
397
3982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
401
4022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
405
4062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
409        Switch to GNU canonicalization.
410
4112000-09-25      Joel Sherrill <joel@OARcorp.com>
412
413        * shmdr/shm_driver.h: Added _AM29K entry.  May not be correct.
414
4152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * shmdr/Makefile.am: Include compile.am
418
4192000-08-10      Joel Sherrill <joel@OARcorp.com>
420
421        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.