From 8fa9a67cc4938ce6c2c1c09a2d0c9e3f7dcd835c Mon Sep 17 00:00:00 2001 From: Ranjani Vaidyanathan Date: Mon, 28 Aug 2017 19:16:33 -0500 Subject: Update to the latest SCFW API. Signed-off-by: Ranjani Vaidyanathan --- plat/freescale/common/sci/svc/pm/rpc.h | 35 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 18 deletions(-) mode change 100644 => 100755 plat/freescale/common/sci/svc/pm/rpc.h (limited to 'plat/freescale/common/sci/svc/pm/rpc.h') diff --git a/plat/freescale/common/sci/svc/pm/rpc.h b/plat/freescale/common/sci/svc/pm/rpc.h old mode 100644 new mode 100755 index 1f4235a2..cbed56ab --- a/plat/freescale/common/sci/svc/pm/rpc.h +++ b/plat/freescale/common/sci/svc/pm/rpc.h @@ -24,24 +24,23 @@ /*! * This type is used to indicate RPC PM function calls. */ -typedef enum pm_func_e -{ - PM_FUNC_UNKNOWN = 0, /*!< Unknown function */ - PM_FUNC_SET_SYS_POWER_MODE = 1, /*!< Index for pm_set_sys_power_mode() RPC call */ - PM_FUNC_GET_SYS_POWER_MODE = 2, /*!< Index for pm_get_sys_power_mode() RPC call */ - PM_FUNC_SET_RESOURCE_POWER_MODE = 3, /*!< Index for pm_set_resource_power_mode() RPC call */ - PM_FUNC_GET_RESOURCE_POWER_MODE = 4, /*!< Index for pm_get_resource_power_mode() RPC call */ - PM_FUNC_SET_CLOCK_RATE = 5, /*!< Index for pm_set_clock_rate() RPC call */ - PM_FUNC_GET_CLOCK_RATE = 6, /*!< Index for pm_get_clock_rate() RPC call */ - PM_FUNC_CLOCK_ENABLE = 7, /*!< Index for pm_clock_enable() RPC call */ - PM_FUNC_SET_CLOCK_PARENT = 14, /*!< Index for pm_set_clock_parent() RPC call */ - PM_FUNC_GET_CLOCK_PARENT = 15, /*!< Index for pm_get_clock_parent() RPC call */ - PM_FUNC_RESET = 13, /*!< Index for pm_reset() RPC call */ - PM_FUNC_RESET_REASON = 10, /*!< Index for pm_reset_reason() RPC call */ - PM_FUNC_BOOT = 8, /*!< Index for pm_boot() RPC call */ - PM_FUNC_REBOOT = 9, /*!< Index for pm_reboot() RPC call */ - PM_FUNC_REBOOT_PARTITION = 12, /*!< Index for pm_reboot_partition() RPC call */ - PM_FUNC_CPU_START = 11, /*!< Index for pm_cpu_start() RPC call */ +typedef enum pm_func_e { + PM_FUNC_UNKNOWN = 0, /* Unknown function */ + PM_FUNC_SET_SYS_POWER_MODE = 1, /* Index for pm_set_sys_power_mode() RPC call */ + PM_FUNC_GET_SYS_POWER_MODE = 2, /* Index for pm_get_sys_power_mode() RPC call */ + PM_FUNC_SET_RESOURCE_POWER_MODE = 3, /* Index for pm_set_resource_power_mode() RPC call */ + PM_FUNC_GET_RESOURCE_POWER_MODE = 4, /* Index for pm_get_resource_power_mode() RPC call */ + PM_FUNC_SET_CLOCK_RATE = 5, /* Index for pm_set_clock_rate() RPC call */ + PM_FUNC_GET_CLOCK_RATE = 6, /* Index for pm_get_clock_rate() RPC call */ + PM_FUNC_CLOCK_ENABLE = 7, /* Index for pm_clock_enable() RPC call */ + PM_FUNC_SET_CLOCK_PARENT = 14, /* Index for pm_set_clock_parent() RPC call */ + PM_FUNC_GET_CLOCK_PARENT = 15, /* Index for pm_get_clock_parent() RPC call */ + PM_FUNC_RESET = 13, /* Index for pm_reset() RPC call */ + PM_FUNC_RESET_REASON = 10, /* Index for pm_reset_reason() RPC call */ + PM_FUNC_BOOT = 8, /* Index for pm_boot() RPC call */ + PM_FUNC_REBOOT = 9, /* Index for pm_reboot() RPC call */ + PM_FUNC_REBOOT_PARTITION = 12, /* Index for pm_reboot_partition() RPC call */ + PM_FUNC_CPU_START = 11, /* Index for pm_cpu_start() RPC call */ } pm_func_t; /* Functions */ -- cgit v1.2.3