Commit Graph

19394 Commits

Author SHA1 Message Date
Till Straumann
f8397280ae 2009-10-20 Till Straumann <strauman@slac.stanford.edu>
PR1424/networking
	* libnetworking/net/rtsock.c: (merged from BSD) copy information
	out to user buffer.
2009-10-20 14:13:24 +00:00
Till Straumann
5bd4fb059c 2009/10/20 Till Straumann <strauman@slac.stanford.edu>
* shared/misc/m68kidle.c: somehow this change was never committed, sorry.
2009-10-20 14:07:20 +00:00
Ralf Corsepius
61b5aec0d5 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/rtc.c: Add initializer (Silence warning).
2009-10-20 12:54:46 +00:00
Ralf Corsepius
b1d28ccc57 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Add missing prototype.
2009-10-20 12:31:52 +00:00
Ralf Corsepius
d236e96453 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 09:40:07 +00:00
Ralf Corsepius
de90701623 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 08:44:36 +00:00
Ralf Corsepius
d61f0a7ba5 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 08:31:05 +00:00
Thomas Doerfler
e41369ef8c * libblock/include/rtems/diskdevs.h: Documentation. Added field to
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 07:53:19 +00:00
Ralf Corsepius
b83c7ba9e5 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 07:34:24 +00:00
Ralf Corsepius
d46194adcb 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 07:16:49 +00:00
Ralf Corsepius
6e5617c4c4 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 07:08:54 +00:00
Ralf Corsepius
6bf9e0a447 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 05:51:15 +00:00
Ralf Corsepius
218a2bb4a0 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 05:13:14 +00:00
Chris Johns
a07f1c4d68 2009-10-20 Chris Johns <chrisj@rtems.org>
* 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.
2009-10-20 04:54:43 +00:00
Ralf Corsepius
0a95359625 Remove. 2009-10-20 04:19:16 +00:00
Ralf Corsepius
50a7df108c 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 04:14:56 +00:00
Ralf Corsepius
7d5387f3c8 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 04:13:25 +00:00
Ralf Corsepius
952e4beffa 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -fasm to CFLAGS.
2009-10-20 04:12:20 +00:00
Joel Sherrill
e053327de5 2009-10-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* block01/.cvsignore: New file.
2009-10-19 19:39:15 +00:00
Joel Sherrill
e84ada6848 2009-10-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/startup/linkcmds: Add __SBSS_END__ and __SBSS2_END__.
2009-10-19 17:58:34 +00:00
Thomas Doerfler
b344b3deac added block01 test 2009-10-19 10:58:30 +00:00
Ralf Corsepius
c5f35cd563 2009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Pick up make/custom/*.
	* aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
2009-10-18 05:32:21 +00:00
Till Straumann
887e1cb4ea 2009-10-17 Till Straumann <strauman@slac.stanford.edu>
* 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 22:26:23 +00:00
Till Straumann
0a8f902e76 2009-10-17 Till Straumann <strauman@slac.stanford.edu>
*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 22:24:55 +00:00
Joel Sherrill
75452405b5 2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Fix warnings.
2009-10-17 21:35:34 +00:00
Joel Sherrill
2dc0091046 2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S, startup/bspstart.c: Fix warnings.
2009-10-17 20:41:37 +00:00
Joel Sherrill
1c8514a5af 2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* console/console.c: Fix warning.
2009-10-17 19:55:40 +00:00
Ralf Corsepius
4f8237f1f2 2009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
2009-10-17 15:55:06 +00:00
Ralf Corsepius
46122d0d7d 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-custom-bsp.m4:
	Remove "${srcdir}/${RTEMS_TOPdir}/make/custom/$1".
	* aclocal/check-bsps.m4: Remove "blacklist".
2009-10-17 15:54:02 +00:00
Ralf Corsepius
565fdd2d41 Remove "blacklist". 2009-10-17 15:53:54 +00:00
Ralf Corsepius
eba5dc6b44 Remove "${srcdir}/${RTEMS_TOPdir}/make/custom/$1". 2009-10-17 15:53:40 +00:00
Ralf Corsepius
b221e9d885 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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 15:36:51 +00:00
Ralf Corsepius
6b656c6032 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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 15:34:36 +00:00
Ralf Corsepius
3b8afe8ca1 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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 15:31:27 +00:00
Ralf Corsepius
76995af36e 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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 15:28:50 +00:00
Ralf Corsepius
662ac58637 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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 15:25:31 +00:00
Ralf Corsepius
848c996f21 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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 15:21:07 +00:00
Ralf Corsepius
d8bbc3e64d 2009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Pick up make/custom/*.
	* aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
2009-10-17 15:15:54 +00:00
Ralf Corsepius
532add76e2 binutils-2.20. 2009-10-17 06:14:54 +00:00
Chris Johns
069ed6c5b4 2009-10-17 Chris Johns <chrisj@rtems.org>
* 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 22:14:01 +00:00
Joel Sherrill
9f6aaf7191 2009-10-16 Jennifer Averett <jennifer@OARcorp.com>
* 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 16:22:46 +00:00
Joel Sherrill
db4903f61e 2009-10-16 Jennifer Averett <jennifer.averett@OARcorp.com>
* 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 16:13:30 +00:00
Ralf Corsepius
fda16849d6 2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Remove nested externs.
2009-10-16 14:58:19 +00:00
Ralf Corsepius
9132bc73c1 2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/startup/zerobss.c: Remove nested externs.
2009-10-16 14:51:21 +00:00
Ralf Corsepius
21409d3053 2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* wrapup/Makefile.am: Remove AM_CONDITIONAL HAS_LIBBSP.
	* configure.ac: Remove AM_CONDITIONAL HAS_LIBBSP.
2009-10-16 14:45:20 +00:00
Ralf Corsepius
16ac8ad4f1 Remove AM_CONDITIONAL HAS_LIBBSP. 2009-10-16 14:44:58 +00:00
Ralf Corsepius
5d0a1db575 Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS. 2009-10-16 14:39:09 +00:00
Ralf Corsepius
2fbe8495c4 2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS.
2009-10-16 14:38:54 +00:00
Ralf Corsepius
a68012dd06 2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/enable-bare.m4: Remove (Abandoned).
	* bsp.cfg.in: Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS.
	* configure.ac: Remove RTEMS_ENABLE_BARE.
2009-10-16 14:38:39 +00:00
Ralf Corsepius
8ab62522bb Remove RTEMS_ENABLE_BARE. 2009-10-16 14:34:06 +00:00