Home
last modified time | relevance | path

Searched refs:gnuefi (Results 1 – 4 of 4) sorted by relevance

/DragonStub/apps/
H A DMakefile47 APPSDIR = $(LIBDIR)/gnuefi/apps
49 CRTOBJS = ../gnuefi/crt0-efi-$(ARCH).o
51 LDSCRIPT = $(TOPDIR)/gnuefi/elf_$(ARCH)_efi.lds
53 LDSCRIPT = $(TOPDIR)/gnuefi/elf_$(ARCH)_fbsd_efi.lds
56 LDFLAGS += -shared -Bsymbolic -L../lib -L../gnuefi $(CRTOBJS)
/DragonStub/
H A DMakefile49 SUBDIRS = lib gnuefi inc apps
81 gnuefi: lib target
82 apps: gnuefi
H A DChangeLog172 Right now we wind up trying to build gnuefi/.o from a source file that's
944 - Creates gnuefi/elf_ia32_fbsd_efi.lds which specifies the object file type as
949 $(TOPDIR)/gnuefi/elf_$(ARCH)_fbsd_efi.lds when building on either 32-bit or
1071 - Force a dependency on lib for gnuefi.
1217 * gnuefi/reloc_ia32.c (_relocate): Change return type from "void"
1221 * gnuefi/elf_ia32_efi.lds: Drop unneeded ".rel.reloc" section.
1223 * gnuefi/crt0-efi-ia32.S (_start): Exit if _relocate() returns with
1232 * gnuefi/reloc_ia32.c: Add a couple of defines to work around
1236 * gnuefi/crt0-efi-ia32.S (dummy): Add a dummy relocation entry.
1240 * gnuefi/reloc_ia32.c: Add a couple of defines to work around
[all …]
/DragonStub/docs/
H A DREADME.gnuefi86 gnuefi: This directory contains the glue necessary to convert ELF64
113 gnuefi/libgnuefi.a first and then all the EFI applications such as a
227 in gnuefi/elf_$(ARCH)_efi.lds where $(ARCH) is the target architecture
277 directory gnuefi for the string "@gprel".
321 version can be found in gnuefi/reloc_ia32.c, the x86_64 version
322 can be found in gnuefi/reloc_x86_64.c and the IA-64 version can be
323 found in gnuefi/reloc_ia64.S.
348 MAX_FUNCTION_DESCRIPTORS in gnuefi/reloc_ia64.S should be increased
366 in gnuefi/crt0-efi-ia64.S crafts one manually by with the code: