Hi Supreeth, Yes it has been compiled and tested against edk2 with SHA da2c81ee96eba5d5c8ef91fd870ac98d3cf72beb.
-----Original Message----- From: Supreeth Venkatesh <[email protected]> Sent: Tuesday, November 20, 2018 8:34 PM To: Lokesh Belathur Veerappa <[email protected]>; [email protected]; [email protected] Cc: Lokesh Belathur Veerappa <[email protected]> Subject: RE: [edk2-test][PATCH] Framework/Include: allow usage with EFI version 2.7 Thanks Lokesh for the patch. Has this been compiled and sanity tested against latest edk2? Let me know SHA of edk2 tested, so that I can test it against that SHA and push it. If so, Reviewed-by: Supreeth Venkatesh <[email protected]> -----Original Message----- From: Lokesh B V <[email protected]> Sent: Tuesday, November 20, 2018 12:50 AM To: [email protected]; Supreeth Venkatesh <[email protected]>; [email protected] Cc: Lokesh Belathur Veerappa <[email protected]> Subject: [edk2-test][PATCH] Framework/Include: allow usage with EFI version 2.7 EDK2 supports EFI version 2.7 and so allow UEFI-SCT to be usable with this version of EFI. Signed-off-by: Lokesh B V <[email protected]> --- uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Include/SctDef.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Include/SctDef.h b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Include/SctDef.h index d24c201..c861437 100644 --- a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Include/SctDef.h +++ b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Include/SctDef.h @@ -46,6 +46,8 @@ Abstract: #define EFI_SCT_NAME L"UEFI2.5 Self Certification Test(SCT2)" #elif (EFI_SPECIFICATION_VERSION == EFI_2_60_SYSTEM_TABLE_REVISION) #define EFI_SCT_NAME L"UEFI2.6 Self Certification Test(SCT2)" +#elif (EFI_SPECIFICATION_VERSION == EFI_2_70_SYSTEM_TABLE_REVISION) +#define EFI_SCT_NAME L"UEFI2.7 Self Certification Test(SCT2)" #else #error Unknown EFI_SPECIFICATION_VERSION #endif -- 2.7.4 IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

