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=ard.biesheuvel@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 BEF99211B5A2A for ; Mon, 14 Jan 2019 09:02:18 -0800 (PST) Received: by mail-wr1-x442.google.com with SMTP id u4so23773981wrp.3 for ; Mon, 14 Jan 2019 09:02:18 -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; bh=y7/JAV4dMdn1eJf2BEQwOYZMQEKkcwQf1drp+mBaQJo=; b=XX92HmIJsSd5KooHk9Z5vTuB+Xio2yTvNfg4z06IaTlcIeBW4b+z7ygao1IL/Gm7YI a//9tAVI5tj17myPwPY9LynuS6NZGWXGCxyKazuB6n2dONTHRJIdTrj5Tmp/2gBH2DkF NUj1E398eQntCyfyLlI9F/RmvIr7qYpPep7qw= 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=y7/JAV4dMdn1eJf2BEQwOYZMQEKkcwQf1drp+mBaQJo=; b=MlLH0i5onxh6j7RB1KQMiykqYgzxE7aEFROOAe0MKZ0u1eXw+hPNQAPeSwBjav4kWC JCDEeGfYfpQJHmzGH9+/0SrW5PWLXJ7WfOFea0jbXrSeHeG0Bn6FQnKOFdolsuAMroii cIj4f1Y5W5zh3DIArs77AiaN58FYDsKfzVzjYqA3OUC9wAErZMUG/pVEA32uF4ptymKI jL4pE9I9Xtpo17CPIa/TbZNA7Humpjb+0gTJcM+X/s2EENyOEWozapHeKmarGBaJHHlT /0KzyYPNFiCsdhiGil1c0sLRGpS3j04EDhXR4JNJtvXK5rbnBMxky6P+csYA0dmtGGNh bm+w== X-Gm-Message-State: AJcUukdZH3e1FkQmJwaMtlIAqeVC2oy/TMloIga2Fh9sfg4Ktpl57RF7 Vh5doZGcRi4LLGZZjO9A2wLXJJ2oumpqpQ== X-Google-Smtp-Source: ALg8bN6mezVnusZClx5SQ+hh3k0uYN7y2DUYIomvHksHGn8+KoONoAY2BKfkDrr+cn8YlblX3zULjg== X-Received: by 2002:a5d:6a42:: with SMTP id t2mr5897907wrw.50.1547485336986; Mon, 14 Jan 2019 09:02:16 -0800 (PST) Received: from dogfood.home ([2a01:cb1d:112:6f00:2ced:5cd0:34f4:7bab]) by smtp.gmail.com with ESMTPSA id h184sm17224319wmf.0.2019.01.14.09.02.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Jan 2019 09:02:16 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Date: Mon, 14 Jan 2019 18:02:04 +0100 Message-Id: <20190114170205.9748-8-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190114170205.9748-1-ard.biesheuvel@linaro.org> References: <20190114170205.9748-1-ard.biesheuvel@linaro.org> Subject: [PATCH edk2-platforms 7/8] Platform/Socionext/DeveloperBox: disable EbcDxe for ARM builds 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 17:02:19 -0000 EBC and 32-bit ARM are fundamentally incompatible, so only enable it on AArch64 builds. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 4 +++- Platform/Socionext/DeveloperBox/DeveloperBox.fdf | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc index e6922fa3880b..beacd02adcc6 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc @@ -333,7 +333,6 @@ [Components.common] } MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf Silicon/Socionext/SynQuacer/Stage2Tables/Stage2Tables.inf MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf @@ -462,3 +461,6 @@ [Components.common] } Platform/Socionext/DeveloperBox/OsInstallerMenuDxe/OsInstallerMenuDxe.inf + +[Components.AARCH64] + MdeModulePkg/Universal/EbcDxe/EbcDxe.inf diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf index f52bec60b928..bc9ed30fb0d2 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf @@ -157,7 +157,9 @@ [FV.FvMain] INF MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf INF MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf +!if $(ARCH) == AARCH64 INF MdeModulePkg/Universal/EbcDxe/EbcDxe.inf +!endif INF MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf INF MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf -- 2.17.1