]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Omap35xxPkg/PciEmulation/PciEmulation.c
ArmPlatformPkg: PCI emulation - Define a vendor and device id
[mirror_edk2.git] / Omap35xxPkg / PciEmulation / PciEmulation.c
index 111652366b295c335cb62338ef35f955d56154ef..17ea03ccf486eed9ab575625d69b0605f486a52f 100644 (file)
@@ -604,8 +604,8 @@ PciEmulationEntryPoint (
   }\r
 \r
   // Configure PCI config space\r
-  Private->ConfigSpace->Hdr.VendorId = 0x3530;\r
-  Private->ConfigSpace->Hdr.DeviceId = 0x3530;\r
+  Private->ConfigSpace->Hdr.VendorId = 0xFFFF; // Invalid vendor Id as it is not an actual device.\r
+  Private->ConfigSpace->Hdr.DeviceId = 0x0000; // Not relevant as the vendor id is not valid.\r
   Private->ConfigSpace->Hdr.ClassCode[0] = 0x20;\r
   Private->ConfigSpace->Hdr.ClassCode[1] = 0x03;\r
   Private->ConfigSpace->Hdr.ClassCode[2] = 0x0C;\r