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::344; helo=mail-wm1-x344.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) (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 68D5A211B1FB1 for ; Mon, 14 Jan 2019 05:28:34 -0800 (PST) Received: by mail-wm1-x344.google.com with SMTP id r24so7376054wmh.0 for ; Mon, 14 Jan 2019 05:28:34 -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=1fEU4QNia4meaBC9JOsGNT/tD8NI/LMiEAPHddx2ZI4=; b=YKMSEyZKi/9FEza62Fl5Z7tcPAkhaBw2jyuA5HCm6RyI1eXvJNJ6rjkRIcYVNrgnUI wJrMALSwSg6D0nSLzC0zK2jiDOGir7k78GlTbKfZROg5dSc31O4EUjKN2NBPJOnn7Y5T fjxrWb0/mbmzN3w54pgm4A7ESLGdw3PLqRUJ4= 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=1fEU4QNia4meaBC9JOsGNT/tD8NI/LMiEAPHddx2ZI4=; b=KUK8uA2G3OSd/iVNFaB4n8hAl9ztfsg+uc6iu+623s0mOkgxXiZgiYaCX540qNI3lL C0jjos1NvYEL0YtrX9BPLzbOha9M8qQAHsdMn/iguRoaZV9zXaf21sSLyHIMH+7gSC2S c7wLY34WcAg57gb6pNpKr6FG+p5p1u6V4ZZnCXDoVw75FKU6gamPof8kqOJodMw3w+VR 0bznGf99TuBZbVpIG07LK0zCklYn1qK8pkwPwiz1VxYNhMrSp/uSLwZ7TWlIgS701g6B YNXjCoTWI8c69ZQhWCm3GTdHFTwe0QUlk1XUy4xK02lm+tzaWDrv8L+r+jcntvLdTclb /hIQ== X-Gm-Message-State: AJcUukf7gRmYyljNiFyKBszGP3U9MNvGcsjQzZRbBeUZiV8XdIHv8XXc R54goLjxUnsQnIQ4L3G051m3KqH+8M0= X-Google-Smtp-Source: ALg8bN7/ce6c38gvXrpWg+dROjWg7VFjUYAlECQRxa+9q3nd3l6df0AfuNCnUk96FBgGvRj1qPR7Ew== X-Received: by 2002:a1c:e287:: with SMTP id z129mr11726634wmg.71.1547472512709; Mon, 14 Jan 2019 05:28:32 -0800 (PST) Received: from localhost.localdomain (aputeaux-684-1-19-62.w90-86.abo.wanadoo.fr. [90.86.222.62]) by smtp.gmail.com with ESMTPSA id 202sm33446560wmt.8.2019.01.14.05.28.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Jan 2019 05:28:31 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: Ard Biesheuvel , Laszlo Ersek , Leif Lindholm , Michael D Kinney , Liming Gao , Jian J Wang , Hao Wu , Jagadeesh Ujja , Achin Gupta , Thomas Panakamattam Abraham , Sami Mujawar , Star Zeng Date: Mon, 14 Jan 2019 14:27:55 +0100 Message-Id: <20190114132758.24054-15-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190114132758.24054-1-ard.biesheuvel@linaro.org> References: <20190114132758.24054-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Subject: [PATCH v2 14/17] MdeModulePkg/MdeModulePkg/dsc: move DxeDebugSupportDxe to x86 only section 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: Mon, 14 Jan 2019 13:28:34 -0000 Content-Transfer-Encoding: 8bit MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf does not build for AARCH64 since it does not provide the needed PlDebugSupport.h header. So move the module to a x86 only section. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- MdeModulePkg/MdeModulePkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index 967fe082aaae..3e9a9daf1649 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -421,7 +421,6 @@ [Components] MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf [Components.IA32, Components.X64, Components.AARCH64] - MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf MdeModulePkg/Universal/EbcDxe/EbcDxe.inf MdeModulePkg/Universal/EbcDxe/EbcDebugger.inf MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf @@ -438,6 +437,7 @@ [Components.IA32, Components.X64, Components.Ebc] MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf [Components.IA32, Components.X64] + MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.inf MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf -- 2.20.1