[PATCH v2 RESEND] pci: Enable dm_pci_map_bar() for 64-bit BARs

Moritz Fischer moritzf at google.com
Thu Dec 21 22:15:58 CET 2023


Tom,

On Thu, Dec 21, 2023 at 9:53 AM Tom Rini <trini at konsulko.com> wrote:
>
> On Sun, Dec 17, 2023 at 12:52:09AM +0000, Moritz Fischer wrote:
>
> > Allow dm_pci_map_bar() usage on systems with CONFIG_SYS_PCI_64BIT.
> >
> > Reviewed-by: Philip Oberfichtner <pro at denx.de>
> > Reviewed-by: Simon Glass <sjg at chromium.org>
> > Signed-off-by: Moritz Fischer <moritzf at google.com>
>
> This causes a failure to build on qemu_arm and a number of other
> platforms, thanks.

Argh, yes, I got got by the IS_ENABLED(). Switching it to #if
defined(CONFIG_SYS_PCI_64BIT) makes it work.

Sorry, let me resend this.

- Moritz


More information about the U-Boot mailing list