From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400c:c08::22e; helo=mail-ua0-x22e.google.com; envelope-from=anatol.pomozov@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-ua0-x22e.google.com (mail-ua0-x22e.google.com [IPv6:2607:f8b0:400c:c08::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id DB7D72063D75E for ; Sun, 13 May 2018 21:03:15 -0700 (PDT) Received: by mail-ua0-x22e.google.com with SMTP id f22-v6so7388177uam.1 for ; Sun, 13 May 2018 21:03:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=4sO+VCmk6yUPpEuW3K5rVEUZ/WsIJu9HKK9/f0XkBAk=; b=Pk9pPONmyJ1TvHAzGepTgKF0M+HqTwx0GYGz/RkFiGdXO9pa6JjdQXSCJ5gtselB3a H0Kmt4i59NsRzXwRZZhk9kIFcchFOmf7RplNSlMmzsUQpocGDUtsZoCMDB91OCdmMDh4 M6NV+W0qg20QKtdCwRp3riH7VS17HVN47YAaDlj86PPrOsFINFnoEOioOlkw1K/NrtCe j3zAFfpxmsktJQ7GBmLdJbscLJfgVVulLiX+gpPrqKblzIvwvcbPRIZvdcGbF0rsDYi5 CPLJ5f0II0KZMeTR0XxuseDSwIiQQvKM/1KG5Tfa6zXSfjBwM62cEj5cx82DuqpbElCA +rOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=4sO+VCmk6yUPpEuW3K5rVEUZ/WsIJu9HKK9/f0XkBAk=; b=W8IGswkyeJUdDvWwYL7OpnpfHknz+wqDuVh0SuDu1jNRKv0/vlYaYBu+BFmAHCKteP PsfKTGzJt6PUP5iOjHKYkJxMvJCc6nH30wK+UUm/nyIlYovCq30WmYzdTy5NOe9MDopL L7mZyPha1DvL4Cm2Q6Er2zqE9fOfphrj1T9b1f+WPTOh3b+H9hniwj0dMyo8Z+o8QjVC IZdGG9r9EH1M6X48JF/URNTpNHudTZ0QnecwkGQjXpPMqI4HnnflqFwWFT8VONpLMJeN jbLXULVkp7tL12QQyQvcce6UMBqSrkF7oUt/vbhaRQpvqnYyls6s6UVVNjEIKAui9vll 7MTA== X-Gm-Message-State: ALKqPwfb3P/yZHoAFAKezh5SXgpMr8R108MuaeZZpiKuzojxyJc4d7C/ Lo84ufHNZb7/9a2ITCf+lAkBmzDK0kjsxw54yJ8= X-Google-Smtp-Source: AB8JxZqRa8KB23IedL7t7ZFOQY0ISVz2+2PdKqjAN+s0FDhSvaO9wdbvM/0ckbywYJmMLJgsSPlzaUHRcS/Orf3yQ+w= X-Received: by 2002:ab0:5a9a:: with SMTP id w26-v6mr9689665uae.21.1526270594323; Sun, 13 May 2018 21:03:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.21.205 with HTTP; Sun, 13 May 2018 21:03:13 -0700 (PDT) In-Reply-To: <80AC2BAA3152784F98F581129E5CF5AFAF215B49@ORSMSX114.amr.corp.intel.com> References: <80AC2BAA3152784F98F581129E5CF5AFAF215B49@ORSMSX114.amr.corp.intel.com> From: Anatol Pomozov Date: Sun, 13 May 2018 21:03:13 -0700 Message-ID: To: "Richardson, Brian" Cc: "edk2-devel@lists.01.org" 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 04:03:16 -0000 Content-Type: text/plain; charset="UTF-8" Awesome, thank you Brian! On Sun, May 13, 2018 at 7:42 PM, Richardson, Brian wrote: > You can try the UEFI UNDI driver available for download from Realtek's website: > > http://www.realtek.com/Downloads/downloadsView.aspx?Langid=1&PNid=13&PFid=5&Level=5&Conn=4&DownTypeID=3&GetDown=fa&SortByDesc=1 I contacted Zako's device firmware maintainer to add this driver to the firmware blob. Meanwhile I am thinking what can I do to try this driver myself (in case if maintainer is busy and will not make the changes quickly). Is there a way to load this driver programmatically from my UEFI application? So I can request and use SimpleNetworkProtocol. Googling did not give me any clear answer on this topic. And if it does not work, what are other ways for me to enable the network?