From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.20725.1665584191135454449 for ; Wed, 12 Oct 2022 07:16:31 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=bAQTjtDr; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id C0CE620F0F63; Wed, 12 Oct 2022 07:16:29 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com C0CE620F0F63 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1665584190; bh=+y0e1astf0x3ZjYiRyfTlVdLu5jOxKoNA+wSpgMJRWA=; h=From:To:Cc:Subject:Date:From; b=bAQTjtDrxf+zVeFDIxUniE1H6pXmh/onIdvKQ9i9OcPBDFc4F3qegaXSmSoQv3Dz3 Bb3dcciKzR/TG9bD5Wev4xJw8JP5GoQlWntMlE9gG7I++6vLCLVkFGkufIdLNKDcSk AbkPSW9Zk+2WcYGYyiAP54VbAY099phol915mcYM= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Heng Luo , Nate DeSimone , Sai Chaganty Subject: [edk2-platforms][PATCH v2 0/3] Silicon/Intel: Fix invalid DEBUG() macros Date: Wed, 12 Oct 2022 10:16:07 -0400 Message-Id: <20221012141610.668-1-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4095 Fixes several debug macros in Silicon/Intel that have a mismatched number of print specifiers to arguments. The original author's intention is not always 100% obvious. Though, this series is relatively straightforward. v2 changes: - Applied debug macro suggestions in Nate's feedback Cc: Chasel Chiu Cc: Heng Luo Cc: Nate DeSimone Cc: Sai Chaganty Signed-off-by: Michael Kubacki Michael Kubacki (3): CoffeelakeSiliconPkg: Fix invalid debug macros KabylakeSiliconPkg: Fix invalid debug macros TigerlakeSiliconPkg: Fix invalid debug macros Silicon/Intel/CoffeelakeSiliconPkg/Cpu/Library/PeiCpuPolicyLib/CpuPrintP= olicy.c | 2 +- Silicon/Intel/CoffeelakeSiliconPkg/Pch/Library/PeiDxeSmmGbeMdiLib/GbeMdi= Lib.c | 2 +- Silicon/Intel/CoffeelakeSiliconPkg/Pch/Library/PeiOcWdtLib/PeiOcWdtLib.c= | 4 ++-- Silicon/Intel/CoffeelakeSiliconPkg/Pch/Library/Private/PeiDxeSmmPchPciEx= pressHelpersLib/PchPciExpressHelpersLibrary.c | 2 +- Silicon/Intel/KabylakeSiliconPkg/Cpu/Library/PeiCpuPolicyLib/CpuPrintPol= icy.c | 19 +++++++++++-------- Silicon/Intel/KabylakeSiliconPkg/Pch/Library/PeiOcWdtLib/PeiOcWdtLib.c = | 4 ++-- Silicon/Intel/TigerlakeSiliconPkg/IpBlock/Gbe/LibraryPrivate/PeiDxeSmmGb= eMdiLib/GbeMdiLib.c | 2 +- Silicon/Intel/TigerlakeSiliconPkg/IpBlock/PcieRp/LibraryPrivate/PciExpre= ssHelpersLibrary/PciExpressHelpersLibrary.c | 2 +- 8 files changed, 20 insertions(+), 17 deletions(-) --=20 2.28.0.windows.1