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::142; helo=mail-it1-x142.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it1-x142.google.com (mail-it1-x142.google.com [IPv6:2607:f8b0:4864:20::142]) (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 7163E2194EB78 for ; Mon, 11 Mar 2019 04:56:53 -0700 (PDT) Received: by mail-it1-x142.google.com with SMTP id m137so6759603ita.0 for ; Mon, 11 Mar 2019 04:56:53 -0700 (PDT) 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=jJrlpu1RfubhYbOvj/t3K2v3s5beqQ735rYqMI+EOz4=; b=nmTuTRhpbgFHtMVOIif8kmma7/2FeKwlccltV0Ugx72xW1AuH/XfgcRNt9cg9e94t5 4ReudbQ0UWYRtZcqWZjYjKE5fTzTBbrs5i7hurqC+BU7UFrtrXN8Lqu7phlECWn+gLoS cWq4jfyMy3SO8Ft2IAjGoyWZZQ4RLgtCw7+Fl5RIAhulsTP9xt8cWt1jXRM+Wqeqlhre svGZs0V71O4DKxqz912FQ4blzKq8JoabvOHsNlYPtQp7X2+a1iUhnQggmFWdTT4WKQ8U ozyIX4t5uwr0r+TxPHlZrSswkO2HqH4vrMTCrAhgiJoW4LL03bSfAo0+XWnOZ43sOrx+ 5IoQ== 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=jJrlpu1RfubhYbOvj/t3K2v3s5beqQ735rYqMI+EOz4=; b=ZmH9QK3XN5mRl5bbQgSVW8R28kowSmAHSJIq3Odlsvgoppqei3E9iMNzBh0cbCA5n/ XCyA4YlUQVEDVh7UINZQe0jXG4mtZxBaQnDCkPx8glU175wSkVoUm3OayJONgOgUGbeq aBJ5uDyl/qicAqFNeuYpnael3O/W9hjS67RJftYAz/Z/+5okdL8NV/GAqVbHlvr1k5Px aPzWFb0Wh7d/WVyiv1TGwdz5L98rjDbtcoo+RMbPKNz1Xe+MAbx4BM+ktBsUk2Gj36ol s/gsUc8ellziz30SnzStKVdkUhMdmqvbhv+ipDZ9DMHafN+qoKXhlSLm2EB4dVUL1h9A 4HIw== X-Gm-Message-State: APjAAAX2pOcmIK0lN3W1v3X8tyQBAt5imLhYijrLQFK1TG0CAgg5NKng PHe3FJUeP/dcHy+XxciAT1zxlRS0sSbUB+oJ5K9gzWbx X-Google-Smtp-Source: APXvYqyAsnGEnL8gYPovLLBGIMqmKHsPD1CNPDbPRbytliX8yVsO0rU0vTWLc20uj7kF2TfVnIchvr5xReiQl8ChFcE= X-Received: by 2002:a02:3342:: with SMTP id k2mr16564162jak.62.1552305412329; Mon, 11 Mar 2019 04:56:52 -0700 (PDT) MIME-Version: 1.0 References: <20190308153010.18486-1-ard.biesheuvel@linaro.org> In-Reply-To: <20190308153010.18486-1-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Mon, 11 Mar 2019 12:56:41 +0100 Message-ID: To: "edk2-devel@lists.01.org" Subject: Re: [PATCH edk2-platforms 1/2] Platform/ARM/SgiPkg: align with upstream StandaloneMmPkg changes 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: Mon, 11 Mar 2019 11:56:53 -0000 Content-Type: text/plain; charset="UTF-8" On Fri, 8 Mar 2019 at 16:31, Ard Biesheuvel wrote: > > Bring SgiPkg in line with EDK2 core changes to StandaloneMmPkg: > - add a resolution for ExtractGuidedSectionLib > - remove reference to gStandaloneMmPkgTokenSpaceGuid.PcdStandaloneMmEnable > - update the resolution of StandaloneMmDriverEntryPoint > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Could I get an ack from the ARM folks please? > --- > Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc b/Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc > index 65dd6ac82c4a..ef16bfa9a20e 100644 > --- a/Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc > +++ b/Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc > @@ -43,6 +43,7 @@ > BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf > DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf > DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf > + ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf > FvLib|StandaloneMmPkg/Library/FvLib/FvLib.inf > HobLib|StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf > IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf > @@ -56,7 +57,7 @@ > # > # Entry point > # > - StandaloneMmDriverEntryPoint|StandaloneMmPkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf > + StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf > > ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf > StandaloneMmMmuLib|ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf > @@ -81,9 +82,6 @@ > # Pcd Section - list of all EDK II PCD Entries defined by this Platform > # > ################################################################################ > -[PcdsFeatureFlag] > - gStandaloneMmPkgTokenSpaceGuid.PcdStandaloneMmEnable|TRUE > - > [PcdsFixedAtBuild] > gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800000CF > gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xff > @@ -93,6 +91,8 @@ > gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x7FF70000 > gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200 > > + gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x2 > + > ################################################################################################### > # > # Components Section - list of the modules and components that will be processed by compilation > -- > 2.20.1 >