From patchwork Fri Jun 15 12:42:21 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 138688 Delivered-To: patch@linaro.org Received: by 2002:a2e:970d:0:0:0:0:0 with SMTP id r13-v6csp805590lji; Fri, 15 Jun 2018 05:51:07 -0700 (PDT) X-Google-Smtp-Source: ADUXVKIdUbALLQVqXZmzH9R4gJX28OVYrg5xEtzd3R05u37bzG2vsL790WRFe/vIfkcgYkf6PJTS X-Received: by 2002:a50:f743:: with SMTP id j3-v6mr1782849edn.37.1529067067547; Fri, 15 Jun 2018 05:51:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529067067; cv=none; d=google.com; s=arc-20160816; b=Qli5BWkeI/2cZqKJ1v/skH/qZu7yuyyMNeE6aN2ShDRvxEAGmIwG5XK61nTwelcnUb x7nTXE0EUt1AukcIHS/UN7F0gxav5B34y9kc943bG1NnrK7uWXt8gfhLx0txFcvMyb9O upK+Z46XsoO0DXU3wb4+8IXM3Sk93Z4cGnsl4ofQ62y81OM2HNuHtmt6L0JIZHHYYFWx F0kJCJ3MkcD69lAj0AeZJ72tsVFeVhuXtF5bcZkCllBGx1YNaIwA/byFZ0FkN5tzv1Y5 KYlGvk6PcSUrRCoTJf/WU3Pft6EvZ+hv8qylwTe54FrPj8Zpq+YAfN237WzyYcethjx4 BDgA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:cc:references:in-reply-to:message-id :date:to:from:arc-authentication-results; bh=hwenLHKpXAqwv4Ou0CIiMSc2vEL3aRO1DA5KzG/55gM=; b=vXn/YS23TUk2wMQgFznVVj6dP1eClSP4xF/DT50y8BHzNF5+1MSKgUYnhClcof9STf c+YpGNzRn7gwuLCAdbb3puRejXBEiyCyQAjp7LLi2+iWiX9AEua1BedvP13pIq4SZke/ N/ckBHhuGNuMDgRVfqdzQNKrJFjKdL3x52s8sABSd5yMf5vKXfNaRVEPo4ZuMrkv3BHI N164TWcy7CoIIUoR3J8gy04lWpQdvdTrfvXp4pwbCzf5W+gDhptc1NNgSUpFqONBf9GJ RYEnclgLoQza9OVEhZrSpF7nKDQbV0zNoTL6R/30mB9Ji935kDJNMlr6v92LNJf1F731 Gf+g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Return-Path: Received: from lists.denx.de (dione.denx.de. [81.169.180.215]) by mx.google.com with ESMTP id v26-v6si6471545edi.290.2018.06.15.05.51.07; Fri, 15 Jun 2018 05:51:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) client-ip=81.169.180.215; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by lists.denx.de (Postfix, from userid 105) id 2B400C21F1F; Fri, 15 Jun 2018 12:45:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 02653C21EFF; Fri, 15 Jun 2018 12:42:40 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 73099C21E2B; Fri, 15 Jun 2018 12:42:33 +0000 (UTC) Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by lists.denx.de (Postfix) with ESMTPS id B4535C21E75 for ; Fri, 15 Jun 2018 12:42:31 +0000 (UTC) X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext-too.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id F2CF5AF81; Fri, 15 Jun 2018 12:42:30 +0000 (UTC) From: Alexander Graf To: u-boot@lists.denx.de Date: Fri, 15 Jun 2018 14:42:21 +0200 Message-Id: <20180615124229.35310-10-agraf@suse.de> X-Mailer: git-send-email 2.12.3 In-Reply-To: <20180615124229.35310-1-agraf@suse.de> References: <20180615124229.35310-1-agraf@suse.de> Cc: Andy Shevchenko , Heinrich Schuchardt Subject: [U-Boot] [PATCH v3 09/17] efi_loader: Disable miniapps on sandbox X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" In the sandbox environment we can not easily build efi stub binaries right now, so let's disable the respective test cases for the efi selftest suite. Signed-off-by: Alexander Graf Reviewed-by: Simon Glass --- lib/efi_selftest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/efi_selftest/Makefile b/lib/efi_selftest/Makefile index 4fe404d88d..bf5c8199cb 100644 --- a/lib/efi_selftest/Makefile +++ b/lib/efi_selftest/Makefile @@ -41,7 +41,7 @@ endif # TODO: As of v2018.01 the relocation code for the EFI application cannot # be built on x86_64. -ifeq ($(CONFIG_X86_64),) +ifeq ($(CONFIG_X86_64)$(CONFIG_SANDBOX),) ifneq ($(CONFIG_CMD_BOOTEFI_SELFTEST),)