Displaying 20 results from an estimated 27 matches for "gplinclud".
Did you mean:
gplinclude
2019 May 15
1
[PATCH] Add support for Hygon Dhyana processor
...different CPU Vendor
ID("HygonGenuine")/Family series number(Family 18h).
Related Hygon kernel patch can be found on:
http://lkml.kernel.org/r/5ce86123a7b9dad925ac583d88d2f921040e859b.1538583282.git.puwen at hygon.cn
Signed-off-by: Jinke Fan <fanjinke51 at yeah.net>
---
com32/gplinclude/cpuid.h | 5 +++--
com32/gpllib/cpuid.c | 7 +++++++
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/com32/gplinclude/cpuid.h b/com32/gplinclude/cpuid.h
index 02f3a0b3..fd77b69d 100644
--- a/com32/gplinclude/cpuid.h
+++ b/com32/gplinclude/cpuid.h
@@ -187,8 +187,9 @@ extern bool...
2020 Sep 16
0
[RFC PATCH] x86_64: Add support for Hygon Dhyana processor
...res on this system
After adding support for Hygon Dhyana processor, the info-
rmation is correct:
boot: cpuidtest.c32
Vendor = Hygon
...
boot: ifcpu.c32 debug multicore
multicore : 64 cores on this system
Thanks!
Jinke Fan
Signed-off-by: Jinke Fan <fanjinke51 at yeah.net>
---
com32/gplinclude/cpuid.h | 5 +++--
com32/gpllib/cpuid.c | 7 +++++++
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/com32/gplinclude/cpuid.h b/com32/gplinclude/cpuid.h
index 02f3a0b3..fd77b69d 100644
--- a/com32/gplinclude/cpuid.h
+++ b/com32/gplinclude/cpuid.h
@@ -187,8 +187,9 @@ extern bool...
2018 Aug 02
1
[PATCH 1/2] Add fabs() implementation
When we add -ffreestanding the compiler won't get to inline this any more.
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
com32/lib/math/fabs.S | 15 +++++++++++++++
mk/lib.mk | 2 +-
2 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 com32/lib/math/fabs.S
diff --git a/com32/lib/math/fabs.S b/com32/lib/math/fabs.S
new file mode 100644
index
2010 Apr 27
2
gpllib write_sectors() patch
Here is a partial patch that I'm using to illustrate a few questions
that I have.
Looking at the gpllib write_sectors (com32/gpllib/disk/write.c) it
looks like the allocated
size is wrong; size is in sectors so we should adjust the alloc/memcpy
by size*SECTOR.
Also, comparing core/diskio.c it looks like the registers aren't even
setup right.
In the patch below I put an #if 0 around the
2012 Nov 03
1
A Few Syslinux 5.00-pre9 Bugs
...bug-reports, before I forget:
- A Windows installer bug for 4.06 and presumably 5.00-pre9 whereby the ADV
contains backslashes. Reproduced with: syslinux.exe --directory \two\dirs
e:
- An open() (?) bug for 4.06 and presumably 5.00-pre9 whereby the filename
/ubcd/custom/syslinux-5.00-pre9/com32/gplinclude/acpi/facs.h fails to open()
after 134 iterations in a loop where it's closed after each open() Variant
was ISOLINUX.
- A PXELINUX 5.00-pre9 bug whereby linux.c32 fails to load a 70 MB file with
1024 MiB RAM (in QEmu). The same scenario with ISOLINUX is fine. Possibly
worth noting is that t...
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 happend in
"lib" dir, let "libupload"
2015 Jan 25
0
release cycle 6.04
...Wed Dec 17 14:06:18 2014 -0500
gpllib: fix parallel building issue
From: Chong Lu <Chong.Lu at windriver.com>
There might be an error when parallel build:
[snip]
cp: cannot create directory `tmp/sysroots/x86_64-linux/usr/share/
syslinux/com32/include/gplinclude': No such file or directory
make[4]: *** [install] Error 1
make[3]: *** [gpllib] Error 2
[snip]
This is a potential issue. In ${S}/com32/gpllib/Makefile file,
install target wants to copy $(SRC)/../gplinclude to
$(INSTALLROOT)$(COM32DIR)/include/ directory, but in...
2017 Oct 29
2
License Question
Hi,
Sorry for writing so many messages. I am doing a license review for
syslinux in Debian and I've stumbled on the following files:
* efi/console.c
* efi/derivative.c
* efi/diskio.c
* efi/main.c
* efi/mem.c
* efi/pxe.c
* efi/tcp.c
* efi/udp.c
All of them start with
/*
* Copyright 2011-2014 Intel Corporation - All Rights Reserved
*/
with no further indication of any license. This
2009 Oct 02
0
[PATCH] add mini-xml to com32 api
...file. Maybe someone else can find a use for it as well.
First you must extract mini-xml into the Syslinux tree:
tar xfz syslinux-3.82.tar.gz
tar xfz mxml-2.6.tar.gz
mkdir -p syslinux-3.82/com32/gpllib/mxml
cp -a mxml-2.6/*.c syslinux-3.82/com32/gpllib/mxml/
cp -a mxml-2.6/*.h syslinux-3.82/com32/gplinclude/
patch -p0 < minixml.patch
The patch adds the config.h and modifies the Makefile to generate the minixml objects.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mxml.patch
Type: application/octet-stream
Size: 3673 bytes
Desc: mxml.patch
URL: <http://ww...
2014 Dec 17
0
[PATCH] build: sort sources to build in a more deterministic way
...,$(sort $(wildcard *.menu)))
spotless: clean libclean menuclean
rm -f *~ \#* *.c32
diff --git a/com32/gpllib/Makefile b/com32/gpllib/Makefile
index e3e30d7..1fec914 100644
--- a/com32/gpllib/Makefile
+++ b/com32/gpllib/Makefile
@@ -8,7 +8,7 @@ include $(MAKEDIR)/lib.mk
REQFLAGS += -I$(SRC)/../gplinclude -I$(SRC)/../gplinclude/zzjson
GPLDIRS := $(SRC) $(addprefix $(SRC)/,disk dmi vpd acpi zzjson)
-LIBOBJS := $(subst $(SRC)/,,$(foreach dir,$(GPLDIRS),$(patsubst %.c,%.o,$(wildcard $(dir)/*.c))))
+LIBOBJS := $(subst $(SRC)/,,$(foreach dir,$(GPLDIRS),$(patsubst %.c,%.o,$(sort $(wildcard $(dir)/*.c)...
2014 May 12
2
compile error about 6.0.2
...lign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0 -mregparm=3 -DREGPARM=3 -W -Wall -Wstrict-prototypes -fomit-frame-pointer -D__COM32__ -nostdinc -iwithprefix include -I/mlsyslinux/com32/libutil/include -I/mlsyslinux/com32/include -I/mlsyslinux/com32/include/sys -I/mlsyslinux/com32/gplinclude -c -o cpio.o /mlsyslinux/com32/libupload/cpio.c
> In file included from /mlsyslinux/com32/include/stddef.h:12,
> from /mlsyslinux/com32/include/stdio.h:10,
> from /mlsyslinux/com32/libupload/cpio.c:7:
> /mlsyslinux/com32/include/bitsize/stddef.h:13:2:...
2010 Aug 25
2
Announcing EXT2FS lib for syslinux
Here is the initial release:
git://github.com/donhiatt/Syslinux-EXT2FS-Library-port.git
I am very new to git so I hope I managed to get the repo setup properly.
The repo is branched from 'disklib' as I plan to use it for all disk
read/write access (I'm currently using modified gpllib/disk/* -- see
README).
Cheers,
don
-----
README for ext2fs module.
* Description
-----------
2016 Oct 20
0
[PATCH] Fix for crash with certain EFIs
...6-64)
+ifeq ($(FWCLASS),EFI)
+ GCCOPT += $(call gcc_ok,-mno-red-zone)
+endif
#let preferred-stack-boundary be default (=4)
endif
GCCOPT += -Os -fomit-frame-pointer
@@ -60,9 +63,7 @@
-I$(com32)/libutil/include -I$(com32)/include \
-I$(com32)/include/sys $(GPLINCLUDE) -I$(core)/include \
-I$(objdir) -DLDLINUX=\"$(LDLINUX)\"
-ifeq ($(FWCLASS),EFI)
-GCCOPT += -mno-red-zone
-else
+ifneq ($(FWCLASS),EFI)
GCCOPT += -mregparm=3 -DREGPARM=3
endif
--- syslinux.orig/mk/embedded.mk
+++ syslinux/mk/embedded.mk
@@ -30,6 +30,9 @@
ifeq ($(ARCH)...
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
2014 May 08
2
compile error about 6.0.2
...lign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0 -mregparm=3 -DREGPARM=3 -W -Wall -Wstrict-prototypes -fomit-frame-pointer -D__COM32__ -nostdinc -iwithprefix include -I/mlsyslinux/com32/libutil/include -I/mlsyslinux/com32/include -I/mlsyslinux/com32/include/sys -I/mlsyslinux/com32/gplinclude -c -o cpio.o /mlsyslinux/com32/libupload/cpio.c
In file included from /mlsyslinux/com32/include/stddef.h:12,
from /mlsyslinux/com32/include/stdio.h:10,
from /mlsyslinux/com32/libupload/cpio.c:7:
/mlsyslinux/com32/include/bitsize/stddef.h:13:2: error: #error "...
2014 May 08
0
compile error about 6.0.2
...lign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0 -mregparm=3 -DREGPARM=3 -W
-Wall -Wstrict-prototypes -fomit-frame-pointer -D__COM32__ -nostdinc
-iwithprefix include -I/mlsyslinux/com32/libutil/include
-I/mlsyslinux/com32/include -I/mlsyslinux/com32/include/sys
-I/mlsyslinux/com32/gplinclude -c -o cpio.o
/mlsyslinux/com32/libupload/cpio.c
> In file included from /mlsyslinux/com32/include/stddef.h:12,
> from /mlsyslinux/com32/include/stdio.h:10,
> from /mlsyslinux/com32/libupload/cpio.c:7:
> /mlsyslinux/com32/include/bitsize/stddef.h:13:2:...
2016 Oct 19
4
[PATCH] Fix for crash with certain EFIs
Hi Ady,
Would it work if we removed "ifdef EFI_BUILD" condition and just add
-mno-red-zone for all x86_64 builds? If not, do you have any ideas how
to pass this flag?
This could work, because the patch is adding the -mno-red-zone flag
only for x86_64 builds, which are only used in the form of the efi64
target. The efi32 and bios targets are both 32-bit.
BTW. I also tried 6.04-pre1 and
2009 Nov 12
12
no memory entry in main menu
Ralf Carl a ?crit :
> Hello Erwan,
>
> i just want to inform you, that there is still no memory entry in the
> main menu (hdt_034 & hdt_035).
> Typing in DMI mode "show module 0" etc. the memory modules are listet.
You mean the menu mode isn't working whereas the cli mode works ?
Do you confirm this ,
IF yes, It seems the Type 6 (the only one you have as you
2015 Mar 14
0
[PATCH 0/1] EFI access from Com32 modules
...e -nostdlib -znocombreloc \
+ -L$(LIBDIR) -m elf_$(ARCH) -E
+#
+#
+SFLAGS += $(GCCOPT) $(GCCWARN) $(ARCHOPT) \
+ -fomit-frame-pointer -D__COM32__ -D__FIRMWARE_$(FIRMWARE)__ \
+ -nostdinc -iwithprefix include \
+ -I$(com32)/libutil/include -I$(com32)/include -I$(com32)/include/sys $(GPLINCLUDE)
+
+
+
+
+LIBEFI = $(objdir)/lib/libefi.a
+
+$(LIBEFI):
+ @echo Building gnu-efi for $(EFI_SUBARCH)
+ $(topdir)/efi/check-gnu-efi.sh $(EFI_SUBARCH) $(objdir)
+
+
+
+%.o: %.S # Cancel old rule
+
+%.o: %.c
+
+.PRECIOUS: %.o
+%.o: %.S $(LIBEFI)
+ $(CC) $(SFLAGS) -c -o $@ $<
+
+.PRECIOUS: %.o
+%.o:...
2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
...--git a/com32/gpllib/Makefile b/com32/gpllib/Makefile
index a174061..1c07068 100644
--- a/com32/gpllib/Makefile
+++ b/com32/gpllib/Makefile
@@ -4,7 +4,8 @@
# Include configuration rules
topdir = ../..
-include ../lib/MCONFIG
+MAKEDIR = $(topdir)/mk
+include $(MAKEDIR)/lib.mk
REQFLAGS += -I../gplinclude
diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index 40ea3ac..5b55911 100644
--- a/com32/hdt/Makefile
+++ b/com32/hdt/Makefile
@@ -16,7 +16,8 @@
##
topdir = ../..
-include ../MCONFIG
+MAKEDIR = $(topdir)/mk
+include $(MAKEDIR)/com32.mk
LIBS = ../cmenu/libmenu/libmenu.a ../libutil...