From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from rondra.lf-net.org (rondra.lf-net.org [188.68.36.203]) by mx.groups.io with SMTP id smtpd.web12.7463.1648030962140243377 for ; Wed, 23 Mar 2022 03:22:43 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@lf-net.org header.s=2021 header.b=4Q7pE5v9; spf=pass (domain: lf-net.org, ip: 188.68.36.203, mailfrom: littlefox@lf-net.org) Received: from localhost (localhost [127.0.0.1]) by rondra.lf-net.org (Postfix) with ESMTP id 4CDF25FDB5; Wed, 23 Mar 2022 10:22:40 +0000 (UTC) Authentication-Results: rondra.lf-net.org (amavisd-new); dkim=pass (2048-bit key) reason="pass (just generated, assumed good)" header.d=lf-net.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lf-net.org; h= content-transfer-encoding:mime-version:references:in-reply-to :x-mailer:message-id:date:date:subject:subject:from:from :received:received; s=2021; t=1648030960; x=1649845361; bh=PkTRL s8frUa675m2mPDDQl+VnBOyHGy+P4vLvl/0a6k=; b=4Q7pE5v9CQyPngKJSDjIl TxDVQtid17fBfjg8BqzXaqz1Cjevl0xevrO6w2PB0yFmR/Wrcnhj+feaeGqA3rLd fo7MXoc2cu3YPOz2pd9Wq5VbCqwyKoGYlpGl1TIC4IUJH8EtJLpThTRGgBhBIku/ CXfz3jBmWqaj8QtFE4v6K9qpSWDCYs0jP3YGgiAapPmFnOM41dDzHLanQFqZLq9A DedA53ZDO+ym1K9uY9BZoZFXV4nymJc4DRSxyJjw60kuBJIFdfIklNyNMndWaPsR FdhfcrdwODZv3B+KXlMNuYR3A1+p+zTAsVOMQPlt87Z2GcF03YQlVIhq3IULKG0J Q== X-Virus-Scanned: Debian amavisd-new at rondra.lf-net.org Received: from rondra.lf-net.org ([127.0.0.1]) by localhost (rondra.lf-net.org [127.0.0.1]) (amavisd-new, port 10026) with LMTP id 71JYqeQtCH2q; Wed, 23 Mar 2022 10:22:40 +0000 (UTC) Received: from LF-T470.home.lf-net.dn42 (unknown [IPv6:2001:16b8:5549:3f01:4a51:c5ff:fe7a:408b]) by rondra.lf-net.org (Postfix) with ESMTPSA id E4A3C5FDB2; Wed, 23 Mar 2022 10:22:39 +0000 (UTC) From: "Mara Sophie Grosch" To: devel@edk2.groups.io Cc: hao.a.wu@intel.com, Mara Sophie Grosch Subject: [PATCH v2 0/2] MdeModulePkg: fix checks for NVM command set Date: Wed, 23 Mar 2022 11:22:32 +0100 Message-Id: X-Mailer: git-send-email 2.35.1 In-Reply-To: <16DE909798871558.18232@groups.io> References: <16DE909798871558.18232@groups.io> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi, new patch series, including the fix for the same problem in PEI Mara Sophie Grosch (2): MdeModulePkg/NvmExpressDxe: fix check for Cap.Css MdeModulePkg/NvmExpressPei: fix check for NVM command set MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressHci.c | 2 +- MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiHci.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --=20 2.35.1