Displaying 5 results from an estimated 5 matches for "pxe_handl".
Did you mean:
pxe_handle
2015 Aug 13
3
[syslinux:master] efi/pxe: Reuse handle
...35 deletions(-)
>
> diff --git a/efi/efi.h b/efi/efi.h
> index ef5bacb..1416488 100644
> --- a/efi/efi.h
> +++ b/efi/efi.h
> @@ -42,7 +42,7 @@ struct efi_binding {
> EFI_HANDLE this;
> };
>
> -extern EFI_HANDLE image_handle;
> +extern EFI_HANDLE image_handle, pxe_handle;
>
> struct screen_info;
> extern void setup_screen(struct screen_info *);
> diff --git a/efi/main.c b/efi/main.c
> index 208fee4..6e43f79 100644
> --- a/efi/main.c
> +++ b/efi/main.c
> @@ -40,36 +40,27 @@ efi_close_protocol(EFI_HANDLE handle, EFI_GUID *guid, EFI_HANDLE a...
2015 Jun 27
2
EFI: PXE: "My IP is 0.0.0.0"
...le" instead of "pxe_DeviceHandle" produces a code easier to follow;
> specially when we end up using that handle to create a TCP4 or UDP4 child...
Not all handles are devices but all usable devices have handles. The
image_handle is a type EFI_LOADED_IMAGE_PROTOCOL, not a device.
pxe_handle could perhaps be renamed as nic_handle or device_handle.
--
-Gene
2015 Jun 27
0
EFI: PXE: "My IP is 0.0.0.0"
...ad of
> "pxe_DeviceHandle" produces a code easier to follow;
> specially when we end up using
> that handle to create a TCP4 or UDP4 child...
Not all handles are devices but all usable devices have handles.? The
image_handle is a type EFI_LOADED_IMAGE_PROTOCOL, not a device.
pxe_handle could perhaps be renamed as nic_handle or device_handle.
--
-Gene
<<<
We already have "image_handle" that (as you say) corresponds to the EFI_LOADED_IMAGE_PROTOCOL
I think that "image_DeviceHandle" would clearly represent the DeviceHandle associated to the loade...
2015 Jun 26
2
EFI: PXE: "My IP is 0.0.0.0"
On Thu, Jun 25, 2015 at 7:28 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Thu, Jun 25, 2015 at 11:54 AM, Patrick Masotta <masottaus at yahoo.com> wrote:
>
>> Yes I know what you mean;
>> "I think" the handle of the running image (our code) has a "path" telling us where
>> was laded from. That would solve this thing.
>
> I just
2015 Jul 22
13
[PULL 0/8] MultiFS suppport for BIOS and EFI
...cally "(hdX,Y)/path/to/file", where X is disk
number and Y is partition number.
Please test it and report to us if any issue found.
Signed-off-by: Paulo Alcantara <pcacjr at zytor.com>
---
The following changes since commit 8702009fc7a6689432d17d4ea05d9c878452c57a:
efi: rename pxe_handle to image_device_handle (2015-07-19 08:09:10 -0400)
are available in the git repository at:
git://git.zytor.com/users/pcacjr/syslinux.git multifs-for-upstream
for you to fetch changes up to b8ca887baec49b6375e12a2ef5847dd4f2017232:
efi/multifs: fix misuse of static private information (2015...