]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / QemuFlashFvbServicesRuntimeDxe / FvbServicesRuntimeDxe.inf
index ea8413fcfd366d06242b51bfa1f92b2f68e6f5b9..f47170478900679342e922c2d010a62df128035c 100644 (file)
@@ -1,20 +1,13 @@
 ## @file\r
-#  Component description file for QEMU Flash Fimware Volume Block DXE driver\r
+#  Component description file for QEMU Flash Firmware Volume Block DXE driver\r
 #  module.\r
 #\r
-#  This DXE runtime driver implements and produces the Fimware Volue Block\r
+#  This DXE runtime driver implements and produces the Firmware Volue Block\r
 #  Protocol for a QEMU flash device.\r
 #\r
 #  Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  This program and the accompanying materials are licensed and made available\r
-#  under the terms and conditions of the BSD License which accompanies this\r
-#  distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
-#  IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
 [Sources]\r
   FvbInfo.c\r
   FwBlockService.c\r
+  FwBlockService.h\r
   FwBlockServiceDxe.c\r
   QemuFlash.c\r
+  QemuFlash.h\r
   QemuFlashDxe.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
+  UefiCpuPkg/UefiCpuPkg.dec\r
   OvmfPkg/OvmfPkg.dec\r
 \r
 [LibraryClasses]\r
   DebugLib\r
   DevicePathLib\r
   DxeServicesTableLib\r
+  MemEncryptSevLib\r
   MemoryAllocationLib\r
   PcdLib\r
   UefiBootServicesTableLib\r
   UefiDriverEntryPoint\r
   UefiRuntimeLib\r
+  CcExitLib\r
 \r
 [Guids]\r
   gEfiEventVirtualAddressChangeGuid   # ALWAYS_CONSUMED\r
 [Pcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
-  gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageEventLogBase\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64\r
   gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable\r
 \r
+[FeaturePcd]\r
+  gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire\r
 \r
 [Depex]\r
   TRUE\r