Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 8ba64a9a9417b45b033cf1307a9e96f3df2530f2
      
https://github.com/tianocore/edk2/commit/8ba64a9a9417b45b033cf1307a9e96f3df2530f2
  Author: Khalid Ali <[email protected]>
  Date:   2026-01-23 (Fri, 23 Jan 2026)

  Changed paths:
    M UefiPayloadPkg/PciPlatformDxe/PciPlatformDxe.c

  Log Message:
  -----------
  UefiPayloadPkg: Fix build failure with CLANGPDB

EFI_PCI_IO_PROTOCOL->Pci services (Read and Write) take
EFI_PCI_IO_PROTOCOL_WIDTH as second argument. However in PciPlatformDxe
enum argument of EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH is usedwhich caused
build to fail.

Use EfiPciWidthUint32 which is enum member of EFI_PCI_IO_PROTOCOL_WIDTH.

Signed-off-by: Khalid Ali <[email protected]>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to