aboutsummaryrefslogtreecommitdiff
path: root/module/resource_perms
AgeCommit message (Collapse)Author
2020-10-02docs: Normalize Doxygen paragraph indentationChris Kay
Doxygen continutation line intendation across the code-base is currently inconsistent in spite of the code-style documentation specifying a two-tab indent on continuation lines. Change-Id: I0944d749042972797bde1997f02afd98d4028c1a Signed-off-by: Chris Kay <chris.kay@arm.com>
2020-10-02docs: Ensure Doxygen return values use referencesChris Kay
At present a lot of the code-base uses `\retval` commands to framework status codes but does not explicitly link to them. In some cases it's necessary to explicitly link to these status codes to have Doxygen generate a link to the relevant enumeration, and we can do this by prefixing the name with `::`. This style is already used in much of the code-base, so should not conflict with any existing styles. Change-Id: Ifc78eb425981bee3a01c791757a41a61c20e636c Signed-off-by: Chris Kay <chris.kay@arm.com>
2020-08-28module/resource_perms: Fix broken buildGirish Pathak
This change fixes broken build with enabled BS_FIRMWARE_HAS_SCMI_RESET Change-Id: I9dfcfbfe47b0d835d1f8a4aadfde49627c7a2fc0 Signed-off-by: Girish Pathak <girish.pathak@arm.com>
2020-07-31SCMI: Reset agent permission configuration commandJim Quigley
This patch implements the SCMI v2 reset_config command of the SCMI Base protocol. Change-Id: I8b3f8cd627e5bd59e2fb8561be037fd3b01abe3c Signed-off-by: Jim Quigley <jim.quigley@arm.com>
2020-07-31SCMI: Set device permissionsJim Quigley
This patch implements the set_device_permissions function for SCMI v2. Change-Id: I5c76e3cde3ccd68d340ce121d26c18351bad0040 Signed-off-by: Jim Quigley <jim.quigley@arm.com>
2020-07-31SCMI: Base Protocol set permissions commandsJim Quigley
This patch adds the SCMI Base Protocol device/protocol permissions commands. Change-Id: I48dd43404cc7f1c71e4988ea1a08cd53aeaa86fb Signed-off-by: Jim Quigley <jim.quigley@arm.com>
2020-07-31SCMI: Base Protocol permissions message handlersJim Quigley
This patch adds the framework for implementing the SCMI Base Protocol permissions message handlers. Change-Id: I9e0889427d9cd3af210a5bb86486510c436a9333 Signed-off-by: Jim Quigley <jim.quigley@arm.com>
2020-07-31SCMI: Device permissionsJim Quigley
This patch adds the basic definitions for SCMI device permissions management. Change-Id: Iee4de39de514275cd2692165e6d3728e1bbf98db Signed-off-by: Jim Quigley <jim.quigley@arm.com>
2020-07-16SCMI: Reset Domain Protocol PermissionsJim Quigley
This patch adds the SCMI Reset Domain Resource Permissions management. Change-Id: If36ad0891f85b2dd24f8757a277f91ad49e641c5 Signed-off-by: Jim Quigley <jim.quigley@arm.com>
2020-07-16SCMI: Sensor Protocol PermissionsJim Quigley
This patch adds the SCMI Sensor Protocol Resource Permissions management. Change-Id: Idae4b95ce2b066b6e3652d38129b4b1c048e2588 Signed-off-by: Jim Quigley <jim.quigley@arm.com>
2020-07-16SCMI: Performance Protocol PermissionsJim Quigley
This patch adds the SCMI Performance Protocol Resource Permissions management. Change-Id: Id93882eade3c0614b86b8614625e0b504a8b1a2d Signed-off-by: Jim Quigley <jim.quigley@arm.com>
2020-07-16SCMI: Power Domain Protocol PermissionsJim Quigley
This patch adds the SCMI Power Domain Protocol Resource Permissions management. Change-Id: I41849eba98f201029bcf4f2ed2d6d59e8fc4e605 Signed-off-by: Jim Quigley <jim.quigley@arm.com>
2020-07-16SCMI: Clock Protocol PermissionsJim Quigley
This patch adds the SCMI Clock Protocol Resource Permissions management. Change-Id: Ie636c4317e65f17b53f5ba3f5ba7eba2c405a203 Signed-off-by: Jim Quigley <jim.quigley@arm.com>
2020-07-16SCMI: Resource Permissions ModuleJim Quigley
This patch adds the SCMI Resource Permissions module to the firmware. Change-Id: I4dc738024eebc77f23b64095670ecbbb8e7f6e34 Signed-off-by: Jim Quigley <jim.quigley@arm.com>