From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::d44; helo=mail-io1-xd44.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io1-xd44.google.com (mail-io1-xd44.google.com [IPv6:2607:f8b0:4864:20::d44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8D12C21191720 for ; Tue, 11 Dec 2018 00:05:16 -0800 (PST) Received: by mail-io1-xd44.google.com with SMTP id f14so11088091iol.4 for ; Tue, 11 Dec 2018 00:05:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=VVRSut3g5imoyZyhTkW8uNROTLXaY9r3mXW+Dk4zRko=; b=j3nSP6WmKE0OCe0Z7CBeFgV3DhiGPItRUMrOLvnMzFYYr1lrSdRIbsIsj1DBAL8uSC /jtM3nBMlHIgRFe3i2SFq2r7veKUT8uMKi9de8N8mIq4F/pi3kW8br0E/n1EOJf/+uDs 5IOMCdJvjh0dgvLP7Z4Lu0Vc8iO86OePP2fck= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=VVRSut3g5imoyZyhTkW8uNROTLXaY9r3mXW+Dk4zRko=; b=rmI1OnZpmjPpPa5pcyIZd4W008XfcbCCfw8fq37Ln/vUQBm8KhxsYxid/kfMJU7X2V l+N+GFwH+3ycu6tFxGqIyH0EVW79LAMRBdDyNKe9opV5gPZeBBc4Prbe1isaNuAQODKn f8brrrrDKzoOnGuwU1FWVTYYKRJldZsW6ps8qgYe2zah4qekMCqjL4IL/8FMP9GvjON0 DyvrwyzU1dkbjXPVGSBGLCd9FBiUVn4oF7uKZ7mIveAvP6pdySyiysv2m0dckfbKUP84 hFp1dlHlDqeCiVzoMhcvL2OKixc4X6dIbjB2HqutxKkee0d82dRMLz2HFhfbNHXvlDf4 2REQ== X-Gm-Message-State: AA+aEWaDrVA5NdgGsNS3AcpGC+XXAG2rrHT+8fLlqB2oUtKz+S3W49QQ w6Hp88gB82W6X+hNRaTidhofSX0xJ2TOc5iMoBAj+zvIuho= X-Google-Smtp-Source: AFSGD/XsDbXn0p9ydwxyvIUx6mLo2AJaSUg7BycYuvj62KnF7fM16KMHXjDbIC2tlFwZudNp37qHZq3UqPElDxLC6f8= X-Received: by 2002:a5e:cb42:: with SMTP id h2mr13126075iok.60.1544515515738; Tue, 11 Dec 2018 00:05:15 -0800 (PST) MIME-Version: 1.0 References: <1544513939-2953-1-git-send-email-sumit.garg@linaro.org> In-Reply-To: <1544513939-2953-1-git-send-email-sumit.garg@linaro.org> From: Ard Biesheuvel Date: Tue, 11 Dec 2018 09:05:04 +0100 Message-ID: To: Sumit Garg Cc: "edk2-devel@lists.01.org" , Leif Lindholm Subject: Re: [PATCH v1 1/1] ArmPkg/OpteeLib: Add OPTEE_SUCCESS return code X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2018 08:05:16 -0000 Content-Type: text/plain; charset="UTF-8" On Tue, 11 Dec 2018 at 08:39, Sumit Garg wrote: > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Sumit Garg Reviewed-by: Ard Biesheuvel Pushed as f4c8c1bbf169..f0574a194c1e > --- > ArmPkg/Include/Library/OpteeLib.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/ArmPkg/Include/Library/OpteeLib.h b/ArmPkg/Include/Library/OpteeLib.h > index 6884d5681831..a7b2ff1b6b57 100644 > --- a/ArmPkg/Include/Library/OpteeLib.h > +++ b/ArmPkg/Include/Library/OpteeLib.h > @@ -35,6 +35,7 @@ > > #define OPTEE_MESSAGE_ATTRIBUTE_TYPE_MASK 0xff > > +#define OPTEE_SUCCESS 0x00000000 > #define OPTEE_ORIGIN_COMMUNICATION 0x00000002 > #define OPTEE_ERROR_COMMUNICATION 0xFFFF000E > > -- > 2.7.4 >