From nobody Sat May 4 04:21:09 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1519449547264327.3556234126553; Fri, 23 Feb 2018 21:19:07 -0800 (PST) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 229BA22436929; Fri, 23 Feb 2018 21:13:03 -0800 (PST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id BEE3D2034D8D3 for ; Fri, 23 Feb 2018 21:13:01 -0800 (PST) Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Feb 2018 21:19:03 -0800 Received: from zwei4-mobl1.ccr.corp.intel.com ([10.239.192.128]) by fmsmga008.fm.intel.com with ESMTP; 23 Feb 2018 21:19:02 -0800 X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.151; helo=mga17.intel.com; envelope-from=david.wei@intel.com; receiver=edk2-devel@lists.01.org X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,386,1515484800"; d="scan'208";a="20028999" From: zwei4 To: edk2-devel@lists.01.org Date: Sat, 24 Feb 2018 13:18:57 +0800 Message-Id: <20180224051857.30136-1-david.wei@intel.com> X-Mailer: git-send-email 2.14.1.windows.1 Subject: [edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] AX88179 UNDI driver. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Add UNDI driver for AX88179 USB-to-LAN adapter. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: zwei4 --- Platform/BroxtonPlatformPkg/PlatformPkg.fdf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Platform/BroxtonPlatformPkg/PlatformPkg.fdf b/Platform/Broxton= PlatformPkg/PlatformPkg.fdf index 6c377553f..9af77d590 100644 --- a/Platform/BroxtonPlatformPkg/PlatformPkg.fdf +++ b/Platform/BroxtonPlatformPkg/PlatformPkg.fdf @@ -702,10 +702,17 @@ APRIORI DXE { # LAN/Network # !if $(NETWORK_ENABLE) =3D=3D TRUE + =20 + FILE DRIVER =3D 51B24E4E-FDD2-4047-BE4D-131873A457B2 { + SECTION PE32 =3D BroxtonPlatformPkg/Common/Binaries/UNDI/AX88179/AX881= 79_178A_UEFI_V2.7.0_X64.efi + SECTION UI =3D "UNDI" + } + FILE DRIVER =3D 2E561D56-4863-44F7-960D-EF2D7F2D35BB { SECTION PE32 =3D BroxtonPlatformPkg/Common/Binaries/UNDI/I210PcieUndiD= xe/E7320X3.EFI SECTION UI =3D "UNDI" } + INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf INF MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf INF MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf --=20 2.14.1.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel