In UEFI shell source, in Ping.c, there is this line,
Status = ((EFI_IP4_PROTOCOL*)(Private->IpProtocol))->Configure
(Private->IpProtocol, &Ip4Config);
When this function returns, EFI_NO_MAPPING, the spec says "DHCP is not
finished yet."
I would suggest the best design would be for ping to wait
In EfiSocketLib\Udp4, the EslUdp4SocketIsConfigured() routine calls
EFI_IP4_PROTOCOL.Configure().
In a system configured for DHCP, the first use of this call after boot will
trigger the DHCP process to begin.
In this case, the error returned is EFI_NO_MAPPING, and this means the DHCP
process is n
timestamp)
---Jeff Bobzin
Insyde Software
-Original Message-
From: Bruce Cran [mailto:bruce.c...@gmail.com]
Sent: Tuesday, July 8, 2014 10:59 AM
To: edk2-devel@lists.sourceforge.net
Subject: [edk2] Signing binaries and timestamping
Having used Authenticode on Windows, I know that
executables
signed later (or lacking trusted timestamp)
---Jeff Bobzin
Insyde Software
-Original Message-
From: Bruce Cran [ <mailto:bruce.c...@gmail.com>
mailto:bruce.c...@gmail.com]
Sent: Tuesday, July 8, 2014 10:59 AM
To: <mailto:edk2-devel@lists.sourceforge.net>
.dec and new format .inf files to
declare protocols.
--Jeff Bobzin
Insyde Software
From: Volodymyr Sharovar [mailto:volodymyrsharo...@gmail.com]
Sent: Wednesday, July 2, 2014 1:35 PM
To: edk2-devel@lists.sourceforge.net
Subject: [edk2] Using EFI_PROTOCOL_DEFINITION, EFI_PROTOCOL_CONSUMER
;
UINT32 SlotCap;
UINT16 SlotControl;
UINT16 SlotStatus;
UINT16 RootControl;
UINT16 RsvdP;
UINT32 RootStatus;
} PCIE_CAP_STURCTURE;
---Jeff Bobzin
Insyde Software
--
Want fast and easy access to all
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Bobzin (jeff.bob...@insyde.com
<mailto:jeff.bob...@insyde.com> )
Original code below:
typedef struct {
UINT8 PcieCapId;
UINT8 NextCapPtr;
UINT16 PcieCapReg;
UINT32 PcieDeviceCap;
.
What is the platform you are testing on?
---Jeff Bobzin
Insyde Software
From: parmeshwr_pra...@dell.com [mailto:parmeshwr_pra...@dell.com]
Sent: Friday, October 25, 2013 5:31 AM
To: edk2-devel@lists.sourceforge.net
Subject: Re: [edk2] How to Configure the iSCSI target and the "iSCS