From nobody Mon Sep 16 19:14:57 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of seabios.org designates 78.46.105.101 as permitted sender) client-ip=78.46.105.101; envelope-from=seabios-bounces@seabios.org; helo=coreboot.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of seabios.org designates 78.46.105.101 as permitted sender) smtp.mailfrom=seabios-bounces@seabios.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from coreboot.org (coreboot.org [78.46.105.101]) by mx.zohomail.com with SMTPS id 1721033984952102.76863074585947; Mon, 15 Jul 2024 01:59:44 -0700 (PDT) Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) by coreboot.org (Postfix) with ESMTPA id 8B0F3EC885; Mon, 15 Jul 2024 08:59:40 +0000 (UTC) Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) by coreboot.org (Postfix) with ESMTP id D919EEC892 for ; Mon, 15 Jul 2024 08:59:22 +0000 (UTC) Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-359-_r6PDI8uMgq6lv1XL2cVhg-1; Mon, 15 Jul 2024 04:59:16 -0400 Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 59C2A1955D44; Mon, 15 Jul 2024 08:59:15 +0000 (UTC) Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) by mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id C448C1955F40; Mon, 15 Jul 2024 08:59:14 +0000 (UTC) Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) id 7336A1800D40; Mon, 15 Jul 2024 10:59:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1721033961; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Xl6h3jDIo0inpS8K6KhxOdHZ1E/in06B84vFhVu/R+M=; b=h6uGGra71eDoN637FUcVpQiB94Nsw139FwcnP3S9WvvVc8uJNJjtL24LKUYPJ3x+JRN93i lrcze0O1GX/xfuFxj8I8NPjJ7TloPEQna6XfcEU8K7eOUKhQNBvd+KgsufQ3Fx8ZpgN5zd 4Ws0wNxE0i1sTYYyAB4LmRJRkoWffGg= X-MC-Unique: _r6PDI8uMgq6lv1XL2cVhg-1 Date: Mon, 15 Jul 2024 10:59:12 +0200 From: Gerd Hoffmann To: Marek =?utf-8?Q?Marczykowski-G=C3=B3recki?= Message-ID: References: MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.0 on 10.30.177.17 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Disposition: inline Message-ID-Hash: CV5KVHPFQW3QJUX4YIGJSRNOSDCKCXUK X-Message-ID-Hash: CV5KVHPFQW3QJUX4YIGJSRNOSDCKCXUK X-MailFrom: kraxel@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-seabios.seabios.org-0; header-match-seabios.seabios.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: seabios@seabios.org X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [SeaBIOS] Re: regression: cannot boot from nvme anymore, disabling 64bit pci io window helps List-Id: SeaBIOS mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Content-Transfer-Encoding: quoted-printable Authentication-Results: coreboot.org; auth=pass smtp.auth=mailman@coreboot.org smtp.mailfrom=seabios-bounces@seabios.org X-Spamd-Bar: --- X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZM-MESSAGEID: 1721033986984116600 Content-Type: text/plain; charset="utf-8" Hi, > After an update some time ago, a VM wit 8GB RAM cannot boot from nvme any= more. From 7b54087dbd7f201a6cdb2794518c71a84aa0d8a6 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 15 Jul 2024 10:53:23 +0200 Subject: [PATCH] pciinit: ignore nvme for 64-bit mmio window Add nvme drives to the list of devices which are not moved to the 64-bit mmio window. Signed-off-by: Gerd Hoffmann Tested-By: Marek Marczykowski-G=C3=B3recki --- src/fw/pciinit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fw/pciinit.c b/src/fw/pciinit.c index b3e359d7fe62..f6aa1a554853 100644 --- a/src/fw/pciinit.c +++ b/src/fw/pciinit.c @@ -764,6 +764,8 @@ static void pci_region_migrate_64bit_entries(struct pci= _region *from, continue; if (entry->dev->class =3D=3D PCI_CLASS_SERIAL_USB) continue; + if (entry->dev->class =3D=3D PCI_CLASS_STORAGE_NVME) + continue; // Move from source list to destination list. hlist_del(&entry->node); hlist_add(&entry->node, last); --=20 2.45.2 _______________________________________________ SeaBIOS mailing list -- seabios@seabios.org To unsubscribe send an email to seabios-leave@seabios.org