From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x235.google.com (mail-it0-x235.google.com [IPv6:2607:f8b0:4001:c0b::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D1DF321DFA7BA for ; Thu, 30 Mar 2017 03:55:09 -0700 (PDT) Received: by mail-it0-x235.google.com with SMTP id 68so1393514itx.0 for ; Thu, 30 Mar 2017 03:55:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=xZNSd2nZKT8uhEGzqvdWo9HXBEd+sO5lSS18e5Hzyh0=; b=bGYbGewDlptaqD8BO8phj/RL4yDfBgRndwpZdHGwk17Uo2gcWSpXDpbmxFJn30jZIa VR/qiCFdEGh10FS9jpRB3x/q4EbKiERfpHwJAkB9xBzKqLjT3B0Ib9jSMhMWjLjzguQx vzpZMJzfUIfUc4RYyuQGu8ZIxqHvSlF4jji18= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=xZNSd2nZKT8uhEGzqvdWo9HXBEd+sO5lSS18e5Hzyh0=; b=P+DGKFYZuoCsEatjayCXPRAcfEvvlh4wWEFz5OjjHioTGyGeUUbE8u0IYsrcMIulFh vH+WFRgmccJ8lOD5+M9MQMJosmHlaZryBc48krdZgzPUvusMOsavdoRdPuTm6nOgOSh+ m61Teyh+H/QmlK/3R8mFv2LkYyxOLHLoEPS1/o3ua+sDc3akrlyMxwVuzIjRCfjncLey 7R/o9ZXzol9pa7FXCRtg3sZrCf36+/rkc8esQFGppwPRINvqn/ekvAvZSl8mqo0VfjqZ 4jWlQ+ylM22cgXQcGCMts1pNN+O5vcW4E8SZKI8uCcobnxxsFBFHl6difPzNCYK/jC+U ib5g== X-Gm-Message-State: AFeK/H0Dx9XYIf2MyVwlU7pZpXpjpJoNNTyesR09/kh6bFhbKR9bEeDKq2LvedAl+NxKTQv36lANezCmje3y8k0b X-Received: by 10.36.137.4 with SMTP id s4mr3349210itd.63.1490871308943; Thu, 30 Mar 2017 03:55:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.10.27 with HTTP; Thu, 30 Mar 2017 03:55:08 -0700 (PDT) In-Reply-To: <20170330104508.22171-1-ard.biesheuvel@linaro.org> References: <20170330104508.22171-1-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Thu, 30 Mar 2017 11:55:08 +0100 Message-ID: To: "edk2-devel@lists.01.org" , Ryan Harkin Cc: Leif Lindholm , Ard Biesheuvel Subject: Re: [RFT PATCH 0/3] ArmJunoPkg: move to generic PCI support code X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 10:55:10 -0000 Content-Type: text/plain; charset=UTF-8 On 30 March 2017 at 11:45, Ard Biesheuvel wrote: > This moves the OHCI/EHCI PCI 'emulation' and the PCIe host bridge driver > to generic code. > > The diffstat says it all. > Code can be found here git://git.linaro.org/people/ard.biesheuvel/uefi-next.git arm-cleanup-combined with the OpenPlatformPkg dependencies in git://git.linaro.org/uefi/OpenPlatformPkg.git arm-platform-cleanup > Ard Biesheuvel (3): > ArmPlatformPkg/ArmJunoDxe: use the generic non-discoverable device > support > ArmPlatformPkg/ArmJunoPkg: add PciHostBridgeLib implementation > ArmPlatformPkg/ArmJunoPkg: remove PCI host bridge driver > > ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.c | 28 +- > ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf | 3 +- > ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxeInternal.h | 5 - > ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciEmulation.c | 596 ---------------- > ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciEmulation.h | 284 -------- > ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciRootBridgeIo.c | 299 -------- > ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/PciHostBridge.c | 199 ------ > ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/PciHostBridge.h | 324 --------- > ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/PciHostBridgeDxe.inf | 76 -- > ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/PciHostBridgeResourceAllocation.c | 642 ----------------- > ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/PciRootBridge.c | 748 -------------------- > ArmPlatformPkg/ArmJunoPkg/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.c | 190 +++++ > ArmPlatformPkg/ArmJunoPkg/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.inf | 75 ++ > ArmPlatformPkg/ArmJunoPkg/{Drivers/PciHostBridgeDxe => Library/JunoPciHostBridgeLib}/XPressRich3.c | 39 +- > ArmPlatformPkg/ArmJunoPkg/{Drivers/PciHostBridgeDxe => Library/JunoPciHostBridgeLib}/XPressRich3.h | 20 +- > 15 files changed, 323 insertions(+), 3205 deletions(-) > delete mode 100644 ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciEmulation.c > delete mode 100644 ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciEmulation.h > delete mode 100644 ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciRootBridgeIo.c > delete mode 100644 ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/PciHostBridge.c > delete mode 100644 ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/PciHostBridge.h > delete mode 100644 ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/PciHostBridgeDxe.inf > delete mode 100644 ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/PciHostBridgeResourceAllocation.c > delete mode 100644 ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/PciRootBridge.c > create mode 100644 ArmPlatformPkg/ArmJunoPkg/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.c > create mode 100644 ArmPlatformPkg/ArmJunoPkg/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.inf > rename ArmPlatformPkg/ArmJunoPkg/{Drivers/PciHostBridgeDxe => Library/JunoPciHostBridgeLib}/XPressRich3.c (84%) > rename ArmPlatformPkg/ArmJunoPkg/{Drivers/PciHostBridgeDxe => Library/JunoPciHostBridgeLib}/XPressRich3.h (82%) > > -- > 2.9.3 >