mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/ArmJunoDxe: Use different UID for PCI Emulation
We keep UID=0 for the 'real' PCI root complex on the Juno board. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Ronald Cron <Ronald.Cron@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17342 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c705cd5a11
commit
2ff41466ef
|
@ -558,7 +558,7 @@ PciInstallDevice (
|
|||
|
||||
// Unique device path.
|
||||
CopyMem (&Private->DevicePath, &PciIoDevicePathTemplate, sizeof (PciIoDevicePathTemplate));
|
||||
Private->DevicePath.AcpiDevicePath.UID = 0;
|
||||
Private->DevicePath.AcpiDevicePath.UID = 1; // Use '1' to differentiate from PLDA root complex
|
||||
Private->DevicePath.PciDevicePath.Device = DeviceId;
|
||||
|
||||
// Copy protocol structure
|
||||
|
|
Loading…
Reference in New Issue