* [edk2-devel] [PATCH V2 0/2] Update keybaord map based on UEFI spec 2.10
@ 2023-12-25 2:22 Li, Yi
2024-01-08 1:16 ` [edk2-devel] 回复: " gaoliming via groups.io
0 siblings, 1 reply; 4+ 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, Rebecca Cran,
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>
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 (#112878): https://edk2.groups.io/g/devel/message/112878
Mute This Topic: https://groups.io/mt/103355716/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [edk2-devel] [PATCH V2 0/2] Update keybaord map based on UEFI spec 2.10
[not found] <17A3F1D51BBD78D7.18542@groups.io>
@ 2023-12-29 13:10 ` Li, Yi
0 siblings, 0 replies; 4+ messages in thread
From: Li, Yi @ 2023-12-29 13:10 UTC (permalink / raw)
To: devel@edk2.groups.io, Li, Yi1
Cc: Kinney, Michael D, Gao, Liming, Liu, Zhiguang, Rebecca Cran,
Feng, Bob C, Chen, Christine
Hello, any comments about this patch series?
-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Li, Yi
Sent: Monday, December 25, 2023 10:23 AM
To: devel@edk2.groups.io
Cc: Li, Yi1 <yi1.li@intel.com>; Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; 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: [edk2-devel] [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 (#112999): https://edk2.groups.io/g/devel/message/112999
Mute This Topic: https://groups.io/mt/103355716/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 4+ 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] 回复: " gaoliming via groups.io
@ 2024-01-09 5:22 ` Li, Yi
2024-01-15 1:24 ` Li, Yi
1 sibling, 0 replies; 4+ 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] 4+ 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] 回复: " gaoliming via groups.io
2024-01-09 5:22 ` [edk2-devel] " Li, Yi
@ 2024-01-15 1:24 ` Li, Yi
1 sibling, 0 replies; 4+ 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] 4+ messages in thread
end of thread, other threads:[~2024-01-16 5:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <17A3F1D51BBD78D7.18542@groups.io>
2023-12-29 13:10 ` [edk2-devel] [PATCH V2 0/2] Update keybaord map based on UEFI spec 2.10 Li, Yi
2023-12-25 2:22 Li, Yi
2024-01-08 1:16 ` [edk2-devel] 回复: " gaoliming via groups.io
2024-01-09 5:22 ` [edk2-devel] " Li, Yi
2024-01-15 1:24 ` Li, Yi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox