[edk2-devel] [PATCH v2 1/1] uefi-sct/SctPkg AdapterInfo SetInformation may return unsupported

2019-09-18 Thread Tom Zhao
If AdapterInfo.SetInformation() is unsupported, it will return EFI_UNSUPPORTED. Do not fail the test in this case. Cc: Supreeth Venkatesh Cc: Eric Jin Signed-off-by: Tom Zhao --- Notes: v2: - Change commit message to be closer to similar issues. uefi-sct/SctPkg/TestCase/UEFI/IHV

[edk2-devel] [PATCH v1 1/1] uefi-sct/SctPkg AdapterInfo SetInformation pass on EFI_UNSUPPORTED

2019-09-12 Thread Tom Zhao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2113 AdapterInfoProtocolTest SetInformation Func and Conf change to pass on EFI_UNSUPPORTED, better fitting the UEFI Spec. Cc: Supreeth Venkatesh Cc: Eric Jin Eric Jin Signed-off-by: Tom Zhao --- uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol

[edk2-devel] [PATCH v5 1/1] MdePkg: UefiLib: Add a function to check if a language is supported

2019-09-11 Thread Tom Zhao
Add a function that checks if a target language is in the supported languages list. Add some calls to this function where appropriate in UefiLib.c Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Tom Zhao --- Notes: v3: - Add comment about usage for RFC4646 and ISO-639 v4

[edk2-devel] [PATCH v4 1/1] MdePkg: UefiLib: Add a function to check if a language is supported

2019-09-11 Thread Tom Zhao
Add a function that checks if a target language is in the supported languages list. Add some calls to this function where appropriate in UefiLib.c Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Tom Zhao --- Notes: v3: - Add comment about usage for RFC4646 and ISO-639 v4

[edk2-devel] [PATCH v3 1/1] MdePkg: UefiLib: Add a function to check if a language is supported

2019-09-02 Thread Tom Zhao
Add a function that checks if a target language is in the supported languages list. Add some calls to this function where appropriate in UefiLib.c Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Tom Zhao --- Notes: v3: - Add comment about usage for RFC4646 and ISO-639 MdePkg

Re: [edk2-devel] [PATCH v2 1/1] MdePkg: UefiLib: Add a function to check if a language is supported

2019-09-02 Thread Tom Zhao
;> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Tom >> Zhao >> Sent: Friday, August 30, 2019 7:34 PM >> To: devel@edk2.groups.io >> Cc: Gao, Liming ; Kinney, Michael D >> >> Subject: [edk2-devel] [PATCH v2 1/1] MdePkg: UefiLib: Add a

[edk2-devel] [PATCH v2 1/1] MdePkg: UefiLib: Add a function to check if a language is supported

2019-08-30 Thread Tom Zhao
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2100 Add a function that checks if a target language is in the supported languages list. Refactor UefiLib to use this function where appropriate internally. Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Tom Zhao --- MdePkg/Include

[edk2-devel] [PATCH v1 1/1] MdePkg: UefiLib: Add a function to check if a language is supported

2019-08-21 Thread Tom Zhao
Add a function that checks if a target language is in the supported languages list. Add some calls to this function where appropriate in UefiLib.c Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Tom Zhao --- MdePkg/Include/Library/UefiLib.h | 16 ++ MdePkg/Library/UefiLib/UefiLib.c

Re: [edk2-devel] [PATCH v1 1/1] MdePkg: UefiLib: Add a function to check if a language is supported

2019-08-21 Thread Tom Zhao
.groups.io] *On Behalf Of *Tom Zhao *Sent:* Wednesday, August 21, 2019 6:23 PM *To:* devel@edk2.groups.io *Subject:* [edk2-devel] [PATCH v1 1/1] MdePkg: UefiLib: Add a function to check if a language is supported Forwarded Message *Subject: * [PATCH v1 1/1] MdePkg

[edk2-devel] [PATCH v1 0/1] MdePkg: UefiLib: Add a function to check if a language is supported

2019-08-21 Thread Tom Zhao
Forwarded Message Subject: [PATCH v1 0/1] MdePkg: UefiLib: Add a function to check if a language is supported Date: Tue, 20 Aug 2019 17:13:09 +0100 From: Tom Zhao To: edk2-de...@lists.01.org CC: michael.d.kin...@intel.com, liming@intel.com Add a

[edk2-devel] [PATCH v1 1/1] MdePkg: UefiLib: Add a function to check if a language is supported

2019-08-21 Thread Tom Zhao
Forwarded Message Subject: [PATCH v1 1/1] MdePkg: UefiLib: Add a function to check if a language is supported Date: Tue, 20 Aug 2019 17:13:19 +0100 From: Tom Zhao To: edk2-de...@lists.01.org CC: michael.d.kin...@intel.com, liming@intel.com Add a