From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 7A6607803E7 for ; Tue, 3 Oct 2023 16:21:59 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=6VDaG2ikdeKZfAWbirLUZRf+a09hjiPGvi5Drka2N3g=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1696350118; v=1; b=X11GFZ0lZcwM0Jt8h09TzMSktvjpuB1PbltwALkYmlBrT3h72Th8wKL8srKN/0nfGgPulmBp 9h1qQxP6bJHvbIGk0D7bnYbiwqc5JH/uGmZEBHawNikcFctAr00rzZV6US14VML7YosW9rClArT AOWzm3Lks1HIjAgKRuG/OANs= X-Received: by 127.0.0.2 with SMTP id VrmwYY7687511xTseDNoISlg; Tue, 03 Oct 2023 09:21:58 -0700 X-Received: from muminek.juszkiewicz.com.pl (muminek.juszkiewicz.com.pl [213.251.184.221]) by mx.groups.io with SMTP id smtpd.web10.112992.1696350116952824572 for ; Tue, 03 Oct 2023 09:21:57 -0700 X-Received: from localhost (localhost [127.0.0.1]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTP id 311F626113D; Tue, 3 Oct 2023 18:21:53 +0200 (CEST) X-Virus-Scanned: Debian amavis at juszkiewicz.com.pl X-Received: from muminek.juszkiewicz.com.pl ([127.0.0.1]) by localhost (muminek.juszkiewicz.com.pl [127.0.0.1]) (amavis, port 10024) with ESMTP id 4IYYGv27uNfg; Tue, 3 Oct 2023 18:21:52 +0200 (CEST) X-Received: from applejack.lan (83.21.112.107.ipv4.supernova.orange.pl [83.21.112.107]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTPSA id A2CC52602AC; Tue, 3 Oct 2023 18:21:51 +0200 (CEST) From: "Marcin Juszkiewicz" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Graeme Gregory , Marcin Juszkiewicz Subject: [edk2-devel] [PATCH edk2-platforms 1/1] Platform/SbsaQemu: add NVME support Date: Tue, 3 Oct 2023 18:21:44 +0200 Message-ID: <20231003162144.510852-1-marcin.juszkiewicz@linaro.org> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,marcin.juszkiewicz@linaro.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 4IrhqLHYAHNS86azeaTJs5ZIx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=X11GFZ0l; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linaro.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io It is weird that I can have NVME, can install OS on it but cannot boot from it. This change adds NVME support so it can be mapped and used. Signed-off-by: Marcin Juszkiewicz --- Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 6 ++++++ Platform/Qemu/SbsaQemu/SbsaQemu.fdf | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc b/Platform/Qemu/SbsaQemu= /SbsaQemu.dsc index 948e42326c33..36723e21d7b5 100644 --- a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc +++ b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc @@ -738,6 +738,12 @@ [Components.common] MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf =20 + # + # NVME support + # + + MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf + # # Video support (VGA) # diff --git a/Platform/Qemu/SbsaQemu/SbsaQemu.fdf b/Platform/Qemu/SbsaQemu= /SbsaQemu.fdf index 6bc55d701120..6fcfd25faaeb 100644 --- a/Platform/Qemu/SbsaQemu/SbsaQemu.fdf +++ b/Platform/Qemu/SbsaQemu/SbsaQemu.fdf @@ -251,6 +251,11 @@ [FV.FvMain] INF MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf =20 + # + # NVME support + # + INF MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf + # # USB Support # --=20 2.41.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109295): https://edk2.groups.io/g/devel/message/109295 Mute This Topic: https://groups.io/mt/101737251/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-