From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 04CDF740032 for ; Mon, 25 Dec 2023 02:23:03 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=YbQBqhM6QmVMx7A/x91j7Th5EVm2dpvcj7wLw9OuNVA=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1703470982; v=1; b=WFbpv/hAu8rXYP5eijneZIHo/4PDvUnXMpWPoGYgJEAlO9r9jnW3NiZnWnWBTXVrQbJYtOvO fSiHk6SVpjnFu5gVT+QhbFQxWR8jMYmA/MkgNNSkjyUfg7v+qxdPDBnlPvsGVfi5l9vN4s4f7UR McFzcxVcJO08jBSNx3APv0+8= X-Received: by 127.0.0.2 with SMTP id 21zeYY7687511xlkFcplpVfh; Sun, 24 Dec 2023 18:23:02 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) by mx.groups.io with SMTP id smtpd.web11.47523.1703470981054386908 for ; Sun, 24 Dec 2023 18:23:02 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10934"; a="9659597" X-IronPort-AV: E=Sophos;i="6.04,302,1695711600"; d="scan'208";a="9659597" X-Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Dec 2023 18:23:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.04,302,1695711600"; d="scan'208";a="19681378" X-Received: from liyi4-desktop.ccr.corp.intel.com ([10.239.153.29]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Dec 2023 18:23:00 -0800 From: "Li, Yi" To: devel@edk2.groups.io Cc: Yi Li , Michael D Kinney , Liming Gao , Zhiguang Liu Subject: [edk2-devel] [PATCH V2 1/2] MdePkg: Update keybaord map based on UEFI spec 2.10 Date: Mon, 25 Dec 2023 10:22:52 +0800 Message-ID: <20231225022253.2914-2-yi1.li@intel.com> In-Reply-To: <20231225022253.2914-1-yi1.li@intel.com> References: <20231225022253.2914-1-yi1.li@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,yi1.li@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: xtDMKLV6cqHPmP425aaiz3qLx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b="WFbpv/hA"; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io REF: UEFI SPEC 2.10 34.8.10 EFI_KEY Add EfiKeyIntl0-9. Signed-off-by: Yi Li Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu --- MdePkg/Include/Uefi/UefiInternalFormRepresentation.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h index 3be9a0d7d66b..3f8974857258 100644 --- a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h +++ b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h @@ -1696,7 +1696,17 @@ typedef enum { EfiKeyF12, EfiKeyPrint, EfiKeySLck, - EfiKeyPause + EfiKeyPause, + EfiKeyIntl0, + EfiKeyIntl1, + EfiKeyIntl2, + EfiKeyIntl3, + EfiKeyIntl4, + EfiKeyIntl5, + EfiKeyIntl6, + EfiKeyIntl7, + EfiKeyIntl8, + EfiKeyIntl9 } EFI_KEY; typedef struct { -- 2.42.0.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112879): https://edk2.groups.io/g/devel/message/112879 Mute This Topic: https://groups.io/mt/103355717/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-