search for: e466d249

Displaying 6 results from an estimated 6 matches for "e466d249".

Did you mean: e466d24
2015 Sep 12
3
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
...t; >> OK I have adopted this code approach; testing it since last >> week, so far so good. >> Presumably there are other people testing this; feedback appreciated. >> >> Best, >> Patrick >> > > Jeff Sloan, have you been able to test the latest commit, e466d249 ? Should have replied on this thread. -- -Gene
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 Aug 05
2
EFI: HP + syslinux = crash [ brown paper bag update ]
...ee if I could find a common cause somewhere. This is based on commit 8702009f. Where I expected the machine to crash again, it just exited back to the bootloader without crashing. So.. somehow adding this debug code solved the crashing problem? Or did it? Then I went back to the latest branch (e466d249) and lo and behold... It did not crash! Not even with the vesamenu.c32! The same binary! Okay, vesamenu.c32 is still crashing if I enable the bootlogo.png but otherwise it seems pretty stable.. What on earth could have 'cured' my machine? [ some time later ] I probably messed up in cop...
2015 Aug 15
0
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
...-- > -Gene > <<< > > OK I have adopted this code approach; testing it since last > week, so far so good. > Presumably there are other people testing this; feedback appreciated. > > Best, > Patrick > Jeff Sloan, have you been able to test the latest commit, e466d249 ? --Gene
2015 Sep 15
0
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
...is code approach; testing it since last >>> week, so far so good. >>> Presumably there are other people testing this; feedback appreciated. >>> >>> Best, >>> Patrick >>> >> >> Jeff Sloan, have you been able to test the latest commit, e466d249 ? > >> Should have replied on this thread. > >-- >-Gene I downloaded the latest commit, 02f3609, and tested on two different environments. The first is my test network which has dhcp server on one subnet and client, proxy and tftp server on another. Second network is a setup...
2015 Aug 05
2
EFI: HP + syslinux = crash
>>> > On 05-08-15 12:05, Gene Cumm wrote: >> >>? > I recompiled with this in mk/devel.mk <http://devel.mk>: >>? >? GCCWARN += -DDEBUG_PORT=0x2f8 -DCORE_DEBUG=1 >> >> 0x2f8 is a BIOSism. > Is this a problem? The example in the comments said 0x3f8 which is COM1. It means that a BIOS IO port for a UART won't work for EFI.? No