Commit Graph

11070 Commits

Author SHA1 Message Date
Sebastian Huber
cac29eed7d 2010-08-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libchip/Makefile.am, libchip/preinstall.am: Install
	<libchip/ata_internal.h>.
2010-08-17 14:06:56 +00:00
Sebastian Huber
9ca9758546 2010-08-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libchip/ide/ata_util.c: New file.
	* libchip/Makefile.am: Reflect change from above.
	* libchip/ide/ata.c: Moved ata_breq_init(), ata_identify_device(), and
	ata_process_request_on_init_phase() into new file.
2010-08-17 13:54:50 +00:00
Sebastian Huber
f5194a9485 2010-08-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libchip/ide/ata_internal.h, libchip/ide/ata.c: Moved code into
	separate functions.  Added public ata_breq_init(),
	ata_identify_device(), and ata_process_request_on_init_phase()
	functions.
2010-08-17 13:41:29 +00:00
Joel Sherrill
05a82e4e4e 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
* src/uart-output-char.c: Add BSP_poll_char.
2010-08-15 23:33:36 +00:00
Joel Sherrill
149248b459 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/console/polled_io.c: Add BSP_poll_char.
2010-08-15 23:31:10 +00:00
Joel Sherrill
f352365b19 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/console.c: Add BSP_poll_char.
2010-08-15 23:31:05 +00:00
Joel Sherrill
76094b5206 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/polled_io.c: Add BSP_poll_char.
2010-08-15 23:30:59 +00:00
Joel Sherrill
572d2fbe58 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
* mpc55xx/esci/esci.c: Add BSP_poll_char.
2010-08-15 23:28:51 +00:00
Joel Sherrill
010d830d04 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
* at91rm9200/dbgu/dbgu.c, pxa255/ffuart/ffuart.c: Add BSP_poll_char.
2010-08-15 23:28:46 +00:00
Joel Sherrill
6ab0094d98 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am: Do not use .rel files for libbsp pieces.
2010-08-15 23:27:57 +00:00
Joel Sherrill
01b58467f5 Add comment. 2010-08-15 22:51:01 +00:00
Joel Sherrill
b6eb8b9f80 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/syscalls.c:
2010-08-15 22:50:13 +00:00
Joel Sherrill
8c87a9a65e 2010-08-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* spurious/spinit.c: Add include of bootcard.h to fix warning.
2010-08-13 20:49:09 +00:00
Ralf Corsepius
12601260be 2010-08-07 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1655/testing:
	* ada.am: Reflect changes to testsuites/automake/compile.am.
2010-08-07 03:20:32 +00:00
Joel Sherrill
344402c0ed 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/startup/sbrk.c: Make bsp's sbrk a weak reference so that the
	test of having sbrk() support in malloc can link.
2010-08-03 22:02:30 +00:00
Joel Sherrill
5714bc5c7b 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/startup/linkcmds: Add .gcc_except_table*.
2010-08-03 18:29:12 +00:00
Joel Sherrill
1246d791ab 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/bspgetworkarea.c: Formatting.
2010-08-03 14:17:15 +00:00
Joel Sherrill
989938f1b2 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/console.c: Add BSP_poll_char.
2010-08-03 14:16:41 +00:00
Joel Sherrill
a90576b644 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/bspstart.c: Add BSP_poll_char.
2010-08-03 14:16:35 +00:00
Joel Sherrill
b2c02c7496 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/debugio.c: Add BSP_poll_char.
2010-08-03 14:15:54 +00:00
Joel Sherrill
e77c8b5117 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/console.c: Add BSP_poll_char. Reformat.
2010-08-03 14:15:39 +00:00
Joel Sherrill
82b04a2b63 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
	* sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
	sh7750/score/cpu_asm.c, shgdb/score/cpu_asm.c: Rename
	_Context_Switch_necessary to _Thread_Dispatch_necessary to more
	properly reflect the intent.
2010-07-30 18:51:49 +00:00
Joel Sherrill
7814f92a5d 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
	* new-exceptions/bspsupport/ppc_exc_hdl.c: Rename
	_Context_Switch_necessary to _Thread_Dispatch_necessary to more
	properly reflect the intent.
2010-07-30 18:51:43 +00:00
Joel Sherrill
1973a2a620 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
	* shared/irq/exception.S: Rename _Context_Switch_necessary to
	_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-30 18:51:12 +00:00
Joel Sherrill
0043fd756c 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1532/testing
	* host.cfg.in: Add initial tests for untar capabilities. This required
	BIN2C.
2010-07-27 18:18:29 +00:00
Joel Sherrill
019fd4b680 2010-07-27 Gedare Bloom <giddyup44@yahoo.com>
PR 1634/bsps
	* shared/console/conscfg.c: Add BSP_poll_char.
2010-07-27 15:55:07 +00:00
Sebastian Huber
7ca4f0b1ea Typo. 2010-07-27 11:55:05 +00:00
Sebastian Huber
508632a675 2010-07-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
* umon/tfsDriver.c: Update for LibIO API changes.
2010-07-27 10:18:22 +00:00
Joel Sherrill
bdf879323e 2010-07-23 Vinu Rajashekhar <vinutheraj@gmail.com>
* start/start.S: Replace the call to _return_to_monitor by
	hlt instruction.
	* startup/ldsegs.S: Remove the _return_to_monitor function.
2010-07-23 12:24:06 +00:00
Joel Sherrill
59211c6616 2010-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* timer/timer.c: Do not do the indirect call if NULL.
2010-07-21 12:33:58 +00:00
Joel Sherrill
0b86fd8b6e 2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1606/cpukit
	* shared/startup/panic.c: Remove
	INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
2010-07-07 14:08:04 +00:00
Till Straumann
39507635f1 2009-10-28 Till Straumann <strauman@slac.stanford.edu>
* byteorder.h: added ld_le16, st_le16.
2010-07-06 20:13:02 +00:00
Sebastian Huber
dff46630ef 2010-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/irq/exception.S: Removed _ISR_Signals_to_thread_executing
	declaration.
2010-07-06 07:41:28 +00:00
Joel Sherrill
3356041470 2010-06-30 Joel Sherrill <joel.sherrilL@OARcorp.com>
* umon/tfsDriver.c: Remove extra brace.
2010-06-30 14:32:36 +00:00
Jennifer Averett
667d1651c0 2010-06-30 Jennifer Averett <Jennifer.Averett@OARcorp.com>
* umon/tfsDriver.c: Corrected filesystem mknod entry to call the
	default handler.
2010-06-30 14:01:17 +00:00
Sebastian Huber
2d108f88e2 2010-06-30 Peter Dufault <dufault@hda.com>
PR 1588/cpukit
	* start/start.S: Renamed defines SR0 .. SR15 in
	PPC_SR0 ..  PPC_SR15.
2010-06-30 07:43:56 +00:00
Jennifer Averett
b11296fb38 2010-06-29 Jennifer.Averett <Jennifer.Averett@OARcorp.com>
* umon/tfsDriver.c: Changed NULL methods in filesystem tables to be
	default methods.
2010-06-29 19:45:53 +00:00
Jennifer Averett
d010b9d7cf 2010-06-29 Jennifer Averett <Jennifer.Averett@OARcorp.com>
* new-exceptions/bspsupport/ppc_exc_asm_macros.h: Added include of
	bspopts to resolve compilation problem.
2010-06-29 19:44:06 +00:00
Joel Sherrill
cd90b9c959 2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
2010-06-29 18:53:19 +00:00
Joel Sherrill
8980996edd 2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/irq/irq_asm.S: Rename rtems_per_cpu_info.
2010-06-29 17:45:34 +00:00
Jennifer Averett
438983d25c 2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
* configure.ac: Added AC_CHECK_SIZEOF macro.
2010-06-29 13:49:06 +00:00
Joel Sherrill
646e7b0d2a 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1573/cpukit
	* shared/score/interrupt.S: Add a per cpu data structure which contains
	the information required by RTEMS for each CPU core. This
	encapsulates information such as thread executing, heir, idle and
	dispatch needed.
2010-06-29 00:39:44 +00:00
Joel Sherrill
61b1c413b7 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1573/cpukit
	* sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
	sh7750/score/cpu_asm.c, shgdb/score/cpu_asm.c: Add a per cpu data
	structure which contains the information required by RTEMS for each
	CPU core. This encapsulates information such as thread executing,
	heir, idle and dispatch needed.
2010-06-29 00:39:41 +00:00
Joel Sherrill
5048a0a0b8 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1573/cpukit
	* mpc5xx/irq/irq.c, mpc5xx/irq/irq_asm.S,
	new-exceptions/bspsupport/ppc_exc.S,
	new-exceptions/bspsupport/ppc_exc_asm_macros.h,
	new-exceptions/bspsupport/ppc_exc_hdl.c: Add a per cpu data structure
	which contains the information required by RTEMS for each CPU core.
	This encapsulates information such as thread executing, heir, idle
	and dispatch needed.
2010-06-29 00:39:39 +00:00
Joel Sherrill
51bd2e5f21 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1573/cpukit
	* irq/irq.c: Add a per cpu data structure which contains the
	information required by RTEMS for each CPU core. This encapsulates
	information such as thread executing, heir, idle and dispatch needed.
2010-06-29 00:38:29 +00:00
Joel Sherrill
5a0b7914c8 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1573/cpukit
	* shared/irq/exception.S: Add a per cpu data structure which contains
	the information required by RTEMS for each CPU core. This
	encapsulates information such as thread executing, heir, idle and
	dispatch needed.
2010-06-29 00:38:20 +00:00
Joel Sherrill
15519cba23 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1573/cpukit
	* shared/irq/irq.c, shared/irq/irq_asm.S: Add a per cpu data structure
	which contains the information required by RTEMS for each CPU core.
	This encapsulates information such as thread executing, heir, idle
	and dispatch needed.
2010-06-29 00:38:13 +00:00
Joel Sherrill
ecefc8ea52 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1591/bsps
	* preinstall.am: Regenerate.
2010-06-28 14:25:29 +00:00
Sebastian Huber
d290bbb5b2 2010-06-24 Arnout Vandecappelle <arnout@mind.be>
PR 1586/misc
	* libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Add retries to
	SD card accesses.
2010-06-24 07:54:15 +00:00
Sebastian Huber
0ed275ec44 Typo. 2010-06-23 16:32:49 +00:00