Commit Graph

9153 Commits

Author SHA1 Message Date
Ralf Corsepius
0a4c19ab2e 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* interrupt/interrupt.h, serial/spi.h, serial/twi.h, serial/uart.h:
	Convert to "bool".
2008-09-06 17:34:09 +00:00
Ralf Corsepius
76e9a958d6 Minor "bool" fixes. 2008-09-06 17:32:10 +00:00
Ralf Corsepius
71d3183de5 2008-09-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* irq/irq.c: Minor "bool" fixes.
2008-09-06 17:31:54 +00:00
Ralf Corsepius
d54bc53177 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/m68k-stub.c: Convert to "bool".
2008-09-06 17:30:13 +00:00
Ralf Corsepius
64c16003c7 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/gdbstub/m68k-stub.c: Convert to "bool".
2008-09-06 17:28:37 +00:00
Ralf Corsepius
b530825aec changes 2008-09-06 17:26:31 +00:00
Ralf Corsepius
cab0e5a32e 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* irq/irq.c: Convert to "bool".
2008-09-06 17:24:59 +00:00
Ralf Corsepius
f8a5905167 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Convert to "bool".
2008-09-06 17:23:47 +00:00
Ralf Corsepius
b1d8a81ad0 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/console.h: Convert to "bool".
2008-09-06 17:22:21 +00:00
Ralf Corsepius
cdba2dca09 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/config.c, console/console.h: Convert to "bool".
2008-09-06 17:20:18 +00:00
Ralf Corsepius
f73a288214 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Convert to "bool".
2008-09-06 17:18:18 +00:00
Ralf Corsepius
d747116977 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* irq/irq.c, startup/bspstart.c: Convert to bool.
2008-09-06 17:16:34 +00:00
Ralf Corsepius
9f91d0fcb5 Convert to bool. 2008-09-06 17:16:21 +00:00
Ralf Corsepius
bfaf852dd6 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* bestcomm/bestcomm_glue.c, ide/pcmcia_ide.c, tod/todcfg.c:
	Convert to "bool".
2008-09-06 17:14:45 +00:00
Ralf Corsepius
1b3f0c5c95 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* ide/pcmcia_ide.c, irq/irq.c, startup/bspstart.c,
	startup/bspstart.c.nocache: Convert to "bool".
2008-09-06 17:12:10 +00:00
Ralf Corsepius
c88bb57f15 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* misc/interr.c: Convert to "bool".
2008-09-06 17:09:14 +00:00
Ralf Corsepius
5abd94e36a 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* tod/todcfg.c:  Convert to "bool".
2008-09-06 17:06:20 +00:00
Ralf Corsepius
b4532059cc 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* ide/ide.c: Convert to "bool".
2008-09-06 17:04:55 +00:00
Ralf Corsepius
a271ab038f 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* spi/mc68360_spidrv.c: Convert to "bool".
2008-09-06 17:03:24 +00:00
Ralf Corsepius
6a64fa6ba1 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/comm/i386-stub.c, shared/irq/irq.c: Misc. "bool" changes.
2008-09-06 17:01:22 +00:00
Ralf Corsepius
a902c8d49e Misc. "bool" changes. 2008-09-06 17:01:15 +00:00
Ralf Corsepius
176f133fc9 Convert to Unix file format. 2008-09-06 04:41:19 +00:00
Joel Sherrill
34c33ff7bf 2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* sh7032/clock/ckinit.c, sh7045/clock/ckinit.c, sh7750/clock/ckinit.c:
	The Shared Memory Driver no longer requires the special IOCTL in
	Clock_control. This was a hack which has existed since before the
	Classic API Timer Manager was implemented. All implementations of and
	references to Clock_control were removed.
2008-09-05 22:06:56 +00:00
Joel Sherrill
dad34779e9 2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* mpc5xx/clock/clock.c, mpc6xx/clock/c_clock.c, mpc8260/clock/clock.c,
	mpc8xx/clock/clock.c, ppc403/clock/clock.c, ppc403/clock/clock_4xx.c:
	The Shared Memory Driver no longer requires the special IOCTL in
	Clock_control. This was a hack which has existed since before the
	Classic API Timer Manager was implemented. All implementations of and
	references to Clock_control were removed.
2008-09-05 22:06:54 +00:00
Joel Sherrill
34ef6c7a55 2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* clock/ckinit.c: The Shared Memory Driver no longer requires the
	special IOCTL in Clock_control. This was a hack which has existed
	since before the Classic API Timer Manager was implemented. All
	implementations of and references to Clock_control were removed.
2008-09-05 22:06:51 +00:00
Joel Sherrill
1e6aed25b4 2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: The Shared Memory
	Driver no longer requires the special IOCTL in Clock_control. This
	was a hack which has existed since before the Classic API Timer
	Manager was implemented. All implementations of and references to
	Clock_control were removed.
2008-09-05 22:06:49 +00:00
Joel Sherrill
bd84f817c5 2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* clock/clock.c: The Shared Memory Driver no longer requires the
	special IOCTL in Clock_control. This was a hack which has existed
	since before the Classic API Timer Manager was implemented. All
	implementations of and references to Clock_control were removed.
2008-09-05 22:06:47 +00:00
Joel Sherrill
2d5e1ca04e 2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* clockdrv_shell.c: The Shared Memory Driver no longer requires the
	special IOCTL in Clock_control. This was a hack which has existed
	since before the Classic API Timer Manager was implemented. All
	implementations of and references to Clock_control were removed.
2008-09-05 22:06:25 +00:00
Joel Sherrill
2d4d710be2 2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/clock/clock.c: The Shared Memory Driver no longer requires the
	special IOCTL in Clock_control. This was a hack which has existed
	since before the Classic API Timer Manager was implemented. All
	implementations of and references to Clock_control were removed.
2008-09-05 22:06:04 +00:00
Joel Sherrill
252dea2fa1 2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* shmsupp/lock.c: Disable CPU interrupts when we have the shared memory
	locked. This is necessary to prevent deadlock.
2008-09-05 21:33:41 +00:00
Joel Sherrill
538583f5b1 2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* psim-gdb-bottom: Also break on C_exception_handler so we can see what
	caused the exception. This indicates an error in the program.
2008-09-05 21:33:20 +00:00
Ralf Corsepius
8cf1c1d318 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/rtems++/rtemsTaskMode.h: Convert to "bool".
2008-09-05 17:45:59 +00:00
Ralf Corsepius
2c534dce47 Convert to "bool". 2008-09-05 17:45:51 +00:00
Ralf Corsepius
614e6bbd14 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* interrupt/interrupt.c, network/ethernet.c: Eliminate "boolean".
2008-09-05 14:54:27 +00:00
Ralf Corsepius
c0524f7cdf Eliminate "boolean". 2008-09-05 14:54:19 +00:00
Joel Sherrill
5c980d0f99 2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
	libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
	memory driver to not use the clock ioctl to install a method to poll
	for input. It now uses a Class API Timer which means we can eliminate
	this special IOCTL from all clock drivers.
	* libchip/shmdr/setckvec.c: Removed.
2008-09-05 14:48:37 +00:00
Joel Sherrill
3c4d041ce4 2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* mpc6xx/clock/c_clock.c: CLOCK_DRIVER_USE_FAST_IDLE must be checked to
	be equal to 1 -- not just defined.
2008-09-05 14:44:40 +00:00
Joel Sherrill
39cc10ab8a 2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, preinstall.am, shmsupp/getcfg.c, shmsupp/lock.c,
	startup/linkcmds: Now running mptests using new memory layout with
	updates patches against gdb 6.8.
	* include/psim.h, startup/psim_registers.c: New files.
2008-09-05 14:42:59 +00:00
Ralf Corsepius
94130dbbdf 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* i2c/i2c.c, i2c/i2cdrv.c: Convert to "bool".
2008-09-05 14:42:54 +00:00
Ralf Corsepius
b3bbcdf16c Convert to "bool". 2008-09-05 14:42:48 +00:00
Joel Sherrill
e0487edfc8 2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* psim-shared, psim-top.in, runtest-bottom, runtest-top.in: Now running
	mptests.
2008-09-05 14:42:35 +00:00
Thomas Doerfler
9a49a969e8 Improved parameter checks for bit rate function. 2008-09-05 13:24:26 +00:00
Thomas Doerfler
7d8dadee05 derive timebase clicks from bus frequency 2008-09-05 13:23:39 +00:00
Ralf Corsepius
5c6d518663 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* mpc83xx/network/tsec.c, new-exceptions/raw_exception.c:
	Convert to "bool".
2008-09-05 12:41:47 +00:00
Ralf Corsepius
bcd536844a Convert to "bool". 2008-09-05 12:41:40 +00:00
Ralf Corsepius
4fa2a98634 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* mpc505/timer/timer.c, mpc5xx/timer/timer.c, mpc6xx/timer/timer.c,
	mpc8260/timer/timer.c, mpc8xx/timer/timer.c, ppc403/timer/timer.c:
	Convert to "bool".
2008-09-05 12:11:54 +00:00
Ralf Corsepius
3942ccef56 Convert to "bool". 2008-09-05 12:11:47 +00:00
Ralf Corsepius
1fb90150e5 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* sh7032/timer/timer.c, sh7045/timer/timer.c, sh7750/timer/timer.c:
	Convert to "bool".
2008-09-05 12:09:15 +00:00
Ralf Corsepius
41fd3a987a 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* timer/timer.c: Convert to "bool".
2008-09-05 12:01:07 +00:00
Ralf Corsepius
63e23b6edb Convert to "bool". 2008-09-05 12:00:59 +00:00