summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-2065-33/+161
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-208-4/+20
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-202-1/+5
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* * libblock/include/rtems/diskdevs.h: Documentation. Added field toThomas Doerfler2009-10-206-398/+513
| | | | | | | | | | | | | rtems_disk_device. * libblock/include/rtems/blkdev.h: New request code RTEMS_BLKIO_DELETED. * libblock/src/diskdevs.c: Major rewrite. Changed the way disks are deleted. Disks will be now deleted if they are not in use or upon last release. The IO control handler will be invoked if a physical disk is deleted with the RTEMS_BLKIO_DELETED request code. Logical disks increase now the usage count of the associated physical disk. * libblock/include/rtems/ramdisk.h: Documentation. * libblock/src/ramdisk-driver.c: Compile trace support conditionally.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-202-1/+5
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-202-1/+5
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-204-2/+10
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-206-5/+15
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-2038-19/+95
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-20 Chris Johns <chrisj@rtems.org>Chris Johns2009-10-202-1/+8
| | | | | | | * libnetworking/rtems/rtems_mii_ioctl_kern.c: Added IFM_ACTIVE and IFM_AVALID to the status for a link up. These are the supported but in the BSD stack. Before IFM_LINK_OK was set and this is a spare bit.
* Remove.Ralf Corsepius2009-10-203-13100/+0
|
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-2011-6/+26
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-201-0/+4
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-202-1/+5
| | | | * configure.ac: Don't add -fasm to CFLAGS.
* 2009-10-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-192-0/+6
| | | | * block01/.cvsignore: New file.
* 2009-10-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-192-0/+6
| | | | * shared/startup/linkcmds: Add __SBSS_END__ and __SBSS2_END__.
* added block01 testThomas Doerfler2009-10-196-1/+221
|
* 2009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-181-0/+5
| | | | | * configure.ac: Pick up make/custom/*. * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
* 2009-10-17 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-172-2/+8
| | | | | | * network/tsec.c: rtems 4.10 no longer allows simple binary semaphores to have priority inheritance attribute; use ordinary binary semaphore instead.
* 2009-10-17 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-173-89/+306
| | | | | | | *network/if_tsec_pub.h, network/tsec.c: Enhanced low-level API allowing the user to selectively enable/disable/acknowledge interrupts and to install their own ISR (rather than having the driver posting an event to a single task).
* 2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-172-8/+10
| | | | * startup/bspstart.c: Fix warnings.
* 2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-173-11/+7
| | | | * start/start.S, startup/bspstart.c: Fix warnings.
* 2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-172-2/+6
| | | | * console/console.c: Fix warning.
* 2009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-172-1/+6
| | | | * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
* 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-171-0/+6
| | | | | | * aclocal/check-custom-bsp.m4: Remove "${srcdir}/${RTEMS_TOPdir}/make/custom/$1". * aclocal/check-bsps.m4: Remove "blacklist".
* Remove "blacklist".Ralf Corsepius2009-10-171-10/+1
|
* Remove "${srcdir}/${RTEMS_TOPdir}/make/custom/$1".Ralf Corsepius2009-10-171-4/+2
|
* 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-174-2/+9
| | | | | | | * make/custom/tqm8xx.inc: New (Renamed from tqm8xx.cfg). * make/custom/tqm8xx.cfg: Removed. * make/custom/pghplus.cfg, make/custom/tqm8xx_stk8xx.cfg: Include make/custom/tqm8xx.inc.
* 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-179-7/+17
| | | | | | | | | | * make/custom/mbx8xx.inc: New (Renamed from mbx8xx.cfg). * make/custom/mbx8xx.cfg: Removed. * make/custom/mbx821_001.cfg, make/custom/mbx821_002b.cfg, make/custom/mbx821_002.cfg, make/custom/mbx860_001b.cfg, make/custom/mbx860_002.cfg, make/custom/mbx860_005b.cfg, make/custom/mbx860_1b.cfg: Include make/custom/mbx8xx.inc.
* 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-175-3/+11
| | | | | | | | * make/custom/gen83xx.inc: New (Renamed from gen83xx.cfg). * make/custom/gen83xx.cfg: Removed. * make/custom/hsc_cm01.cfg, make/custom/mpc8313erdb.cfg, make/custom/mpc8349eamds.cfg: Include make/custom/gen83xx.inc.
* 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-176-4/+12
| | | | | | | | * make/custom/gen5200.inc: New (Renamed from gen5200.cfg). * make/custom/gen5200.cfg: Removed. * make/custom/brs5l.cfg, make/custom/icecube.cfg, make/custom/pm520_cr825.cfg, make/custom/pm520_ze30.cfg: Include make/custom/gen5200.inc.
* 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-174-2/+9
| | | | | | | * make/custom/genmcf548x.inc: New (Renamed from genmcf548x.cfg). * make/custom/genmcf548x.cfg: Removed. * make/custom/COBRA5475.cfg, make/custom/m5484FireEngine.cfg: Include make/custom/genmcf548x.inc.
* 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-176-4/+13
| | | | | | | | | * make/custom/lpc24xx.inc: New (Renamed from lpc24xx.cfg). * make/custom/lpc24xx.cfg: Removed. * make/custom/lpc24xx_ea.cfg, lpc24xx_ncs_ram.cfg, make/custom/lpc24xx_ncs_rom_ext.cfg, make/custom/lpc24xx_ncs_rom_int.cfg: Include make/custom/lpc24xx.inc.
* 2009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-172-16/+11
| | | | | * configure.ac: Pick up make/custom/*. * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
* binutils-2.20.Ralf Corsepius2009-10-1739-78/+78
|
* 2009-10-17 Chris Johns <chrisj@rtems.org>Chris Johns2009-10-163-6/+27
| | | | | | | * shared/irq/idt.c: Check is the irq handlers are present before calling. * shared/comm/i386-stub-glue.c: Revert the change of 2009-05-06 as the handlers need to be present. Fixed the warnings.
* 2009-10-16 Jennifer Averett <jennifer@OARcorp.com>Joel Sherrill2009-10-163-2/+11
| | | | | | | * configure.ac: Default to having PSC8 mezzanine so code builds all the time. * startup/bspstart.c: Calibrated clock using an VMEBus controlled discrete pulsed at a 20ms rate.
* 2009-10-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2009-10-162-6/+12
| | | | | * mpc6xx/mmu/bat.c: Resolved bug: It is not an overlap if the batindex being set is the batindex of the overlap.
* 2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-164-7/+14
| | | | * startup/bspstart.c: Remove nested externs.
* 2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-162-4/+9
| | | | * shared/startup/zerobss.c: Remove nested externs.
* 2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-161-0/+9
| | | | | * wrapup/Makefile.am: Remove AM_CONDITIONAL HAS_LIBBSP. * configure.ac: Remove AM_CONDITIONAL HAS_LIBBSP.
* Remove AM_CONDITIONAL HAS_LIBBSP.Ralf Corsepius2009-10-162-6/+0
|
* Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS.Ralf Corsepius2009-10-161-2/+0
|
* 2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-161-0/+4
| | | | * configure.ac: Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS.
* 2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-161-0/+6
| | | | | | * aclocal/enable-bare.m4: Remove (Abandoned). * bsp.cfg.in: Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS. * configure.ac: Remove RTEMS_ENABLE_BARE.
* Remove RTEMS_ENABLE_BARE.Ralf Corsepius2009-10-161-1/+0
|
* Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS.Ralf Corsepius2009-10-161-4/+0
|
* Remove (Abandoned).Ralf Corsepius2009-10-161-19/+0
|
* 2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-161-0/+5
| | | | | * custom/bare.cfg: Remove (Abandoned). * Makefile.am: Remove custom/bare.cfg.
* Remove custom/bare.cfg.Ralf Corsepius2009-10-161-2/+0
|