From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web11.124919.1680681054755255609 for ; Wed, 05 Apr 2023 00:50:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=ASiv9kuw; spf=pass (domain: kernel.org, ip: 139.178.84.217, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 42570639BD for ; Wed, 5 Apr 2023 07:50:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 86988C433EF for ; Wed, 5 Apr 2023 07:50:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680681053; bh=ZbLlT84ELpX7jxsJCoFBo1RVEF5s0SBYhnQ4Vec/V9o=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=ASiv9kuwSXo+WOnW+Ptjg6Fuhgvo0J5W1x6QiFFFg67JqsYz7ZlXfP+fgS2YBg+uZ zYsXW0Jgp2OKFxZ9M0QVkw3LaCFkdL+tmuOE3NV6hb3Lo+Stbpj+jy236q1QKy3rr4 Z24GJLVD8IaT8CEVoKzBf/sAuYNt5KR+K+3A+6YY4CX6X2AQ8CmrU89KLStz2ChfoQ Ud60mbvpn1pyXOkq9x7WMgY1PqIRdKcFxKeQ0FiYAIvcdPvoaI0ImbMMAXOmDnitBm +N+GZ5rxmMYUNfOtKvRB82AZg87gtqd15nuvtrUCdWYX46iIQB/E0GduWhtgttb1pJ XL9v430OInJbA== Received: by mail-lf1-f54.google.com with SMTP id g19so32371040lfr.9 for ; Wed, 05 Apr 2023 00:50:53 -0700 (PDT) X-Gm-Message-State: AAQBX9elB4k2zEAviIfdDo5DovYhPwNijMVlEHVJIaMGsc5hm1LZSHfa fVbtRsNKqxqK9ueUxvsOxosQipJwAFWl8V4kkMQ= X-Google-Smtp-Source: AKy350bkVG4i4j4hV7N09OzpDSi1MDzcrGVcsa+98lcB6F2pD0v2zlQO/eT8gTMufIFzlVtr+Gspd+eDKrgycVt30Lg= X-Received: by 2002:a05:6512:4de:b0:4eb:f3d:94bf with SMTP id w30-20020a05651204de00b004eb0f3d94bfmr1524137lfq.9.1680681051514; Wed, 05 Apr 2023 00:50:51 -0700 (PDT) MIME-Version: 1.0 References: <20230404182220.688-1-michael.d.kinney@intel.com> <20230404182220.688-13-michael.d.kinney@intel.com> In-Reply-To: <20230404182220.688-13-michael.d.kinney@intel.com> From: "Ard Biesheuvel" Date: Wed, 5 Apr 2023 09:50:40 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [Patch v2 12/12] PrmPkg/Library: HOST_APPLICATION IA32/X64 only To: devel@edk2.groups.io, michael.d.kinney@intel.com Cc: Michael Kubacki , Nate DeSimone Content-Type: text/plain; charset="UTF-8" On Tue, 4 Apr 2023 at 20:23, Michael D Kinney wrote: > This patch has no commit log so it is hard to understand the purpose of this patch. > Cc: Michael Kubacki > Cc: Nate DeSimone > Signed-off-by: Michael D Kinney > --- > .../UnitTest/DxePrmContextBufferLibUnitTestHost.inf | 2 +- > .../UnitTest/DxePrmModuleDiscoveryLibUnitTestHost.inf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/PrmPkg/Library/DxePrmContextBufferLib/UnitTest/DxePrmContextBufferLibUnitTestHost.inf b/PrmPkg/Library/DxePrmContextBufferLib/UnitTest/DxePrmContextBufferLibUnitTestHost.inf > index 7cf6a16867d4..eefaddb10aaf 100644 > --- a/PrmPkg/Library/DxePrmContextBufferLib/UnitTest/DxePrmContextBufferLibUnitTestHost.inf > +++ b/PrmPkg/Library/DxePrmContextBufferLib/UnitTest/DxePrmContextBufferLibUnitTestHost.inf > @@ -17,7 +17,7 @@ [Defines] > # > # The following information is for reference only and not required by the build tools. > # > -# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 AArch64 also supports PRM so why are you removing it here? > +# VALID_ARCHITECTURES = IA32 X64 > # > > [Sources] > diff --git a/PrmPkg/Library/DxePrmModuleDiscoveryLib/UnitTest/DxePrmModuleDiscoveryLibUnitTestHost.inf b/PrmPkg/Library/DxePrmModuleDiscoveryLib/UnitTest/DxePrmModuleDiscoveryLibUnitTestHost.inf > index 8aae1f7cd78a..fd4b44a9bf85 100644 > --- a/PrmPkg/Library/DxePrmModuleDiscoveryLib/UnitTest/DxePrmModuleDiscoveryLibUnitTestHost.inf > +++ b/PrmPkg/Library/DxePrmModuleDiscoveryLib/UnitTest/DxePrmModuleDiscoveryLibUnitTestHost.inf > @@ -17,7 +17,7 @@ [Defines] > # > # The following information is for reference only and not required by the build tools. > # > -# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 > +# VALID_ARCHITECTURES = IA32 X64 > # > > [Sources] > -- > 2.39.1.windows.1 > > > > > >