summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-1/+5
| | | | * aclocal/bsp-alias.m4: Fix quoting bug.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-2/+4
| | | | * aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-211-0/+5
| | | | | * configure.ac: Remove AM_CONDITIONAL MULTILIB. * Makefile.am: Remove BARE_CPU_MODEL.
* Remove AM_CONDITIONAL MULTILIB.Ralf Corsepius2009-10-211-2/+0
|
* Remove BARE_CPU_MODEL.Ralf Corsepius2009-10-211-1/+1
|
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-7/+6
| | | | | * configure.ac: Remove reference to bare BSP. Simplify RTEMS_BSP_LIST setup.
* Bump GCC_RPMREL.Ralf Corsepius2009-10-212-2/+2
|
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-1/+4
| | | | * configure.ac: Remove cfg_dir.
* Regenerate.Ralf Corsepius2009-10-214-96/+306
|
* gcc-4.4.2.Ralf Corsepius2009-10-214-7/+7
|
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-211-0/+7
| | | | | | | * configure.ac: Remove -std=c99 -fasm. Remove AM_CONDITIONAL LIBCHIP. * libchip/Makefile.am, wrapup/Makefile.am: Remove AM_CONDITIONAL LIBCHIP.
* Remove -std=c99 -fasm. Remove AM_CONDITIONAL LIBCHIP.Ralf Corsepius2009-10-211-5/+1
|
* Regenerate.Ralf Corsepius2009-10-212-18/+7
|
* Remove AM_CONDITIONAL LIBCHIP.Ralf Corsepius2009-10-212-20/+0
|
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-2/+5
| | | | * make/custom/eZKit533.cfg: Switch to compiling at O2.
* Regenerate.Ralf Corsepius2009-10-214-4/+4
|
* Bump BINUTILS_RPMREL.Ralf Corsepius2009-10-214-4/+4
|
* Regenerate.Ralf Corsepius2009-10-213-3/+3
|
* Remove hard-coded tarball name.Ralf Corsepius2009-10-213-3/+3
|
* 2009-10-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-203-7/+13
| | | | | | * startup/bspstart.c, startup/misc.c: Fixed compiler warnings by adding prototypes to function declarations and moving extern declarations to global scope.
* 2009-10-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-202-1/+12
| | | | | | | | | * startup/bspstart.c: let 'save_boot_params()' return a pointer to the commandline saved by the BSP which is NULL in this case. This pointer could be passed on to 'boot_card()' as it is done by other BSPs. This 'start/start.S' file however, passes a NULL pointer directly to boot_card() (w/o ever calling save_boot_params()).
* 2009-10-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-206-14/+18
| | | | | | * start/start.S, startup/bspstart.c: let 'save_boot_params()' return a pointer to the commandline saved by the BSP and pass this pointer on to 'boot_card()'.
* 2009-10-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-202-6/+12
| | | | | * shared/startup/pgtbl_setup.c: Fixed compiler warnings (added prototypes to function declarations etc.)
* 2009-10-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-201-1/+2
| | | | | | * shared/start/start.S, shared/startup/bspstart.c: let 'save_boot_params()' return a pointer to the commandline saved by the BSP and pass this pointer on to 'boot_card()'.
* *** empty log message ***Till Straumann2009-10-202-6/+6
|
* 2009-10-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-202-8/+11
| | | | * network/tsec.c: fixed compiler warnings.
* Regenerate.Ralf Corsepius2009-10-204-19/+19
|
* Update.Ralf Corsepius2009-10-203-3/+3
|
* binutils-2.20.Ralf Corsepius2009-10-204-8/+8
|
* Update.Ralf Corsepius2009-10-202-7/+7
|
* Regenerate.Ralf Corsepius2009-10-203-38/+139
|
* 2009-10-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-203-4/+26
| | | | | * score/cpu/i386/cpu.c, score/cpu/i386/cpu.h: let the default exception handler print a stack trace.
* 2009-10-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-202-1/+7
| | | | | | PR1424/networking * libnetworking/net/rtsock.c: (merged from BSD) copy information out to user buffer.
* 2009/10/20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-201-1/+1
| | | | * shared/misc/m68kidle.c: somehow this change was never committed, sorry.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-202-1/+5
| | | | * clock/rtc.c: Add initializer (Silence warning).
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-202-2/+6
| | | | * startup/bspstart.c: Add missing prototype.
* 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.