From 13814db0408a87ab198e5c4e742def1c56662df7 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Fri, 8 Mar 2019 00:24:14 +0100 Subject: pc-bios: document the edk2 firmware images; add firmware descriptors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the README file with information on the images added previously, and provide firmware descriptor documents that conform to "docs/interop/firmware.json". Signed-off-by: Laszlo Ersek Reviewed-by: Michal Privoznik Reviewed-by: Michael S. Tsirkin Tested-by: Igor Mammedov Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Igor Mammedov --- pc-bios/descriptors/50-edk2-x86_64-secure.json | 35 ++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 pc-bios/descriptors/50-edk2-x86_64-secure.json (limited to 'pc-bios/descriptors/50-edk2-x86_64-secure.json') diff --git a/pc-bios/descriptors/50-edk2-x86_64-secure.json b/pc-bios/descriptors/50-edk2-x86_64-secure.json new file mode 100644 index 0000000000..387eb35623 --- /dev/null +++ b/pc-bios/descriptors/50-edk2-x86_64-secure.json @@ -0,0 +1,35 @@ +{ + "description": "UEFI firmware for x86_64, with Secure Boot and SMM", + "interface-types": [ + "uefi" + ], + "mapping": { + "device": "flash", + "executable": { + "filename": "@DATADIR@/edk2-x86_64-secure-code.fd", + "format": "raw" + }, + "nvram-template": { + "filename": "@DATADIR@/edk2-i386-vars.fd", + "format": "raw" + } + }, + "targets": [ + { + "architecture": "x86_64", + "machines": [ + "pc-q35-*" + ] + } + ], + "features": [ + "acpi-s3", + "amd-sev", + "requires-smm", + "secure-boot", + "verbose-dynamic" + ], + "tags": [ + + ] +} -- cgit v1.2.3