Ralf Corsepius
f5e7330b78
Add prototype for boot_udelay.
2009-12-10 06:02:14 +00:00
Ralf Corsepius
b9636c24ca
Whitespace removal.
2009-12-10 03:14:16 +00:00
Joel Sherrill
9559674bcd
2009-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* startup/bspgetworkarea.c: Add debug printk's.
* startup/linkcmds: Using "-Wl,--defsym -Wl,RamSize=0x1000000"
results in _RamSize being defined. Handle this properly.
2009-12-09 22:37:12 +00:00
Ralf Corsepius
7b21633853
Upgrade to automake-1.11.1
2009-12-09 09:29:59 +00:00
Glenn Humphrey
7199b1d0dc
2009-12-08 Glenn Humphrey <glenn.humphrey@OARcorp.com>
...
* Makefile.am, configure.ac: Added a test for rate_monotonic_get_status
to ensure that all paths are tested.
* sp69/Makefile.am, sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: New files.
2009-12-08 23:07:38 +00:00
Glenn Humphrey
eb37f9dc5d
2009-12-08 Glenn Humphrey <glenn.humphrey@OARcorp.com>
...
* rtems/include/rtems/rtems/ratemon.h, rtems/src/ratemongetstatus.c,
rtems/src/ratemonperiod.c: Factored out common code to ensure
consistent behavior between rtems_rate_monotonic_get_status and
rtems_rate_monotonic_report_statistics.
2009-12-08 23:05:30 +00:00
Joel Sherrill
a7a9af765e
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* include/bsp.h: BSP should not define
CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
2009-12-08 22:28:05 +00:00
Glenn Humphrey
6cc1c294d6
2009-12-08 Glenn Humphrey <glenn.humphrey@OARcorp.com>
...
* support/include/test_support.h, support/include/tmacros.h,
support/src/test_support.c: Added support functions to spin for a
number of ticks and to spin until the next tick.
* support/src/spin.c: New file.
2009-12-08 21:39:21 +00:00
Joel Sherrill
fe48428048
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* include/bsp.h: BSP should not define
CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
2009-12-08 21:18:38 +00:00
Joel Sherrill
d3a0b00076
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* psxrwlock01/test.c, psxspin01/test.c, psxspin02/test.c: Fix spacing
and compilation issues. Initial test build was accidentally without
POSIX enabled.
2009-12-08 21:16:02 +00:00
Joel Sherrill
5c3c78ba2e
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* sp31/task1.c: Fixed spacing.
2009-12-08 21:03:29 +00:00
Joel Sherrill
884730cccd
2009-12-08 Fernando Nicodemos <fgnicodemos@terra.com.br>
...
* console/font8x16.h, console/sed1356.c: Fix typos.
2009-12-08 19:34:48 +00:00
Joel Sherrill
0654c588a8
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* support/include/tmacros.h: Use rtems_test_assert() consistently
instead of system assert(). rtems_test_assert() is designed to
integrate into the RTEMS test suite infrastructure.
2009-12-08 17:53:04 +00:00
Joel Sherrill
593ae972fc
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* tm20/task1.c: Use rtems_test_assert() consistently instead of system
assert(). rtems_test_assert() is designed to integrate into the RTEMS
test suite infrastructure.
2009-12-08 17:53:00 +00:00
Joel Sherrill
9f90987bed
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* tmitronsem01/system.h: Use rtems_test_assert() consistently instead
of system assert(). rtems_test_assert() is designed to integrate into
the RTEMS test suite infrastructure.
2009-12-08 17:52:58 +00:00
Joel Sherrill
9e7d02a3dc
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* sp18/init.c, sp31/task1.c, sp43/init.c, sp63/init.c, sp64/init.c,
spfatal10/testcase.h, spfatal11/testcase.h, spobjgetnext/init.c,
spwkspace/init.c: Use rtems_test_assert() consistently instead of
system assert(). rtems_test_assert() is designed to integrate into
the RTEMS test suite infrastructure.
2009-12-08 17:52:56 +00:00
Joel Sherrill
2317457e10
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
psx03/init.c, psx03/task.c, psx04/init.c, psx04/task1.c,
psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c,
psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c,
psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c,
psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c,
psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c,
psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
psxcancel01/init.c, psxchroot01/test.c, psxclock/init.c,
psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
psxfile01/test_write.c, psxitimer/init.c, psxkey01/task.c,
psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c,
psxmsgq03/init.c, psxmsgq04/init.c, psxreaddir/test.c,
psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
psxstack01/init.c, psxstat/test.c, psxtime/test.c, psxualarm/init.c:
Use rtems_test_assert() consistently instead of system assert().
rtems_test_assert() is designed to integrate into the RTEMS test
suite infrastructure.
2009-12-08 17:52:53 +00:00
Joel Sherrill
500fcd5c88
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* block01/init.c, block02/init.c, block03/init.c, block04/init.c,
block05/init.c, block07/init.c, bspcmdline01/init.c,
stringto01/init.c, stringto01/stringto_test_template.h,
termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
Use rtems_test_assert() consistently instead of system assert().
rtems_test_assert() is designed to integrate into the RTEMS test
suite infrastructure.
2009-12-08 17:52:49 +00:00
Joel Sherrill
d35734dd77
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* itronmbf01/init.c, itronsem01/init.c, itronsem01/system.h,
itrontask02/dormant.c, itrontask02/init.c, itrontask03/init.c,
itrontask03/preempt.c: Use rtems_test_assert() consistently instead
of system assert(). rtems_test_assert() is designed to integrate into
the RTEMS test suite infrastructure.
2009-12-08 17:52:47 +00:00
Ralf Corsepius
0160b3b9d2
2009-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* startup/init5206e.c: Make prototype of CopyDataClearBSSAndStart
global.
2009-12-08 17:34:56 +00:00
Eric Norum
43e74a476d
Add network configuration macros.
2009-12-08 17:24:21 +00:00
Joel Sherrill
a5b5b50866
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libchip/network/dec21140.c, libchip/network/elnk.c,
libchip/network/if_dc.c: Ensure PCI drivers are built on all
supported configurations. PowerPC conditionals were not current and
code was not being built on supported BSPs.
2009-12-08 16:54:20 +00:00
Joel Sherrill
e0e2cb8ec0
2009-12-08 Eric Norum <wenorum@lbl.gov>
...
PR 1479/bsps
* fatal/bspfatal.c: Complete strcat conversion.
2009-12-08 16:48:26 +00:00
Joel Sherrill
5e87bae292
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* network/if_em/Makefile, network/if_gfe/Makefile: Removed.
2009-12-08 15:37:56 +00:00
Ralf Corsepius
c758a4ecf4
Whitespace removal.
2009-12-08 13:36:55 +00:00
Ralf Corsepius
3e9f9565ff
2009-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* include/i2c.h (i2c_transfer_done): Fix type mismatch.
2009-12-08 13:16:00 +00:00
Ralf Corsepius
73c97f7cf0
(i2c_transfer_done): Fix type mismatch.
2009-12-08 13:15:55 +00:00
Ralf Corsepius
2eea9edcb8
2009-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* tod/ds1307.c (ds1307_set_time): Fix broken prototype.
2009-12-08 13:12:51 +00:00
Ralf Corsepius
c2e6a0590a
(ds1307_set_time): Fix broken prototype.
2009-12-08 13:12:45 +00:00
Joel Sherrill
2eb5941982
2009-12-07 Cindy Cicalese <cicalese@mitre.org>
...
PR 1477/cpukit
* score/src/objectsetname.c: Ensure destination is NULL terminated.
String copy was not getting the NULL.
2009-12-07 17:27:46 +00:00
Ralf Corsepius
4c83377128
Regenerate.
2009-12-07 17:04:06 +00:00
Ralf Corsepius
6f019451a4
2009-12-07 Ralf Corsépius <ralf.corsepiu@rtems.org>
...
* shared/comm/console.c: Remove (Unused).
* Makefile.am: Remove shared/comm/console.c.
2009-12-07 16:24:17 +00:00
Ralf Corsepius
56aadea27f
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* console/console.c: Let nds_getch return "int". Remove casts.
2009-12-07 16:22:43 +00:00
Ralf Corsepius
6789d70a66
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* console/conio.c, console/console.c, include/conio.h:
Let *getch return "int". Remove casts.
2009-12-07 16:21:07 +00:00
Ralf Corsepius
b65dd1fcb9
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* block/block.c: Adjust prototype mismatches.
2009-12-07 09:51:34 +00:00
Ralf Corsepius
5c28451c2c
Adjust prototype mismatches.
2009-12-07 09:51:25 +00:00
Ralf Corsepius
f8fd28e28b
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* Makefile.am: Remove -Dcaddr_t=uint32_t.
2009-12-07 09:37:00 +00:00
Ralf Corsepius
b46b3c7008
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* dswifi/arm9/source/wifi_arm9.c: Add missing prototypes.
2009-12-07 09:35:45 +00:00
Ralf Corsepius
2c63d9721f
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* ndstool/source/ndsextract.cpp: Add missing const's.
2009-12-07 09:34:38 +00:00
Ralf Corsepius
7a26d40fc5
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* console/console.c (nds_write): Adjust prototype.
2009-12-07 07:22:06 +00:00
Ralf Corsepius
596c6c103c
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* dswifi/arm7/source/wifi_arm7.c, dswifi/arm7/source/wifi_arm7.h,
dswifi/arm9/source/wifi_arm9.c, libnds/include/nds/arm7/audio.h,
libnds/include/nds/arm7/clock.h, libnds/include/nds/arm7/serial.h,
libnds/include/nds/arm7/touch.h, libnds/source/arm7/clock.c,
libnds/source/arm7/touch.c, rtc/rtc.c: Eliminate various warnings.
2009-12-07 07:12:28 +00:00
Ralf Corsepius
ca11e7817e
Eliminate various warnings.
2009-12-07 07:12:20 +00:00
Ralf Corsepius
82292dc51b
2009-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/sys/uio.h: Include <sys/types.h>.
Use ssize_t for uio_resid in struct uio (From FreeBSD).
2009-12-06 08:16:57 +00:00
Ralf Corsepius
e56cac325f
2009-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* POSIX/Makefile.am: Add readv, writev.
* POSIX/writev.c, POSIX/readv.c: New.
2009-12-06 06:52:15 +00:00
Ralf Corsepius
4ec957a156
Add readv, writev.
2009-12-06 06:52:08 +00:00
Ralf Corsepius
c7183ce0d9
New.
2009-12-06 06:51:40 +00:00
Joel Sherrill
d44fc8b59c
2009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br>
...
* umon/README, umon/tfs.h: Missing parts of previous commit.
2009-12-04 18:24:58 +00:00
Joel Sherrill
22fb181bef
2009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br>
...
* README, README.kit637_v6, console/sed1356_16bit.h, startup/memmap.c:
Missing parts of previous commit.
2009-12-04 18:24:52 +00:00
Ralf Corsepius
ee75aade2f
2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/Makefile.am: Unconditionally build
posix/src/sigaddset.c, posix/src/sigdelset.c,
posix/src/sigfillset.c, posix/src/sigemptyset.c,
posix/src/sigismember.c.
2009-12-04 16:09:05 +00:00
Ralf Corsepius
c2488e3a6e
2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/src/sigaddset.c, posix/src/sigdelset.c,
posix/src/sigemptyset.c, posix/src/sigfillset.c,
posix/src/sigismember.c, posix/src/sigprocmask.c:
Remove unnecessary includes.
2009-12-04 15:48:05 +00:00