From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::441; helo=mail-wr1-x441.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x441.google.com (mail-wr1-x441.google.com [IPv6:2a00:1450:4864:20::441]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 64D4C21188C31 for ; Tue, 6 Nov 2018 09:58:51 -0800 (PST) Received: by mail-wr1-x441.google.com with SMTP id z13-v6so12187170wrs.3 for ; Tue, 06 Nov 2018 09:58:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=J+nvnyUd426dY1Yge8WOzRAyCl5VJiLyRIrJYwXrR64=; b=O6/CNLfH7GVv6PuxWgftvx0tiMgRJf4D/y3a97QpWXvnwSl/dQJP0bsGkeFDzTXMWM d3vA8R+/9CyAgo4oRdcwXeTxtBgUENgVfJlyVQ24hiyUsQH/qokcflED9tI+mxGDFxru X2PPxSRaxaFUK7FJWMM/noo+RRluho1whYFoc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=J+nvnyUd426dY1Yge8WOzRAyCl5VJiLyRIrJYwXrR64=; b=P7suVuxc1jpINTrmgXAlvzxYjkpI0TfHzPKEb8tbPefKGO2wRqVKMdTGiBDKJiKY6c nSk65czV0V6mCxva27dqNBpf8lIc7aTwn8iOhnsBkjoIiNr/zaLHGG6G/K8rMiWxqOEk cA+j5r6NP0sk19dGaNiK8xgyp9Lji0AB++xwgS0obP9rt2EEFwdJocQsJ2bJImPJ6fRI EgVAFWsNoPFp2ZId8g+FmCwEBMJk6oiqXWHUEq1zbP3FU5KJiYx5AqzTAcZbRUX1I2Ev BJfHtAa+xUM+qtvIW5hWFnv8KYzVmN4/SyjJUokcQbYe46mGd1GZuNwijKcXqTgs5KRf 5LHg== X-Gm-Message-State: AGRZ1gLTk3XGhHDaKs7rQORJSI1cWejqlLjAykVMaGRttIVgAUpk/Mlt rxVhStur9MK+HGs1pCR4hfVKR+pC0ms= X-Google-Smtp-Source: AJdET5eix//jzha9rnoLAZazPZZHrIkEBfsR8QpjJOEPO4aVVG+9sQO1xsFFWQB81K2py6ajaJOZbA== X-Received: by 2002:adf:ec41:: with SMTP id w1-v6mr24444784wrn.266.1541527129535; Tue, 06 Nov 2018 09:58:49 -0800 (PST) Received: from localhost.localdomain (laubervilliers-657-1-83-120.w92-154.abo.wanadoo.fr. [92.154.90.120]) by smtp.gmail.com with ESMTPSA id 134-v6sm2971522wmp.6.2018.11.06.09.58.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Nov 2018 09:58:48 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: maciej.rabeda@intel.com, michael.d.kinney@intel.com, eric.jin@intel.com, leif.lindholm@linaro.org, Ard Biesheuvel Date: Tue, 6 Nov 2018 18:58:15 +0100 Message-Id: <20181106175833.26964-2-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181106175833.26964-1-ard.biesheuvel@linaro.org> References: <20181106175833.26964-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Subject: [PATCH edk2-staging 01/19] IntelOpenSourceUndiPkg.dsc: add AARCH64 and ARM to supported architectures X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2018 17:58:51 -0000 Content-Transfer-Encoding: 8bit Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- IntelUndiPkg/IntelOpenSourceUndiPkg.dsc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/IntelUndiPkg/IntelOpenSourceUndiPkg.dsc b/IntelUndiPkg/IntelOpenSourceUndiPkg.dsc index 21b1fb27984e..ca440bde2cb4 100644 --- a/IntelUndiPkg/IntelOpenSourceUndiPkg.dsc +++ b/IntelUndiPkg/IntelOpenSourceUndiPkg.dsc @@ -29,7 +29,7 @@ PLATFORM_VERSION = 0.1 DSC_SPECIFICATION = 0x00010005 OUTPUT_DIRECTORY = Build/IntelUndiPkg - SUPPORTED_ARCHITECTURES = IA32|IPF|X64 + SUPPORTED_ARCHITECTURES = IA32|IPF|X64|ARM|AARCH64 BUILD_TARGETS = DEBUG|RELEASE|DEV SKUID_IDENTIFIER = DEFAULT @@ -62,6 +62,17 @@ SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf +[LibraryClasses.ARM, LibraryClasses.AARCH64] + # + # It is not possible to prevent the ARM compiler from inserting calls to + # intrinsic functions. This library provides the instrinsic functions such + # a compiler may generate calls to. + # + NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf + + # Add support for GCC stack protector + NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf + ################################################################################ # # Pcd Section - list of all EDK II PCD Entries defined by this Platform -- 2.19.1