From c13b82eebd60cd38cc174994520076d8857b62fa Mon Sep 17 00:00:00 2001 From: Cheng C Yang Date: Fri, 8 Mar 2019 13:58:35 +0800 Subject: 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 Signed-off-by: Andrew Geissler --- .../meta-common/recipes-phosphor/webui/phosphor-webui/config.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-intel/meta-common') 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 -- cgit v1.2.1