[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] pc-bios: Add amd-sev-es to edk2 json
From: |
Pratik R. Sampat |
Subject: |
[PATCH] pc-bios: Add amd-sev-es to edk2 json |
Date: |
Mon, 18 Nov 2024 10:14:05 -0600 |
With the default BIOS being compatible with amd-sev-es add the feature
to the json to indicate it's support
Signed-off-by: Pratik R. Sampat <pratikrajesh.sampat@amd.com>
---
Re-sending this patch as I had missed CC'ing the folks from the
get_maintainer script the first time around.
---
pc-bios/descriptors/60-edk2-x86_64.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/pc-bios/descriptors/60-edk2-x86_64.json
b/pc-bios/descriptors/60-edk2-x86_64.json
index 968cb65cf9..4599c63f14 100644
--- a/pc-bios/descriptors/60-edk2-x86_64.json
+++ b/pc-bios/descriptors/60-edk2-x86_64.json
@@ -26,6 +26,7 @@
"features": [
"acpi-s3",
"amd-sev",
+ "amd-sev-es",
"verbose-dynamic"
],
"tags": [
--
2.34.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] pc-bios: Add amd-sev-es to edk2 json,
Pratik R. Sampat <=