commit | 05fefe768177dee6d5ffa6e95867806adc030c21 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat May 11 23:11:48 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun May 12 20:54:22 2019 +0200 |
tree | ef10a6e9e95720ef436d98d596351822be9d8999 | |
parent | 3b985113be63821c799ae6ee98690f740f49a0e9 [diff] |
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>