X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OvmfPkg%2FInclude%2FGuid%2FSevLaunchSecret.h;fp=OvmfPkg%2FInclude%2FGuid%2FSevLaunchSecret.h;h=0000000000000000000000000000000000000000;hp=dfd89646651b65e9e34cc613df04b102ef46eb1a;hb=96201ae7bf97c3a2c0ef386110bb93d25e9af1ba;hpb=caf8b3872ae2ac961c9fdf4d1d2c5d072c207299 diff --git a/OvmfPkg/Include/Guid/SevLaunchSecret.h b/OvmfPkg/Include/Guid/SevLaunchSecret.h deleted file mode 100644 index dfd8964665..0000000000 --- a/OvmfPkg/Include/Guid/SevLaunchSecret.h +++ /dev/null @@ -1,28 +0,0 @@ - /** @file - UEFI Configuration Table for exposing the SEV Launch Secret location to UEFI - applications (boot loaders). - - Copyright (C) 2020 James Bottomley, IBM Corporation. - SPDX-License-Identifier: BSD-2-Clause-Patent - **/ - -#ifndef SEV_LAUNCH_SECRET_H_ -#define SEV_LAUNCH_SECRET_H_ - -#include - -#define SEV_LAUNCH_SECRET_GUID \ - { 0xadf956ad, \ - 0xe98c, \ - 0x484c, \ - { 0xae, 0x11, 0xb5, 0x1c, 0x7d, 0x33, 0x64, 0x47 }, \ - } - -typedef struct { - UINT64 Base; - UINT64 Size; -} SEV_LAUNCH_SECRET_LOCATION; - -extern EFI_GUID gSevLaunchSecretGuid; - -#endif // SEV_LAUNCH_SECRET_H_