metaonly module ti.bios.power.TMS320CDM6446GPP

GPP configuration module for the TMS320DM6446 device

Configuration parameters for the Local Power Manager running on the GPP core of a TMS320DM6446 device.
XDCspec summary sourced in ti/bios/power/TMS320CDM6446GPP.xdc
metaonly module TMS320CDM6446GPP {  ...
XDCscript usage meta-domain
XDCspec declarations sourced in ti/bios/power/TMS320CDM6446GPP.xdc
 
enum TMS320CDM6446GPP.OpersysCfg

Runtime Operating System

XDCscript usage meta-domain
values of type TMS320CDM6446GPP.OpersysCfg
    const TMS320CDM6446GPP.Opersys_PrOS_DaVinci;
    // PrOS on DaVinci platform
    const TMS320CDM6446GPP.Opersys_Linux;
    // Linux (HLOS)
    const TMS320CDM6446GPP.Opersys_DSPBIOS;
    // DSP/BIOS
 
 
enum TMS320CDM6446GPP.TransportCfg

Transport Layer used between GPP and DSP

XDCscript usage meta-domain
values of type TMS320CDM6446GPP.TransportCfg
    const TMS320CDM6446GPP.Transport_Link_PrOS_DaVinci;
    // DSP/BIOS Link for PrOS on DaVinci
    const TMS320CDM6446GPP.Transport_Link_Linux;
    // DSP/BIOS Link for Linux
 
 
config TMS320CDM6446GPP.CPU_NAME  // module-wide

cpu name, useful for adding validation checks

XDCscript usage meta-domain
const TMS320CDM6446GPP.CPU_NAME = String "GPP";
 
 
config TMS320CDM6446GPP.enableVicpAtPowerOn  // module-wide

vicp power on state

XDCscript usage meta-domain
TMS320CDM6446GPP.enableVicpAtPowerOn = Bool undefined;
 
 
config TMS320CDM6446GPP.opersys  // module-wide

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

XDCscript usage meta-domain
TMS320CDM6446GPP.opersys = ITMS320CDM644x.OpersysCfg undefined;
 
 
config TMS320CDM6446GPP.proxyFor  // module-wide

Proxy device used for new devices

XDCscript usage meta-domain
TMS320CDM6446GPP.proxyFor = String undefined;
 
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 TMS320CDM6446GPP.transport  // module-wide

Define which transport layer is used (required)

XDCscript usage meta-domain
TMS320CDM6446GPP.transport = ITMS320CDM644x.TransportCfg undefined;
 
generated on Mon, 20 Sep 2010 23:50:09 GMT