From patchwork Thu Jun 14 16:33:32 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 138586 Delivered-To: patch@linaro.org Received: by 2002:a2e:970d:0:0:0:0:0 with SMTP id r13-v6csp2340308lji; Thu, 14 Jun 2018 09:38:43 -0700 (PDT) X-Google-Smtp-Source: ADUXVKLdKzWjGfLMcs+w27Owk1lIAdKSgU8OenafbtN1wlVC9blKAw9yUNRRgcKdUKTzKQVirJRe X-Received: by 2002:a50:cd96:: with SMTP id p22-v6mr3177601edi.159.1528994323009; Thu, 14 Jun 2018 09:38:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528994323; cv=none; d=google.com; s=arc-20160816; b=X8fWGmNOEHazwV5hDTw1UURbER74Fw6Zlx4RMao3Xi+ImnK1Wp19Tg00S83Kb6H6Q1 cVKg8Id8L8SchxFzRmRkhefeEHb77yYJAy5rI6ZJri9CYZzCihPKfKoT//j4ymae/1+6 ggyiqVGBUb2LvFqc+DfZev7EJEQZrFv02QQKbgjw0HJnTvMYcacBaY7xoAxM+261iCYy eJzpVWcy9pU1yvYBF2nZzgLpeWe9CpMUeEL33kYW2uzO8NZF0P1Nsw1vKroMcYAliJ+c uxqnMF8zgL5RgfJz/dkQtyeSrHvc2sBb1TFXJk/hlwMTIFwdglECO1M/9TFyOHZHx1jy V86Q== 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=eeSrLwpw4uMA42nSFehq+HVZdRgGGASbpnV1TDpLDuU=; b=MOPnO96YzsETKd1m5CSYiXb7+1fCOemPigyXyYXmx+tHC8MLgzaFjuvXzWWBF2hM2v onsxDa8VXoS4JdSclUYHcB/ByGX2u21lj0jF5DdkXEwzzrrub8QzqWwmxC7tsJQt9wOO 5inaaSoi1++0dR9nYbKhNPpljtYDuQ2tdx605tuv/SAsbgnjVlAkmRzRC+Ct/hOnYs4e w0zMgvCAQmdDi/1TBXyT8aV7BRBcGu7N/6tDpyYuQjgJJeq15uovvgd5LOIFiYE69PGn VvHmHzh9ymPpuH+QyuOFzDPlxF1iIDwKpLHWFjoF7rl0PE0VM7MTjme0LRe296xqjhWi qsCQ== 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 c3-v6si2923407edm.25.2018.06.14.09.38.42; Thu, 14 Jun 2018 09:38:42 -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 A7B3FC21DA2; Thu, 14 Jun 2018 16:35:06 +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 2779FC21E47; Thu, 14 Jun 2018 16:33:41 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 2488AC21C2C; Thu, 14 Jun 2018 16:33:35 +0000 (UTC) Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by lists.denx.de (Postfix) with ESMTPS id 87E28C21DC1 for ; Thu, 14 Jun 2018 16:33:35 +0000 (UTC) X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext-too.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id D10AFAF80; Thu, 14 Jun 2018 16:33:34 +0000 (UTC) From: Alexander Graf To: u-boot@lists.denx.de Date: Thu, 14 Jun 2018 18:33:32 +0200 Message-Id: <20180614163334.46827-10-agraf@suse.de> X-Mailer: git-send-email 2.12.3 In-Reply-To: <20180614163334.46827-1-agraf@suse.de> References: <20180614163334.46827-1-agraf@suse.de> Cc: Heinrich Schuchardt Subject: [U-Boot] [PATCH 09/11] 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 --- 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),)