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:
Olivier Martin 2015-05-06 11:14:28 +00:00 committed by oliviermartin
parent c705cd5a11
commit 2ff41466ef
1 changed files with 1 additions and 1 deletions

View File

@ -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