freebsd-skq/stand/efi
imp dfe617c990 Add wrapper functions to convert strings to EFI_DEVICE_PATH
In anticipation of new functionality, create routines to convert char *
and a CHAR16 * to a EFI_DEVICE_PATH
	EFI_DEVICE_PATH *efi_name_to_devpath(const char *path);
	EFI_DEVICE_PATH *efi_name_to_devpath16(CHAR16 *path);
	void efi_devpath_free(EFI_DEVICE_PATH *dp);
The first two return an EFI_DEVICE_PATH for the passed in paths. The
third frees up the storage the first two return when the caller is
done with it.

Differential Revision: https://reviews.freebsd.org/D19971
2019-04-19 19:45:19 +00:00
..
boot1 Minor tweak to the debug 2019-04-18 15:19:19 +00:00
fdt stand: refactor overlay loading a little bit 2019-04-11 13:26:28 +00:00
include Add wrapper functions to convert strings to EFI_DEVICE_PATH 2019-04-19 19:45:19 +00:00
libefi Add wrapper functions to convert strings to EFI_DEVICE_PATH 2019-04-19 19:45:19 +00:00
loader loader: command_lsefi: ret can be used uninitialized 2019-04-07 14:07:28 +00:00
loader_4th Create a loader for each interpreter for x86 BIOS and all EFI 2018-08-14 18:44:41 +00:00
loader_lua Create a loader for each interpreter for x86 BIOS and all EFI 2018-08-14 18:44:41 +00:00
loader_simp Create a loader for each interpreter for x86 BIOS and all EFI 2018-08-14 18:44:41 +00:00
Makefile Create a loader for each interpreter for x86 BIOS and all EFI 2018-08-14 18:44:41 +00:00
Makefile.inc Hoist EFI_TARGET and SOURCE_DATE_EPOCH up into efi/Makefile.inc 2018-07-20 05:18:03 +00:00