lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMuHMdUQ+pPg_bsPq_MXOe_Q8QkEVy6amZdXvsn3BK4+2NOFBA@mail.gmail.com>
Date: Tue, 18 Mar 2025 11:21:15 +0100
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Thippeswamy Havalige <thippeswamy.havalige@....com>
Cc: bhelgaas@...gle.com, lpieralisi@...nel.org, kw@...ux.com, 
	manivannan.sadhasivam@...aro.org, robh@...nel.org, krzk+dt@...nel.org, 
	conor+dt@...nel.org, linux-pci@...r.kernel.org, devicetree@...r.kernel.org, 
	linux-kernel@...r.kernel.org, michal.simek@....com, 
	bharat.kumar.gogada@....com, jingoohan1@...il.com
Subject: Re: [PATCH v15 3/3] PCI: amd-mdb: Add AMD MDB Root Port driver

Hi Thippeswamy,

On Fri, 28 Feb 2025 at 10:35, Thippeswamy Havalige
<thippeswamy.havalige@....com> wrote:
> Add support for AMD MDB (Multimedia DMA Bridge) IP core as Root Port.
>
> The Versal2 devices include MDB Module. The integrated block for MDB along
> with the integrated bridge can function as PCIe Root Port controller at
> Gen5 32-GT/s operation per lane.
>
> Bridge supports error and INTx interrupts and are handled using platform
> specific interrupt line in Versal2.
>
> Signed-off-by: Thippeswamy Havalige <thippeswamy.havalige@....com>

Thanks for your patch, which is now commit e229f853f5b277a5
("PCI: amd-mdb: Add AMD MDB Root Port driver") in pci/next.

> --- a/drivers/pci/controller/dwc/Kconfig
> +++ b/drivers/pci/controller/dwc/Kconfig
> @@ -27,6 +27,17 @@ config PCIE_AL
>           required only for DT-based platforms. ACPI platforms with the
>           Annapurna Labs PCIe controller don't need to enable this.
>
> +config PCIE_AMD_MDB
> +       bool "AMD MDB Versal2 PCIe Host controller"
> +       depends on OF || COMPILE_TEST

AFAIK, AMD Versal2 is an ARM64 SoC, so this should depend on (at least)
ARM64 || COMPILE_TEST, too.  If there's ever gonna be an ARCH_VERSAL
symbol, it could be used as a dependency instead.

> +       depends on PCI && PCI_MSI
> +       select PCIE_DW_HOST
> +       help
> +         Say Y here if you want to enable PCIe controller support on AMD
> +         Versal2 SoCs. The AMD MDB Versal2 PCIe controller is based on
> +         DesignWare IP and therefore the driver re-uses the DesignWare core
> +         functions to implement the driver.
> +

Gr{oetje,eeting}s,

                        Geert


--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ