efi_loader: ACPI device node to text
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 May 2019 21:11:48 +0000 (23:11 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 12 May 2019 18:54:22 +0000 (20:54 +0200)
commit05fefe768177dee6d5ffa6e95867806adc030c21
treeef10a6e9e95720ef436d98d596351822be9d8999
parent3b985113be63821c799ae6ee98690f740f49a0e9
efi_loader: ACPI device node to text

The device path to text protocol renders ACPI device nodes incorrectly.

Use capital hexadecimal numbers as shown in the UEFI spec examples.

Always output the optional UID. This matches what UEFI SCT expects and
saves us an `if`.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_device_path_to_text.c