From patchwork Mon Jun 18 15:23:03 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 139013 Delivered-To: patch@linaro.org Received: by 2002:a2e:970d:0:0:0:0:0 with SMTP id r13-v6csp4089137lji; Mon, 18 Jun 2018 08:31:06 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJeSDBNwzAE2WRwRj508zdY89XD/1AtsXtKvbineGjPI8eN6VyIWRCAtVKMaloiEC9LBRyi X-Received: by 2002:a50:d303:: with SMTP id g3-v6mr12010082edh.208.1529335866176; Mon, 18 Jun 2018 08:31:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529335866; cv=none; d=google.com; s=arc-20160816; b=TKuMJ8sKsDrjm4ZTMiGVzbfGYxsGGn8s4GI0tyKuEco2ikVhymApfHM6zsKHw6pf4q zniOwwpFb/gznQNdG3sIrMPmCy3PEbssg3HU8//ZMcz8KwSQpt4W91amhgTswdED/Zir vuhCu3gulbH+ngXAwYY+neWL7KYSrTdRiFvipNDHfF47ynmTawSmmMetcgc94rMclTfT z+IUZTfMXbOOJXNGwpOhHupTyDB0YK+LvhXL2GC+zDobHFfebVCNPbwxWOlNnH7VdNTV mclkCnT6ZMkoEqAkfHn4LJiDfvw2FA0SjdzumxiJCgmrjN+v6b7Aq3C67txTRSKNtFB3 i1RQ== 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=mzBXu73tZrVeqfVMlVNS2kv49xeAKC90ogRHOgdJaGCt+g+Z/CRhByRAwRB2Al4ywX yDkNHu4MPG0Oy/mdaSzSWQCG6FkrvL3JJEgVOq+M1eQ+M1b5L5ODyC2wn4UXdlaAAWe0 x3ezUS/5Kk7G3mj3uDi+jWNpXVppU0YIDdrUgVUjFDI8pi0vwooIfSge6FY+totdYwre MkBiTHCI5nfxNtGiFk7oMenvVbFFH5pM1JMzJa09seXt5viK5UOF6PyEHhc3jzkG06DS 6pS41vQ5m2RB1zYlFgmc93uxnWK0ETd0sVs9Cm22+ges7qKm/cHlK2u2AOM0Cpbcw+CJ HD3w== 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 b42-v6si9695180edf.140.2018.06.18.08.31.05; Mon, 18 Jun 2018 08:31:06 -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 C56F6C21F19; Mon, 18 Jun 2018 15:25:51 +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 98D1FC21F0F; Mon, 18 Jun 2018 15:23:25 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 788F9C21E1D; Mon, 18 Jun 2018 15:23:17 +0000 (UTC) Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by lists.denx.de (Postfix) with ESMTPS id CE6CFC21E1D for ; Mon, 18 Jun 2018 15:23:17 +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 EE1DEAF72; Mon, 18 Jun 2018 15:23:16 +0000 (UTC) From: Alexander Graf To: u-boot@lists.denx.de Date: Mon, 18 Jun 2018 17:23:03 +0200 Message-Id: <20180618152315.34233-10-agraf@suse.de> X-Mailer: git-send-email 2.12.3 In-Reply-To: <20180618152315.34233-1-agraf@suse.de> References: <20180618152315.34233-1-agraf@suse.de> Cc: Heinrich Schuchardt , Andy Shevchenko Subject: [U-Boot] [PATCH v4 09/21] 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),)