]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit2bb3b193845178c81671cd43a081193ab81f37b0
treeef10a6e9e95720ef436d98d596351822be9d8999
parentcf9d09dc5b8e35e41f7dbf14977be69fb0ceda86
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