Commit Graph

19627 Commits

Author SHA1 Message Date
Ralf Corsepius
4b8a90e523 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/ide/ata.h: Move extern "C".
2009-10-22 11:48:29 +00:00
Ralf Corsepius
07bfeb149c 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/clock-config.c, misc/dma.c, network/network.c,
	rtc/rtc-config.c, ssp/ssp.c: Remove unused vars.
2009-10-22 11:46:12 +00:00
Ralf Corsepius
fc5799fb88 Remove unused vars. 2009-10-22 11:46:05 +00:00
Ralf Corsepius
c38407e6be 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/include/rtems/error.h: Use ordinal constants for
	RTEMS_ERROR_ERRNO, RTEMS_ERROR_PANIC, RTEMS_ERROR_ABORT to avoid
	implicit constant conversion overflows on 16bit-int targets.
2009-10-22 11:20:44 +00:00
Ralf Corsepius
0818be589b 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c:
	Use hex-constants to avoid implicit int-casts.
	* libchip/i2c/spi-memdrv.c:
	Use hex-constants to avoid implicit int-casts.
	Use rtems_off64_t offsets to avoid loosing precision.
2009-10-22 05:43:37 +00:00
Ralf Corsepius
2ea9810878 Use hex-constants to avoid implicit int-casts.
Use rtems_off64_t offsets to avoid loosing precision.
2009-10-22 05:43:26 +00:00
Ralf Corsepius
05c599df30 Use hex-constants to avoid implicit int-casts. 2009-10-22 05:43:06 +00:00
Ralf Corsepius
db96a76b29 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/uuid/uuid_time.c: Add cast to uint32_t to allow 16bit
	shift on 16bit-int targets.
	* libmisc/uuid/gen_uuid.c: Add HAVE_CONFIG_H guard.
	Include <limits.h>. Shift pid_t's by (sizeof(pid_t)*CHAR_BIT)>>1
	instead of hard-coded 16 to permit building on non 16bit-int
	targets.
2009-10-22 05:07:35 +00:00
Ralf Corsepius
2334ea19ae Add HAVE_CONFIG_H guard.
Include <limits.h>. Shift pid_t's by (sizeof(pid_t)*CHAR_BIT)>>1
instead of hard-coded 16 to permit building on non 16bit-int
targets.
2009-10-22 05:07:25 +00:00
Ralf Corsepius
7ae4262d63 Add cast to uint32_t to allow 16bit shift on 16bit-int targets. 2009-10-22 05:06:30 +00:00
Ralf Corsepius
869d5e2481 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/extern-ls.h: Remove DAYSPERNYEAR, SECSPERDAY.
	* libmisc/shell/print-ls.c: Add DAYSPERNYEAR, SECSPERDAY.
	Add casts to time_t on constants in DAYSPERNYEAR, SECSPERDAY for
	16bit-int targets.
2009-10-22 04:30:05 +00:00
Ralf Corsepius
306dba911a Add DAYSPERNYEAR, SECSPERDAY.
Add casts to time_t on constants in DAYSPERNYEAR, SECSPERDAY for 16bit-int targets.
2009-10-22 04:29:55 +00:00
Ralf Corsepius
0f4bf2f2aa Remove DAYSPERNYEAR, SECSPERDAY. 2009-10-22 04:29:32 +00:00
Ralf Corsepius
5699d86790 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/dd-args.c: Use uint_least32_t instead of u_int,
	force 32bit constants to make code functional on 16bit-int targets.
2009-10-22 03:22:06 +00:00
Ralf Corsepius
77429b0669 Use uint_least32_t instead of u_int, force 32bit constants to make code functional on 16bit-int targets. 2009-10-22 03:21:54 +00:00
Ralf Corsepius
2f00c244bd 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/clock.c: Add missing prototypes.
	Remove argument from clockOff().
	* tod/pcf8563.c: Add missing const.
2009-10-22 02:42:15 +00:00
Ralf Corsepius
955c499d6b 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove -fasm.
2009-10-22 02:00:41 +00:00
Ralf Corsepius
40993862c5 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* mpc6xx/mmu/bat.c: Add missing prototypes.
2009-10-22 01:57:51 +00:00
Joel Sherrill
8bf89f3b46 Spacing. 2009-10-21 18:35:02 +00:00
Till Straumann
35693ae223 2009-10-21 Till Straumann <strauman@slac.stanford.edu>
* sapi/include/rtems/config.h: Fixed typos (wrong case) in macro
	expansion for
		rtems_configuration_get_device_driver_table()
	and
		rtems_configuration_get_user_extension_table()
2009-10-21 16:06:50 +00:00
Thomas Doerfler
27de394218 add missing change 2009-10-21 15:07:38 +00:00
Thomas Doerfler
92571dc0c9 various maintenance changes 2009-10-21 14:57:46 +00:00
Thomas Doerfler
bf49335fe2 removed erronously added spi.c and spi.h 2009-10-21 14:53:08 +00:00
Thomas Doerfler
ea546eb72d add missing file 2009-10-21 13:54:50 +00:00
Thomas Doerfler
60e5832e23 interrupt handler type change 2009-10-21 13:24:35 +00:00
Thomas Doerfler
2067679bb3 * rtems/powerpc/registers.h: Added defines DEAR_BOOKE and DEAR_405.
* rtems/score/cpu.h: Changed fpscr field to an integer type in
        Context_Control_fp.  Fixed warnings in PPC_Set_timebase_register().
        Changed _CPU_Context_Initialize_fp() to initialize all fields and
        avoid floating-point instructions.
        * rtems/score/powerpc.h: Removed PPC_INIT_FPSCR define.
2009-10-21 13:19:09 +00:00
Ralf Corsepius
e7cac30a80 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/c3xsim.cfg: Remove RTEMS_BSP_FAMILY.
	* make/custom/c4xsim.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:59:52 +00:00
Ralf Corsepius
a461ce932f 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/leon3.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:56:53 +00:00
Ralf Corsepius
92ee3e4dd9 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/leon2.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:56:51 +00:00
Ralf Corsepius
0621efd5a2 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/erc32.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:56:45 +00:00
Ralf Corsepius
8e858a4e91 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/simsh1.cfg: Remove RTEMS_BSP_FAMILY.
	* make/custom/simsh2.cfg: Remove RTEMS_BSP_FAMILY.
	* make/custom/simsh2e.cfg: Remove RTEMS_BSP_FAMILY.
	* make/custom/simsh4.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:55:40 +00:00
Ralf Corsepius
e7097967da 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/gensh4.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:55:37 +00:00
Ralf Corsepius
a5cd07f0fe 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/gensh2.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:55:35 +00:00
Ralf Corsepius
af626edc84 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/gensh1.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:55:34 +00:00
Ralf Corsepius
683157e716 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/virtex.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:53:49 +00:00
Ralf Corsepius
cfcd20fa1f 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/tqm8xx.inc: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:53:47 +00:00
Ralf Corsepius
94edc018e9 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/ss555.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:53:45 +00:00
Ralf Corsepius
9c87acb5ce 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/score603e.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:53:43 +00:00
Ralf Corsepius
1b3b8021ce 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/qemuppc.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:53:42 +00:00
Ralf Corsepius
1b427f2da2 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/psim.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:53:40 +00:00
Ralf Corsepius
e40b95bf8b 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/mvme5500.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:53:38 +00:00
Ralf Corsepius
f57365b45d 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/mvme3100.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:53:36 +00:00
Ralf Corsepius
40a8ebeda9 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/mpc8260ads.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:53:34 +00:00
Ralf Corsepius
0b490563f8 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/mpc55xx.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:53:33 +00:00
Ralf Corsepius
f1c41e4ca2 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/mcp750.cfg: Remove RTEMS_BSP_FAMILY.
	* make/custom/mtx603e.cfg: Remove RTEMS_BSP_FAMILY.
	* make/custom/mvme2100.cfg: Remove RTEMS_BSP_FAMILY.
	* make/custom/mvme2307.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:53:32 +00:00
Ralf Corsepius
000b27fdf8 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/mbx8xx.inc: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:53:30 +00:00
Ralf Corsepius
70515ca2a1 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/haleakala.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:53:28 +00:00
Ralf Corsepius
c81ef7a268 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/gen83xx.inc: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:53:26 +00:00
Ralf Corsepius
147a84542e 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/gen5200.inc: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:53:25 +00:00
Ralf Corsepius
d0943744d0 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/ep1a.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:53:23 +00:00