The patch series provides the DevicePathToText function for MAC addresses and some error corrections.
The 1st patch removes duplicate constants that we already have defined in efi_api.h. The 2nd patch implements the DevicePathToText function for MAC addresses. The 3rd patch supplies additional debug output. The 4th patch adds a missing parameter check. Signed-off-by: Heinrich Schuchardt <[email protected]> Heinrich Schuchardt (4): efi_loader: do not duplicate constants for device path efi_loader: DevicePathToText for MAC address efi_loader: debug info in efi_convert_device_path_to_text efi_loader: parameter check efi_convert_device_path_to_text lib/efi_loader/efi_device_path_to_text.c | 40 ++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) -- 2.11.0 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

