60-edk2-x86_64.json 672 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "description": "UEFI firmware for x86_64",
  3. "interface-types": [
  4. "uefi"
  5. ],
  6. "mapping": {
  7. "device": "flash",
  8. "executable": {
  9. "filename": "/qemu/edk2-x86_64-code.fd",
  10. "format": "raw"
  11. },
  12. "nvram-template": {
  13. "filename": "/qemu/edk2-i386-vars.fd",
  14. "format": "raw"
  15. }
  16. },
  17. "targets": [
  18. {
  19. "architecture": "x86_64",
  20. "machines": [
  21. "pc-i440fx-*",
  22. "pc-q35-*"
  23. ]
  24. }
  25. ],
  26. "features": [
  27. "acpi-s3",
  28. "amd-sev",
  29. "verbose-dynamic"
  30. ],
  31. "tags": [
  32. ]
  33. }