]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/AmdSev/SecretDxe: make secret location naming generic
authorJames Bottomley <jejb@linux.ibm.com>
Wed, 16 Dec 2020 01:41:46 +0000 (17:41 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 18 Dec 2020 10:45:52 +0000 (10:45 +0000)
commit96201ae7bf97c3a2c0ef386110bb93d25e9af1ba
treea933c2df706a33828087fc159037d4747a4ad044
parentcaf8b3872ae2ac961c9fdf4d1d2c5d072c207299
OvmfPkg/AmdSev/SecretDxe: make secret location naming generic

It is anticipated that this part of the code will work for both Intel
TDX and AMD SEV, so remove the SEV specific naming and change to
ConfidentialComputing as a more architecture neutral prefix. Apart
from the symbol rename, there are no code changes.

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Message-Id: <20201216014146.2229-3-jejb@linux.ibm.com>
Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
OvmfPkg/AmdSev/SecretDxe/SecretDxe.c
OvmfPkg/AmdSev/SecretDxe/SecretDxe.inf
OvmfPkg/Include/Guid/ConfidentialComputingSecret.h [new file with mode: 0644]
OvmfPkg/Include/Guid/SevLaunchSecret.h [deleted file]
OvmfPkg/OvmfPkg.dec