Displaying 8 results from an estimated 8 matches for "efierr".
Did you mean:
efer
2015 Jul 14
4
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
...ss is TRUE, it passes 0.0.0.0 for StationAddress and
NetMask. core_udp_open calls core_udp_configure which calls
efiip4configure (BIOS). BIOS validates SA and NM but special-cases both
null to allow for proxy. BIOS tries to find the GUID to configure but
fails and returns EFI_UNSUPPORTED error, EFIERR(3).
Then core_udp_sendto attempts to send the packet even though it was never
configured. It does not check for problems, instead relying on the
core_udp_recv to timeout. It retries based on the timeout table but before
completing all of the retries, the watchdog timer triggers a reset.
So the...
2015 Jul 09
2
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
...urrent commit (43f5efa) from
Patrick's repo, .Syslinux.efi is downloaded, there is an ARP and then
nothing hits the wire from the client. The internal failing scenario is
core_udp_sendto in syslinux calls Udp4Configure BIOS command, (I will grab
the packet.) BIOS returns an EFI_UNSUPPORTED (EFIERR (3)) error but
tftp_open still tries to transmit a packet and waits for a reply
(core_udp_recv). The loop timeout values are long enough that the watchdog
eventually times out and reboots the client.
In tftp.c (tftp_open) starting at line 240:
sendreq:
timeout = *timeout_ptr++;
if (!ti...
2015 Jul 17
0
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
...asses 0.0.0.0 for StationAddress and
> NetMask. core_udp_open calls core_udp_configure which calls efiip4configure
> (BIOS). BIOS validates SA and NM but special-cases both null to allow for
> proxy. BIOS tries to find the GUID to configure but fails and returns
> EFI_UNSUPPORTED error, EFIERR(3).
Ahh! I think I have a better solution then.
A pedantic note: BIOS implies non-EFI mode. Firmware is a more correct term.
What uEFI specification version does your system claim to be compliant
with? I'd like to read over the spec for the call to verify things.
> Then core_udp_sendto...
2015 Jul 18
1
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
...Address and
> > NetMask. core_udp_open calls core_udp_configure which calls
> efiip4configure
> > (BIOS). BIOS validates SA and NM but special-cases both null to allow for
> > proxy. BIOS tries to find the GUID to configure but fails and returns
> > EFI_UNSUPPORTED error, EFIERR(3).
>
> Ahh! I think I have a better solution then.
>
> A pedantic note: BIOS implies non-EFI mode. Firmware is a more correct
> term.
>
> What uEFI specification version does your system claim to be compliant
> with? I'd like to read over the spec for the call to veri...
2015 Jul 08
4
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
from: Jeff Sloan <jeff_sloan at selinc.com>
Based on commit: 9314e330
Setting UseDefaultAddress to TRUE uses invalid StationAddress and
SubnetMask values. This is in a network with a local TFTP/MTFTP server. If
the server is local, on the same subnet, UseDefaultAddress is set to false
and the client ip and subnetmask are loaded, otherwise set
UseDefaultAddress to TRUE. This is added to
2011 Jul 28
3
efilinux release 0.8
Hi,
I'm pleased to announce release 0.8 of efilinux, a reference
implementation of a minimal UEFI bootloader. This bootloader has no
bells or whistles, it is simply a prototype with the minimum amount of
smarts required to load a linux kernel (though loaders for other formats
could be added).
Currently it only supports booting x86-64 bzImages but i386 support is
planned for release 0.9, with
2013 Jun 29
0
Syslinux 6.00 released
...* Contents of sys-boot/gnu-efi-3.0u:
/usr
/usr/include
/usr/include/efi
/usr/include/efi/efi.h
/usr/include/efi/efi_nii.h
/usr/include/efi/efi_pxe.h
/usr/include/efi/efiapi.h
/usr/include/efi/eficon.h
/usr/include/efi/efidebug.h
/usr/include/efi/efidef.h
/usr/include/efi/efidevp.h
/usr/include/efi/efierr.h
/usr/include/efi/efifs.h
/usr/include/efi/efigpt.h
/usr/include/efi/efiip.h
/usr/include/efi/efilib.h
/usr/include/efi/efilink.h
/usr/include/efi/efinet.h
/usr/include/efi/efipart.h
/usr/include/efi/efipciio.h
/usr/include/efi/efiprot.h
/usr/include/efi/efipxebc.h
/usr/include/efi/efirtlib.h
/usr...
2013 Jun 29
6
Syslinux 6.00 released
On Sat, 29 Jun, at 01:57:58AM, Igor Sverkos wrote:
> Hi,
>
> Matt Fleming wrote:
> > On Tue, 25 Jun, at 01:52:00PM, Helmut Hullen wrote:
> >> Thanks - now it crashes later ...
> >
> > What crash are you seeing?
> >
> >> I don't have the ia64 files which are needed for a complete binary. But
> >> maybe that's only my special