Loading
crypto: ccp: Implement CSV_PLATFORM_INIT ioctl command
hygon inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I98VXP CVE: NA --------------------------- The CSV_PLATFORM_INIT command can be used by the platform owner to switch platform from PSTATE.UNINIT to PSTATE.INIT. In the upcoming patches, we'll support DOWNLOAD_FIRMWARE at userspace. Due to DOWNLOAD_FIRMWARE can only performed when platform is in the PSTATE.UNINIT, we need invoke PLATFORM_INIT following DOWNLOAD_FIRMWARE to switch platform back to PSTATE.INIT. Signed-off-by:hanliyang <hanliyang@hygon.cn>