From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web12.5417.1665403174069132757 for ; Mon, 10 Oct 2022 04:59:34 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: vivek.gautam@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 713862B; Mon, 10 Oct 2022 04:59:39 -0700 (PDT) Received: from usa.arm.com (unknown [10.162.16.71]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id B38693F792; Mon, 10 Oct 2022 04:59:31 -0700 (PDT) From: "Vivek Kumar Gautam" To: devel@edk2.groups.io Cc: Sami Mujawar , Ard Biesheuvel , Vivek Gautam Subject: [edk2-platforms][PATCH V1 0/2] Enable Virtio-P9 on RD-N2 platforms Date: Mon, 10 Oct 2022 17:29:01 +0530 Message-Id: <20221010115903.22154-1-vivek.gautam@arm.com> X-Mailer: git-send-email 2.17.1 Few Arm reference design Fixed Virtual Platforms (FVPs) support Virtio-P9 device as part of the RoS subsystem. The Virtio-P9 device implements a subset of the Plan 9 file protocol over a virtio transport that enables accessing a shared directory on the host's filesystem from a running FVP platform. Add the required SSDT description table for the device and enable it on RD-N2 platform variants. Vivek Gautam (2): Platform/Sgi: add SSDT table for Virtio-P9 Platform/Sgi: Enable virtio-p9 device on RD-N2 platform variants Platform/ARM/SgiPkg/SgiPlatform.dec | 5 +++ Platform/ARM/SgiPkg/SgiMemoryMap2.dsc.inc | 5 +++ .../ARM/SgiPkg/AcpiTables/RdN2AcpiTables.inf | 8 +++- .../SgiPkg/AcpiTables/RdN2Cfg1AcpiTables.inf | 8 +++- .../SgiPkg/AcpiTables/RdN2Cfg2AcpiTables.inf | 4 ++ .../ARM/SgiPkg/AcpiTables/SsdtRosVirtioP9.asl | 43 +++++++++++++++++++ 6 files changed, 69 insertions(+), 4 deletions(-) create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SsdtRosVirtioP9.asl -- 2.17.1