Data Fields
Rm_ServerCfg Struct Reference

RM server (includes shared server) initialization configurations. More...

#include <rm.h>

Data Fields

void * globalResourceList
void * linuxDtb
void * globalPolicy

Detailed Description

RM server (includes shared server) initialization configurations.


Field Documentation

Pointer to the global policy defining the allocation policies for RM instances within the system. The global policy must be in DTB format.

Pointer to the device global resource list (GRL). The GRL contains all resources on the device that will be managed by RM. The GRL must be in DTB format.

Pointer to the Linux DTB if the RM server is running on ARM Linux. The Linux DTB will be parsed for all managed resources reserved for use by Linux. Parsing will be based on "linux-dtb-alias" resource properties found in the GRL. The Linux DTB must be in DTB format.


The documentation for this struct was generated from the following file:

Copyright 2014, Texas Instruments Incorporated