Lines Matching refs:in

18     Turns out we actually need setjmp in one of gnu-efi's prominent
19 users, and it seems to make more sense to put it here than in
68 That in turn enables building for multiple architectures in parallel.
84 Since we're keeping this in git, it'd be nice not to see a bunch
85 of make targets in 'status'
107 using Visual Studio 2013 Community Edition (as in https://github.com/pbatard/uefi-simple):
113 * Also update macro definitions in "inc\<arch>\efibind.h" for MSVC
133 file in the current directory gnu-efi-$VERSION.tar.bz2 , with its top
137 you do "make archive", which will tag a release in git and generate a
274 in cases we use gnu-efi together with other libs that define stdarg.h,
293 has been imported from the Linux kernel to perform the division operations in
355 is on the path rather than hardcoded in /usr/bin.
357 This results in the build doing the right thing if CROSS_COMPILE is set in the
485 as seen in the gummiboot 45-1 Debian release.
532 a platform function, implying (2b). (The error is masked in case (1).)
604 Here is a very small patch to remove compiler warning in function
615 Here is a very small patch to remove *~ files in include diretory.
625 The path is in the two files inc/efidevp.h and lib/dpath.c.
727 There was no COPYING file in the elilo source that the comment refers to.
812 "0x507" that you don't normally expect to see in your call path.
819 bug in make 3.82 expand to odd values
821 Some Makefiles tickle a bug in make 3.82 that cause libefi.a
836 Group them in .text. Also add vague linkage sections in .text.
845 Reorder variables in Make.defaults so that they are grouped by
859 automatically at preprocessing time. This should result in more
862 Argument va_num is now ignored in x86_64 code, both with and
865 Credits to the macro magic given in the comments.
899 macros only exist in link.h on Linux. On FreeBSD, the equivalent macro is
915 This removes the conflict between the host types dragged in by elf.h and the
916 type definitions in efibind.h that made the #define foo_t efi_foo_t" hack
929 that we know the types will always be defined properly, in case you build on a
930 system where <elf.h> doesn't automatically pull in the right header files to
952 - Changed LDFLAGS in Make.defaults to include --no-undefined. This will cause
959 the RtZeroMem() and RtSetMem() routines in lib/runtime/efirtlib.c and guards
960 against the native compiler in some Linux distros from adding in stack
961 checking code which relies on libc help that isn't present in the EFI runtime
992 Mark them as EFIAPI so the compiler will (in our new
994 - These need to be EFIAPI functions because in some cases
996 function. (Which means that previously in cases that
1002 - Honor PREFIX and LIBDIR correctly when passed in during the build.
1029 the API in order handle 64-bit systems.
1033 which is in part the fault of gummiboot, but happens only
1058 the alignment value in the FileAlignment field (512 bytes by
1059 default) of the PE/COFF header. This results in a signed
1060 executable failing to boot in a secure boot environment.
1088 - Add an ignore for .note.GNU-stack section in X86-64 linker maps.
1110 * Use LIBDIR in makefiles
1112 * Fixes incorrect section attribute in crt0-efi-ia32.S
1114 * Fixes a RAW warning in reloc_ia64.S
1115 * Adds the USB HCI device path structure in the headers
1124 EFI calling convention, the stack should be aligned in 16 bytes
1125 to make it possible to use SSE2 in EFI boot services.
1138 match latest gcc. The new gcc may put functions in
1165 * split gnu-efi package in two different packages: the libary+include+crt and the bootloader.
1204 * change the way the kernel is invoked. Now we call it in
1210 The address of the structure is passed to the kernel in r28
1259 * added support to load the FPSWA from a file in case support is not
1260 present in the firmware already
1272 put __gp in the "middle" of it.
1290 * fix a few extra memory leaks in create_boot_params()
1304 .IA_64.unwind_info in .data segment to avoid EFI load error
1321 * created a separate directory for lilo in the gnu-efi package.