Revision: 17342
          http://sourceforge.net/p/edk2/code/17342
Author:   oliviermartin
Date:     2015-05-06 11:14:28 +0000 (Wed, 06 May 2015)
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Ronald Cron <[email protected]>

Modified Paths:
--------------
    trunk/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciEmulation.c

Modified: trunk/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciEmulation.c
===================================================================
--- trunk/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciEmulation.c      
2015-05-06 10:41:05 UTC (rev 17341)
+++ trunk/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciEmulation.c      
2015-05-06 11:14:28 UTC (rev 17342)
@@ -558,7 +558,7 @@
 
   // 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


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to