summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-212-1/+7
| | | | | * relnotes.texi: Print table of contents in front of manual where it should be when you print.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-212-3/+7
| | | | | * new_chapters.texi: Print table of contents in front of manual where it should be when you print.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-212-1/+8
| | | | | | | * custom/Linux-posix.cfg: Merge patch from Till Straumann which would work except gcc core dumps with an ICE when may_alias is used in this code. I filed a GCC PR and reduced optimization to -O0 and it does run again.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-212-15/+85
| | | | | | * cpu.c: Merge patch from Till Straumann which would work except gcc core dumps with an ICE when may_alias is used in this code. I filed a GCC PR and reduced optimization to -O0 and it does run again.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-212-19/+14
| | | | | | * libnetworking/rtems/rtems_syscall.c: Remove RTEMS versions of send() and recv(). We already had the BSD versions and these conflict sometimes when linking.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-212-0/+11
| | | | | * Templates/Makefile.leaf: At suggestion of Robert Grimes add commented out make-cxx-exe usage example.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-214-0/+29
| | | | | * libnetworking/rtems/mkrootfs.h, libnetworking/rtems/rtems_bsdnet.h, libnetworking/rtems/rtems_bsdnet_internal.h: Add extern __cplusplus.
* 2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-202-14/+23
| | | | | * sapi/include/confdefs.h: Do not instantiate initialization thas/thread pointer tables for an API that is not configured.
* 2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-202-21/+7
| | | | | * bsppost.c: Split open of the console from the standard BSP code so it is easier to stub out.
* 2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-203-1/+58
| | | | | * libcsupport/Makefile.am: * libcsupport/src/open_dev_console.c: New file.
* 2007-06-20 Ray Xu <rayx@gmail.com>Joel Sherrill2007-06-206-0/+128
| | | | | | | | * optman/Makefile.am, optman/preinstall.am: Add stubs for file system, console, and libio. This shrinks the memory requirements but Joel has not figured out how best to present this to application space. * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c: New files.
* 2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-202-1/+5
| | | | * ne2000/ne2000.c: Fix spelling error.
* 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-204-4/+10
| | | | | * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using buffered test IO.
* 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-202-2/+6
| | | | * tztest/init.c: Build when using buffered test IO.
* 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-202-0/+88
| | | | * shared/uboot_dump_bdinfo.c: New file.
* 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-2010-16/+424
| | | | | | | | | | | | | | | | | | | | | Add Embedded Planets EP5200 which is the same as the Freescale 5200Lite (a.k.a. IceCube) evaluation board. * Makefile.am: Add linkcmds.ep5200. Add -DMPC5200_BAPI_LIBC_HEADERS to remove some warnings in bestcomm. * preinstall.am: Add linkcmds.ep5200. * clock/clock.c: Correct math for prescaler/counter when bus speed is high enough to require multiple passes of loop. * console/console.c: Use same math for initial baud rate as when it is changed via ioctl. When HAS_UBOOT is defined, initialize console to the same baud as it was with U-Boot. * include/bsp.h: Add EP5200 and console boot baud support. * include/mpc5200.h: Spacing. * startup/bspstart.c: If HAS_UBOOT and SHOW_MORE_INIT_SETTINGS are both defined, dump the U-Boot BD info structure. * vectors/vectors.S: ep5200 cannot use vectors segment. When loading it, U-Boot freezes. Besides, U-Boot can automatically start the BSP so we do not have to run from board reset. * startup/linkcmds.ep5200: New file.
* 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-203-1/+8
| | | | * aclocal/bsp-alias.m4, README.configure: Add ep5200, IceCube, 5200Lite.
* 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-203-1/+22
| | | | | * custom/gen5200.cfg: Remove junk comment. * custom/ep5200.cfg: New file.
* 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-202-0/+7
| | | | | * score/src/corerwlock.c: Make sure structure is fully initialized. When reused, some fields will not be zero like at initialization.
* 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-202-0/+10
| | | | | * sapi/include/confdefs.h: POSIX threads use twice the minimum stack size. Account for this.
* Preps for next spin.Ralf Corsepius2007-06-181-1/+1
|
* Preps for next spin.Ralf Corsepius2007-06-1827-48/+169
|
* Update.Ralf Corsepius2007-06-181-3/+4
|
* --disable-libstdcxx-pchRalf Corsepius2007-06-181-0/+1
|
* Upgrade to gcc-4.2.0 final.Ralf Corsepius2007-06-181-6/+10
|
* GCC_RPMREL = 18Ralf Corsepius2007-06-181-1/+1
|
* Cleanup. 20070613 patches.Ralf Corsepius2007-06-181-2/+2
|
* GCC_RPMREL = 13Ralf Corsepius2007-06-181-2/+2
|
* Cleanup. 20070613 patches.Ralf Corsepius2007-06-181-4/+8
|
* GCC_RPMREL = 14Ralf Corsepius2007-06-181-1/+1
|
* Cleanup.Ralf Corsepius2007-06-181-2/+5
|
* 2007-06-13 Ray Xu <rayx@gmail.com>Joel Sherrill2007-06-132-86/+102
| | | | | * shared/abort/simple_abort.c: Shrink the memory requirements. Joel reformatted for style.
* 2007-06-13 Ray Xu <rayx@gmail.com>Joel Sherrill2007-06-132-8/+12
| | | | * startup/linkcmds: Shrink the aligment requirements.
* 2007-06-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-132-0/+10
| | | | * configure.ac: Add NDEBUG as a command line compilation option.
* 2007-06-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-132-2/+4
| | | | * acinclude.m4: Remove armulator.
* Regenerate.Ralf Corsepius2007-06-131-2/+5
|
* Add *20070613.diffRalf Corsepius2007-06-131-1/+4
|
* GCC_RPMREL = 13Ralf Corsepius2007-06-131-1/+1
|
* Add sparc fpu bug fix.Ralf Corsepius2007-06-132-0/+157
|
* 2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-122-1/+5
| | | | * user/io.t: Fix typo.
* 2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-122-1/+5
| | | | * README.configure: Removed armulator.
* 2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-122-31/+4
| | | | * custom/armulator.cfg: Removed.
* 2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-1220-1678/+12
| | | | | | | | | | | | * armulator/.cvsignore, armulator/ChangeLog, armulator/Makefile.am, armulator/bsp_specs, armulator/configure.ac, armulator/preinstall.am, armulator/clock/clockdrv.c, armulator/console/console-io.c, armulator/console/mon-syscalls.S, armulator/include/.cvsignore, armulator/include/bsp.h, armulator/include/tm27.h, armulator/start/start.S, armulator/startup/bspstart.c, armulator/startup/libcfunc.c, armulator/startup/linkcmds, armulator/startup/swi.h, armulator/startup/syscalls.c, armulator/startup/trap.S: Removed.
* 2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-122-0/+6
| | | | * libmd/.cvsignore: New file.
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-123-0/+17
| | | | | * shttpd/defs.h: Eliminate my_strncasecmp. * shttpd/string.c: Eliminate my_strncasecmp.
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-0/+1
| | | | * wrapup/Makefile.am: Pickup ../libmd/libmd.a.
* Pickup ../libmd/libmd.a.Ralf Corsepius2007-06-121-1/+1
|
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-122-8/+2
| | | | * pppd/Makefile.am: Reflect moving out md*.
* Remove (moved to libmd)Ralf Corsepius2007-06-124-725/+0
|
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-0/+2
| | | | | * pppd/md4.h, pppd/md4.c, pppd/md5.c, pppd/md5.h: Remove (moved to libmd).