aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_selftest
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2017-11-26 14:05:09 +0100
committerAlexander Graf <agraf@suse.de>2017-12-01 13:35:05 +0100
commit61aba1931a559a325c39f48d24a47de857d0da75 (patch)
tree0bb889a6a9c5c9d38f4d23be3637b7cca5a83792 /lib/efi_selftest
parent908cf9a3ffdd611808d75e3c845774ba152c91a4 (diff)
downloadu-boot-61aba1931a559a325c39f48d24a47de857d0da75.zip
u-boot-61aba1931a559a325c39f48d24a47de857d0da75.tar.gz
u-boot-61aba1931a559a325c39f48d24a47de857d0da75.tar.bz2
efi_loader: fix efi_convert_device_node_to_text
We need to implement to different functions for the EFI_DEVICE_PATH_TO_TEXT_PROTOCOL: ConvertDeviceNodeToText ConvertDevicePathToText A recent patch screwed up efi_convert_device_node_to_text to expect a device path and not a node. The patch makes both service functions work again. efi_convert_device_node_to_text is renamed to efi_convert_single_device_node_to_text and efi_convert_device_node_to_text_ext is renamed to efi_convert_device_node_to_text to avoid future confusion. A test of ConvertDeviceNodeToText will be provided in a follow-up patch. Fixes: adae4313cdd efi_loader: flesh out device-path to text Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'lib/efi_selftest')
0 files changed, 0 insertions, 0 deletions