]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit3880cf0e7038756bc5f153ea96cb5cf18df91845
treee8c43613de924c06cbbfc500df1e471b5187519a
parent24cd8c8ccd289c3294d97c96aa4d633afd20bd6a
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