From patchwork Fri Apr 29 16:31:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 66962 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp885537qge; Fri, 29 Apr 2016 09:32:06 -0700 (PDT) X-Received: by 10.107.17.151 with SMTP id 23mr25088396ior.101.1461947526253; Fri, 29 Apr 2016 09:32:06 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id rv1si5991225igb.90.2016.04.29.09.32.05; Fri, 29 Apr 2016 09:32:06 -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 3ECC2615FB; Fri, 29 Apr 2016 16:32:05 +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 41E08615DE; Fri, 29 Apr 2016 16:32:01 +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 2A095615E6; Fri, 29 Apr 2016 16:32:00 +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 0F23B615DE for ; Fri, 29 Apr 2016 16:31:59 +0000 (UTC) Received: by mail-wm0-f47.google.com with SMTP id a17so45149108wme.0 for ; Fri, 29 Apr 2016 09:31:58 -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; bh=+ssukLuSzaBGVKjpgL5EluVYRrPiBm/C2FtUwGvfLOQ=; b=VutNk28EthDePwaIn5eCvSRKpC+ICtzscVR0K1fY3erUvNUD7W8zCdI4N0eJi8zqQW i2nCfJLEs0GzRup7vnjwCpP90c4JsDjDduiZDDbjwAjN/4PoIs+unb1dB5nxmz/38OBA +qZq3Wf5d4QWH6IK71KF84HkTLUclhyoer1WvzwHZR315zAtRfPSCN5iy4brfY+XtL7w f0LycK97xIFDanJhcgamkO8KlmXOcxTnplnzGCkyUAAihQqdGiJd9pUEMO3s5fFlwEv7 cMIRCYDf9RbnEk79WtfGtJ386mT0jFN4CJRQGrG/ZI3XuBYRfJ9e1hAxUZft+uBoVTiz JRXQ== X-Gm-Message-State: AOPr4FUDWbaATXVsMlyfbPf28PA8xOqcHidVmk8hsagkiKBEkVBvSF5gY9UP6C4rW9zjPAB2kh8= X-Received: by 10.28.213.1 with SMTP id m1mr5178467wmg.103.1461947517539; Fri, 29 Apr 2016 09:31:57 -0700 (PDT) Received: from localhost.localdomain ([195.55.142.58]) by smtp.gmail.com with ESMTPSA id w79sm4044361wme.19.2016.04.29.09.31.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 29 Apr 2016 09:31:56 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org Date: Fri, 29 Apr 2016 18:31:54 +0200 Message-Id: <1461947514-6055-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [Linaro-uefi] [PATCH] Platforms/ARM/Juno: move to renamed PCI PCDs 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" Use the new PCI related PCD names after they have been moved from ArmPlatformPkg to ArmPkg Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- Platforms/ARM/Juno/ArmJuno.dsc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Platforms/ARM/Juno/ArmJuno.dsc b/Platforms/ARM/Juno/ArmJuno.dsc index fbf09c220b8e..4f08e80d1483 100644 --- a/Platforms/ARM/Juno/ArmJuno.dsc +++ b/Platforms/ARM/Juno/ArmJuno.dsc @@ -140,13 +140,13 @@ # # PLDA PCI Root Complex # - gArmPlatformTokenSpaceGuid.PcdPciBusMax|255 - gArmPlatformTokenSpaceGuid.PcdPciIoBase|0x5f800000 - gArmPlatformTokenSpaceGuid.PcdPciIoSize|0x00800000 - gArmPlatformTokenSpaceGuid.PcdPciMmio32Base|0x50000000 - gArmPlatformTokenSpaceGuid.PcdPciMmio32Size|0x08000000 - gArmPlatformTokenSpaceGuid.PcdPciMmio64Base|0x4000000000 - gArmPlatformTokenSpaceGuid.PcdPciMmio64Size|0x100000000 + gArmTokenSpaceGuid.PcdPciBusMax|255 + gArmTokenSpaceGuid.PcdPciIoBase|0x5f800000 + gArmTokenSpaceGuid.PcdPciIoSize|0x00800000 + gArmTokenSpaceGuid.PcdPciMmio32Base|0x50000000 + gArmTokenSpaceGuid.PcdPciMmio32Size|0x08000000 + gArmTokenSpaceGuid.PcdPciMmio64Base|0x4000000000 + gArmTokenSpaceGuid.PcdPciMmio64Size|0x100000000 # List of Device Paths that support BootMonFs gArmPlatformTokenSpaceGuid.PcdBootMonFsSupportedDevicePaths|L"VenHw(E7223039-5836-41E1-B542-D7EC736C5E59)"