audk/DynamicTablesPkg/Library
Jeff Brasen 745cab5aad 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 <jbrasen@nvidia.com>
2024-12-03 22:13:29 +00:00
..
Acpi DynamicTablesPkg: Fix BDF format for PCI initiators 2024-12-03 22:13:29 +00:00
Common DynamicTablesPkg: Add X64 MADT table generator 2024-11-28 16:46:34 +01:00
DynamicTablesScmiInfoLib DynamicTablesPkg: Add DynamicTablesScmiInfoLib 2024-01-29 16:47:03 +00:00
FdtHwInfoParserLib DynamicTablesPkg/ArmGicCParser: Parse VGIC interrupt for all CPUs 2024-11-23 16:39:46 +01:00