Commit Graph

10695 Commits

Author SHA1 Message Date
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
Sebastian Huber
3103d4cbad 2010-06-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/lpc32xx_mzx_boot_int.cfg,
	startup/linkcmds.lpc32xx_mzx_boot_int: Removed files.
	* include/boot.h, include/emc.h, include/i2c.h, include/nand-mlc.h,
	make/custom/lpc32xx_mzx.cfg, make/custom/lpc32xx_mzx_stage_1.cfg,
	make/custom/lpc32xx_mzx_stage_2.cfg, misc/boot.c, misc/emc.c,
	misc/i2c.c, misc/nand-mlc.c, misc/nand-mlc-read-blocks.c,
	misc/nand-mlc-write-blocks.c, misc/restart.c,
	startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx,
	startup/linkcmds.lpc32xx_mzx_stage_1,
	startup/linkcmds.lpc32xx_mzx_stage_2: New files.
	* configure.ac, Makefile.am, preinstall.am: Reflect changes above.
	* include/bsp.h, include/lpc32xx.h, irq/irq.c, rtc/rtc-config.c,
	startup/bspstart.c, startup/bspstarthooks.c,
	startup/linkcmds.lpc32xx_phycore: Changes throughout.
2010-06-23 08:27:57 +00:00
Sebastian Huber
b18fd861ba 2010-06-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/lpc23xx_tli800.cfg, startup/linkcmds.lpc23xx_tli800: New
	files.
	* Makefile.am, configure.ac: Reflect changes above.
	* startup/linkcmds.lpc2362: Typos.
	* README: Documentation.
2010-06-23 08:11:28 +00:00
Sebastian Huber
b0cb645bce 2010-06-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/startup/linkcmds.base: Define bsp_vector_table_size
	unconditionally.  Use bsp_vector_table_in_start_section.
2010-06-23 08:04:00 +00:00
Sebastian Huber
0596902ec8 2010-06-22 Arnout Vandecappelle <arnout@mind.be>
PR 1580/misc
	* libchip/i2c/spi-sd-card.c: Use bigger chunks and yield processor
	while waiting for read data.
2010-06-22 11:36:14 +00:00
Sebastian Huber
5e649e5186 2010-06-22 Arnout Vandecappelle <arnout@mind.be>
PR 1579/misc
	* libchip/i2c/spi-sd-card.c: Gradually increasing sleep times when
	waiting for write to finish.
2010-06-22 08:41:08 +00:00
Sebastian Huber
58eccd0b7c 2010-06-22 Arnout Vandecappelle <arnout@mind.be>
PR 1567/misc
	* libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
	timeouts.
2010-06-22 08:37:26 +00:00
Chris Johns
ea8a958a95 2010-06-22 Chris Johns <chrisj@rtems.org>
* startup/m68k-stub.c: PR 1539. Fix buffer overrun.
2010-06-22 02:03:36 +00:00
Joel Sherrill
5283f858ee 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: Remove more ITRON references.
2010-06-21 22:55:20 +00:00
Joel Sherrill
1941b98673 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/comm/GDB.HOWTO: Remove more ITRON references.
2010-06-21 22:55:10 +00:00
Joel Sherrill
5e4e13f91f 2010-06-21 Peter Dufault <dufault@hda.com>
PR 1583/bsps
	* shared/startup/panic.c: Remove reference to ITRON.
2010-06-21 22:12:48 +00:00
Sebastian Huber
167c6ce11e 2010-06-21 Arnout Vandecappelle <arnout@mind.be>
PR 1576/misc
	* libchip/i2c/spi-sd-card.c: Enable CRC checks.
2010-06-21 15:25:04 +00:00
Sebastian Huber
07109c2040 2010-06-21 Arnout Vandecappelle <arnout@mind.be>
PR 1569/misc
	* libchip/i2c/spi-sd-card.c: Added CRC checks.
2010-06-21 14:36:25 +00:00
Sebastian Huber
c5d8d2dcef 2010-06-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/start/start.S, shared/startup/linkcmds.base,
	shared/include/linker-symbols.h: Added and use bsp_vector_table_begin,
	bsp_vector_table_size and bsp_vector_table_end.
2010-06-21 12:28:36 +00:00
Joel Sherrill
f5d429b6d9 2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore: New file.
2010-06-17 18:54:49 +00:00
Joel Sherrill
d849522899 2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore, include/.cvsignore: New files.
2010-06-17 18:54:47 +00:00
Ralf Corsepius
6b005b54ff 2010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.inc.in, bsp.cfg.in, configure.ac, target.cfg.in:
	Remove itron.
	* aclocal/check-itron.m4, aclocal/enable-itron.m4: Remove.
2010-06-17 16:30:05 +00:00
Joel Sherrill
566a18061a 2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog, Makefile.am, acinclude.m4, configure.ac, shared/asm/asm.S,
	shared/clock/ckinit.c, shared/console/conscfg.c,
	shared/helenos/LICENSE, shared/helenos/README,
	shared/helenos/boot/genarch/balloc.c,
	shared/helenos/boot/genarch/ofw.c,
	shared/helenos/boot/genarch/ofw_tree.c,
	shared/helenos/boot/generic/string.c,
	shared/helenos/boot/include/align.h,
	shared/helenos/boot/include/balloc.h,
	shared/helenos/boot/include/gentypes.h,
	shared/helenos/boot/include/main.h,
	shared/helenos/boot/include/ofw.h,
	shared/helenos/boot/include/ofw_tree.h,
	shared/helenos/boot/include/ofwarch.h,
	shared/helenos/boot/include/register.h,
	shared/helenos/boot/include/stack.h,
	shared/helenos/boot/include/types.h,
	shared/helenos/boot/sparc64/loader/main.c,
	shared/helenos/boot/sparc64/loader/ofwarch.c,
	shared/helenos/boot/sparc64/loader/ofwasm.S,
	shared/helenos/kernel/genarch/include/ofw/ofw_tree.h,
	shared/helenos/kernel/generic/include/align.h,
	shared/helenos/kernel/sparc64/include/arch.h,
	shared/helenos/kernel/sparc64/include/boot.h,
	shared/helenos/kernel/sparc64/include/regdef.h,
	shared/helenos/kernel/sparc64/include/stack.h,
	shared/helenos/kernel/sparc64/include/mm/cache_spec.h,
	shared/helenos/kernel/sparc64/include/mm/frame.h,
	shared/helenos/kernel/sparc64/include/mm/mmu.h,
	shared/helenos/kernel/sparc64/include/mm/page.h,
	shared/helenos/kernel/sparc64/include/mm/tlb.h,
	shared/helenos/kernel/sparc64/include/mm/tte.h,
	shared/helenos/kernel/sparc64/include/mm/sun4u/frame.h,
	shared/helenos/kernel/sparc64/include/mm/sun4u/mmu.h,
	shared/helenos/kernel/sparc64/include/mm/sun4u/page.h,
	shared/helenos/kernel/sparc64/include/mm/sun4u/tlb.h,
	shared/helenos/kernel/sparc64/include/mm/sun4u/tte.h,
	shared/helenos/kernel/sparc64/include/sun4u/arch.h,
	shared/helenos/kernel/sparc64/src/cache.S,
	shared/helenos/kernel/sparc64/src/sun4u/takemmu.S,
	shared/include/asm.h, shared/include/traptable.h,
	shared/start/start.S, shared/start/trap_table.S,
	shared/startup/bspgetworkarea.c, shared/startup/bspstart.c,
	shared/startup/linkcmds, shared/startup/setvec.c: New files.
2010-06-17 16:20:46 +00:00
Joel Sherrill
df97084419 2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
	preinstall.am, include/bsp.h, include/tm27.h, make/custom/usiii.cfg,
	start/bspinit.S: New files.
2010-06-17 16:20:39 +00:00
Joel Sherrill
4d6f5f5fcd 2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
	preinstall.am, include/bsp.h, include/tm27.h,
	make/custom/niagara.cfg, start/bspinit.S: New files.
2010-06-17 16:20:34 +00:00
Joel Sherrill
c56982c86e 2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore, ChangeLog, Makefile.am, configure.ac, preinstall.am,
	shared/cache/cache.c, shared/cache/cache_.h,
	shared/interrupts/installisrentries.c, shared/score/cpu.c,
	shared/score/interrupt.S, shared/syscall/sparc64-syscall.S,
	shared/syscall/sparc64-syscall.h: New files.
2010-06-17 16:16:25 +00:00
Joel Sherrill
56e8ccd859 2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1561/cpukit
	* aclocal/rtems-cpu-subdirs.m4: Merge SPARC64 port.
2010-06-15 22:45:49 +00:00
Joel Sherrill
591b76084c 2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/irq/irq_asm.S: Fix capitalization.
2010-06-15 16:36:19 +00:00
Joel Sherrill
520a487938 2010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am: Formatting.
2010-06-14 16:02:31 +00:00
Joel Sherrill
32606626e0 2010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/bspclean.c: Spelling.
2010-06-14 16:02:01 +00:00
Joel Sherrill
4555086707 2010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/bspstart.c: Formatting.
2010-06-14 16:01:37 +00:00