PM: Add support for DSP power managment
A new IpcPowerDsp module is added that manages the PM aspects
of the DSP processors. This module handles the request from the
PM framework on the MPU-side side to suspend DSP. Other features
supported by this module include Retention, DSP Context Save &
Restore, and power-related 'idle' instruction.
The function prototypes have identical signatures to those
defined in in IpcPower.c. However, the latter file caters only
to Ducati. The processor differences are resolved by picking up
the proper file at build time by package.bld. Each package will
include only its IpcPower functions.
Signed-off-by: Juan Gutierrez <jgutierrez@ti.com>
Signed-off-by: Suman Anna <s-anna@ti.com>