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::442; helo=mail-wr1-x442.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x442.google.com (mail-wr1-x442.google.com [IPv6:2a00:1450:4864:20::442]) (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 C7F1E21189FB6 for ; Thu, 1 Nov 2018 08:36:53 -0700 (PDT) Received: by mail-wr1-x442.google.com with SMTP id r10-v6so20506891wrv.6 for ; Thu, 01 Nov 2018 08:36:53 -0700 (PDT) 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; bh=BxCmMbPtMglIRrMEDTao9OIxPecPXfz/7IAIaH4Q4bg=; b=kT3kLYtKZwSVCuZxKf95k/2iXWd6+VeX1/xhL2Alf23V/b6JZIc7Jj2I6mpE2anI7I Xv6SMk17+Q5kL60ULDWuVmm+10jBxd3OwpF0ChPsycjJ9fSoWQ1flVA7cKrch+FGP7rf Eaxpv0vJTBUDJMJocBadgFu1eGNXkpP+PIwbc= 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; bh=BxCmMbPtMglIRrMEDTao9OIxPecPXfz/7IAIaH4Q4bg=; b=tvdrYnlAeQjN/uiGvIjm5qRbjXmDlAifkrw+VPMEfcX6KVQVJIVxtMaAGQARXaZsP0 /huYGchqWhGI4fk2/eRoTtca6dotQGhzYpQfr7DFvyQNqK955OpZPIb8csFY7lk2yGKJ yFv7qu9tztTGP4nUrfW4OP0YA4YuFb+rASSqxLbOxGYfK3VWY0VsBSwMuprJVv0/tE3d VbHHR7Ph2ex6OWRXh4yRoLZjoY7y+Dfq3902fpj0Hw1RiefuKysMw3Scxg2di/8QY70C mODDmd0QENFctvqy8+o9PZDws6xeAx69TbeGeIRWo1NFFTbEpzlWCwashXwDOyaO3XGi 1kKQ== X-Gm-Message-State: AGRZ1gJ2dji3r0h+h3e5xiU9YC1aOAoPWih7Va3qFN2unsy7kGnFUx8s 6msoPRZ6njnvqDTIfMV9/IpbSzPPbSQ= X-Google-Smtp-Source: AJdET5dqu8ow+jLk9EQDjnADXpQiFSiVaW7VNX0j0jRHa39aHxChOCsxCVFroZjgdMVBVfauHDhwVA== X-Received: by 2002:adf:fc0c:: with SMTP id i12-v6mr7026238wrr.145.1541086611999; Thu, 01 Nov 2018 08:36:51 -0700 (PDT) Received: from vanye.hemma.eciton.net (cpc92302-cmbg19-2-0-cust304.5-4.cable.virginm.net. [82.1.209.49]) by smtp.gmail.com with ESMTPSA id 195-v6sm29669157wmx.21.2018.11.01.08.36.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Nov 2018 08:36:50 -0700 (PDT) From: Leif Lindholm To: edk2-devel@lists.01.org Cc: Star Zeng , Jian J Wang Date: Thu, 1 Nov 2018 15:36:40 +0000 Message-Id: <20181101153642.11315-5-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20181101153642.11315-1-leif.lindholm@linaro.org> References: <20181101153642.11315-1-leif.lindholm@linaro.org> Subject: [PATCH 4/6] MdeModulePkg: drop DebugSupportDxe from AARCH64 components 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: Thu, 01 Nov 2018 15:36:54 -0000 DebugSupportDxe.inf was listed in [Components.IA32, Components.X64, Components.AARCH64], but the plumbing that would be required to actually build it does not exist. Move the component to [Components.IA32, Components.X64] to permit build of MdeModulePkg.dsc on AARCH64. Cc: Star Zeng Cc: Jian J Wang Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm --- MdeModulePkg/MdeModulePkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index 2465d39fd7..942c70566b 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -423,7 +423,6 @@ [Components] [Components.IA32, Components.X64, Components.AARCH64] MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf - MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf MdeModulePkg/Universal/EbcDxe/EbcDxe.inf MdeModulePkg/Universal/EbcDxe/EbcDebugger.inf MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf @@ -440,6 +439,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.11.0