Displaying 11 results from an estimated 11 matches for "efibind".
2014 Nov 24
6
[PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
...driver.com>
---
efi/check-gnu-efi.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/efi/check-gnu-efi.sh b/efi/check-gnu-efi.sh
index 85305f8..7d99e9a 100755
--- a/efi/check-gnu-efi.sh
+++ b/efi/check-gnu-efi.sh
@@ -25,7 +25,7 @@ if [ ! \( -f "$objdir/include/efi/$ARCH/efibind.h" -a -f "$objdir/lib/libefi.a"
# Syslinux disables built-in implicit rules.
export MAKEFLAGS=
- ../../efi/build-gnu-efi.sh $ARCH "$objdir" > /dev/null 2>&1
+ ../../efi/build-gnu-efi.sh $ARCH "$objdir"
if [ $? -ne 0 ]; then
print...
2014 Nov 25
0
[PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
...fi.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/efi/check-gnu-efi.sh b/efi/check-gnu-efi.sh
> index 85305f8..7d99e9a 100755
> --- a/efi/check-gnu-efi.sh
> +++ b/efi/check-gnu-efi.sh
> @@ -25,7 +25,7 @@ if [ ! \( -f "$objdir/include/efi/$ARCH/efibind.h" -a -f "$objdir/lib/libefi.a"
> # Syslinux disables built-in implicit rules.
> export MAKEFLAGS=
>
> - ../../efi/build-gnu-efi.sh $ARCH "$objdir" > /dev/null 2>&1
> + ../../efi/build-gnu-efi.sh $ARCH "$objdir"
>...
2024 Feb 28
0
[PATCH 1/1] stddef.h: add wchar_t type definition
...buildroot-linux-gnu/sysroot/usr/include/efi/efi.h:44,
from /build/syslinux-6.03/efi/efi.h:23,
from /build/syslinux-6.03/efi/adv.h:4,
from /build/syslinux-6.03/efi/adv.c:29:
/host/i686-buildroot-linux-gnu/sysroot/usr/include/efi/ia32/efibind.h:90:9: error: unknown type name 'wchar_t'
typedef wchar_t CHAR16;
^~~~~~~
This is because gnu-efi started to use the "wchar_t" type from the
toolchain's <stddef.h> header, in commit [1]. Before this commit,
gnu-efi was defining the type as "short...
2014 Dec 22
0
[PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
...efi.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/efi/check-gnu-efi.sh b/efi/check-gnu-efi.sh
> index 85305f8..7d99e9a 100755
> --- a/efi/check-gnu-efi.sh
> +++ b/efi/check-gnu-efi.sh
> @@ -25,7 +25,7 @@ if [ ! \( -f "$objdir/include/efi/$ARCH/efibind.h" -a -f "$objdir/lib/libefi.a"
> # Syslinux disables built-in implicit rules.
> export MAKEFLAGS=
>
> - ../../efi/build-gnu-efi.sh $ARCH "$objdir" > /dev/null 2>&1
> + ../../efi/build-gnu-efi.sh $ARCH "$objdir"
> i...
2014 Nov 25
1
[PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
...le changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/efi/check-gnu-efi.sh b/efi/check-gnu-efi.sh
>> index 85305f8..7d99e9a 100755
>> --- a/efi/check-gnu-efi.sh
>> +++ b/efi/check-gnu-efi.sh
>> @@ -25,7 +25,7 @@ if [ ! \( -f "$objdir/include/efi/$ARCH/efibind.h" -a -f "$objdir/lib/libefi.a"
>> # Syslinux disables built-in implicit rules.
>> export MAKEFLAGS=
>>
>> - ../../efi/build-gnu-efi.sh $ARCH "$objdir" > /dev/null 2>&1
>> + ../../efi/build-gnu-efi.sh $ARCH "$ob...
2015 Sep 14
0
[PATCH 3/4] mk/efi.mk: Build gnu-efi with the Makefile
...libraries and header files in <objdir> and, if none
-exist, build and install them.
-
- <arch> - A gnu-efi \$ARCH argument, i.e. ia32, x86_64
- <objdir> - The Syslinux object directory
-
-EOF
- exit 1
-fi
-
-ARCH=$1
-objdir=$2
-
-if [ ! \( -f "$objdir/include/efi/$ARCH/efibind.h" -a -f "$objdir/lib/libefi.a" -a -f "$objdir/lib/libgnuefi.a" \) ]; then
- # Build the external project with a clean make environment, as
- # Syslinux disables built-in implicit rules.
- export MAKEFLAGS=
-
- ../../efi/build-gnu-efi.sh $ARCH "$objdir"...
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
...it.h
/usr/include/efi/protocol/efidbg.h
/usr/include/efi/protocol/efivar.h
/usr/include/efi/protocol/intload.h
/usr/include/efi/protocol/legacyboot.h
/usr/include/efi/protocol/piflash64.h
/usr/include/efi/protocol/vgaclass.h
/usr/include/efi/romload.h
/usr/include/efi/x86_64
/usr/include/efi/x86_64/efibind.h
/usr/include/efi/x86_64/efilibplat.h
/usr/include/efi/x86_64/pe.h
/usr/lib
/usr/lib/crt0-efi-x86_64.o
/usr/lib/elf_x86_64_efi.lds
/usr/lib/libefi.a
/usr/lib/libgnuefi.a
/usr/share
/usr/share/doc
/usr/share/doc/gnu-efi-3.0u
/usr/share/doc/gnu-efi-3.0u/ChangeLog.bz2
/usr/share/doc/gnu-efi-3.0u/READ...
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
2015 Sep 14
11
[PATCH 0/4] efi: Makefile improvement
From: Sylvain Gault <sylvain.gault at gmail.com>
These few patches contain a few improvement about the Makefiles for EFI.
Mainly, to rebuild the files when needed, and only when needed. The three shell
scripts efi/{check,build,clean}-gnu-efi.sh disappeared and are now integrated
as makefile recipes.
You'll notice an argument ARFLAGS=rvU to the recursive make calls to gnu-efi.
This is
2015 Sep 24
0
[PATCH] com32/disk: add UEFI support
...addprefix $(objdir)/com32/lib/,$(LIBOTHER_OBJS)) \
$(LIBEFI)
CSRC = $(wildcard $(SRC)/*.c)
diff --git a/efi/check-gnu-efi.sh b/efi/check-gnu-efi.sh
index 7d99e9a..67fe67d 100755
--- a/efi/check-gnu-efi.sh
+++ b/efi/check-gnu-efi.sh
@@ -25,6 +25,7 @@ if [ ! \( -f "$objdir/include/efi/$ARCH/efibind.h" -a -f "$objdir/lib/libefi.a"
# Syslinux disables built-in implicit rules.
export MAKEFLAGS=
+ pushd "$objdir/efi" >/dev/null
../../efi/build-gnu-efi.sh $ARCH "$objdir"
if [ $? -ne 0 ]; then
printf "Failed to build gnu-efi. &qu...