From 2067679bb3bf52039c653f1c60386c40d77b492e Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Wed, 21 Oct 2009 13:19:09 +0000 Subject: * 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. --- cpukit/score/cpu/powerpc/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/score/cpu/powerpc/ChangeLog') diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog index f0eba118d4..16192b2ab0 100644 --- a/cpukit/score/cpu/powerpc/ChangeLog +++ b/cpukit/score/cpu/powerpc/ChangeLog @@ -1,3 +1,12 @@ +2009-10-21 Sebastian Huber + + * 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-02-27 Sebastian Huber * rtems/powerpc/registers.h: Added Freescale Book E Implementation -- cgit v1.2.3