Home
last modified time | relevance | path

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

/DragonStub/
H A DMakefile49 SUBDIRS = lib gnuefi inc apps
54 @mkdir -p $(OBJDIR)/apps/lib
55 @mkdir -p $(OBJDIR)/apps/lib/libfdt
61 cp riscv64/apps/dragon_stub.efi ./output/dragon_stub-riscv64.efi
82 apps: gnuefi target
H A DChangeLog394 This also adds apps/t8.c, a simple demo.
442 Refactor ParseCmdline and apps/Alloc+FreePages to factorize
784 last for apps.
790 make -C apps would fail on tcc.c because uefi_call_wrapper()
948 - Modifies apps/Makefile to always use
1078 - Add apps/tcc.efi to test calling convention.
1279 * apps/Makefile: Remove standard rules and include Make.rules instead.
/DragonStub/apps/
H A DMakefile47 APPSDIR = $(LIBDIR)/gnuefi/apps
91 INCDIR += -I$(TOPDIR)/apps/lib/libfdt
/DragonStub/docs/
H A DREADME.gnuefi92 apps: This directory contains a few simple EFI test apps.
110 To build the sample EFI applications provided in subdirectory "apps",
114 apps/t6.efi.
119 Just copy the EFI application (e.g., apps/t6.efi) to the EFI
129 "apps/myefiapp.c". To get this application built by the GNU EFI build
131 apps/Makefile. Once this is done, invoke "make" in the top level
132 directory. This should result in EFI application apps/myefiapp.efi,