Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 745cab5aadff425a6d20725238b5de7701d59577 https://github.com/tianocore/edk2/commit/745cab5aadff425a6d20725238b5de7701d59577 Author: Jeff Brasen <jbra...@nvidia.com> Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths: M DynamicTablesPkg/Library/Acpi/Common/AcpiSratLib/SratGenerator.c Log Message: ----------- DynamicTablesPkg: Fix BDF format for PCI initiators The BDF format for PCI initiators in the SRAT table is incorrect. The format is not a UINT16 but specific bytes. PCI Bus Number (Bits 7:0 of Byte 2) PCI Device Number (Bits 7:3 of Byte 3) PCI Function Number (Bits 2:0 of Byte 3) REF: https://uefi.org/specs/ACPI/6.5/05_ACPI_Software_Programming_Model.html#device-handle-pci Signed-off-by: Jeff Brasen <jbra...@nvidia.com> To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits