PR 581/bsps
* mpc6xx/exceptions/raw_exception.c, shared/include/cpuIdent.h:
Converting PSIM to new exception model required adding PSIM as
PowerPC CPU model.
* powerpc/shared/include/cpuIdent.c,
powerpc/shared/include/cpuIdent.h: Add 603le.
(Submitted by Thomas.Doerfler <Thomas.Doerfler@imd-systems.de>
as part of the patch attached to PR 703).
* shared/cache/cache.c, shared/cache/cache_.h:
Use (defined(__mc68020__) && !defined(__mcpu32__))
instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
* configure.ac, mpc6xx/exceptions/raw_exception.c,
mpc6xx/exceptions/raw_exception.h, mpc6xx/mmu/bat.c,
mpc6xx/mmu/bat.h, mpc6xx/mmu/mmuAsm.S, shared/include/cpuIdent.c,
shared/include/cpuIdent.h: Add MPC8240 and MPC8245 support. There was
also a significant amount of spelling and whitespace cleanup.
PR 619/bsps
* mpc6xx/clock/c_clock.c: The PPC decrementer must be reloaded on each
clock tick. Currently, this is done by just reloading a fixed value.
The attached patch takes into account the time that elapsed since the
decrementer crossed zero in order to adjust the value to be
re-loaded. Without the patch, the effective system clock cycle is
increased by the exception handler latency.
* rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
for consistency with other ports.
* rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
* Makefile.am: Reflect changes above.
* rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
rtems/score/ppc.h.
* README, configure.ac, mpc5xx/Makefile.am,
mpc5xx/exceptions/raw_exception.c, mpc5xx/exceptions/raw_exception.h,
mpc5xx/timer/timer.c, shared/include/cpuIdent.h: addition of a
significant amount of MPC5xx support as part of the addition of the
SS555 BSP.
* mpc5xx/README, mpc5xx/clock/clock.c,
mpc5xx/console-generic/console-generic.c, mpc5xx/include/console.h,
mpc5xx/include/mpc5xx.h, mpc5xx/irq/irq.c, mpc5xx/irq/irq.h,
mpc5xx/irq/irq_asm.S, mpc5xx/irq/irq_init.c,
mpc5xx/vectors/vectors.S, mpc5xx/vectors/vectors.h,
mpc5xx/vectors/vectors_init.c: New files.
* mpc5xx/exceptions/asm_utils.S: Removed.
* sh7032/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
* sh7045/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
* sh7045/sci/sci_termios.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
* mpc505/vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
* mpc6xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
* mpc6xx/mmu/mmuAsm.S: Include <rtems/asm.h> instead of <asm.h>.
* mpc8260/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
* mpc8xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
* ppc403/vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
* mpc5xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
* mpc8260/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
* mpc8xx/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
* ppc403/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
* clock/clock.S: Include <rtems/asm.h> instead of <asm.h>.
* shared/interrupts/isr_entries.S: Include <rtems/asm.h> instead of <asm.h>.
* timer/gettime.S: Include <rtems/asm.h> instead of <asm.h>.