Displaying 5 results from an estimated 5 matches for "servicebindings".
Did you mean:
servicebinding
2015 Jul 02
2
EFI: PXE: "My IP is 0.0.0.0"
OK there are problems.
From
https://sourceforge.net/p/edk2/mailman/message/31604654/
""In current EDKII implementation, all the network servicebinding protocols for a
NIC device are installed together on the NIC's device handle, so you can get all
of them when you have chosen a special NIC handle.""
Unfortunately there are PCs with UEFI implementations not following the
2015 Jul 03
2
EFI: PXE: "My IP is 0.0.0.0"
>>>
Lovely, the ServiceBindings are on a handle that resembles the NIC
while the Pxebc is IP-type specific.? Looks like we should try to do a
ServiceBinding based on Pxebc but fall back to MAC-based searching,
saving all 3 handles, the image handle, Pxebc handle, and ServiceBinding handle.?
Presumably the UDP and TCP handles...
2015 Jul 03
0
EFI: PXE: "My IP is 0.0.0.0"
...we can use the image_DeviceHandle, next when ServiceBinding we need to detect
> all the available SB handles of the required type, parse their DevicePath and take the one with a matching MAC.
>
> Let me know if you see any alternative to MAC parsing considering this new info.
Lovely, the ServiceBindings are on a handle that resembles the NIC
while the Pxebc is IP-type specific. Looks like we should try to do a
ServiceBinding based on Pxebc but fall back to MAC-based searching,
saving all 3 handles, the image handle, Pxebc handle, and
ServiceBinding handle. Presumably the UDP and TCP handles _sho...
2015 Jul 05
0
EFI: PXE: "My IP is 0.0.0.0"
On Fri, Jul 3, 2015 at 11:05 AM, Patrick Masotta <masottaus at yahoo.com> wrote:
>>>>
> Lovely, the ServiceBindings are on a handle that resembles the NIC
> while the Pxebc is IP-type specific. Looks like we should try to do a
> ServiceBinding based on Pxebc but fall back to MAC-based searching,
> saving all 3 handles, the image handle, Pxebc handle, and ServiceBinding handle.
> Presumably the U...
2015 Jun 27
2
EFI: PXE: "My IP is 0.0.0.0"
On Fri, Jun 26, 2015 at 10:49 AM, Patrick Masotta <masottaus at yahoo.com> wrote:
>>>>
> Commit 23b2707 should resolve this. Please
> let me know if you need
> test binaries
>
> --
> -Gene
> <<<
>
>
> 1) About the Service Binding protocols, PXE protocol, etc having the same handle# is clear if we
> see that the number is in fact