From patchwork Wed May 11 16:00:45 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 67598 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp309602qge; Wed, 11 May 2016 09:17:45 -0700 (PDT) X-Received: by 10.140.252.10 with SMTP id x10mr4650437qhc.81.1462983465173; Wed, 11 May 2016 09:17:45 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id u76si4878653qke.89.2016.05.11.09.17.44; Wed, 11 May 2016 09:17:45 -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 C75AA61647; Wed, 11 May 2016 16:17:44 +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 039CE6164C; Wed, 11 May 2016 16:04:20 +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 6F660616A6; Wed, 11 May 2016 16:04:17 +0000 (UTC) Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by lists.linaro.org (Postfix) with ESMTPS id 96D8D6165B for ; Wed, 11 May 2016 16:01:14 +0000 (UTC) Received: by mail-wm0-f47.google.com with SMTP id g17so90854224wme.1 for ; Wed, 11 May 2016 09:01:14 -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=YuDagzES1Pg8ElmKl1hLarrA6DpMUK/+NH0704H8L18=; b=CZrHbqMmcA6lcPzg6yo7grqNS5JwBcS+cVQVTIqbYnnmGHw6+vJn1sVd42Oeij9VmN cjfBvlJxL+9xyJVdx1bKVcfjKQ9q0RPdZFAL+MrU+yBHBus6wjly7DG+hav45BjdmLqs JZeBQJt4DLLC8KmMec1NgF5qlL8ycFIaNSUdoNUg40fesNz8J2lirqU1dxeqrKiiivZd Picxf7triWHgztYEVMZR4UPijg/jAGo60qANeFwKO0Pq42s1uCsWtU7Wr90FDyGE5Sae BMxOR9Ed17a+s+gi+ZJ+tii6gvJHPaewCzH2IYD6LaSZIsR9irQhJ9zL/R5jHecZ6WxS dFZQ== X-Gm-Message-State: AOPr4FW2sOQeBtFqH0b6/WraGG9bfOjYQg/gFSCs5Lsg+1mhrCQc03i3U8vjHzdF+vnd+pOiZzE= X-Received: by 10.28.232.212 with SMTP id f81mr961914wmi.27.1462982473853; Wed, 11 May 2016 09:01:13 -0700 (PDT) Received: from localhost.localdomain ([195.55.142.58]) by smtp.gmail.com with ESMTPSA id f11sm36699133wmf.22.2016.05.11.09.01.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 11 May 2016 09:01:12 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org Date: Wed, 11 May 2016 18:00:45 +0200 Message-Id: <1462982452-1316-5-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 04/11] Platforms/AMD/Styx: remove references to gArmMpCoreInfoGuid 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" We no longer use the legacy ARM MP-boot implementation that boots all the cores into UEFI before parking them in an OS accessible pen. So remove the references to gArmMpCoreInfoGuid Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- Platforms/AMD/Styx/Library/AmdStyxHelperLib/AmdStyxHelperLib.inf | 1 - Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf | 1 - 2 files changed, 2 deletions(-) diff --git a/Platforms/AMD/Styx/Library/AmdStyxHelperLib/AmdStyxHelperLib.inf b/Platforms/AMD/Styx/Library/AmdStyxHelperLib/AmdStyxHelperLib.inf index 540ecfcc6399..d65626622903 100644 --- a/Platforms/AMD/Styx/Library/AmdStyxHelperLib/AmdStyxHelperLib.inf +++ b/Platforms/AMD/Styx/Library/AmdStyxHelperLib/AmdStyxHelperLib.inf @@ -40,5 +40,4 @@ OpenPlatformPkg/Platforms/AMD/Styx/AmdStyx.dec [Guids] - gArmMpCoreInfoGuid gAmdStyxMpCoreInfoGuid diff --git a/Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf b/Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf index a0b00b3c5dc8..234df06588e2 100644 --- a/Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf +++ b/Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf @@ -57,7 +57,6 @@ [Guids] gEfiEventReadyToBootGuid ##CONSUMED gEfiDxeServicesTableGuid ##CONSUMED - gArmMpCoreInfoGuid ##CONSUMED gFdtTableGuid ##CONSUMED [Protocols]