From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web12.2431.1667822274047775498 for ; Mon, 07 Nov 2022 03:57:54 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=G7wm7BXF; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: wei6.xu@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667822274; x=1699358274; h=from:to:cc:subject:date:message-id; bh=gCtc6bM/k36cqE2wvq0xnjNYb75hwL+FRei1grmPidc=; b=G7wm7BXFCwtI0DqLCR9lXtPrAzlF8MV3HmdyifYDBXJQo1/vWvoAAuE/ 0qAoAjNb5ZO64youp2Wo1oYAgYuk3Hzhc3lALXvxySZElz+ZyOd/yZV4/ 8t1IhTJ0Lw9pu2P9u7OgsRB9Xxm7Nt4QpKlimVAp6TRoCFn5APfoWxrVi M9Hfj/5JsSrZmSAFqJBmPdWQsxy+zOofRGmO0VVqGehZI4prjJCXu2eJA 4Zl+lQ/UWT5RDrxkXsefGO3rKJ/gaa2EuwSP8u3SKoKLnNeBnvAZlPT6C qhHb8KyvvJ7NGI0PwtOLxMyuWE+HGexIlxI0y+sqBKoNsQekVQmBeDyA+ A==; X-IronPort-AV: E=McAfee;i="6500,9779,10523"; a="293738515" X-IronPort-AV: E=Sophos;i="5.96,143,1665471600"; d="scan'208";a="293738515" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2022 03:57:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10523"; a="699446531" X-IronPort-AV: E=Sophos;i="5.96,143,1665471600"; d="scan'208";a="699446531" Received: from shwdeopenpsi174.ccr.corp.intel.com ([10.239.157.25]) by fmsmga008.fm.intel.com with ESMTP; 07 Nov 2022 03:57:51 -0800 From: "Xu, Wei6" To: devel@edk2.groups.io Cc: Michael Kubacki , Nate DeSimone , Ankit Sinha Subject: [PATCH v1 0/1] PrmPkg: Fix WHQL Signed Driver Test failure for PRMT device. Date: Mon, 7 Nov 2022 19:57:45 +0800 Message-Id: <20221107115746.5740-1-wei6.xu@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 This patch is to fix the WHQL Signed Driver Test failure when there is no driver installed for PRMT device. The Bugzila link: https://bugzilla.tianocore.org/show_bug.cgi?id=4141 The forked branch for review: https://github.com/xuweiintel/edk2/tree/prm_cid Cc: Michael Kubacki Cc: Nate DeSimone Cc: Ankit Sinha Wei6 Xu (1): PrmPkg/PrmSsdtInstallDxe: Update PRMT Device CID to PNP0C02. PrmPkg/PrmSsdtInstallDxe/Prm.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.29.2.windows.2