]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/GHCB: increase the GHCB protocol max version
authorBrijesh Singh <brijesh.singh@amd.com>
Thu, 9 Dec 2021 03:27:53 +0000 (11:27 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 9 Dec 2021 06:28:10 +0000 (06:28 +0000)
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275

Now that OvmfPkg supports version 2 of the GHCB specification, bump the
protocol version.

Cc: Michael Roth <michael.roth@amd.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: James Bottomley <jejb@linux.ibm.com>
Cc: Min Xu <min.m.xu@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Tom Lendacky <thomas.lendacky@amd.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Erdem Aktas <erdemaktas@google.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Ray Ni <ray.ni@intel.com>
Acked-by: Jiewen Yao <Jiewen.yao@intel.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Brijesh Singh <brijesh.singh@amd.com>
MdePkg/Include/Register/Amd/Ghcb.h

index e7626a2c138b34dd852bb6b62c8766cbe5d337cf..dab396f3ede8a97687cc0592208044ad23356c3a 100644 (file)
@@ -24,7 +24,7 @@
 #define VC_EXCEPTION  29\r
 \r
 #define GHCB_VERSION_MIN  1\r
-#define GHCB_VERSION_MAX  1\r
+#define GHCB_VERSION_MAX  2\r
 \r
 #define GHCB_STANDARD_USAGE  0\r
 \r