commit | 01171e1735eeae9cbdc97a5e107c8703007d8751 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Feb 18 18:30:43 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Feb 21 09:21:35 2021 +0100 |
tree | 7921cb31a0193d999e7d69f9319e5a9eac47c4cf | |
parent | fdc66f4a556af7b4889a16153b69e37a9172746b [diff] |
efi_loader: multi part device paths to text Our current implementation of EFI_DEVICE_PATH_TO_TEXT_PROTOCOL.ConvertDevicePathToText() truncates multi part device paths after the first part. We should convert all parts. Render device path instance ends as commas. This is not explicitly described in the UEFI spec but mimics what EDK II does. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>