Displaying 4 results from an estimated 4 matches for "23b2707".
Did you mean:
23b2707b
2015 Jun 26
2
EFI: PXE: "My IP is 0.0.0.0"
...(our code) has a "path" telling us where
>> was laded from. That would solve this thing.
>
> I just found we already found the handle before in a more reliable
> manner and we already found it in the beginning of execution in
> efi_main().
>
> --
> -Gene
Commit 23b2707 should resolve this. Please let me know if you need
test binaries
--
-Gene
2015 Jun 26
0
EFI: PXE: "My IP is 0.0.0.0"
>>>
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 the "Device Handle" supporting all those protocols.
(clearly...
2015 Jun 25
2
EFI: PXE: "My IP is 0.0.0.0"
>>>
The key is that the handle _itself_ is the proper link between the
EFI_PXE_BASE_CODE_PROTOCOL and EFI_UDP4_SERVICE_BINDING_PROTOCOL.
_IT_ is the piece that must be stored and reused.
I found this thanks to a Google search "EFI_PXE_BASE_CODE_PROTOCOL
EFI_MANAGED_NETWORK_PROTOCOL" and
http://sourceforge.net/p/edk2/mailman/message/31604654/
where Laszlo Ersek showed the
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 the "Device Handle&qu...