summaryrefslogtreecommitdiffstats
path: root/meta-intel
diff options
context:
space:
mode:
authorCheng C Yang <cheng.c.yang@linux.intel.com>2019-03-08 13:58:35 +0800
committerAndrew Geissler <geissonator@yahoo.com>2019-03-10 16:20:34 -0500
commitc13b82eebd60cd38cc174994520076d8857b62fa (patch)
tree682ca2afb7b90e9f69765dd358fa19d25fbbd380 /meta-intel
parent291a25a7b2b06dc1a2ff70384d817c988b849be7 (diff)
downloadtalos-openbmc-c13b82eebd60cd38cc174994520076d8857b62fa.tar.gz
talos-openbmc-c13b82eebd60cd38cc174994520076d8857b62fa.zip
Enable Custom Key in Web SOL for Intel platform
Add customKeyEnable and KeyType items in config.json to enable VT100+ Custom Key for Web SOL. Intel BIOS use VT100+ protocol for console redirection, with current xtermjs key extensions, some important keys such as Backspace, F1-F12 cannot work in Web SOL on Intel platform in BIOS setup page and UEFI shell. To support key extensions in VT100+, add some entries in config.json to enable VT100+ support in Intel platforms. (From meta-intel rev: 0e8cb4490bbae70dfbadd00a8b2eb5c3b90b7c2a) Change-Id: Icfe3de535acacbc03f187fb117a99e5bfd0dc657 Signed-off-by: Cheng C Yang <cheng.c.yang@linux.intel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-intel')
-rw-r--r--meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui/config.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui/config.json b/meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui/config.json
index 628b4f8e8..1543a6249 100644
--- a/meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui/config.json
+++ b/meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui/config.json
@@ -1,4 +1,6 @@
{
+ "customKeyEnable": true,
+ "keyType" : "VT100+",
"customConsoleDisplaySize": {
"width": 100,
"height": 32
OpenPOWER on IntegriCloud