Commit Graph

14224 Commits

Author SHA1 Message Date
Joel Sherrill
5a8bc44574 2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* sapi/include/confdefs.h: Do not instantiate initialization
	thas/thread pointer tables for an API that is not configured.
2007-06-20 22:22:16 +00:00
Joel Sherrill
8b8e1ee507 2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* bsppost.c: Split open of the console from the standard BSP code so it
	is easier to stub out.
2007-06-20 22:21:05 +00:00
Joel Sherrill
442e430ddc 2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/Makefile.am:
	* libcsupport/src/open_dev_console.c: New file.
2007-06-20 22:20:32 +00:00
Joel Sherrill
5129b24c4e 2007-06-20 Ray Xu <rayx@gmail.com>
* 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 22:19:38 +00:00
Joel Sherrill
b0129211da 2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* ne2000/ne2000.c: Fix spelling error.
2007-06-20 22:16:49 +00:00
Joel Sherrill
496274b6ec 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
	buffered test IO.
2007-06-20 21:43:28 +00:00
Joel Sherrill
0e92952285 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* tztest/init.c: Build when using buffered test IO.
2007-06-20 21:43:24 +00:00
Joel Sherrill
19b4789367 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/uboot_dump_bdinfo.c: New file.
2007-06-20 21:42:24 +00:00
Joel Sherrill
7da34053e7 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
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 21:42:00 +00:00
Joel Sherrill
18481be37d 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* aclocal/bsp-alias.m4, README.configure: Add ep5200, IceCube, 5200Lite.
2007-06-20 20:23:56 +00:00
Joel Sherrill
cb6e9bf0ed 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/gen5200.cfg: Remove junk comment.
	* custom/ep5200.cfg: New file.
2007-06-20 20:21:45 +00:00
Joel Sherrill
bdba53711d 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/corerwlock.c: Make sure structure is fully initialized.
	When reused, some fields will not be zero like at initialization.
2007-06-20 19:21:01 +00:00
Joel Sherrill
7c5e3b3ff3 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h: POSIX threads use twice the minimum stack
	size. Account for this.
2007-06-20 19:20:02 +00:00
Ralf Corsepius
22cc95f529 Preps for next spin. 2007-06-18 11:22:49 +00:00
Ralf Corsepius
55e9fcaefa Preps for next spin. 2007-06-18 10:32:03 +00:00
Ralf Corsepius
3fac240830 Update. 2007-06-18 09:42:00 +00:00
Ralf Corsepius
9b31b299de --disable-libstdcxx-pch 2007-06-18 07:02:32 +00:00
Ralf Corsepius
bb96485299 Upgrade to gcc-4.2.0 final. 2007-06-18 07:01:22 +00:00
Ralf Corsepius
7d846d4dd3 GCC_RPMREL = 18 2007-06-18 04:46:14 +00:00
Ralf Corsepius
849ed685ff Cleanup. 20070613 patches. 2007-06-18 04:45:51 +00:00
Ralf Corsepius
7f3319e33c GCC_RPMREL = 13 2007-06-18 04:38:33 +00:00
Ralf Corsepius
611aa7dd26 Cleanup. 20070613 patches. 2007-06-18 04:37:39 +00:00
Ralf Corsepius
169dbb55d9 GCC_RPMREL = 14 2007-06-18 04:36:33 +00:00
Ralf Corsepius
0d0479023e Cleanup. 2007-06-18 04:35:41 +00:00
Joel Sherrill
89b7e69b35 2007-06-13 Ray Xu <rayx@gmail.com>
* shared/abort/simple_abort.c: Shrink the memory requirements. Joel
	reformatted for style.
2007-06-13 21:20:50 +00:00
Joel Sherrill
b016200a2b 2007-06-13 Ray Xu <rayx@gmail.com>
* startup/linkcmds: Shrink the aligment requirements.
2007-06-13 21:20:30 +00:00
Joel Sherrill
16aa296c97 2007-06-13 Joel Sherrill <joel.sherrill@OARcorp.com>
* configure.ac: Add NDEBUG as a command line compilation option.
2007-06-13 20:39:56 +00:00
Joel Sherrill
58515e7e3a 2007-06-13 Joel Sherrill <joel.sherrill@OARcorp.com>
* acinclude.m4: Remove armulator.
2007-06-13 19:46:11 +00:00
Ralf Corsepius
8cf555ece7 Regenerate. 2007-06-13 16:38:22 +00:00
Ralf Corsepius
a43f6701f4 Add *20070613.diff 2007-06-13 15:42:41 +00:00
Ralf Corsepius
fc463855fa GCC_RPMREL = 13 2007-06-13 15:42:22 +00:00
Ralf Corsepius
c0064d3996 Add sparc fpu bug fix. 2007-06-13 15:40:32 +00:00
Joel Sherrill
e70f20166c 2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/io.t: Fix typo.
2007-06-12 23:58:10 +00:00
Joel Sherrill
0af144584e 2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* README.configure: Removed armulator.
2007-06-12 19:48:40 +00:00
Joel Sherrill
31aabe78cf 2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/armulator.cfg: Removed.
2007-06-12 19:47:34 +00:00
Joel Sherrill
85591ad7b2 2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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 19:46:53 +00:00
Joel Sherrill
44a5bb783b 2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* libmd/.cvsignore: New file.
2007-06-12 19:45:27 +00:00
Ralf Corsepius
79e6ccdde5 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* shttpd/defs.h: Eliminate my_strncasecmp.
	* shttpd/string.c: Eliminate my_strncasecmp.
2007-06-12 16:45:40 +00:00
Ralf Corsepius
df1aa0325c 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* wrapup/Makefile.am: Pickup ../libmd/libmd.a.
2007-06-12 16:26:36 +00:00
Ralf Corsepius
61d368a3f3 Pickup ../libmd/libmd.a. 2007-06-12 16:26:24 +00:00
Ralf Corsepius
b72dc8bafc 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* pppd/Makefile.am: Reflect moving out md*.
2007-06-12 16:03:17 +00:00
Ralf Corsepius
e7205419ab Remove (moved to libmd) 2007-06-12 16:02:10 +00:00
Ralf Corsepius
379a1a9421 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* pppd/md4.h, pppd/md4.c, pppd/md5.c, pppd/md5.h: Remove (moved to
	  libmd).
2007-06-12 16:01:34 +00:00
Ralf Corsepius
b3f22a53f1 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmd/Makefile.am, libmd/md4.c, libmd/md4.h, libmd/md5.c,
	libmd/md5.h, libmd/preinstall.am: New (moved out from pppd).
2007-06-12 15:59:46 +00:00
Ralf Corsepius
e0c4c102b4 New (moved out from pppd). 2007-06-12 15:59:36 +00:00
Ralf Corsepius
035339ebc7 Regenerate. 2007-06-12 15:57:48 +00:00
Ralf Corsepius
a70b07be5c 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac, Makefile.am: Add libmd.
2007-06-12 15:57:35 +00:00
Ralf Corsepius
033793f457 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* shttpd/defs.h: Eliminate my_strlcpy.
	* shttpd/string.c: Eliminate my_strlcpy.
2007-06-12 07:12:46 +00:00
Ralf Corsepius
5da60b9df1 Eliminate my_strlcpy. 2007-06-12 07:12:29 +00:00
Ralf Corsepius
61159ed677 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* shttpd/defs.h: Eliminate my_strdup, my_strndup.
	* shttpd/string.c: Eliminate my_strdup, my_strndup.
2007-06-12 07:06:29 +00:00