search for: libupload

Displaying 20 results from an estimated 28 matches for "libupload".

2014 May 08
2
compile error about 6.0.2
...`all'. make[3]: Leaving directory `/mlsyslinux/bios/codepage' make -r -C com32 SRC="/mlsyslinux/com32" OBJ="/mlsyslinux/bios/com32" \ -f /mlsyslinux/com32/Makefile all make[3]: Entering directory `/mlsyslinux/bios/com32' make -C /mlsyslinux/bios/com32/libupload SRC="/mlsyslinux/com32"/libupload OBJ="/mlsyslinux/bios/com32"/libupload/ \ -f /mlsyslinux/com32/libupload/Makefile all make[4]: Entering directory `/mlsyslinux/bios/com32/libupload' gcc -Wp,-MT,cpio.o,-MD,./.cpio.o.d -std=gnu99 -m32 -march=i386 -mpreferred-s...
2014 May 08
0
compile error about 6.0.2
On May 7, 2014 11:54 PM, "??" <muliu92 at 163.com> wrote: > make[4]: Entering directory `/mlsyslinux/bios/com32/libupload' > gcc -Wp,-MT,cpio.o,-MD,./.cpio.o.d -std=gnu99 -m32 -march=i386 -mpreferred-stack-boundary=2 -fno-stack-protector -fwrapv -freg-struct-return -Os -fPIC -fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0...
2014 May 12
2
compile error about 6.0.2
...of compiling pxelinux only is that i want to add tcp support, not http and ftp. ? 2014-05-08 18:09:15?"Gene Cumm" <gene.cumm at gmail.com> ??? On May 7, 2014 11:54 PM, "??" <muliu92 at 163.com> wrote: > make[4]: Entering directory `/mlsyslinux/bios/com32/libupload' > gcc -Wp,-MT,cpio.o,-MD,./.cpio.o.d -std=gnu99 -m32 -march=i386 -mpreferred-stack-boundary=2 -fno-stack-protector -fwrapv -freg-struct-return -Os -fPIC -fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0...
2014 Nov 21
1
[PATCH 1/2] libupload: fix parallel build issue
Fixed: cp -r syslinux-6.01/com32/libupload/*.h image/usr/share/syslinux/com32/include/ [snip] rm -rf image/usr/share/syslinux/com32/include [snip] cp: cannot create regular file `image/usr/share/syslinux/com32/include/serial.h': No such file or directory The cp is happened in the "libupload" dir, while "rm -fr" is h...
2016 Apr 23
0
RFC: [Patch] libpuload: use previous TFTP OK status definition
libupload: Use previous TFTP OK status definition FTBFS: com32/hdt/hdt-dump.c:227:39: error: ?TFTP_OK? undeclared (first use in this function) Signed-off-by: Gene Cumm <gene.cumm at gmail.com> Should we trim "ERR_" off the definition or change all of the places this macro is used? Trimm...
2015 Feb 10
1
Missing make dependencies?
...es. This patch seems to fix my failures, but I'm wondering (if my analysis is correct) if there are a few more missing. diff --git a/com32/Makefile b/com32/Makefile index c5784be..b18414f 100644 --- a/com32/Makefile +++ b/com32/Makefile @@ -18,6 +18,6 @@ gfxboot: lib libutil gpllib hdt: lib libupload cmenu gpllib libutil lua/src: cmenu modules modules: lib libutil gpllib -rosh: lib libutil -samples: libutil elflink/ldlinux +rosh: lib libutil gpllib +samples: libutil elflink/ldlinux gpllib sysdump: lib libutil libupload gpllib In a successful build, libgpl.c32 finished building before hello...
2011 Apr 29
1
[PATCH] hdt: libmenu.a no longer exists
...ged, 1 insertions(+), 1 deletions(-) diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile index 65bc1c6..934ad25 100644 --- a/com32/hdt/Makefile +++ b/com32/hdt/Makefile @@ -19,7 +19,7 @@ topdir = ../.. MAKEDIR = $(topdir)/mk include $(MAKEDIR)/elf.mk -LIBS = ../cmenu/libmenu/libmenu.a ../libupload/libcom32upload.a +LIBS = ../libupload/libcom32upload.a CFLAGS += -I$(com32)/cmenu/libmenu -I$(com32) MODULES = hdt.c32 -- 1.7.4.4
2014 Dec 17
0
[PATCH] build: sort sources to build in a more deterministic way
...bugzilla.syslinux.org/show_bug.cgi?id=57#related Signed-off-by: Philippe Coval <philippe.coval at open.eurogiciel.org> --- codepage/Makefile | 2 +- com32/cmenu/Makefile | 6 +++--- com32/gpllib/Makefile | 2 +- com32/hdt/Makefile | 2 +- com32/libupload/Makefile | 2 +- com32/rosh/Makefile | 2 +- com32/sysdump/Makefile | 4 ++-- core/Makefile | 24 ++++++++++++------------ dos/Makefile | 2 +- efi/Makefile | 2 +- gpxe/src/Makefile.housekeeping | 12 ++++++------ l...
2015 Jan 25
0
release cycle 6.04
...at windriver.com> Signed-off-by: Robert Yang <liezhi.yang at windriver.com> Signed-off-by: Gene Cumm <gene.cumm at gmail.com> commit 80e91530c1a9b73d7768c3a5234684d532661b87 Author: Robert Yang <liezhi.yang at windriver.com> Date: Wed Dec 17 14:04:32 2014 -0500 libupload: fix parallel build issue Fixed: cp -r syslinux-6.01/com32/libupload/*.h image/usr/share/syslinux/com32/include/ [snip] rm -rf image/usr/share/syslinux/com32/include [snip] cp: cannot create regular file `image/usr/share/syslinux/com32/include/serial.h': No such fil...
2019 May 25
2
Kernel Image CRC checking
Hello, Is there a function to check a bzImage CRC ? If (ImageCRC("/bzImage") == -1) Load_kernel("/BACKUP/bzImage") or what else Thanks Regards Johann
2019 Jun 08
2
Kernel Image CRC checking
...Load_kernel("/BACKUP/bzImage") or what else >> >> Thanks >> >> Regards >> Johann > > It doesn't appear so. I'm assuming you're referring to the CRC32 > present in Linux x86 boot protocol 2.08+ found in Linux versions > 2.6.26+ ? libupload has a CRC-16 function. zlib has a CRC-32 > function but looks like it's initialized with different > polynomial/remainder. > Writing a generic CRC generator is not very hard; for a boot loader it makes sense to compute the tables at runtime anyway, so it isn't a hard thing to do...
2011 Apr 25
1
Pull request for HDT
Peter, HDT 0.5.0 is ready to be merged. My master have the libupload code + some other fixes on the cpuid. Enjoy, http://git.zytor.com/?p=users/erwan/hdt.git;a=summary Erwan,
2011 Apr 28
1
elflink: build failure
make[2]: *** No rule to make target `../cmenu/libmenu/libmenu.a', needed by `hdt.c32'. Stop. Sebastian
2015 Sep 02
1
HDT & DMI updates
Thanks for pointing this out. Applied in 3b3bc3675519e1530adab27480196eb3f1a458bc Note that I've been adding some code in that branch to support the tftp WRQ from libupload when running with lpxelinux. 2015-09-02 12:18 GMT+02:00 Gene Cumm <gene.cumm at gmail.com>: > On Fri, Aug 14, 2015 at 4:41 AM, Erwan Velu via Syslinux > <syslinux at zytor.com> wrote: > > Hi folks, > > > > I've been off for a pretty long time and I'm tr...
2012 Jun 26
2
[GIT PULL] elflink bug fixes
...com32/lib/sys/module/common.c | 13 +--- com32/lib/sys/module/elf_module.c | 38 +++++------- com32/lib/syslinux/disk.c | 63 +++++++++++++++---- core/include/pxe.h => com32/lib/syslinux/pxe_dns.c | 50 +++++++++++++--- com32/libupload/upload_tftp.c | 2 +- com32/lua/src/vesa.c | 31 +++++++--- com32/mboot/initvesa.c | 24 +++++--- com32/mboot/mem.c | 35 ++++++++--- com32/modules/Makefile...
2019 Jun 04
0
Kernel Image CRC checking
.../bzImage") == -1) > Load_kernel("/BACKUP/bzImage") or what else > > Thanks > > Regards > Johann It doesn't appear so. I'm assuming you're referring to the CRC32 present in Linux x86 boot protocol 2.08+ found in Linux versions 2.6.26+ ? libupload has a CRC-16 function. zlib has a CRC-32 function but looks like it's initialized with different polynomial/remainder. -- -Gene
2019 Jun 08
0
Kernel Image CRC checking
On 6/7/19 10:19 PM, H. Peter Anvin via Syslinux wrote: >> >> It doesn't appear so. I'm assuming you're referring to the CRC32 >> present in Linux x86 boot protocol 2.08+ found in Linux versions >> 2.6.26+ ? libupload has a CRC-16 function. zlib has a CRC-32 >> function but looks like it's initialized with different >> polynomial/remainder. >> > > Writing a generic CRC generator is not very hard; for a boot loader it makes > sense to compute the tables at runtime anyway, so it is...
2015 Aug 14
2
HDT & DMI updates
Hi folks, I've been off for a pretty long time and I'm trying to resume a little bit. While testing HDT I found some serious bugs in HDT's CLI mode but also took the time to update the DMI detection tables. Please find my hw_update branch which is in sync with the current git tree. https://github.com/ErwanAliasr1/syslinux/commits/hw_update Erwan,
2012 Jul 16
5
[PATCH 0/5] Deleting __intcall() from Syslinux
...ux/runimage.c | 19 ++--- com32/lib/syslinux/serial.c | 19 +++-- com32/lib/syslinux/shuffle.c | 9 +-- com32/lib/syslinux/version.c | 21 ++++--- com32/lib/syslinux/video/fontquery.c | 16 ++--- com32/lib/syslinux/video/reportmode.c | 11 +-- com32/libupload/upload_tftp.c | 18 +---- com32/menu/menumain.c | 6 +- com32/menu/readconfig.c | 2 +- com32/modules/gpxecmd.c | 11 +--- com32/modules/pxechn.c | 16 +---- com32/modules/sanboot.c | 11 +--- com32/sampl...
2012 Oct 19
3
[PATCH 0/3] elflink fixes
From: Matt Fleming <matt.fleming at intel.com> The first two patches in this series are fixes for bugs reported by someone in #syslinux. The third makes dmitest.c32 actually wait for user input. If no one has any objections/concerns, I'll pull this into the official elflink branch. Matt Fleming (3): core: Print error message if we don't load ldlinux.c32 Clean up $(GPLLIB) leak