similar to: Latest firmware branch failing to compile with gnu-efi-3.0t

Displaying 20 results from an estimated 100 matches similar to: "Latest firmware branch failing to compile with gnu-efi-3.0t"

2013 Apr 07
1
EFI64 failing to build - firmware branch HEAD
Hi, The latest from the firmware branch is failing to build EFI64 as of the time of this message make[3]: Entering directory `/home/voltagex/src/syslinux/efi64/efi' gcc -I/usr/include/efi -I/usr/include/efi/x86_64 -DEFI_FUNCTION_WRAPPER -fPIC -fshort-wchar -ffreestanding -Wall -I/home/voltagex/src/syslinux/com32/include -I/home/voltagex/src/syslinux/com32/include/sys
2015 Jul 27
2
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
>>> > I think these changes would solve the thing. > > ... > -EFI_SERVICE_BINDING *sbp; > +EFI_SERVICE_BINDING *sbp =NULL; > ... > > -? ? if (status != EFI_SUCCESS) > +? ? if (status != EFI_SUCCESS || sbp == NULL) >? ? ? ? goto free_binding; > ... The presumption was that we'd see an error rather than non-error from LibLocateHandle()
2015 Jul 22
3
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
>>> Jeff, Patrick: Could you try my code from my github repo branch efi-multinic?? It's derived from Patrick's code and I finally see good responses with a VMware VM's e1000e NIC (never saw ANYTHING good from it until now). git://github.com/geneC/syslinux.git https://github.com/geneC/syslinux.git -- -Gene <<< Hi there I think in the case of a particular
2013 Jun 24
5
Syslinux 6.00 released
On Mon, 24 Jun, at 06:27:00PM, Helmut Hullen wrote: > In file included from /tmp/syslinux-6.00/efi/mem.c:3:0: > /tmp/syslinux-6.00/efi/efi.h:33:5: error: unknown type name 'EFI_SERVICE_BINDING' [...] > Where is the problem: on the syslinux side or on the slackware side? Or > somewhere else? You need a newer version of gnu-efi, gnu-efi 3.0u, which is the release
2015 Sep 12
3
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
On Sat, Aug 15, 2015 at 9:50 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Jul 27, 2015 12:30 PM, "Patrick Masotta" <masottaus at yahoo.com> wrote: >> >> >>> >> > I think these changes would solve the thing. >> > >> > ... >> > -EFI_SERVICE_BINDING *sbp; >> > +EFI_SERVICE_BINDING *sbp =NULL;
2013 Jun 25
0
Syslinux 6.00 released
Hallo, Matt, Du meintest am 24.06.13: >> In file included from /tmp/syslinux-6.00/efi/mem.c:3:0: >> /tmp/syslinux-6.00/efi/efi.h:33:5: error: unknown type name >> 'EFI_SERVICE_BINDING' > [...] >> Where is the problem: on the syslinux side or on the slackware side? >> Or somewhere else? > You need a newer version of gnu-efi, gnu-efi 3.0u, which is
2015 Jul 25
0
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
On Wed, Jul 22, 2015 at 5:13 AM, Patrick Masotta <masottaus at yahoo.com> wrote: >>>> > Jeff, Patrick: Could you try my code from my github repo branch > efi-multinic? It's derived from Patrick's code and I finally see good > responses with a VMware VM's e1000e NIC (never saw ANYTHING good from > it until now). > >
2015 Aug 15
0
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
On Jul 27, 2015 12:30 PM, "Patrick Masotta" <masottaus at yahoo.com> wrote: > > >>> > > I think these changes would solve the thing. > > > > ... > > -EFI_SERVICE_BINDING *sbp; > > +EFI_SERVICE_BINDING *sbp =NULL; > > ... > > > > - if (status != EFI_SUCCESS) > > + if (status != EFI_SUCCESS || sbp ==
2015 Sep 15
0
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
Jeff Sloan Software Engineer - Computing Systems Schweitzer Engineering Laboratories, Inc. (509) 336-2098 jeff_sloan at selinc.com From: Gene Cumm <gene.cumm at gmail.com> To: Patrick Masotta <masottaus at yahoo.com>, jeff_sloan at selinc.com, Cc: For discussion of Syslinux and tftp-hpa <syslinux at zytor.com> Date: 09/12/2015 07:35 AM Subject: Re: [PATCH]
2015 Jul 18
5
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
On Wed, Jul 8, 2015 at 7:34 PM, Gene Cumm <gene.cumm at gmail.com> wrote: > What about the observed symptoms? Have you performed an inline packet Jeff, there's specific code that creates specific responses that if you had mentioned what you saw, I'd expect we could have seen something sooner. -- -Gene
2018 Feb 03
1
Mismatch between code comments and reality in malloc.h
Hi Devs, I've been doing some deep code diving and I seem to have found a discrepancy between code comments and reality. This difference could hint at a bug or performance degradation, but I doubt it. I thought to ask to get clarification. In syslinux/core/mem/malloc.h, the comments and definition for arena_header, ARENA_PADDING and free_arena_header are: /* * This structure should be a
2010 Jul 27
0
__free_tagged not freeing memory?
__free_tagged called by comboot_cleanup_lowmem (core/mem/free.c) doesn't seem to work correctly. Memory allocated with lmalloc() isn't marked as free after the allocating module exits: boot: mem lowmem_buf: 0x000353e0 boot: mem lowmem_buf: 0x000553f0 boot: mem lowmem_buf: 0x00075400 boot: mem lowmem_buf: 0x00000000 boot: The expected behaviour boot: mem lowmem_buf: 0x000353e0 boot: mem
2013 Jun 24
0
Syslinux 6.00 released
Hallo, Matt, Du meintest am 20.06.13: > Finally, the Syslinux 6.00 release is out. This release includes > support for booting from EFI, both from disk-based media and over the > network via PXE. Thanks to everyone who has been testing this out. > There are some EFI bugs that I'm aware of, > * booting Linux kernels without CONFIG_RELOCATABLE doesn't work > *
2013 Jun 25
0
Syslinux 6.00 released
On Mon, Jun 24, 2013 at 2:20 PM, Matt Fleming <matt at console-pimps.org> wrote: > You need a newer version of gnu-efi, gnu-efi 3.0u, which is the release > containing the EFI_SERVICE_BINDING definition. Is there a way to use a rule in mk/local.mk to block the automatic building of efi32 & efi64 in order to prevent the error for those that do not want efi32/efi64 built and
2013 Jun 20
9
Syslinux 6.00 released
Finally, the Syslinux 6.00 release is out. This release includes support for booting from EFI, both from disk-based media and over the network via PXE. Thanks to everyone who has been testing this out. There are some EFI bugs that I'm aware of, * booting Linux kernels without CONFIG_RELOCATABLE doesn't work * 64-bit syslinux.efi cannot boot 32-bit kernels and vice versa *
2015 Aug 13
3
[syslinux:master] efi/pxe: Reuse handle
Hi all, I'm terribly sorry that I cannot follow emails in my gmail inbox, since gmail is blocked by China govement, as many of you may have already known. I'm a HP employee in China and we are going through the splitting process, so the blade server I was using were packed up and should be moved into a new room. I will try the latest source if possible. Thank you very much for your works.
2013 Nov 08
2
syslinux.efi pxeboot across multiple subnets
On 11/08/2013 02:08 PM, Jason Matthews wrote: > I attempted the patch, but had to add a declaration to get it to compile. I > also added the gateway like before. Here's a link to the modified diff I > used and the pcaps from tftpserver and mirrored port from boot to reset. > > http://ge.tt/136167y/v/0 > > I'm also not sure about if I'm building correctly or not.
2013 May 07
2
Question about syslinux EFI alpha version
Dear list, I would like to add and test EFI boot support for a live system. Since I use isolinux and syslinux for everything, I would be glad to have syslinux.efi as boot loader for EFI-only machines, so I can just keep all syslinux.cfg files, help files and boot screen as they are. I checked out version 6.00-pre git of syslinux (the "firmware" branch) and was able to compile efi32 and
2013 May 02
3
Simple Class A VPN Guide - Problems
Hey guys, Stumbled upon tinc a few days ago - looks great. I'm having trouble setting up a simple VPN between two machines that are unfirewalled, one is a physical machine and another is a local VM. I can connect to them via their existing LAN IPs and ping them without issue with < 1ms. 1) I have WinA (Windows host - existing LAN IP 192.168.137.1) and LinuxB (Linux host - existing LAN
2013 May 02
4
[LLVMdev] int to StringRed conversion
Hello everyone, I have an integer and I want to convert it to StringRef in order to set metadata. setMetadata->(StringRef, MDNode*); It is there a native LLVM way to do it? 1. In the llvm::APSInt Class is toString() method, which seems it is not for this purpose 2. itoa and string are not part of LLVM 3. stringstream is not part of LLVM 4. to_string is not part of LLVM 5. any casting method?