[U-Boot] [PATCH 0/4] efi_convert_device_path_to_text
Heinrich Schuchardt
xypron.glpk at gmx.de
Thu Jul 13 20:06:17 UTC 2017
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 <xypron.glpk at gmx.de>
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
More information about the U-Boot
mailing list