[U-Boot] [PATCH v2 0/5] efi_convert_device_path_to_text

Heinrich Schuchardt xypron.glpk at gmx.de
Thu Jul 13 20:51:30 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 adds a missing parameter check.

The 4th patch supplies additional debug output.

The 5th patch moves the declarations to the beginning of the
function efi_convert_device_path_to_text.

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>

---
v2
	Switch patch 3 and 4.
	Put debug statement after parameter check.
	Add patch 5.
---

Heinrich Schuchardt (5):
  efi_loader: do not duplicate constants for device path
  efi_loader: DevicePathToText for MAC address
  efi_loader: parameter check efi_convert_device_path_to_text
  efi_loader: debug info in efi_convert_device_path_to_text
  efi_loader: DevicePathToText put declarations first

 lib/efi_loader/efi_device_path_to_text.c | 44 +++++++++++++++++++++++++++-----
 1 file changed, 38 insertions(+), 6 deletions(-)

-- 
2.11.0



More information about the U-Boot mailing list