From patchwork Wed May 11 16:00:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 67597 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp309440qge; Wed, 11 May 2016 09:17:24 -0700 (PDT) X-Received: by 10.55.198.194 with SMTP id s63mr4598785qkl.84.1462983444485; Wed, 11 May 2016 09:17:24 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id w126si5660517qhw.107.2016.05.11.09.17.24; Wed, 11 May 2016 09:17:24 -0700 (PDT) Received-SPF: pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=linaro-uefi-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 1254161649; Wed, 11 May 2016 16:17:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 79E0961651; Wed, 11 May 2016 16:03:49 +0000 (UTC) X-Original-To: linaro-uefi@lists.linaro.org Delivered-To: linaro-uefi@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id C3EA761651; Wed, 11 May 2016 16:03:46 +0000 (UTC) Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by lists.linaro.org (Postfix) with ESMTPS id 3B63C61651 for ; Wed, 11 May 2016 16:01:09 +0000 (UTC) Received: by mail-wm0-f49.google.com with SMTP id g17so90849243wme.1 for ; Wed, 11 May 2016 09:01:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=AHfiZtSApmsHOPxCrfBpTG1eweuGLq9i0EmuWzI43Ck=; b=TmkjUvmoAyugSzg7Tp/PyvHTso/RAJhoYSGh+LEgMPhUjkBUJBnVepvEUO3470mlth 9KoDYUrn0Q6NwJfAXVRZQuej+1f/7Sdxd9DcimjpSH+OHjVCmSbAATwVugK5qPWTzDU4 W1cbjOeH+2Hh4ATUW7Pix8et0iXDtIvXvuOayGx1g+g3EKjGex/+LAQbRPruHvD7SBSu X+V6mm4jmrRM3QKcI2/oQTGRb+nSPqpopsiOcpMtJ0oh44Dc7ch8qm2DW4UjAQZfuyKJ YJGrtd5HdCy0bLbjuz04X949YnJQ+pz1IfGgHqDbe73ROqHdbuWXhN0E0dppGPtto4qJ rB4A== X-Gm-Message-State: AOPr4FXM87dzGma5NodkFlB6vVt2nAhD5vYW0XfRol36EDPkx/2mChrJQmZK77fD72veHmupkBA= X-Received: by 10.194.117.3 with SMTP id ka3mr4637976wjb.38.1462982468319; Wed, 11 May 2016 09:01:08 -0700 (PDT) Received: from localhost.localdomain ([195.55.142.58]) by smtp.gmail.com with ESMTPSA id f11sm36699133wmf.22.2016.05.11.09.01.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 11 May 2016 09:01:07 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org Date: Wed, 11 May 2016 18:00:43 +0200 Message-Id: <1462982452-1316-3-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1462982452-1316-1-git-send-email-ard.biesheuvel@linaro.org> References: <1462982452-1316-1-git-send-email-ard.biesheuvel@linaro.org> Cc: leo.duran@amd.com Subject: [Linaro-uefi] [PATCH 02/11] Platforms/AMD/Styx/FdtDxe: remove explicit BEFORE xxx Depex X-BeenThere: linaro-uefi@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linaro-uefi-bounces@lists.linaro.org Sender: "Linaro-uefi" As Leo pointed out, dispatching the FdtDxe driver does not need to be ordered manually, since it will not come into action until the 'ready to boot' event is signalled. So revert that part of the patch that moved the creation of the secondary pens to the ACPI driver. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- Platforms/AMD/Styx/AmdStyx.dec | 3 --- Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Platforms/AMD/Styx/AmdStyx.dec b/Platforms/AMD/Styx/AmdStyx.dec index d409c7b74397..a01384f2421c 100644 --- a/Platforms/AMD/Styx/AmdStyx.dec +++ b/Platforms/AMD/Styx/AmdStyx.dec @@ -42,9 +42,6 @@ gAmdStyxTokenSpaceGuid = { 0x220d9653, 0x4a0e, 0x40bc, { 0xb3, 0x65, 0x2f, 0xbb, 0xa2, 0xd9, 0x03, 0x45 } } gAmdStyxMpCoreInfoGuid = { 0x68efeabd, 0xcb77, 0x4aa5, { 0xbf, 0x0c, 0xa3, 0x31, 0xfc, 0xcf, 0x76, 0x66 } } - # used to manually order the dispatch of FdtDxe after AcpiPlatformDxe - gAmdStyxAcpiPlatformDxeFileGuid = { 0xf229c831, 0x6a35, 0x440b, { 0x9c, 0x84, 0xdd, 0x3b, 0xc7, 0x1e, 0x38, 0x65 } } - [PcdsDynamic] gAmdStyxTokenSpaceGuid.PcdSocCoreCount|1|UINT32|0x00000100 gAmdStyxTokenSpaceGuid.PcdSocCpuId|1|UINT32|0x00000101 diff --git a/Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf b/Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf index 813324f6d308..be446a5a5d71 100644 --- a/Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf +++ b/Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf @@ -76,4 +76,4 @@ gAmdStyxTokenSpaceGuid.PcdTrustedFWSupport [Depex] - AFTER gAmdStyxAcpiPlatformDxeFileGuid + TRUE