Hello,
I am trying to add an ethernet driver to UEFI. It is using PCI IO protocol and producing SNP. When I issue "ifconfig -l eth0" command in UEFI shell, I get an error:
Error. The protocol 'gEfiIp4ConfigProtocolGuid' was required and not found (3B95AA31-3793-434B-8667-C8070892E05E).
I have copied the networking stack set up from ArmVExpress.dsc.inc and ArmVExpress-networking.fdf.inc that includes the Ip4ConfigDxe.inf module. What am I missing ?
Thanx,
Hello Chris,
For general questions, I would suggest to send emails to edk2-devel@lists.sourceforge.net.
Do you confirm the driver 'MdeModulePkg/Universal/Network/Ip4Dxe' is within your FDF file?
Thanks,
Olivier
From: linaro-uefi-bounces@lists.linaro.org [mailto:linaro-uefi-bounces@lists.linaro.org] On Behalf Of Chris Cuthbert Sent: 02 August 2014 23:50 To: linaro-uefi@lists.linaro.org Subject: [Linaro-uefi] UEFI Shell Command "ifconfig" Error
Hello,
I am trying to add an ethernet driver to UEFI. It is using PCI IO protocol and producing SNP. When I issue "ifconfig -l eth0" command in UEFI shell, I get an error:
Error. The protocol 'gEfiIp4ConfigProtocolGuid' was required and not found (3B95AA31-3793-434B-8667-C8070892E05E).
I have copied the networking stack set up from ArmVExpress.dsc.inc and ArmVExpress-networking.fdf.inc that includes the Ip4ConfigDxe.inf module. What am I missing ?
Thanx,