public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Lokesh B V <lokesh.bv@arm.com>
To: edk2-devel@lists.01.org, supreeth.venkatesh@arm.com, eric.jin@intel.com
Subject: [edk2-test][PATCH] Framework/Include: allow usage with EFI version 2.7
Date: Tue, 20 Nov 2018 12:19:51 +0530	[thread overview]
Message-ID: <1542696591-2187-1-git-send-email-lokesh.bv@arm.com> (raw)

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 <lokesh.bv@arm.com>
---
 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



             reply	other threads:[~2018-11-20  6:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-20  6:49 Lokesh B V [this message]
2018-11-20  8:09 ` [edk2-test][PATCH] Framework/Include: allow usage with EFI version 2.7 Jin, Eric
2018-11-20 15:03 ` Supreeth Venkatesh
2018-11-21  5:30   ` Lokesh Belathur Veerappa
2018-11-27  8:07     ` Lokesh Belathur Veerappa
  -- strict thread matches above, loose matches on Subject: below --
2018-11-28  9:29 Lokesh B V
2018-11-28 22:30 ` Supreeth Venkatesh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1542696591-2187-1-git-send-email-lokesh.bv@arm.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox