From patchwork Fri Apr 29 17:58:59 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 66965 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp927387qge; Fri, 29 Apr 2016 11:02:28 -0700 (PDT) X-Received: by 10.50.142.73 with SMTP id ru9mr5965874igb.45.1461952948491; Fri, 29 Apr 2016 11:02:28 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id i190si2087481ioa.70.2016.04.29.11.02.28; Fri, 29 Apr 2016 11:02:28 -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 F3B7F615DE; Fri, 29 Apr 2016 18:02:27 +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 E733561602; Fri, 29 Apr 2016 18:01:14 +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 B47AD615FB; Fri, 29 Apr 2016 18:00:58 +0000 (UTC) Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by lists.linaro.org (Postfix) with ESMTPS id 0E13361600 for ; Fri, 29 Apr 2016 17:59:07 +0000 (UTC) Received: by mail-wm0-f54.google.com with SMTP id e201so37003441wme.0 for ; Fri, 29 Apr 2016 10:59:06 -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=ZEakNtaAwb6ZmL4ZlI9pQ/KqKlBwVKEZiy2xPEpoEfE=; b=hteeHdlOkl6TgmlwopircP0qMbOGPm7dwv9hOnv0gPn8bpfR+SQHNxoLkl3vIA0WBF Wi4GuFwUCdKjBlTTS/hy54eNBxhs6N0BXQKADQBaQ9ee2U08A9+uhJtF4Rm5mw1O7448 Vf101EzDcYakoPm0qfnBZmLQ5zQzanG6w+5MF+zHOsn2UCKiHq8HCFcz9b5iAjjusgCF ez9h1l3WBpPnnp55fGLMBZ6NRafzrN8D4GlDAMtpOxSHwjOt8DACXVCLTAv+uGGp949p fLlKeWBqfJP29lMPpwlggmphvo9lc0KOnuKnNKjBIZIj74M5PRBNCMxn4BgHO4AyzmJF 7STA== X-Gm-Message-State: AOPr4FWeepxKQyb8XSk6JbIo5iajJf0p3YgMZDpCQGwPK3V5PnB5FRWDHX5wpqpgiXtT+6kZAYk= X-Received: by 10.28.91.17 with SMTP id p17mr5347979wmb.86.1461952746082; Fri, 29 Apr 2016 10:59:06 -0700 (PDT) Received: from localhost.localdomain ([195.55.142.58]) by smtp.gmail.com with ESMTPSA id m140sm4340004wma.24.2016.04.29.10.59.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 29 Apr 2016 10:59:05 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org, ricardo.salveti@linaro.org, leif.lindholm@linaro.org Date: Fri, 29 Apr 2016 19:58:59 +0200 Message-Id: <1461952739-31629-3-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1461952739-31629-1-git-send-email-ard.biesheuvel@linaro.org> References: <1461952739-31629-1-git-send-email-ard.biesheuvel@linaro.org> Cc: leo.duran@amd.com Subject: [Linaro-uefi] [PATCH 3/3] Platforms/AMD/HuskyBoard: fix up incorrect CpuIo2Dxe path 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" The ARM PCI specific CpuIo2Dxe driver changed name and location between its first proposed version and the one that was finally merged. So use the permanent name. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- Platforms/AMD/Styx/HuskyBoard/HuskyBoard.dsc | 2 +- Platforms/AMD/Styx/HuskyBoard/HuskyBoard.fdf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Platforms/AMD/Styx/HuskyBoard/HuskyBoard.dsc b/Platforms/AMD/Styx/HuskyBoard/HuskyBoard.dsc index 2e8cbffd80c9..251c3a70c9ed 100644 --- a/Platforms/AMD/Styx/HuskyBoard/HuskyBoard.dsc +++ b/Platforms/AMD/Styx/HuskyBoard/HuskyBoard.dsc @@ -626,7 +626,7 @@ DEFINE TRANS_CODE = $(EL3_TO_EL2) # PCI support # AmdModulePkg/Gionb/Gionb.inf - ArmPlatformPkg/Drivers/CpuIo2Dxe/ArmPciCpuIo2Dxe.inf + ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf diff --git a/Platforms/AMD/Styx/HuskyBoard/HuskyBoard.fdf b/Platforms/AMD/Styx/HuskyBoard/HuskyBoard.fdf index 5543b08b2dc9..c5a9065fb58d 100644 --- a/Platforms/AMD/Styx/HuskyBoard/HuskyBoard.fdf +++ b/Platforms/AMD/Styx/HuskyBoard/HuskyBoard.fdf @@ -144,7 +144,7 @@ READ_LOCK_STATUS = TRUE # PCI support # INF AmdModulePkg/Gionb/Gionb.inf - INF ArmPlatformPkg/Drivers/CpuIo2Dxe/ArmPciCpuIo2Dxe.inf + INF ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf INF MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf