!!! RDKM Confluence(wiki) Now Migrated from LDAP to SSO Authentication !!!
For more information, including FAQs and resources, please visit the link below:
RDKM-SSO
Any questions or comments please feel free to contact RDK Support team support@rdkcentral.com . Thank you. ***
For more information, including FAQs and resources, please visit the link below:
RDKM-SSO
Any questions or comments please feel free to contact RDK Support team support@rdkcentral.com . Thank you. ***
4 Comments
Unknown User (hteece)
I had a dig in a platform repo and found that CPowerState is defined there.
The implementation posts the power events to either iARM or iARM_BUS depending on build flags.
Any reason why this isn't generic code?
Unknown User (asingh)
Power manager is a SoC dependent component hence its implementation is in the platform specific repo.
Unknown User (hteece)
I have no problem with the implementation being Platform Specific, but the header shouldn't be.
The header should be in a Generic include location otherwise how can a generic implementation reference it?
Also, if the RDK is to use iARM and iARM bus as the API to the platform, surely you should be sending messages with that...
Unknown User (asingh)
Yes I do agree.