* [edk2-devel] [PATCH V2 1/2] MdePkg: Update keybaord map based on UEFI spec 2.10
2023-12-25 2:22 [edk2-devel] [PATCH V2 0/2] Update keybaord map based on UEFI spec 2.10 Li, Yi
@ 2023-12-25 2:22 ` Li, Yi
2023-12-25 2:22 ` [edk2-devel] [PATCH V2 2/2] BaseTools: " Li, Yi
2024-01-08 1:16 ` [edk2-devel] 回复: [PATCH V2 0/2] " gaoliming via groups.io
2 siblings, 0 replies; 6+ messages in thread
From: Li, Yi @ 2023-12-25 2:22 UTC (permalink / raw)
To: devel; +Cc: Yi Li, Michael D Kinney, Liming Gao, Zhiguang Liu
REF: UEFI SPEC 2.10 34.8.10 EFI_KEY
Add EfiKeyIntl0-9.
Signed-off-by: Yi Li <yi1.li@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
---
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]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [edk2-devel] [PATCH V2 2/2] BaseTools: Update keybaord map based on UEFI spec 2.10
2023-12-25 2:22 [edk2-devel] [PATCH V2 0/2] Update keybaord map based on UEFI spec 2.10 Li, Yi
2023-12-25 2:22 ` [edk2-devel] [PATCH V2 1/2] MdePkg: " Li, Yi
@ 2023-12-25 2:22 ` Li, Yi
2024-01-08 1:16 ` [edk2-devel] 回复: [PATCH V2 0/2] " gaoliming via groups.io
2 siblings, 0 replies; 6+ messages in thread
From: Li, Yi @ 2023-12-25 2:22 UTC (permalink / raw)
To: devel; +Cc: Yi Li, Rebecca Cran, Liming Gao, Bob Feng, Yuwei Chen
REF: UEFI SPEC 2.10 34.8.10 EFI_KEY
Add EfiKeyIntl0-9.
Signed-off-by: Yi Li <yi1.li@intel.com>
Cc: Rebecca Cran <rebecca@bsdio.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Yuwei Chen <yuwei.chen@intel.com>
---
.../Include/Common/UefiInternalFormRepresentation.h | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h b/BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h
index b9fa8c39a6d0..cb009ed68ecb 100644
--- a/BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h
+++ b/BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h
@@ -1556,7 +1556,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 (#112880): https://edk2.groups.io/g/devel/message/112880
Mute This Topic: https://groups.io/mt/103355719/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [edk2-devel] 回复: [PATCH V2 0/2] Update keybaord map based on UEFI spec 2.10
2023-12-25 2:22 [edk2-devel] [PATCH V2 0/2] Update keybaord map based on UEFI spec 2.10 Li, Yi
2023-12-25 2:22 ` [edk2-devel] [PATCH V2 1/2] MdePkg: " Li, Yi
2023-12-25 2:22 ` [edk2-devel] [PATCH V2 2/2] BaseTools: " Li, Yi
@ 2024-01-08 1:16 ` gaoliming via groups.io
2024-01-09 5:22 ` [edk2-devel] " Li, Yi
2024-01-15 1:24 ` Li, Yi
2 siblings, 2 replies; 6+ messages in thread
From: gaoliming via groups.io @ 2024-01-08 1:16 UTC (permalink / raw)
To: 'Yi Li', devel
Cc: 'Michael D Kinney', 'Zhiguang Liu',
'Rebecca Cran', 'Bob Feng', 'Yuwei Chen'
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
> -----邮件原件-----
> 发件人: Yi Li <yi1.li@intel.com>
> 发送时间: 2023年12月25日 10:23
> 收件人: devel@edk2.groups.io
> 抄送: Yi Li <yi1.li@intel.com>; Michael D Kinney
> <michael.d.kinney@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>;
> Zhiguang Liu <zhiguang.liu@intel.com>; Rebecca Cran <rebecca@bsdio.com>;
> Bob Feng <bob.c.feng@intel.com>; Yuwei Chen <yuwei.chen@intel.com>
> 主题: [PATCH V2 0/2] Update keybaord map based on UEFI spec 2.10
>
> REF: UEFI SPEC 2.10 34.8.10 EFI_KEY
>
> Add EfiKeyIntl0-9.
>
> Signed-off-by: Yi Li <yi1.li@intel.com>
>
> v2:
> Remove changes in HiiFramework.h because it should follow HII spec.
>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> Cc: Rebecca Cran <rebecca@bsdio.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Bob Feng <bob.c.feng@intel.com>
> Cc: Yuwei Chen <yuwei.chen@intel.com>
>
> Yi Li (2):
> MdePkg: Update keybaord map based on UEFI spec 2.10
> BaseTools: Update keybaord map based on UEFI spec 2.10
>
> .../Include/Common/UefiInternalFormRepresentation.h | 12
> +++++++++++-
> MdePkg/Include/Uefi/UefiInternalFormRepresentation.h | 12
> +++++++++++-
> 2 files changed, 22 insertions(+), 2 deletions(-)
>
> --
> 2.42.0.windows.2
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#113339): https://edk2.groups.io/g/devel/message/113339
Mute This Topic: https://groups.io/mt/103589440/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [edk2-devel] [PATCH V2 0/2] Update keybaord map based on UEFI spec 2.10
2024-01-08 1:16 ` [edk2-devel] 回复: [PATCH V2 0/2] " gaoliming via groups.io
@ 2024-01-09 5:22 ` Li, Yi
2024-01-15 1:24 ` Li, Yi
1 sibling, 0 replies; 6+ messages in thread
From: Li, Yi @ 2024-01-09 5:22 UTC (permalink / raw)
To: Gao, Liming, devel@edk2.groups.io
Cc: Kinney, Michael D, Liu, Zhiguang, 'Rebecca Cran',
Feng, Bob C, Chen, Christine
Thanks! I created a PR: https://github.com/tianocore/edk2/pull/5187
Could you help push it?
And there is another PR which reviewed by you and Wei: https://github.com/tianocore/edk2/pull/5210
-----Original Message-----
From: gaoliming <gaoliming@byosoft.com.cn>
Sent: Monday, January 8, 2024 9:16 AM
To: Li, Yi1 <yi1.li@intel.com>; devel@edk2.groups.io
Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Liu, Zhiguang <zhiguang.liu@intel.com>; 'Rebecca Cran' <rebecca@bsdio.com>; Feng, Bob C <bob.c.feng@intel.com>; Chen, Christine <yuwei.chen@intel.com>
Subject: 回复: [PATCH V2 0/2] Update keybaord map based on UEFI spec 2.10
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
> -----邮件原件-----
> 发件人: Yi Li <yi1.li@intel.com>
> 发送时间: 2023年12月25日 10:23
> 收件人: devel@edk2.groups.io
> 抄送: Yi Li <yi1.li@intel.com>; Michael D Kinney
> <michael.d.kinney@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>;
> Zhiguang Liu <zhiguang.liu@intel.com>; Rebecca Cran
> <rebecca@bsdio.com>; Bob Feng <bob.c.feng@intel.com>; Yuwei Chen
> <yuwei.chen@intel.com>
> 主题: [PATCH V2 0/2] Update keybaord map based on UEFI spec 2.10
>
> REF: UEFI SPEC 2.10 34.8.10 EFI_KEY
>
> Add EfiKeyIntl0-9.
>
> Signed-off-by: Yi Li <yi1.li@intel.com>
>
> v2:
> Remove changes in HiiFramework.h because it should follow HII spec.
>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> Cc: Rebecca Cran <rebecca@bsdio.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Bob Feng <bob.c.feng@intel.com>
> Cc: Yuwei Chen <yuwei.chen@intel.com>
>
> Yi Li (2):
> MdePkg: Update keybaord map based on UEFI spec 2.10
> BaseTools: Update keybaord map based on UEFI spec 2.10
>
> .../Include/Common/UefiInternalFormRepresentation.h | 12
> +++++++++++-
> MdePkg/Include/Uefi/UefiInternalFormRepresentation.h | 12
> +++++++++++-
> 2 files changed, 22 insertions(+), 2 deletions(-)
>
> --
> 2.42.0.windows.2
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#113421): https://edk2.groups.io/g/devel/message/113421
Mute This Topic: https://groups.io/mt/103615331/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [edk2-devel] [PATCH V2 0/2] Update keybaord map based on UEFI spec 2.10
2024-01-08 1:16 ` [edk2-devel] 回复: [PATCH V2 0/2] " gaoliming via groups.io
2024-01-09 5:22 ` [edk2-devel] " Li, Yi
@ 2024-01-15 1:24 ` Li, Yi
1 sibling, 0 replies; 6+ messages in thread
From: Li, Yi @ 2024-01-15 1:24 UTC (permalink / raw)
To: gaoliming, devel@edk2.groups.io
Cc: Kinney, Michael D, Liu, Zhiguang, 'Rebecca Cran',
Feng, Bob C, Chen, Christine
Hi Liming,
Could you help merge below patches which got your reviewed-by? Thanks!
https://github.com/tianocore/edk2/pull/5210
https://github.com/tianocore/edk2/pull/5187
Regards,
Yi
-----Original Message-----
From: gaoliming <gaoliming@byosoft.com.cn>
Sent: Monday, January 8, 2024 9:16 AM
To: Li, Yi1 <yi1.li@intel.com>; devel@edk2.groups.io
Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Liu, Zhiguang <zhiguang.liu@intel.com>; 'Rebecca Cran' <rebecca@bsdio.com>; Feng, Bob C <bob.c.feng@intel.com>; Chen, Christine <yuwei.chen@intel.com>
Subject: 回复: [PATCH V2 0/2] Update keybaord map based on UEFI spec 2.10
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
> -----邮件原件-----
> 发件人: Yi Li <yi1.li@intel.com>
> 发送时间: 2023年12月25日 10:23
> 收件人: devel@edk2.groups.io
> 抄送: Yi Li <yi1.li@intel.com>; Michael D Kinney
> <michael.d.kinney@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>;
> Zhiguang Liu <zhiguang.liu@intel.com>; Rebecca Cran
> <rebecca@bsdio.com>; Bob Feng <bob.c.feng@intel.com>; Yuwei Chen
> <yuwei.chen@intel.com>
> 主题: [PATCH V2 0/2] Update keybaord map based on UEFI spec 2.10
>
> REF: UEFI SPEC 2.10 34.8.10 EFI_KEY
>
> Add EfiKeyIntl0-9.
>
> Signed-off-by: Yi Li <yi1.li@intel.com>
>
> v2:
> Remove changes in HiiFramework.h because it should follow HII spec.
>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> Cc: Rebecca Cran <rebecca@bsdio.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Bob Feng <bob.c.feng@intel.com>
> Cc: Yuwei Chen <yuwei.chen@intel.com>
>
> Yi Li (2):
> MdePkg: Update keybaord map based on UEFI spec 2.10
> BaseTools: Update keybaord map based on UEFI spec 2.10
>
> .../Include/Common/UefiInternalFormRepresentation.h | 12
> +++++++++++-
> MdePkg/Include/Uefi/UefiInternalFormRepresentation.h | 12
> +++++++++++-
> 2 files changed, 22 insertions(+), 2 deletions(-)
>
> --
> 2.42.0.windows.2
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#113784): https://edk2.groups.io/g/devel/message/113784
Mute This Topic: https://groups.io/mt/103730745/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 6+ messages in thread