Re: [PATCH v4] drivers: pci: Fix dm_pci_map_bar() to support 64b BARs

2024-01-19 Thread Tom Rini
On Wed, Jan 10, 2024 at 04:59:02AM +, Moritz Fischer wrote: > This enables 64b BARs if CONFIG_SYS_PCI_64BIT is enabled. > > Reviewed-by: Philip Oberfichtner > Reviewed-by: Simon Glass > Signed-off-by: Moritz Fischer Applied to u-boot/master, thanks! -- Tom signature.asc Description: P

[PATCH v4] drivers: pci: Fix dm_pci_map_bar() to support 64b BARs

2024-01-09 Thread Moritz Fischer
This enables 64b BARs if CONFIG_SYS_PCI_64BIT is enabled. Reviewed-by: Philip Oberfichtner Reviewed-by: Simon Glass Signed-off-by: Moritz Fischer --- Changes from V3: - Rebased onto v2024.01 Changes from V2: - Turned IS_ENABLED() into #if defined to allow building on platforms that don't d