metaonly interface ti.bios.power.ITMS320CDM644x

Interface for TMS320DM644x devices

The common configuration parameters for all TMS320DM644x devices are contained within this module.
XDCspec summary sourced in ti/bios/power/ITMS320CDM644x.xdc
metaonly interface ITMS320CDM644x {  ...
XDCspec declarations sourced in ti/bios/power/ITMS320CDM644x.xdc
 
enum ITMS320CDM644x.OpersysCfg

Runtime Operating System

XDCspec declarations sourced in ti/bios/power/ITMS320CDM644x.xdc
enum OpersysCfg {
    Opersys_PrOS_DaVinci,
    // PrOS on DaVinci platform
    Opersys_Linux,
    // Linux (HLOS)
    Opersys_DSPBIOS
    // DSP/BIOS
};
 
 
enum ITMS320CDM644x.TransportCfg

Transport Layer used between GPP and DSP

XDCspec declarations sourced in ti/bios/power/ITMS320CDM644x.xdc
enum TransportCfg {
    Transport_Link_PrOS_DaVinci,
    // DSP/BIOS Link for PrOS on DaVinci
    Transport_Link_Linux
    // DSP/BIOS Link for Linux
};
 
 
config ITMS320CDM644x.opersys  // module-wide

Define which operating system is running on the CPU (required)

XDCspec declarations sourced in ti/bios/power/ITMS320CDM644x.xdc
config ITMS320CDM644x.OpersysCfg opersys;
 
 
config ITMS320CDM644x.proxyFor  // module-wide

Proxy device used for new devices

XDCspec declarations sourced in ti/bios/power/ITMS320CDM644x.xdc
config String proxyFor;
 
DETAILS
To support new devices which behave the same as existing devices, set this configuration parameter to a known device which can be used as a proxy for the new device.
 
config ITMS320CDM644x.transport  // module-wide

Define which transport layer is used (required)

XDCspec declarations sourced in ti/bios/power/ITMS320CDM644x.xdc
config ITMS320CDM644x.TransportCfg transport;
 
generated on Fri, 30 Apr 2010 20:31:05 GMT