summarylogtreecommitdiffstats
path: root/50-edk2-ovmf-git-x86_64-secure.json
diff options
context:
space:
mode:
authorMark Weiman2022-01-12 15:50:47 -0500
committerMark Weiman2022-01-12 15:50:47 -0500
commitf2d9692342035d95fd04c19247fb30789f065f11 (patch)
tree76b4ff3822180fcb144c75a77e0e78c4ae59968a /50-edk2-ovmf-git-x86_64-secure.json
downloadaur-edk2-git.tar.gz
initial
Diffstat (limited to '50-edk2-ovmf-git-x86_64-secure.json')
-rw-r--r--50-edk2-ovmf-git-x86_64-secure.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/50-edk2-ovmf-git-x86_64-secure.json b/50-edk2-ovmf-git-x86_64-secure.json
new file mode 100644
index 000000000000..3f0f62c7eb31
--- /dev/null
+++ b/50-edk2-ovmf-git-x86_64-secure.json
@@ -0,0 +1,36 @@
+{
+ "description": "x64 UEFI for x86_64, with Secure Boot and SMM",
+ "interface-types": [
+ "uefi"
+ ],
+ "mapping": {
+ "device": "flash",
+ "executable": {
+ "filename": "/usr/share/edk2-ovmf/x64/OVMF_CODE.secboot.fd",
+ "format": "raw"
+ },
+ "nvram-template": {
+ "filename": "/usr/share/edk2-ovmf/x64/OVMF_VARS.fd",
+ "format": "raw"
+ }
+ },
+ "targets": [
+ {
+ "architecture": "x86_64",
+ "machines": [
+ "pc-q35-*"
+ ]
+ }
+ ],
+ "features": [
+ "acpi-s3",
+ "acpi-s4",
+ "amd-sev",
+ "requires-smm",
+ "secure-boot",
+ "verbose-dynamic"
+ ],
+ "tags": [
+
+ ]
+}