XPfw_CoreCreateMod()
API is called during the startup to create a
module. PMU firmware can have maximum of 32 modules. This function checks if the
module count reached the maximum count. If not, it fills in the details to core
structure ModList and returns this module data structure to the caller. Otherwise,
it returns NULL
.