metaonly module ti.bios.power.OMAP3530GPP

GPP configuration module for the OMAP3530 device

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

Runtime Operating System

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

Transport Layer used between GPP and DSP

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

cpu name, useful for adding validation checks

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

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

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

Proxy device used for new devices

XDCscript usage meta-domain
OMAP3530GPP.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 OMAP3530GPP.transport  // module-wide

Define which transport layer is used (required)

XDCscript usage meta-domain
OMAP3530GPP.transport = ITMS320CDM644x.TransportCfg undefined;
 
generated on Fri, 30 Apr 2010 20:31:05 GMT