From patchwork Tue Apr 4 12:31:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 96717 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp170909qgd; Tue, 4 Apr 2017 05:31:42 -0700 (PDT) X-Received: by 10.233.235.150 with SMTP id b144mr21198352qkg.262.1491309102823; Tue, 04 Apr 2017 05:31:42 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 29si14911370qtn.48.2017.04.04.05.31.42; Tue, 04 Apr 2017 05:31:42 -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 sp=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 1503A63E7B; Tue, 4 Apr 2017 12:31:42 +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=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, 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 0A61A6352C; Tue, 4 Apr 2017 12:31:36 +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 17A0F6352C; Tue, 4 Apr 2017 12:31:33 +0000 (UTC) Received: from mail-wr0-f176.google.com (mail-wr0-f176.google.com [209.85.128.176]) by lists.linaro.org (Postfix) with ESMTPS id D9D3562C95 for ; Tue, 4 Apr 2017 12:31:31 +0000 (UTC) Received: by mail-wr0-f176.google.com with SMTP id w43so212184371wrb.0 for ; Tue, 04 Apr 2017 05:31:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=YrN+vBk/mq3g/yvCC/VjXTvu47PZXnEipToOHoDnark=; b=cgfEKfjfcTwtAyByIcx0slE50cu/LPP1W4HqYMMHZTfEOhng8vSIy5rTRsw/XRlvUg ayrUJNrXUdMyDqbQo856ipAuV6LMh+9b3vIb4NJk9mc/ndVTPiPvw8OpjePwwShiAMdB IvEX38r0M4xkiudk5qBns0dBjHIw6T2s7MHWvzHKAwcGCd2YybyKuq11pCJuY3R3p5vs y+tjoHt6p3d/D/UVFVQTBARVtabOXAfSIzdmPbNb9G3I4iU82vkObLgdnk0bhhTEFefV 1GDBToeDBndinOZNCn0WPPwe+f5So07eSbvjG9D9toFmS3hAVl6HVC0rAEr9VAWWGDpk v9DQ== X-Gm-Message-State: AFeK/H0g8q1nhwRgjJeQxY0Cl84OV6+e7v4pDjZOZGqtENaF3G2ZcXLX CDWXXNVbJGnWc6V/wQ8= X-Received: by 10.28.15.69 with SMTP id 66mr14529075wmp.105.1491309090417; Tue, 04 Apr 2017 05:31:30 -0700 (PDT) Received: from localhost.localdomain ([160.163.145.113]) by smtp.gmail.com with ESMTPSA id p7sm22147110wrc.19.2017.04.04.05.31.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Apr 2017 05:31:29 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org, leif.lindholm@linaro.org, ryan.harkin@linaro.org Date: Tue, 4 Apr 2017 13:31:19 +0100 Message-Id: <20170404123123.11928-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.9.3 Subject: [Linaro-uefi] [PATCH v3 0/4] Juno cleanup -- OpenPlatformPkg edition 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" Counterpart to the EDK2 series switching Juno to the generic non-discoverable device driver and generic PCI host bridge driver. Ard Biesheuvel (4): Platforms/Juno: add non-discoverable device driver and library Platforms/Juno: add PciHostBridgeLib implementation Platforms/Juno: switch to generic PCI host bridge driver Platforms/Juno: remove BdsLib dependency Platforms/ARM/Juno/ArmJuno.dsc | 24 ++- Platforms/ARM/Juno/ArmJuno.fdf | 11 +- Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.c | 199 ++++++++++++++++++++ Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.inf | 77 ++++++++ Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/XPressRich3.c | 182 ++++++++++++++++++ Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/XPressRich3.h | 107 +++++++++++ 6 files changed, 585 insertions(+), 15 deletions(-) create mode 100644 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.c create mode 100644 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.inf create mode 100644 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/XPressRich3.c create mode 100644 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/XPressRich3.h Tested-by: Ryan Harkin