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

4.115
Last change on this file since e263c16 was d2b877ad, checked in by Till Straumann <strauman@…>, on 05/18/11 at 16:09:37

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

PR1797/bsps

  • shared/bootcard.c: Fixed a typo (in code, not comment) which I introduced with the last change.
  • Property mode set to 100644
File size: 13.9 KB
Line 
12011-05-18      Till Straumann <strauman@slac.stanford.edu>
2
3        PR1797/bsps
4        * shared/bootcard.c: Fixed a typo (in code, not comment) which
5        I introduced with the last change.
6
72011-05-17      Till Straumann <strauman@slac.stanford.edu>
8
9        PR1797/bsps
10        * shared/bootcard.c, shared/include/bootcard.h: cleaned-up and
11        applied fixes proposed by PR#1797.
12
132011-05-12  Joel Sherrill <joel.sherrill@OARcorp.com> 
14
15        PR1797/bsps
16        * bootcard.c:
17        Added #ifdef CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK to minimize code
18        for small targets.
19
202011-05-12  Kate Feng <feng@bnl.gov>
21       
22        PR1797/bsps
23        * bootcard.c:
24        Fixed the value of heap_start & heap_size for the single-heap case.
25        Added bsp_sbrk_init() to fix PPC memory allocation beyond 32 MB.
26
272010-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * shared/umon/umoncons.c:
30        Reflect changes to rtems_termios_callbacks->write.
31
322009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * shared/console-polled.c:
35        Reflect changes to rtems_termios_callbacks->write.
36
372009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * shared/umon/tfsDriver.c (rtems_tfs_eval_path):
40        Add missing parameter.
41
422009-10-09      Till Straumann <strauman@slac.stanford.edu>
43
44        * shared/vmeUniverse/vmeUniverse.c: print message and
45        let vmeUniverseIntLoopbackTst() fail if odd-numbered
46        vector is used (cannot program the chip to reply with
47        such a vector).
48
492009-04-28      Chris Johns <chrisj@rtems.org>
50
51        * Makefile.am: Add bspinit.c, a common Init task that manages
52        command line arguments from a BSP.
53
542008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * shared/clockdrv_shell.c: Turn warning into error.
57
582008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Don't install files from shared/.
61        Remove references to preinstall.am.
62        * preinstall.am: Remove.
63
642008-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * preinstall.am: New file.
67
682008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
69
70        * Makefile.am: Install shared/include/bootcard.h.
71
722008-01-16      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * Makefile.am: Fix indentation.
75
762007-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Remove shared/main.c.
79
802007-01-30      Till Straumann <strauman@slac.stanford.edu>
81
82        * Makefile.am:
83        added new files in shared/vmeUniverse to EXTRA_DIST
84
852007-01-19      Till Straumann <strauman@slac.stanford.edu>
86
87        * Makefile.am:
88        moved VME.h from libbsp/powerpc/shared/vme to
89        libbsp/shared/vmeUniverse; eventually, this (and other)
90        VME API headers should migrate to cpukit.
91
922006-10-23      Joel Sherrill <joel@OARcorp.com>
93
94        * bfin/ChangeLog, bfin/Makefile.am, bfin/acinclude.m4,
95        bfin/configure.ac, bfin/eZKit533/.cvsignore, bfin/eZKit533/ChangeLog,
96        bfin/eZKit533/Makefile.am, bfin/eZKit533/README,
97        bfin/eZKit533/bsp_specs, bfin/eZKit533/configure,
98        bfin/eZKit533/configure.ac, bfin/eZKit533/preinstall.am,
99        bfin/eZKit533/times, bfin/eZKit533/console/console-io.c,
100        bfin/eZKit533/include/.cvsignore, bfin/eZKit533/include/bsp.h,
101        bfin/eZKit533/include/bspopts.h.in, bfin/eZKit533/include/coverhd.h,
102        bfin/eZKit533/include/tm27.h, bfin/eZKit533/startup/bspstart.c,
103        bfin/eZKit533/startup/linkcmds, bfin/shared/clock/clockdrv.c,
104        bfin/shared/clock/rtc.c, bfin/shared/clock/tod.h,
105        bfin/shared/console/console.c, bfin/shared/start/start.S,
106        bfin/shared/timer/timer.c: New files.
107
1082006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * bspstart.am: Remove.
111
1122005-11-04      Till Straumann <strauman@slac.stanford.edu>
113
114        * shared/vmeUniverse/vmeTsi148.c, shared/vmeUniverse/vmeTsi148.h,
115        shared/vmeUniverse/vme_am_defs.h: New files.
116        * Makefile.am, shared/vmeUniverse/README.universe,
117        shared/vmeUniverse/vmeUniverse.c, shared/vmeUniverse/vmeUniverse.h:
118        Several VME related upgrades and fixes, hopefully addressing PR#835:
119        vmeUniverse driver now supports shared interrupts. vmeUniverse now
120        supports up to four wires between universe and PIC. A new irq mgr
121        installation routine has been added allowing to use the new features.
122        (old version is still present for bwd compatibility). Calls have been
123        added to change interrupt routing (e.g., if wires have different
124        priorities at the PIC this feature can be used to configure
125        priorites). Routine for testing VME interrupts has been added (useful
126        during BSP development). A new header defining standard VME address
127        modes has been added so that the VME API doesn't have to #include a
128        particular bridge driver header. For all driver entry points, a 'XX'
129        variant has been added which allows to pass the chip's base address
130        [in case a second universe is sitting on a VME card :-)]. Driver now
131        uses interrupt line as read from PCI config. space (without offset)
132        BSP needs to use PCI fixup if necessary. Added a driver for the
133        tundra tsi148 VME bridge.
134
1352004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * bsp.am: Remove everything but CPPASCOMPILE.
138
1392004-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * bsp.am: Add CPPASCOMPILE.
142
1432004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * bsp.am: DISTCLEANFILES = include/bspopts.h.
146
1472004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Don't include lib.am.
150
1512004-01-07      Joel Sherrill <joel@OARcorp.com>
152
153        * mips64orion/.cvsignore, mips64orion/ChangeLog,
154        mips64orion/Makefile.am, mips64orion/README,
155        mips64orion/acinclude.m4, mips64orion/configure.ac,
156        mips64orion/p4000/.cvsignore, mips64orion/p4000/ChangeLog,
157        mips64orion/p4000/Makefile.am, mips64orion/p4000/README,
158        mips64orion/p4000/bsp_specs, mips64orion/p4000/configure.ac,
159        mips64orion/p4000/times, mips64orion/p4000/console/.cvsignore,
160        mips64orion/p4000/console/Makefile.am,
161        mips64orion/p4000/console/console.c, mips64orion/p4000/console/led.S,
162        mips64orion/p4000/include/.cvsignore,
163        mips64orion/p4000/include/bsp.h, mips64orion/p4000/include/coverhd.h,
164        mips64orion/p4000/liblnk/.cvsignore,
165        mips64orion/p4000/liblnk/Makefile.am,
166        mips64orion/p4000/liblnk/lnklib.S,
167        mips64orion/p4000/start/.cvsignore,
168        mips64orion/p4000/start/Makefile.am, mips64orion/p4000/start/start.S,
169        mips64orion/p4000/startup/.cvsignore,
170        mips64orion/p4000/startup/Makefile.am,
171        mips64orion/p4000/startup/bspclean.c,
172        mips64orion/p4000/startup/bspstart.c,
173        mips64orion/p4000/startup/ghlinkcmds,
174        mips64orion/p4000/startup/idtmem.S,
175        mips64orion/p4000/startup/idttlb.S,
176        mips64orion/p4000/startup/inittlb.c,
177        mips64orion/p4000/startup/linkcmds,
178        mips64orion/p4000/startup/setvec.c,
179        mips64orion/p4000/wrapup/.cvsignore,
180        mips64orion/p4000/wrapup/Makefile.am: Removed.
181
1822003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * shmdr/addlq.c, shmdr/cnvpkt.c, shmdr/dump.c, shmdr/fatal.c,
185        shmdr/getlq.c, shmdr/getpkt.c, shmdr/init.c, shmdr/initlq.c,
186        shmdr/intr.c, shmdr/mpci.h, shmdr/mpisr.c, shmdr/poll.c,
187        shmdr/README, shmdr/receive.c, shmdr/retpkt.c, shmdr/send.c,
188        shmdr/setckvec.c, shmdr/shm_driver.h: Remove (Moved to
189        c/src/libchip/shmdr).
190
1912003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * bspstart.am: Use .$(OBJEXT) instead of .o.
194        * Makefile.am: Remove shmdr.
195
1962003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * bsp.am: Use $(mkdir_p) instead of $(mkinstalldirs).
199
2002003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * bsp.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
203
2042003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
207
2082003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Use mkdir_p.
211        Remove dirs from PRE/TMPINSTALL_FILES.
212        * bsp.am: Replace bsplibdir by project_libdir.
213        Use mkdir_p instead of mkinstalldirs.
214        Remove dirs from PRE/TMPINSTALL_FILES.
215
2162003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * bsp.am: Remove project_libdir.
219
2202003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Misc. fixes.
223        * bsp.am: Add project_libdir.
224
2252003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * bspstart.am: New.
228
2292003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Merge-in shared/Makefile.am, shmdr/Makefile.am.
232        * shared/Makefile.am: Remove.
233        * shmdir/Makefile.am: Remove.
234        * bsp.am: Add preinstallation dirstamp support.
235
2362003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * shmdr/Makefile.am: Remove all-local: $(ARCH).
239
2402003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * bsp.am: Reworked.
243
2442003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Reflect having moved automake/.
247        * shmdr/Makefile.am: Reflect having moved automake/.
248
2492003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * shmdr/Makefile.am: Reflect having merged configure.ac into
252        ../../configure.ac.
253
2542003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Remove (Merged into ../../configure.ac).
257        * Makefile.am: Reflect having merged configure.ac into
258        ../../configure.ac.
259
2602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Remove AC_CONFIG_AUX_DIR.
263
2642003-02-14      Joel Sherrill <joel@OARcorp.com>
265
266        AMD a29k port declared obsolete.
267        * a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/acinclude.m4,
268        a29k/configure.ac, a29k/portsw/.cvsignore, a29k/portsw/ChangeLog,
269        a29k/portsw/Makefile.am, a29k/portsw/README, a29k/portsw/bsp_specs,
270        a29k/portsw/configure.ac, a29k/portsw/times,
271        a29k/portsw/console/.cvsignore, a29k/portsw/console/Makefile.am,
272        a29k/portsw/console/concntl.h, a29k/portsw/console/console.c,
273        a29k/portsw/console/serial.c, a29k/portsw/console/serial.h,
274        a29k/portsw/include/.cvsignore, a29k/portsw/include/Makefile.am,
275        a29k/portsw/include/bsp.h, a29k/portsw/start/.cvsignore,
276        a29k/portsw/start/Makefile.am, a29k/portsw/start/amd.ah,
277        a29k/portsw/start/pswmacro.ah, a29k/portsw/start/register.S,
278        a29k/portsw/start/register.ah, a29k/portsw/start/start.S,
279        a29k/portsw/startup/.cvsignore, a29k/portsw/startup/Makefile.am,
280        a29k/portsw/startup/bspclean.c, a29k/portsw/startup/bspstart.c,
281        a29k/portsw/startup/linkcmds, a29k/portsw/startup/main.c,
282        a29k/portsw/startup/ramlink, a29k/portsw/startup/romlink,
283        a29k/portsw/startup/setvec.c, a29k/portsw/wrapup/.cvsignore,
284        a29k/portsw/wrapup/Makefile.am: Removed.
285
2862003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
289
2902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: AC_PREREQ(2.57).
293
2942003-02-03      Joel Sherrill <joel@OARcorp.com>
295
296        * shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not
297        TMPINSTALL_FILES.
298
2992003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * shmdr/Makefile.am: install mpci.h and shm_driver.h.
302        Eliminate OBJS.
303
3042003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
307
3082002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
311
3122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * .cvsignore: Reformat.
315        Add autom4te*cache.
316        Remove autom4te.cache.
317
3182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
321
3222002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * include/Makefile.am: Remove.
325        * include/.cvsignore: Remove.
326        * include/rtems/Makefile.am: Remove.
327        * include/rtems/.cvsignore: Remove.
328        * include/rtems/score/Makefile.am: Remove.
329        * include/rtems/score/.cvsignore: Remove.
330
3312002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac: Remove RTEMS_BSP_ALIAS.
334        Add RTEMS_CHECK_BSP_CACHE.
335        Replace $bspdir with $RTEMS_BSP_FAMILY.
336
3372002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac: Remove include/Makefile, include/rtems/Makefile,
340        include/rtems/score/Makefile (Eliminate targopts.h).
341        * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
342
3432002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * bsp.am: Add bsplib_DATA = bsp_specs.
346
3472002-06-25      Joel Sherrill <joel@OARcorp.com>
348
349        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
350        support to the shared gdb stub glue thus adding a directory at the
351        top shared level.
352        * shared/gdbstub: New directory.
353        * configure.ac: Modified to reflect above.
354
3552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac:
358        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
359        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
360        * Makefile.am: Remove AUTOMAKE_OPTIONS.
361        * include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
365
3662002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * bsp.am: Add line break, remove comment.
369
3702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
373        * configure.in: Remove.
374        * configure.ac: New file, generated from configure.in by autoupdate.
375
3762001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: Use @subdirs@ instead of RTEMS_LIBBSP_CPU_SUBDIR.
379        * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS, remove
380        RTEMS_LIBBSP_CPU_SUBDIR.
381
3822001-09-28      Joel Sherrill <joel@OARcorp.com>
383
384        * shared/bootcard.c, shared/main.c: Now call int c_rtems_main()
385        not main().
386
3872001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
390        * shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
391
3922001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
395        automake-1.5 happy.
396        * include/rtems/score/Makefile.am: Use CLEANFILES = to make
397        automake-1.5 happy.
398        * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
399
4002001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * bsp.am: Fix automake version number in comment.
403
4042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
407
4082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
411
4122000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
415        Switch to GNU canonicalization.
416
4172000-09-25      Joel Sherrill <joel@OARcorp.com>
418
419        * shmdr/shm_driver.h: Added _AM29K entry.  May not be correct.
420
4212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * shmdr/Makefile.am: Include compile.am
424
4252000-08-10      Joel Sherrill <joel@OARcorp.com>
426
427        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.