diff options
Diffstat (limited to 'Core/EM/UEfiNetworkStack/Common/Dpc')
-rw-r--r-- | Core/EM/UEfiNetworkStack/Common/Dpc/Dpc.cif | 11 | ||||
-rw-r--r-- | Core/EM/UEfiNetworkStack/Common/Dpc/Dpc.mak | 59 | ||||
-rw-r--r-- | Core/EM/UEfiNetworkStack/Common/Dpc/Dpc.sdl | 26 | ||||
-rw-r--r-- | Core/EM/UEfiNetworkStack/Common/Dpc/DpcDxe.efi | bin | 0 -> 2176 bytes | |||
-rw-r--r-- | Core/EM/UEfiNetworkStack/Common/Dpc/DpcDxeIa32.efi | bin | 0 -> 1504 bytes |
5 files changed, 96 insertions, 0 deletions
diff --git a/Core/EM/UEfiNetworkStack/Common/Dpc/Dpc.cif b/Core/EM/UEfiNetworkStack/Common/Dpc/Dpc.cif new file mode 100644 index 0000000..608912f --- /dev/null +++ b/Core/EM/UEfiNetworkStack/Common/Dpc/Dpc.cif @@ -0,0 +1,11 @@ +<component> + name = "Dpc" + category = ModulePart + LocalRoot = "Core\EM\UEfiNetworkStack\Common\Dpc" + RefName = "Dpc" +[files] +"Dpc.sdl" +"Dpc.mak" +"DpcDxe.efi" +"DpcDxeIa32.efi" +<endComponent> diff --git a/Core/EM/UEfiNetworkStack/Common/Dpc/Dpc.mak b/Core/EM/UEfiNetworkStack/Common/Dpc/Dpc.mak new file mode 100644 index 0000000..7842d00 --- /dev/null +++ b/Core/EM/UEfiNetworkStack/Common/Dpc/Dpc.mak @@ -0,0 +1,59 @@ +#//********************************************************************** +#//********************************************************************** +#//** ** +#//** (C)Copyright 1985-2008, American Megatrends, Inc. ** +#//** ** +#//** All Rights Reserved. ** +#//** ** +#//** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 ** +#//** ** +#//** Phone: (770)-246-8600 ** +#//** ** +#//********************************************************************** +#//********************************************************************** + +#********************************************************************** +# $Header: /Alaska/BIN/Modules/Network/UEFINetworkStack II/Common/Dpc/Dpc.mak 2 4/30/12 6:48p Hari $ +# +# Revision: $ +# +# $Date: 4/30/12 6:48p $ +#********************************************************************** +# Revision History +# ---------------- +# +#********************************************************************** +#<AMI_FHDR_START> +# +# Name: Dpc.mak +# +# Description: +# +#<AMI_FHDR_END> +#********************************************************************** +all : Dpc + +Dpc : $(BUILD_DIR)\Dpc.ffs + +!IF "$(x64_BUILD)"=="1" +$(BUILD_DIR)\Dpc.ffs : $(Dpc_DIR)\DpcDxe.efi +!ELSE +$(BUILD_DIR)\Dpc.ffs : $(Dpc_DIR)\DpcDxeIa32.efi +!ENDIF + $(MAKE) /f Core\FFS.mak \ + BUILD_DIR=$(BUILD_DIR) \ + GUID=399CF3A7-82C7-4d9b-9123-DB11842986D3\ + TYPE=EFI_FV_FILETYPE_DRIVER \ + PEFILE=$** FFSFILE=$@ COMPRESS=1 NAME=$(**B) +#********************************************************************** +#** ** +#** (C)Copyright 1985-2004, American Megatrends, Inc. ** +#** ** +#** All Rights Reserved. ** +#** ** +#** 6145-F Northbelt Pkwy, Norcross, GA 30071 ** +#** ** +#** Phone: (770)-246-8600 ** +#** ** +#********************************************************************** +#**********************************************************************
\ No newline at end of file diff --git a/Core/EM/UEfiNetworkStack/Common/Dpc/Dpc.sdl b/Core/EM/UEfiNetworkStack/Common/Dpc/Dpc.sdl new file mode 100644 index 0000000..0e96ec3 --- /dev/null +++ b/Core/EM/UEfiNetworkStack/Common/Dpc/Dpc.sdl @@ -0,0 +1,26 @@ +TOKEN + Name = "Dpc_SUPPORT" + Value = "1" + Help = "Main switch to enable Dpc support in Project" + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + TargetH = Yes + Master = Yes +End + +PATH + Name = "Dpc_DIR" +End + +MODULE + Help = "Includes Dpc.mak to Project" + File = "Dpc.mak" +End + +ELINK + Name = "$(BUILD_DIR)\Dpc.ffs" + Parent = "FV_MAIN" + InvokeOrder = AfterParent +End + diff --git a/Core/EM/UEfiNetworkStack/Common/Dpc/DpcDxe.efi b/Core/EM/UEfiNetworkStack/Common/Dpc/DpcDxe.efi Binary files differnew file mode 100644 index 0000000..e93eac0 --- /dev/null +++ b/Core/EM/UEfiNetworkStack/Common/Dpc/DpcDxe.efi diff --git a/Core/EM/UEfiNetworkStack/Common/Dpc/DpcDxeIa32.efi b/Core/EM/UEfiNetworkStack/Common/Dpc/DpcDxeIa32.efi Binary files differnew file mode 100644 index 0000000..9a9361a --- /dev/null +++ b/Core/EM/UEfiNetworkStack/Common/Dpc/DpcDxeIa32.efi |