]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Drivers/CpuDxe/CpuDxe.c
ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platform
[mirror_edk2.git] / ArmPkg / Drivers / CpuDxe / CpuDxe.c
index cea333f91d6a8c10b305ef3292032c54214773f1..f14a67638336d5d4740abf528c532fee9b62bd29 100644 (file)
@@ -257,6 +257,12 @@ CpuDxeInitialize (
   //\r
   SyncCacheConfig (&mCpu);\r
   \r
+  // If the platform is a MPCore system then install the Configuration Table describing the\r
+  // secondary core states\r
+  if (ArmIsMPCore()) {\r
+    PublishArmProcessorTable();\r
+  }\r
+\r
   //\r
   // Setup a callback for idle events\r
   //\r