]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuDxe/CpuDxe.inf
UefiCpuPkg CpuDxe: Add nasm source file in CpuDxe.inf
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuDxe.inf
index a2519222268c67ce8b8ce879fd67add611323eab..bdff548cc2728306ee0e9d653287075fa8e4c7cb 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Simple CPU driver installs CPU Architecture Protocol.\r
 #\r
-#  Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2008 - 2016, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
   CpuMp.h\r
 \r
 [Sources.IA32]\r
-  Ia32/CpuAsm.asm | MSFT\r
-  Ia32/CpuAsm.asm | INTEL\r
-  Ia32/CpuAsm.S   | GCC\r
-  Ia32/MpAsm.asm  | MSFT\r
-  Ia32/MpAsm.asm  | INTEL\r
-  Ia32/MpAsm.nasm | GCC\r
+  Ia32/CpuAsm.asm\r
+  Ia32/CpuAsm.nasm\r
+  Ia32/CpuAsm.S\r
+  Ia32/MpAsm.asm\r
+  Ia32/MpAsm.nasm\r
 \r
 [Sources.X64]\r
-  X64/CpuAsm.asm | MSFT\r
-  X64/CpuAsm.asm | INTEL\r
-  X64/CpuAsm.S   | GCC\r
-  X64/MpAsm.asm  | MSFT\r
-  X64/MpAsm.asm  | INTEL\r
-  X64/MpAsm.nasm | GCC\r
+  X64/CpuAsm.asm\r
+  X64/CpuAsm.nasm\r
+  X64/CpuAsm.S\r
+  X64/MpAsm.asm\r
+  X64/MpAsm.nasm\r
 \r
 [Protocols]\r
   gEfiCpuArchProtocolGuid                       ## PRODUCES\r
@@ -84,8 +82,9 @@
   gEfiSecPlatformInformationPpiGuid             ## UNDEFINED # HOB\r
 \r
 [Pcd]\r
-  gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber   ## CONSUMES\r
-  gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize                 ## CONSUMES\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber    ## CONSUMES\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize                  ## CONSUMES\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuApInitTimeOutInMicroSeconds  ## CONSUMES\r
 \r
 [Depex]\r
   TRUE\r