From patchwork Wed Apr 24 00:43:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan O'Donoghue X-Patchwork-Id: 1089835 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="ko+B1wAH"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 44phQx6j0Gz9s55 for ; Wed, 24 Apr 2019 10:44:25 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 68203C21E16; Wed, 24 Apr 2019 00:44:18 +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=T_DKIM_INVALID 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 7D4CBC21D74; Wed, 24 Apr 2019 00:43:58 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 613F5C21C27; Wed, 24 Apr 2019 00:43:57 +0000 (UTC) Received: from mail-ed1-f66.google.com (mail-ed1-f66.google.com [209.85.208.66]) by lists.denx.de (Postfix) with ESMTPS id 75880C21C2C for ; Wed, 24 Apr 2019 00:43:55 +0000 (UTC) Received: by mail-ed1-f66.google.com with SMTP id a6so14366427edv.1 for ; Tue, 23 Apr 2019 17:43:55 -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:mime-version :content-transfer-encoding; bh=ljXJcO7d3v6QfzxAYIPsOk9PCL3RWbB92JYSz67N080=; b=ko+B1wAHbOaTA1zItDx9ZX2GnXSGJ59F1RmH+SFktiaHP7fiGezbxze6+E/MX9k5lR wV8qmoTRW6Z851/o28BSLrSrp/Wt2dumbM6ghBcoZZKjq9tFtGMWAh0xh9zOJmmAWT/U xN/77dadxHTHQRVjDq+8kGs0nH8TTwcmKkbHKQjfGf41c9bKId1EYu2RlwS3g//BOdVN MidV61aas3dUOfDfb3zlvePb1aLFxmcaPaw8/ncDpp5ZDW/KIpfcSZfSof5+4T6PmhJ0 NKUU53vy3NA5PwbjT9P5h63fcK0FXwlhAFMZyJvzdaQEQ2+SxlAu0+1no7fPx+8JpV42 Dmuw== 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:mime-version :content-transfer-encoding; bh=ljXJcO7d3v6QfzxAYIPsOk9PCL3RWbB92JYSz67N080=; b=Yps4SKXJ0glZisoyR+AXLY3+GC/05fiUQiuSp5aP2z8JEry3+WoDDs1knfbQLmgQTg QMhK32lxE39FdzaJC5iWnZWWS31ReVUnHuBl9LyK4hT9aCcbEwJ3ggvCOZGE9lVs2Su7 PBNjwWouz+cQGR2dMM3Nyqo0fD3jj+WS59th/dUzerOv2PbIELY5v8recKsFBV0WIWiH nncvrmJ0Lk9FH0BHlBETyIXW3b9yki4IL+sw9Yh/OyM2RVypWBYYIzImfljVEGNTZC1V SHDjTZ5nb1CipgK+Qmuqbdx2zqENXD4vnorNRegQzn3UhNgGjx5gfmxe7B9X0zF60L35 7OfQ== X-Gm-Message-State: APjAAAU0hjLVn6+3+8tezw22a9f7Z9VkIk6L7JL1Kobos0RRIW3950Xg eDwK8++kIsN1CW0Q82EpycK9fQ== X-Google-Smtp-Source: APXvYqz2isVW7UY3F9oI/cuA7+6R15d7K0DWfRtSJI80RqnV605VXvgqk9ETscFP5wi8vMgCEMZuxQ== X-Received: by 2002:a50:8842:: with SMTP id c2mr18308341edc.111.1556066633521; Tue, 23 Apr 2019 17:43:53 -0700 (PDT) Received: from event-horizon.net ([80.111.179.123]) by smtp.gmail.com with ESMTPSA id d59sm616217edc.34.2019.04.23.17.43.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Apr 2019 17:43:52 -0700 (PDT) From: Bryan O'Donoghue To: trini@konsulko.com, sbabic@denx.de, jens.wiklander@linaro.org, rpjday@crashcourse.ca, fabio.estevam@nxp.com, u-boot@lists.denx.de Date: Wed, 24 Apr 2019 01:43:46 +0100 Message-Id: <20190424004350.31028-1-bryan.odonoghue@linaro.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [U-Boot] [PATCH 0/4] Tidy up some dangling OP-TEE gotchas 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Rober P Day rightly pointed out that some odd OP-TEE specific defines were appearing in his defconfig, despite not having CONFIG_OPTEE=y set in his defconfig. Looking into this with a small bit of restructure we can fix this corner case. - Make sure OP-TEE CONFIG options only appear when you are compiling for OPTEE - Fix WaRP7 BL33 so that the low-level init skipping routines can tolerate the afore mentioned change. - Update MAINTAINERS with my own details so that questions pertaining to lib/optee comes my way. Bryan O'Donoghue (4): optee: Make TZDRAM config options contingent on CONFIG_OPTEE warp7: include: configs: Skip low-level init if BOOTM_OPTEE false warp7: configs: bl33: Tidy up OPTEE defines MAINTAINERS: Update lib/optee with my details MAINTAINERS | 5 +++++ configs/warp7_bl33_defconfig | 4 +++- include/configs/warp7.h | 4 +--- lib/optee/Kconfig | 2 ++ 4 files changed, 11 insertions(+), 4 deletions(-) Acked-by: Rui Miguel Silva