From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::243; helo=mail-wr0-x243.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x243.google.com (mail-wr0-x243.google.com [IPv6:2a00:1450:400c:c0c::243]) (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 462F22098EA82 for ; Tue, 3 Jul 2018 05:09:27 -0700 (PDT) Received: by mail-wr0-x243.google.com with SMTP id t6-v6so1719780wrn.7 for ; Tue, 03 Jul 2018 05:09:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=HWf4kPiU9ARYODw/tM1t23A7EB9NWzeq7OLA4F8zbp0=; b=f51DskHolIxebM5rEowoGCU2+MMpAJOatoBuiTpcU/Hb/j8tTUT/40rQVNt2jjflsU C+HFVRkbqLaqx+yPyA1vm/v5R4TVK7ExLfUdADXzc5ZcAxmDSD967DmbSQ2TUhxZ/Ymz iXqL4P3RT0oG8O2QQrIWAeK6cvvHldmIENN/Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=HWf4kPiU9ARYODw/tM1t23A7EB9NWzeq7OLA4F8zbp0=; b=mCJiTDokImC38ByjstL/g6sEpJaJFdmz8gjVsG4PCPmFAL+BMfx3RoqkIo2GXLraEK FGZJ2XMOZKdGLnC9e3GC+zqtVp/OnCDOoCRKH4BOU86Czv7lfNbWTFDNfgGkx0fVhbG/ iYo6foF0/c88q9WnkA4LRr6QJHqBJIxsUp6zS6vHvrUHXB8NkVhiw6xU9VM8lU9U9HA/ xe33yPaYGGBn4tp2vEinzrK2ue0iAeyC0o/NWHP9sJrN4VKHqYf3rG91r6bKGgkOzdCF 9juUVHl+DkthQ6GKFx57pp0CRdZX/kaSEnwYKb8B9r4qTmDbzbxBLOX2UfBZzE69rDh1 MQmQ== X-Gm-Message-State: APt69E3YJtHZ3AABEJ5xse12nbHN5mbeuImNUeUZnl58Siwv/f0HHLrt 0lf0epfq8vBb4rv9YNmvJl56Aw== X-Google-Smtp-Source: AAOMgpfoBJ5jg0g6urnwvJwVo4U3AnZibEKEOoXWSTgS7kokLfs8WtaxfVvPZqHNfkSmZj01thTacQ== X-Received: by 2002:adf:8acd:: with SMTP id z13-v6mr22092877wrz.22.1530619766411; Tue, 03 Jul 2018 05:09:26 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id v4-v6sm1749332wrd.41.2018.07.03.05.09.25 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 03 Jul 2018 05:09:25 -0700 (PDT) Date: Tue, 3 Jul 2018 13:09:23 +0100 From: Leif Lindholm To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org, Achin Gupta , Ard Biesheuvel Message-ID: <20180703120923.qxy6drp4rlrmvxnh@bivouac.eciton.net> References: <1530611715-9819-1-git-send-email-supreeth.venkatesh@arm.com> <1530611715-9819-2-git-send-email-supreeth.venkatesh@arm.com> MIME-Version: 1.0 In-Reply-To: <1530611715-9819-2-git-send-email-supreeth.venkatesh@arm.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH 1/6] ArmPkg: Add PCDs needed for MM communication driver. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jul 2018 12:09:28 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jul 03, 2018 at 03:25:10PM +0530, Supreeth Venkatesh wrote: > This patch defines PCDs to describe the base address and size of > communication buffer between normal world (uefi) and standalone MM > environment in the secure world. Please add a cover-letter when sending more than individual (or completely trivial) patches. Is this set intended for the master branch, and how would I exercise this new code? > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Achin Gupta > Signed-off-by: Supreeth Venkatesh > Cc: Leif Lindholm > Cc: Ard Biesheuvel > --- > ArmPkg/ArmPkg.dec | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/ArmPkg/ArmPkg.dec b/ArmPkg/ArmPkg.dec > index 3aa229f..ce108f2 100644 > --- a/ArmPkg/ArmPkg.dec > +++ b/ArmPkg/ArmPkg.dec > @@ -239,6 +239,9 @@ Please follow the instructions in https://github.com/tianocore/tianocore.github.io/wiki/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers when submitting patches. Here, following step 9 would have given us the section in the .dec file without having to cross-reference the existing source. Regards, Leif > gArmTokenSpaceGuid.PcdSystemMemoryBase|0|UINT64|0x00000029 > gArmTokenSpaceGuid.PcdSystemMemorySize|0|UINT64|0x0000002A > > + gArmTokenSpaceGuid.PcdMmBufferBase|0|UINT64|0x00000045 > + gArmTokenSpaceGuid.PcdMmBufferSize|0|UINT64|0x00000046 > + > [PcdsFixedAtBuild.common, PcdsDynamic.common] > # > # ARM Architectural Timer > -- > 2.7.4 >