Commit Graph
17609 Commits
Author SHA1 Message Date
Joel Sherrill f6cef3aff9 2009-02-17 Till Straumann <strauman@slac.stanford.edu>
PR 1371/bsps
	* network/network.c: mvme167 network driver buggy.
2009-02-17 18:37:02 +00:00
Joel Sherrill 49633b9b8f 2009-02-17 Till Straumann <strauman@slac.stanford.edu>
PR 1371/bsps
	* custom/mvme167.cfg: mvme167 needs to convert ELF -> pure binary RALF.
2009-02-17 18:35:09 +00:00
Joel Sherrill 2235066781 2009-02-17 Till Straumann <strauman@slac.stanford.edu>
PR 1370/bsps
	* console/console.c: mvme167 console driver BSP_output_char fails to
	convert \n -> \n\r
2009-02-17 18:32:33 +00:00
Joel Sherrill e399e9d607 2009-02-17 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1377/shell
	* libmisc/shell/main_netstats.c: Remove #if 0 which should not have
	been there anyway.
2009-02-17 15:09:57 +00:00
Joel Sherrill 9c2af12e3f 2009-02-17 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/uC5282.cfg: Add cvs Id.
2009-02-17 14:37:34 +00:00
Ralf Corsepius f969fcb7bb 2009-02-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Fix breakage introduced in 2009-02-13 changes.
2009-02-17 12:43:53 +00:00
Joel Sherrill ef06d30cd4 2009-02-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, preinstall.am: Use stub tm27.h.
2009-02-13 20:47:27 +00:00
Joel Sherrill 9b974cf425 2009-02-13 Joel Sherrill <joel.sherrill@OARcorp.com>
* new-exceptions/cpu.c: Correct prototype of _CPU_Initialize.
2009-02-13 14:20:58 +00:00
Joel Sherrill 72f4b2468a 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/setvec.c: Change prototype of IDLE thread to consistently
	return void * and take a uintptr_t argument.
2009-02-12 15:58:02 +00:00
Joel Sherrill 2a0a791fce 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* clock/clock.c, include/bsp.h: Change prototype of IDLE thread to
	consistently return void * and take a uintptr_t argument.
2009-02-12 15:57:29 +00:00
Joel Sherrill 06f3a3ef2a 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Change prototype of IDLE thread to consistently
	return void * and take a uintptr_t argument.
2009-02-12 15:57:15 +00:00
Joel Sherrill 6994cd9991 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h, startup/bspstart.c: Change prototype of IDLE thread to
	consistently return void * and take a uintptr_t argument.
2009-02-12 15:57:05 +00:00
Joel Sherrill 326220ee47 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/misc/m68kidle.c: Change prototype of IDLE thread to
	consistently return void * and take a uintptr_t argument.
2009-02-12 15:57:00 +00:00
Joel Sherrill 3aaf4797d0 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/rtems/config.h, score/include/rtems/score/thread.h,
	score/src/threadidlebody.c: Change prototype of IDLE thread to
	consistently return void * and take a uintptr_t argument.
2009-02-12 15:56:42 +00:00
Joel Sherrill 6d869dfde8 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* porting/idlethread.t: Change prototype of IDLE thread to consistently
	return void * and take a uintptr_t argument.
2009-02-12 15:56:16 +00:00
Joel Sherrill cca8379862 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to
	consistently return void * and take a uintptr_t argument.
2009-02-12 15:55:55 +00:00
Joel Sherrill 59b68bd1c8 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Change prototype of IDLE thread to consistently
	return void * and take a uintptr_t argument.
2009-02-12 15:55:54 +00:00
Joel Sherrill 8bbead13c0 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Change prototype of IDLE thread to consistently return void *
	and take a uintptr_t argument.
2009-02-12 15:55:36 +00:00
Joel Sherrill 6748b76cfb 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* tod.c: Use rtems_clock_get_tod().
2009-02-11 23:06:55 +00:00
Joel Sherrill 094e5204d0 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* stackchk/stackchk.scn: Correct screen to match output.
2009-02-11 21:53:38 +00:00
Joel Sherrill 45d107ecfc 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/src/exinit.c: Eliminate _CPU_Thread_dispatch_pointer and passing
	address of _Thread_Dispatch to _CPU_Initialize. Clean up comments.
2009-02-11 21:48:42 +00:00
Joel Sherrill c03e2bc8c7 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
	passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
	comments.
2009-02-11 21:45:05 +00:00
Joel Sherrill ef1be69b65 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/new-exceptions/cpu.h, rtems/score/cpu.h: Eliminate
	_CPU_Thread_dispatch_pointer and passing address of _Thread_Dispatch
	to _CPU_Initialize. Clean up comments.
2009-02-11 21:44:59 +00:00
Joel Sherrill e8cba4cce9 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/irq/irq.h: Fix spelling error.
2009-02-11 20:39:22 +00:00
Joel Sherrill e856d14ae5 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/h8sxsim.cfg: Small H8SX should be optimized for size.
2009-02-11 20:37:51 +00:00
Joel Sherrill 938c666e87 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: It appears 16 MB is the configuration.
2009-02-11 19:49:34 +00:00
Joel Sherrill c63fde5c77 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac, start/start16.S: Remove duplicate configure option and
	add support for the configure time variable BSP_VIDEO_80x50.
2009-02-11 19:48:25 +00:00
Joel Sherrill 9cf17fb8cf 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Use a 16 bit object id on this target.
2009-02-11 19:35:30 +00:00
Joel Sherrill ef47bc78fc 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Do not unroll any code on this target and use a
	16-bit object id.
2009-02-11 19:35:09 +00:00
Joel Sherrill 65e8f257c6 2009-02-11 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1374/misc
	* libmisc/stackchk/check.c: Fix printk formatting string.
2009-02-11 19:33:44 +00:00
Joel Sherrill a0d22251b2 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/src/exinit.c: Interrupts are guaranteed to be disabled by
	boot_card(), do not do it here as well.
2009-02-11 19:30:24 +00:00
Joel Sherrill 819ca0e1a1 2009-02-11 Matt Rippa <mrippa@gemini.edu>
PR 1352/bsps
	* shared/motorola/motorola.c: Include support for mvme2600/mvme2700.
2009-02-11 16:36:29 +00:00
Joel Sherrill fe26418d7c 2009-02-11 Till Straumann <strauman@slac.stanford.edu>
PR 1369/bsps
	* Makefile.am, configure.ac: Fix name clashes when using MC68040 fpsp
	floating-point emulation.
2009-02-11 16:20:00 +00:00
Joel Sherrill e7c99cfe7c 2009-02-11 Matt Rippa <mrippa@gemini.edu>
PR 1362/bsps
	* shared/console/bspreset.c: Fix BSP reset on mvme2300 - mvme2700.
2009-02-11 16:13:56 +00:00
Ralf Corsepius b34eb570d3 Partial update from FreeBSD. 2009-02-11 13:21:10 +00:00
Ralf Corsepius e2d78b0b27 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove stray % from '*startfile:' having crept in
	previous change.
2009-02-11 07:25:20 +00:00
Ralf Corsepius d605a2c22a 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/sd-card-init.c: Comment out fields having dropped
	out from sd_card_driver_entry.
2009-02-11 05:21:46 +00:00
Ralf Corsepius 33b11fb503 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* spi/spi_init.c: Comment out fields having dropped out from
	sd_card_driver_entry.
2009-02-11 05:20:20 +00:00
Ralf Corsepius 934307a8a5 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* tests/tests.c: Comment out fields having dropped out from
	sd_card_driver_entry.
2009-02-11 05:18:54 +00:00
Ralf Corsepius a45054b9d7 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/kernel.h: Remove PSEUDO_*
	(Unused, not in FreeBSD).
2009-02-11 03:40:12 +00:00
Ralf Corsepius dce90eae64 Remove PSEUDO_* (Unused, not in FreeBSD). 2009-02-11 03:39:59 +00:00
Ralf Corsepius 86dab8c19b 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/kernel.h: Remove struct linker_set (Unused).
2009-02-11 03:37:30 +00:00
Ralf Corsepius 781c7d9c49 Remove struct linker_set (Unused). 2009-02-11 03:37:21 +00:00
Ralf Corsepius aa71c073a7 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/net/if_loop.c: Remove PSEUDO_SET (Unused).
2009-02-11 03:36:19 +00:00
Ralf Corsepius 2dc5992dee Remove PSEUDO_SET (Unused). 2009-02-11 03:36:07 +00:00
Ralf Corsepius 110f3f3ca6 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/kern/uipc_domain.c: Remove domain_set (Unused).
2009-02-11 03:07:44 +00:00
Ralf Corsepius fb1ff66d64 Remove domain_set (Unused). 2009-02-11 03:07:33 +00:00
Ralf Corsepius 8eca7190ba 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/kernel.h: Remove execsw_set,
	si_elem_t (Unused, not in FreeBSD).
	#include <sys/linker_set.h>.
	Add #ifdef _KERNEL guards (From FreeBSD).
2009-02-11 02:58:27 +00:00
Ralf Corsepius 5d4976285e 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/kernel.h: Remove hostnamelen, domainnamelen,
	lbolt, tickdelta, timedelta (Unused, not in FreeBSD).
2009-02-11 01:48:41 +00:00
Ralf Corsepius 1792c7acbc 2009-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* bin2boot.c: Use stdint/inttypes to workaround build warnings on
	  64bit hosts.
2009-02-10 10:27:37 +00:00