From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.136; helo=mga12.intel.com; envelope-from=brian.richardson@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (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 9934A2063D74A for ; Sun, 13 May 2018 19:42:54 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 May 2018 19:42:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,398,1520924400"; d="scan'208";a="54873831" Received: from orsmsx104.amr.corp.intel.com ([10.22.225.131]) by fmsmga001.fm.intel.com with ESMTP; 13 May 2018 19:42:53 -0700 Received: from orsmsx114.amr.corp.intel.com ([169.254.8.24]) by ORSMSX104.amr.corp.intel.com ([169.254.4.90]) with mapi id 14.03.0319.002; Sun, 13 May 2018 19:42:53 -0700 From: "Richardson, Brian" To: Anatol Pomozov , "edk2-devel@lists.01.org" Thread-Topic: [edk2] Enabling network interface for Realtek8168 chip Thread-Index: AQHT6sa/cTEoe2g220mMNY/mVJ0xK6QuhNIg Date: Mon, 14 May 2018 02:42:53 +0000 Message-ID: <80AC2BAA3152784F98F581129E5CF5AFAF215B49@ORSMSX114.amr.corp.intel.com> References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTc3YTNiZTAtM2M4YS00NDZmLTkzMjYtZTcyODk2M2NhYTFkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InVzZUFhaG9kTkFmd0xpT0dCcStiZGhOY0p5elwvR3BlajgzNVYzWVJLek1jPSJ9 dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Subject: Re: Enabling network interface for Realtek8168 chip X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 02:42:54 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable You can try the UEFI UNDI driver available for download from Realtek's webs= ite: http://www.realtek.com/Downloads/downloadsView.aspx?Langid=3D1&PNid=3D13&PF= id=3D5&Level=3D5&Conn=3D4&DownTypeID=3D3&GetDown=3Dfa&SortByDesc=3D1=20 Thanks ... br --- Brian Richardson, Senior Technical Marketing Engineer, Intel Software brian.richardson@intel.com -- @intel_brian (Twitter & WeChat) https://software.intel.com/en-us/meet-the-developers/evangelists/team/brian= -richardson=20 -----Original Message----- From: edk2-devel On Behalf Of Anatol Pomo= zov Sent: Sunday, May 13, 2018 10:29 AM To: edk2-devel@lists.01.org Subject: [edk2] Enabling network interface for Realtek8168 chip Hello I have a HP Chromebox (codename "zako") that is a small-form factor nice x8= 6 computer useful for experiments. I installed firmware from Matt Davo - th= e firmware is Coreboot + UEFI payload. UEFI compiled from this sourcecode f= ork https://github.com/MattDevo/edk2 At my cromebox I have an ethernet contoller that is identified by Linux `ls= pci` as "01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd= . RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (re= v 0c)" I want to use ethernet network from an UEFI application. I use LocateHandle() to find a SimpleNetworkProtocol for me. Network works fine w= ith QEMU and Intel e1000e controller. But at real hardware at Chromebox Loc= ateHandle() handle returns error EFI_NOT_FOUND. It sounds like the realtek driver is not enabled at UEFI firmware level. Does anyone have pointers how to enable or implement Realtek8168 driver in = edk2? _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel