summaryrefslogtreecommitdiff
path: root/BraswellPlatformPkg/Common/Silicon/UNDI
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-08-03 11:38:45 +0800
committerGuo Mang <mang.guo@intel.com>2016-08-04 10:32:51 +0800
commit4b580834df3f4b87f22636998477464a2ea0caf9 (patch)
tree2f0d0e2aae245e10d6f797585005b1dd4c5a24e5 /BraswellPlatformPkg/Common/Silicon/UNDI
parente1441bd7534687d71c009ea78deafa3d6ffadda6 (diff)
downloadedk2-platforms-4b580834df3f4b87f22636998477464a2ea0caf9.tar.xz
BraswellPlatformPkg: Restructure code in Common/Silicon/UNDI
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com> Reviewed-by: David Wei <david.wei@intel.com>
Diffstat (limited to 'BraswellPlatformPkg/Common/Silicon/UNDI')
-rw-r--r--BraswellPlatformPkg/Common/Silicon/UNDI/IntelUndi/I210PciUndiDxe.inf39
-rw-r--r--BraswellPlatformPkg/Common/Silicon/UNDI/IntelUndi/I210PcieUndiDxe.inf39
-rw-r--r--BraswellPlatformPkg/Common/Silicon/UNDI/RealtekUndi/Rtl8111gUndiDxe/Rtl8111gUndiDxe.inf (renamed from BraswellPlatformPkg/Common/Silicon/UNDI/RtkUndiDxe/RtkUndiDxe.inf)0
3 files changed, 78 insertions, 0 deletions
diff --git a/BraswellPlatformPkg/Common/Silicon/UNDI/IntelUndi/I210PciUndiDxe.inf b/BraswellPlatformPkg/Common/Silicon/UNDI/IntelUndi/I210PciUndiDxe.inf
new file mode 100644
index 0000000000..80ddb024b7
--- /dev/null
+++ b/BraswellPlatformPkg/Common/Silicon/UNDI/IntelUndi/I210PciUndiDxe.inf
@@ -0,0 +1,39 @@
+## @file
+# Realtek* UNDI driver
+#
+# Provides a sample UEFI application that can be added to a firmware image to
+# validate support for launching a UNDI driver.
+#
+# Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>
+#
+# This program and the accompanying materials are licensed and made available under
+# the terms and conditions of the BSD License that 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 = I210PciUndiDxe
+ FILE_GUID = DDB981A8-CCCE-43AC-BD4B-88E925BA272F
+ MODULE_TYPE = UEFI_DRIVER
+ VERSION_STRING = 1.0
+
+[Binaries.X64]
+ PE32|X64/I210PciUndiDxe.efi|*
+
+[Packages]
+ MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+
+[Protocols]
+ ## PRODUCES
+ ## CONSUMES
+ gEfiDevicePathProtocolGuid
+ gEfiPciIoProtocolGuid ## CONSUMES
+ gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## BY_START
+
diff --git a/BraswellPlatformPkg/Common/Silicon/UNDI/IntelUndi/I210PcieUndiDxe.inf b/BraswellPlatformPkg/Common/Silicon/UNDI/IntelUndi/I210PcieUndiDxe.inf
new file mode 100644
index 0000000000..b258e5438b
--- /dev/null
+++ b/BraswellPlatformPkg/Common/Silicon/UNDI/IntelUndi/I210PcieUndiDxe.inf
@@ -0,0 +1,39 @@
+## @file
+# Realtek* UNDI driver
+#
+# Provides a sample UEFI application that can be added to a firmware image to
+# validate support for launching a UNDI driver.
+#
+# Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>
+#
+# This program and the accompanying materials are licensed and made available under
+# the terms and conditions of the BSD License that 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 = I210PcieUndiDxe
+ FILE_GUID = 95CCC9E0-3270-4643-BD62-13035E06B66B
+ MODULE_TYPE = UEFI_DRIVER
+ VERSION_STRING = 1.0
+
+[Binaries.X64]
+ PE32|X64/I210PcieUndiDxe.efi|*
+
+[Packages]
+ MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+
+[Protocols]
+ ## PRODUCES
+ ## CONSUMES
+ gEfiDevicePathProtocolGuid
+ gEfiPciIoProtocolGuid ## CONSUMES
+ gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## BY_START
+
diff --git a/BraswellPlatformPkg/Common/Silicon/UNDI/RtkUndiDxe/RtkUndiDxe.inf b/BraswellPlatformPkg/Common/Silicon/UNDI/RealtekUndi/Rtl8111gUndiDxe/Rtl8111gUndiDxe.inf
index 617227a04c..617227a04c 100644
--- a/BraswellPlatformPkg/Common/Silicon/UNDI/RtkUndiDxe/RtkUndiDxe.inf
+++ b/BraswellPlatformPkg/Common/Silicon/UNDI/RealtekUndi/Rtl8111gUndiDxe/Rtl8111gUndiDxe.inf