From 2ff41466ef6b5cf05d6c9e2ce7cd0d4ec77a47db Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Wed, 6 May 2015 11:14:28 +0000 Subject: [PATCH] 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 Reviewed-by: Ronald Cron git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17342 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciEmulation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciEmulation.c b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciEmulation.c index 9fdb09b2fb..2ddebf606e 100644 --- a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciEmulation.c +++ b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciEmulation.c @@ -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 -- 2.39.2