commit | f7fe45b70e2181e46fd815dc598f0181d1a2c29a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Apr 05 02:45:21 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Apr 07 14:17:06 2019 +0200 |
tree | 0a4182c27043d4cd057f9b7978ae292cf96f1862 | |
parent | 706a2fe9465ad03e3c028ed356ca9fcfb7293ab2 [diff] |
efi_loader: variables PlatformLang and PlatformLangCodes Since TianoCore EDK2 commit d65f2cea36d1 ("ShellPkg/CommandLib: Locate proper UnicodeCollation instance") in edk2 the UEFI Shell crashes if EFI variable PlatformLang is not defined. As this variable is anyway prescribed in the UEFI 2.7 spec let's define it to L"en-US". Use the same value for PlatformLangCodes that defines the list of all supported languages. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>