driver: sip_svc: Add RSU_UPDATE_ADDR function id
Add RSU UPDATE function id in sip_svc to set the RSU UPDATE ADDRESS in sip_svc_v2 for Intel Agilex SOCFPGA platform. Signed-off-by: Mahesh Rao <mahesh.rao@intel.com>
This commit is contained in:
parent
c5d224abb6
commit
17cfcaea13
2 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@ static bool intel_sip_smc_plat_func_id_valid(const struct device *dev, uint32_t
|
|||
case SMC_FUNC_ID_REG_WRITE:
|
||||
case SMC_FUNC_ID_REG_UPDATE:
|
||||
case SMC_FUNC_ID_SET_HPS_BRIDGES:
|
||||
case SMC_FUNC_ID_RSU_UPDATE_ADDR:
|
||||
valid = true;
|
||||
break;
|
||||
default:
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
#define SMC_FUNC_ID_REG_WRITE 0xC2000402
|
||||
#define SMC_FUNC_ID_REG_UPDATE 0xC2000403
|
||||
#define SMC_FUNC_ID_SET_HPS_BRIDGES 0xC2000404
|
||||
#define SMC_FUNC_ID_RSU_UPDATE_ADDR 0xC2000405
|
||||
|
||||
/* @brief ASYNC SMC Function IDs
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue