Commit Graph

10311 Commits

Author SHA1 Message Date
Joel Sherrill
7455087f4f 2009-11-25 Michael Walle <michael@walle.cc>
* shared/gdbstub/lm32-stub.c: Fix wrong computation of negative branch
	targets (thanks to Manfred Scheible <mscheible@husware.de>.
2009-11-25 22:55:51 +00:00
Ralf Corsepius
68049df7fb 2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/tsmac/tsmac.c: Remove unused vars.
	Let rtems_tsmac_driver_attach return 1.
2009-11-24 06:42:40 +00:00
Ralf Corsepius
db8698d069 2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/console/console.c: Use int as return type of
	BSP_uart_polled_read.
2009-11-24 06:40:50 +00:00
Ralf Corsepius
de87499481 2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h: Move extern "C" { }.
2009-11-24 06:38:38 +00:00
Joel Sherrill
6e701e2cbf 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* libchip/network/smc91111.c: Formatting.
2009-11-23 20:12:39 +00:00
Joel Sherrill
6083017bf6 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* clockdrv_shell.h: Clean up.
2009-11-23 20:11:57 +00:00
Joel Sherrill
e5962ef59d 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/bsppretaskinghook.c: New file.  Was really common.
	* shared/bspstart.c: Removed.  Was really leon2 specific.
2009-11-23 20:11:09 +00:00
Joel Sherrill
c23e29effa 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: sparc/shared/bspstart.c was really leon2 specific. So
	move it here.
	* startup/bspstart.c: New file.
2009-11-23 20:09:58 +00:00
Joel Sherrill
d4df43d226 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, startup/bspstart.c:
	Use ../../sparc/shared/bsppretaskinghook.c.
	* console/console.c: Remove sis comment.
2009-11-23 20:09:22 +00:00
Joel Sherrill
f1860440e0 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Switch to ../../shared/bspstart.c
2009-11-23 20:08:25 +00:00
Joel Sherrill
90505853a8 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* clock/clockdrv.c: Split hardware initialization code into
	Clock_driver_support_initialize_hardware().
2009-11-23 20:07:55 +00:00
Joel Sherrill
fb1102eac0 2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* ne2000/ne2000.c: Logic on defaulting port number was inverted when
	adding command line arguments.
2009-11-23 18:26:55 +00:00
Ralf Corsepius
9999ac00a2 2009-11-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* src/rtemsInterrupt.cc: #include <cstdlib>.
	* src/rtemsMessageQueue.cc, src/rtemsSemaphore.cc,
	src/rtemsTask.cc, src/rtemsTimer.cc: #include <cstring>.
2009-11-23 15:30:03 +00:00
Ralf Corsepius
60e9714c0c #include <cstring>. 2009-11-23 15:29:54 +00:00
Ralf Corsepius
43d55f8a1e #include <cstdlib>. 2009-11-23 15:29:33 +00:00
Ralf Corsepius
dce4a3177c 2009-11-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for cstdlib, cstring.
2009-11-23 15:27:44 +00:00
Joel Sherrill
bb6ef07841 2009-11-21 Fernando Nicodemos <fgnicodemos@terra.com.br>
* Makefile.am, configure.ac, console/uarts.c: Add initial support for
	Kit637 version of CSB637.
	* README.kit637_v6, make/custom/kit637_v6.cfg: New files.
2009-11-21 16:06:21 +00:00
Joel Sherrill
4eee8434e1 2009-11-21 Fernando Nicodemos <fgnicodemos@terra.com.br>
* Makefile.am, preinstall.am, at91rm9200/include/at91rm9200.h: Add
	initial support for USART on at91rm9200.
	* at91rm9200/include/at91rm9200_usart.h, at91rm9200/usart/usart.c:
	New files.
2009-11-21 15:45:32 +00:00
Till Straumann
f70c86eaff 2009-11-17 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/bspsupport/ppc_exc_categories.c:
	PSIM *must*not* hook SYS vector which is used e.g.,
	for firmware I/O.

	Added entries for AltiVec on PSIM.
2009-11-17 11:42:53 +00:00
Joel Sherrill
2bac2a7002 2009-11-16 Alan Cudmore <alan.p.cudmore@nasa.gov>
* startup/init5235.c: Add volatile to prevent newer gcc versions from
	optimizing away.
2009-11-16 20:11:48 +00:00
Ralf Corsepius
5e9c2be3f9 * startup/bspstart.c: Remove local prototypes of promCopyDcacheFlush,
promCopyIcacheFlush.
	* include/bsp.h: Add prototypes of promCopyDcacheFlush and
	promCopyIcacheFlush.
2009-11-16 14:11:16 +00:00
Ralf Corsepius
4edf8db59f 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Remove nested externs.
	#include <libcpu/isr_entries.h.
2009-11-16 10:09:46 +00:00
Ralf Corsepius
11dde574d7 Regenerate. 2009-11-16 10:04:44 +00:00
Ralf Corsepius
e94dc4b58f 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add shared/interrupts/isr_entries.h.
2009-11-16 10:04:35 +00:00
Ralf Corsepius
b18c45c068 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/interrupts/isr_entries.h: New.
2009-11-16 10:03:37 +00:00
Ralf Corsepius
67bf686cc1 New. 2009-11-16 10:03:29 +00:00
Ralf Corsepius
ca27f4863b 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/interrupts/installisrentries.c: Remove nested externs.
2009-11-16 10:02:27 +00:00
Ralf Corsepius
cf18144695 Remove nested externs. 2009-11-16 10:02:21 +00:00
Till Straumann
1a1c3fb565 2009-11-15 Till Straumann <strauman@slac.stanford.edu>
* startup/bspstart.c: use normal get_ppc_cpu_type()
	for determining PPC flavor. This causes the appropriate
	'feature' bits to be set and should work as long
	as the PVR is set to 0xfffe0000 in the device tree.

	* startup/linkcmds: increased RAM_SIZE to 32M.
2009-11-15 22:37:19 +00:00
Till Straumann
c46c2b636c 2009-11-15 Till Straumann <strauman@slac.stanford.edu>
* shared/include/cpuIdent.c: Set 604 features + altivec if
	running on PSIM.
2009-11-15 22:33:05 +00:00
Ralf Corsepius
d949482a3c 2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/ide/ata.c (rtems_ata_initialize): Avoid implicit cast to uint16_t.
2009-11-12 16:34:24 +00:00
Ralf Corsepius
8509ec2c5b 2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/ide/ata.c (ata_non_data_request): Change arg from int to
	uint32_t (16bit ints are too small).
2009-11-12 15:29:35 +00:00
Ralf Corsepius
3a6f4e2e00 2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* INSTALL: Remove.
2009-11-12 08:45:35 +00:00
Till Straumann
00d6017bdf 2009-11-11 Till Straumann <strauman@slac.stanford.edu>
* start/start.S: Ensure that initial stack is aligned to
	CPU_STACK_ALIGNMENT.
2009-11-11 14:29:08 +00:00
Till Straumann
131e0467d2 2009-11-11 Till Straumann <strauman@slac.stanford.edu>
* shared/start/start.S: Align initial stack to
	CPU_STACK_ALIGNMENT.
2009-11-11 14:25:09 +00:00
Till Straumann
f8427ea233 2009-11-11 Till Straumann <strauman@slac.stanford.edu>
* start/start.S: Ensure that initial stack is aligned to
	CPU_STACK_ALIGNMENT.
2009-11-11 14:20:51 +00:00
Till Straumann
4a4201cb41 2009-11-10 Till Straumann <strauman@slac.stanford.edu>
* pc386/make/custom/pc586-sse.cfg, pc386/start/start.S,
	shared/irq/irq_asm.S: Added experimental SSE support.
2009-11-10 06:51:52 +00:00
Joel Sherrill
0610d21ed4 2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S: Remove warning.
2009-11-09 15:18:24 +00:00
Ralf Corsepius
217282dbd6 Regenerate. 2009-11-07 04:41:17 +00:00
Ralf Corsepius
5aea39b7c7 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add RTEMS_BSP_LINKCMDS.
	* Makefile.am: Rework linkcmds handling.
	* make/custom/tqm8xx.inc: Remove RTEMS_LINKCMDS, LDFLAGS.
2009-11-06 14:26:38 +00:00
Ralf Corsepius
466f095d8d Fix broken entries. 2009-11-06 08:17:57 +00:00
Ralf Corsepius
7197bfb110 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/ckinit.c: Remove nested externs.
	Add missing prototypes.
	Fix Clock_isr prototype.
2009-11-06 07:52:39 +00:00
Ralf Corsepius
a45d609dd0 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/ckinit.c: Fix Clock_isr prototype.
	* network/network.c: Use PRI*32 to print uint32_t's.
2009-11-06 07:50:55 +00:00
Ralf Corsepius
d58ae18b02 Fix Clock_isr prototype. 2009-11-06 07:50:43 +00:00
Ralf Corsepius
c16130a9b5 Use PRI*32 to print uint32_t's. 2009-11-06 07:50:28 +00:00
Till Straumann
6442424a45 2009-11-05 Till Straumann <strauman@slac.stanford.edu>
* console/console.c: Fixed compiler warning.
2009-11-06 06:12:03 +00:00
Ralf Corsepius
ccb670c558 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/network/elnk.c: Use PRI*32 to print u_int32_t's.
2009-11-06 04:44:39 +00:00
Ralf Corsepius
260e6fb356 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/network/if_dc.c: Fix type mismatch.
2009-11-06 04:36:13 +00:00
Till Straumann
b092ad6071 2009-11-05 Till Straumann <strauman@slac.stanford.edu>
* start/start.S, console/console.c: Separated code
	that switched console and printk port based on info
	gathered from the commandline and/or a BSP provided
	routine into new BSP_console_select() which is called
	from 'start.S' so that early messages make it to the
	redirected printk port.
2009-11-06 01:09:57 +00:00
Ralf Corsepius
57e7155271 2009-11-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* ide/pcmcia_ide.c (mpc5200_pcmciaide_write_block,
	mpc5200_pcmciaide_read_block): Change "block_size" parameter to
	uint32_t to match with ide_ctrl_fns_t.
2009-11-04 04:50:23 +00:00