summaryrefslogtreecommitdiff
path: root/Core/EM/UEfiNetworkStack/Common/UefiPxeBc
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/UEfiNetworkStack/Common/UefiPxeBc')
-rw-r--r--Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBc.cif11
-rw-r--r--Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBc.mak59
-rw-r--r--Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBc.sdl26
-rw-r--r--Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBcDxe.efibin0 -> 57088 bytes
-rw-r--r--Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBcDxeIa32.efibin0 -> 41824 bytes
5 files changed, 96 insertions, 0 deletions
diff --git a/Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBc.cif b/Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBc.cif
new file mode 100644
index 0000000..5ad3dbc
--- /dev/null
+++ b/Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBc.cif
@@ -0,0 +1,11 @@
+<component>
+ name = "UefiPxeBc"
+ category = ModulePart
+ LocalRoot = "Core\EM\UEfiNetworkStack\Common\UefiPxeBc"
+ RefName = "UefiPxeBc"
+[files]
+"UefiPxeBc.sdl"
+"UefiPxeBc.mak"
+"UefiPxeBcDxeIa32.efi"
+"UefiPxeBcDxe.efi"
+<endComponent>
diff --git a/Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBc.mak b/Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBc.mak
new file mode 100644
index 0000000..3615490
--- /dev/null
+++ b/Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBc.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/UefiPxeBc/UefiPxeBc.mak 2 5/01/12 9:49a Hari $
+#
+# Revision: $
+#
+# $Date: 5/01/12 9:49a $
+#**********************************************************************
+# Revision History
+# ----------------
+#
+#**********************************************************************
+#<AMI_FHDR_START>
+#
+# Name: UefiPxeBc.mak
+#
+# Description:
+#
+#<AMI_FHDR_END>
+#**********************************************************************
+all : UefiPxeBc
+
+UefiPxeBc : $(BUILD_DIR)\UefiPxeBc.ffs
+
+!IF "$(x64_BUILD)"=="1"
+$(BUILD_DIR)\UefiPxeBc.ffs : $(UefiPxeBc_DIR)\UefiPxeBcDxe.efi
+!ELSE
+$(BUILD_DIR)\UefiPxeBc.ffs : $(UefiPxeBc_DIR)\UefiPxeBcDxeIa32.efi
+!ENDIF
+ $(MAKE) /f Core\FFS.mak \
+ BUILD_DIR=$(BUILD_DIR) \
+ GUID=0EF8A3B1-388A-4b62-8BE6-C7877D50AEDF\
+ 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/UefiPxeBc/UefiPxeBc.sdl b/Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBc.sdl
new file mode 100644
index 0000000..957b34a
--- /dev/null
+++ b/Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBc.sdl
@@ -0,0 +1,26 @@
+TOKEN
+ Name = "UefiPxeBc_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable UefiPxeBc support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ TargetH = Yes
+ Master = Yes
+End
+
+PATH
+ Name = "UefiPxeBc_DIR"
+End
+
+MODULE
+ Help = "Includes UefiPxeBc.mak to Project"
+ File = "UefiPxeBc.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\UefiPxeBc.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End
+
diff --git a/Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBcDxe.efi b/Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBcDxe.efi
new file mode 100644
index 0000000..6baf034
--- /dev/null
+++ b/Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBcDxe.efi
Binary files differ
diff --git a/Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBcDxeIa32.efi b/Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBcDxeIa32.efi
new file mode 100644
index 0000000..e1d73a9
--- /dev/null
+++ b/Core/EM/UEfiNetworkStack/Common/UefiPxeBc/UefiPxeBcDxeIa32.efi
Binary files differ