X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=MdeModulePkg%2FUniversal%2FEbcDxe%2FEbcDxe.inf;h=8f128b121d0ba92a5e4b4a43fc37cedbcedb8c18;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hp=d912a2c93c84e7cae44b4cc907530303cac0749f;hpb=bf6d2af43438d1470d87a3c38e3e5816f80a80f1;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf b/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf index d912a2c93c..8f128b121d 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf +++ b/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf @@ -1,39 +1,40 @@ -#/** @file -# -# Component description file for Ebc module. -# -# This module for the EBC virtual machine implementation produces -# EBC and EBC debug support protocols. -# -# Copyright (c) 2006 - 2008, Intel Corporation.
-# All rights reserved. This program and the accompanying materials +## @file +# Module that produces EBC Interprete and EBC Debug Support protocols. +# +# This module implements EFI Byte Code (EBC) Virtual Machine that can provide +# platform and processor-independent mechanisms for loading and executing EFI +# device drivers. +# +# Copyright (c) 2015, The Linux Foundation. All rights reserved. +# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php -# +# # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -# -#**/ +# +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = EbcDxe + MODULE_UNI_FILE = EbcDxe.uni FILE_GUID = 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 - ENTRY_POINT = InitializeEbcDriver # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF +# VALID_ARCHITECTURES = IA32 X64 IPF AARCH64 # -[Sources.common] +[Sources] + EbcDebuggerHook.h + EbcDebuggerHook.c EbcExecute.h EbcExecute.c EbcInt.h @@ -41,24 +42,24 @@ [Sources.Ia32] Ia32/EbcSupport.c - Ia32/EbcLowLevel.S - Ia32/EbcLowLevel.asm + Ia32/EbcLowLevel.nasm [Sources.X64] X64/EbcSupport.c - X64/EbcLowLevel.S - X64/EbcLowLevel.asm + X64/EbcLowLevel.nasm [Sources.IPF] Ipf/EbcSupport.h Ipf/EbcSupport.c Ipf/EbcLowLevel.s +[Sources.AARCH64] + AArch64/EbcSupport.c + AArch64/EbcLowLevel.S [Packages] MdePkg/MdePkg.dec - - + MdeModulePkg/MdeModulePkg.dec [LibraryClasses] MemoryAllocationLib @@ -70,8 +71,19 @@ [Protocols] - gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED - gEfiEbcProtocolGuid # PROTOCOL ALWAYS_PRODUCED + gEfiDebugSupportProtocolGuid ## PRODUCES + gEfiEbcProtocolGuid ## PRODUCES + gEfiEbcVmTestProtocolGuid ## SOMETIMES_PRODUCES + gEfiEbcSimpleDebuggerProtocolGuid ## SOMETIMES_CONSUMES [Depex] TRUE + +# [Event] +# +# Periodic timer event to support EFI debug support protocol for EBC image. +# +# EVENT_TYPE_PERIODIC_TIMER ## CONSUMES + +[UserExtensions.TianoCore."ExtraFiles"] + EbcDxeExtra.uni