search for: elf_efi

Displaying 2 results from an estimated 2 matches for "elf_efi".

2015 Mar 14
0
[PATCH 0/1] EFI access from Com32 modules
...es/Makefile b/com32/modules/Makefile --- a/com32/modules/Makefile 2014-10-06 10:27:44.000000000 -0600 +++ b/com32/modules/Makefile 2015-03-13 13:37:44.416274394 -0600 @@ -18,13 +18,17 @@ VPATH = $(SRC) include $(MAKEDIR)/elf.mk +ifneq "$(FIRMWARE)" "BIOS" +include $(MAKEDIR)/elf_efi.mk +endif + MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ disk.c32 pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 \ meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \ kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ ifcpu.c32 cpuid...
2015 Feb 20
6
[PATCH 0/1] EFI image booting capabilities
This patch adds to the core EFI image booting capabilities. It was tested on VMware EFI clients and HP Elitebook EFI notebooks, only on PXE environments but it should work on non-PXE scenarios as well. Feedback appreciated. Best, Patrick Signed-off-by: Patrick Masotta <masottaus at yahoo.com> --- diff -uprN a/com32/elflink/ldlinux/execute.c b/com32/elflink/ldlinux/execute.c ---