X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fmm_communication.h;h=e464cbb48e22d2f2704d2124de8e790d6dfb35cc;hb=f1c0b7cd4be2081ae3711cec2c4cc2910a5817e1;hp=f9c05bb7f104cfa1ef36c597b448bfb971517102;hpb=42e7659db0ac7089d3a2f80ee1c3b8eb64d84706;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/mm_communication.h b/include/mm_communication.h index f9c05bb..e464cbb 100644 --- a/include/mm_communication.h +++ b/include/mm_communication.h @@ -52,14 +52,14 @@ struct efi_mm_communicate_header { #define MM_COMMUNICATE_HEADER_SIZE \ (sizeof(struct efi_mm_communicate_header)) -/* Defined in EDK2 ArmPkg/Include/IndustryStandard/ArmStdSmc.h */ - -/* MM return error codes */ -#define ARM_SMC_MM_RET_SUCCESS 0 -#define ARM_SMC_MM_RET_NOT_SUPPORTED -1 -#define ARM_SMC_MM_RET_INVALID_PARAMS -2 -#define ARM_SMC_MM_RET_DENIED -3 -#define ARM_SMC_MM_RET_NO_MEMORY -4 +/* Defined in EDK2 ArmPkg/Include/IndustryStandard/ArmMmSvc.h */ + +/* SPM return error codes */ +#define ARM_SVC_SPM_RET_SUCCESS 0 +#define ARM_SVC_SPM_RET_NOT_SUPPORTED -1 +#define ARM_SVC_SPM_RET_INVALID_PARAMS -2 +#define ARM_SVC_SPM_RET_DENIED -3 +#define ARM_SVC_SPM_RET_NO_MEMORY -5 /* Defined in EDK2 MdeModulePkg/Include/Guid/SmmVariableCommon.h */