From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web11.2610.1635908759020758070 for ; Tue, 02 Nov 2021 20:05:59 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: michael.d.kinney@intel.com) X-IronPort-AV: E=McAfee;i="6200,9189,10156"; a="211474862" X-IronPort-AV: E=Sophos;i="5.87,204,1631602800"; d="scan'208";a="211474862" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2021 20:05:53 -0700 X-IronPort-AV: E=Sophos;i="5.87,204,1631602800"; d="scan'208";a="449635051" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.212.152.41]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2021 20:05:51 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Sami Mujawar , Alexei Fedorov , Ard Biesheuvel Subject: [Patch 1/6] DynamicTablesPkg: Add missing BaseStackCheckLib instance Date: Tue, 2 Nov 2021 20:05:37 -0700 Message-Id: <20211103030542.1529-2-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.32.0.windows.1 In-Reply-To: <20211103030542.1529-1-michael.d.kinney@intel.com> References: <20211103030542.1529-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Fix ARM and AARCH64 build issues by adding the BaseStackCheckLib instance. Cc: Sami Mujawar Cc: Alexei Fedorov Cc: Ard Biesheuvel Signed-off-by: Michael D Kinney --- DynamicTablesPkg/DynamicTablesPkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DynamicTablesPkg/DynamicTablesPkg.dsc b/DynamicTablesPkg/DynamicTablesPkg.dsc index 46b2e667fd25..e1439a130143 100644 --- a/DynamicTablesPkg/DynamicTablesPkg.dsc +++ b/DynamicTablesPkg/DynamicTablesPkg.dsc @@ -35,6 +35,7 @@ [LibraryClasses] [LibraryClasses.ARM, LibraryClasses.AARCH64] NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf + NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf [Components.common] @@ -51,4 +52,3 @@ [BuildOptions] # Inhibit C6305: Potential mismatch between sizeof and countof quantities. *_VS2017_*_CC_FLAGS = /wd6305 /analyze !endif - -- 2.32.0.windows.1