![]() |
![]() |
RM server (includes shared server) initialization configurations. More...
#include <rm.h>
Data Fields | |
void * | globalResourceList |
void * | linuxDtb |
void * | globalPolicy |
RM server (includes shared server) initialization configurations.
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.
void* Rm_ServerCfg::linuxDtb |
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.