commit | 9c76124950c07a800effc4117a87de511895522e | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Feb 04 16:36:49 2022 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Feb 05 20:20:01 2022 +0100 |
tree | f0ec9918e5dfd181938ed5d9aae93ac0d035d0bb | |
parent | 94f09e015695ab23149a892d15e624107dea2718 [diff] |
efi_loader: fix text output for Uart() DP nodes The UEFI specification concerning Uart() device path nodes has been clarified: Parity and stop bits can either both use keywords or both use numbers but numbers and keywords should not be mixed. Let's go for keywords as this is what EDK II does. For illegal values fall back to numbers. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>