[edk2] UEFI Shell Ping fails on first use after boot (when adapter is configured for DHCP)

2014-09-25 Thread Jeff Bobzin
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

[edk2] EfiSocketLib always returns failure on first use after boot if adapter is configured for DHCP

2014-09-25 Thread Jeff Bobzin
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

Re: [edk2] Signing binaries and timestamping

2014-07-09 Thread Jeff Bobzin
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

Re: [edk2] Signing binaries and timestamping

2014-07-09 Thread Jeff Bobzin
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>

Re: [edk2] Using EFI_PROTOCOL_DEFINITION, EFI_PROTOCOL_CONSUMER and EFI_PROTOCOL_PRODUCER

2014-07-09 Thread Jeff Bobzin
.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

[edk2] Bug Report for UEFI Shell

2014-07-24 Thread Jeff Bobzin
; 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

Re: [edk2] Bug Report for UEFI Shell

2014-07-24 Thread Jeff Bobzin
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;

Re: [edk2] How to Configure the iSCSI target and the "iSCSI Configuration" in UEFI

2013-10-25 Thread Jeff Bobzin
. 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