Thanks for your review, patch updated. Regards, Yi
-----Original Message----- From: gaoliming <[email protected]> Sent: Saturday, December 23, 2023 10:16 AM To: Li, Yi1 <[email protected]>; [email protected] Cc: 'Rebecca Cran' <[email protected]>; Feng, Bob C <[email protected]>; Chen, Christine <[email protected]> Subject: 回复: [PATCH 2/2] BaseTools: Update keybaord map based on UEFI spec 2.10 Don't need to update HiiFramework.h , because this protocol is from HII spec, not from UEFI spec. Thanks Liming > -----邮件原件----- > 发件人: Yi Li <[email protected]> > 发送时间: 2023年12月22日 11:40 > 收件人: [email protected] > 抄送: Yi Li <[email protected]>; Rebecca Cran <[email protected]>; Liming > Gao <[email protected]>; Bob Feng <[email protected]>; Yuwei > Chen <[email protected]> > 主题: [PATCH 2/2] BaseTools: 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 <[email protected]> > > Cc: Rebecca Cran <[email protected]> > Cc: Liming Gao <[email protected]> > Cc: Bob Feng <[email protected]> > Cc: Yuwei Chen <[email protected]> > --- > .../Include/Common/UefiInternalFormRepresentation.h | 12 > +++++++++++- > BaseTools/Source/C/Include/Protocol/HiiFramework.h | 12 > +++++++++++- > 2 files changed, 22 insertions(+), 2 deletions(-) > > 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 { > diff --git a/BaseTools/Source/C/Include/Protocol/HiiFramework.h > b/BaseTools/Source/C/Include/Protocol/HiiFramework.h > index 448350967bbf..874889095700 100644 > --- a/BaseTools/Source/C/Include/Protocol/HiiFramework.h > +++ b/BaseTools/Source/C/Include/Protocol/HiiFramework.h > @@ -350,7 +350,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 (#112881): https://edk2.groups.io/g/devel/message/112881 Mute This Topic: https://groups.io/mt/103355726/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
