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.9047.1665502811453815355 for ; Tue, 11 Oct 2022 08:40:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=UvdjpczD; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from [192.168.4.22] (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 5A72620F06AB; Tue, 11 Oct 2022 08:40:10 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 5A72620F06AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1665502811; bh=uO+zmYyLqPBE1WMLR3oVhDKf65xhRaBdHy3+SfiPLi0=; h=Date:Subject:From:To:Reply-To:References:In-Reply-To:From; b=UvdjpczDy9mOIyVo4a59SXNmCQAhfIqcE50A8LFZQcacMptItgMTWGCbOxe2W4ViE fOn6s4JGEyhj/o1sa2LGvJEW7MvoHH5FI8q7E3NqaaCvHh8eE7cXafY78XdQgfAjTN PRo+KnNR96OfeQUMe+FUzsttGQUmQLKZ2sJi6ahA= Message-ID: Date: Tue, 11 Oct 2022 11:40:09 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.13.1 Subject: Re: [edk2-devel] [edk2-platforms][PATCH v1 0/3] Silicon/Intel: Fix invalid DEBUG() macros From: "Michael Kubacki" To: devel@edk2.groups.io, Chasel Chiu , Heng Luo , Nate DeSimone , Sai Chaganty Reply-To: devel@edk2.groups.io, mikuback@linux.microsoft.com References: <171B10AD74E4183B.17868@groups.io> In-Reply-To: <171B10AD74E4183B.17868@groups.io> Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit I haven't seen any review activity on this series. Are there any questions I can help answer? Thanks, Michael On 10/5/2022 12:06 AM, Michael Kubacki wrote: > From: Michael Kubacki > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4095 > > 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. > > 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/CpuPrintPolicy.c | 2 +- > Silicon/Intel/CoffeelakeSiliconPkg/Pch/Library/PeiDxeSmmGbeMdiLib/GbeMdiLib.c | 2 +- > Silicon/Intel/CoffeelakeSiliconPkg/Pch/Library/PeiOcWdtLib/PeiOcWdtLib.c | 4 ++-- > Silicon/Intel/CoffeelakeSiliconPkg/Pch/Library/Private/PeiDxeSmmPchPciExpressHelpersLib/PchPciExpressHelpersLibrary.c | 2 +- > Silicon/Intel/KabylakeSiliconPkg/Cpu/Library/PeiCpuPolicyLib/CpuPrintPolicy.c | 19 +++++++++++-------- > Silicon/Intel/KabylakeSiliconPkg/Pch/Library/PeiOcWdtLib/PeiOcWdtLib.c | 4 ++-- > Silicon/Intel/TigerlakeSiliconPkg/IpBlock/Gbe/LibraryPrivate/PeiDxeSmmGbeMdiLib/GbeMdiLib.c | 2 +- > Silicon/Intel/TigerlakeSiliconPkg/IpBlock/PcieRp/LibraryPrivate/PciExpressHelpersLibrary/PciExpressHelpersLibrary.c | 2 +- > 8 files changed, 20 insertions(+), 17 deletions(-) > > -- > 2.28.0.windows.1 > > > > -=-=-=-=-=-=-=-=-=-=- > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#94738): https://edk2.groups.io/g/devel/message/94738 > Mute This Topic: https://groups.io/mt/94129543/5319564 > Group Owner: devel+owner@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub [mikuback@linux.microsoft.com] > -=-=-=-=-=-=-=-=-=-=- >