efi_loader: make device path to text protocol customizable
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 May 2019 07:53:33 +0000 (09:53 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 12 May 2019 18:54:22 +0000 (20:54 +0200)
commit64b5ba4d293ac9b5416c286aa2d0051b6a9594d6
treee8c43613de924c06cbbfc500df1e471b5187519a
parent334997356e6c394d0898bdb746e7794f4b226ef3
efi_loader: make device path to text protocol customizable

The device path to text protocol is not needed for EBBR compliance. So
let's make it a customizable option.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/Kconfig
lib/efi_loader/Kconfig
lib/efi_loader/Makefile
lib/efi_loader/efi_root_node.c
lib/efi_selftest/Makefile
lib/vsprintf.c