Cortex-A8: implement DPM
commitc008d30fe85a674842632e32d732e22e0a91b95d
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 25 Nov 2009 05:24:44 +0000 (24 21:24 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 25 Nov 2009 05:24:44 +0000 (24 21:24 -0800)
treea2de30f8dd613f9347980406fef10e58563849b6
parent991daa03ebbc69829be4a3899b77efb981254038
Cortex-A8: implement DPM

This implements the DPM interface for Cortex-A8 cores.  It
also adds a synchronization operation to the DPM framework,
which is needed by the Cortex-A8 after CPSR writes.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm_dpm.c
src/target/arm_dpm.h
src/target/armv7a.h
src/target/cortex_a8.c