]> git.baikalelectronics.ru Git - uboot.git/commit
eficonfig: expose eficonfig_create_device_path()
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Sun, 20 Nov 2022 00:21:16 +0000 (09:21 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 22 Nov 2022 11:00:44 +0000 (12:00 +0100)
commitba1ab5315f1151bf72472d506a71efe679b7ec1f
tree30e57e72c0058dccb3ec8110471d78b66d6991e3
parent7997f33b5ac80949e0f49171be001dda91862fe7
eficonfig: expose eficonfig_create_device_path()

Following commits are adding support for UEFI variable management
via the eficonfig menu. Those functions needs to use
eficonfig_create_device_path() to construct the full device path
from device path of the volume and file path, so move it
out of their static declarations.

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
cmd/eficonfig.c
include/efi_config.h