From patchwork Sat May 4 00:08:23 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: 1095088 X-Patchwork-Delegate: sbabic@denx.de 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="QaDHydyV"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 44wq9R0Wh2z9s5c for ; Sat, 4 May 2019 10:08:58 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 6B268C21DF8; Sat, 4 May 2019 00:08:46 +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=RCVD_IN_MSPIKE_H2, 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 11A4FC21D4A; Sat, 4 May 2019 00:08:32 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 1334CC21C38; Sat, 4 May 2019 00:08:31 +0000 (UTC) Received: from mail-ed1-f67.google.com (mail-ed1-f67.google.com [209.85.208.67]) by lists.denx.de (Postfix) with ESMTPS id BD55FC21C2C for ; Sat, 4 May 2019 00:08:30 +0000 (UTC) Received: by mail-ed1-f67.google.com with SMTP id a8so8020791edx.3 for ; Fri, 03 May 2019 17:08:30 -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:in-reply-to:references :mime-version:content-transfer-encoding; bh=pGkB4GsPcmcHd2PLnJVm4AORnqsu9G0YsCvGugL4fQE=; b=QaDHydyVn8AEQu/eeVYPvUOmk8Ti6b6Tv6vTUtPUGHo4uPujc66vNQDjAiFFvxPLAj LYqKkQtjEyN58nAvHOvI3dTtZ4jXXG1iLIybhgNVteytfDmT5vP4ByFp8ftke9tIW2jn v/nWbKX1UFOQiyfsWoGNQ0B6o2I6rmY2Vr97ivj0RPlwYLT3G/8LfCztOdNze/L/eUWx IMc7CpBF47sPKTZFs8JCLO4RakVTJ5Onis7xYAgzkFqKF6r+DmvdHylCHerw0/Dp3wAS KORVqNRx8SqBUs3cIWxEynzVvrRTtadN6hyltOxiHt7V/slm9r3nmfrLGaAAsDFWf5iu 9Pfw== 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:mime-version:content-transfer-encoding; bh=pGkB4GsPcmcHd2PLnJVm4AORnqsu9G0YsCvGugL4fQE=; b=DCQWdTCCI1xcs8oulc3zdRyfZERyGT+4dWZyc0GalkpNj8QO0gZnc1gQRopCXzbb/n 55OIJwnbjeHqh7Jpsjd3wHx8FHJnj4nZlAlmllhfCbEMTx9EenQjB/Z0+x0Bf06wGgwj CLtnwxGGygKyZhrdz5aVGZGdDFC0PzrCHiBwOpFCBndnBl99cXiDaDMWRzHA/kx6XBgO FRpo5mWnkus13T7M3b6lCxpJ0Ad4pyZHpAjna37HKRR0BOcoyXlsJxzPplhT3iy/09hQ Af0lwfWiLzO5Bh7EZ2/iso1pHKQhEkeXvYdq+0vUb01XbawzC8dzHeKbUWA+Aed05hJf qD8A== X-Gm-Message-State: APjAAAWMGLRLHCUqS9TfCvBh/o9RZgnsKWNo17m25C9O2AZyE5QzvgZ+ /kF5qZQRy5+bnwUCjroWxc3kjQ== X-Google-Smtp-Source: APXvYqxKom8Ej6rnC7f58Ld0/GCKTxfdJ4zM+BiDipjRdrwzQTCp49A0Av5xlvimpVQRVlj26n5U7Q== X-Received: by 2002:a50:92a3:: with SMTP id k32mr11805281eda.123.1556928510446; Fri, 03 May 2019 17:08:30 -0700 (PDT) Received: from event-horizon.net ([80.111.179.123]) by smtp.gmail.com with ESMTPSA id z4sm509815ejm.8.2019.05.03.17.08.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 May 2019 17:08:29 -0700 (PDT) From: Bryan O'Donoghue To: trini@konsulko.com, sbabic@denx.de, jens.wiklander@linaro.org, rpjday@crashcourse.ca, fabio.estevam@nxp.com, rui.silva@linaro.org, u-boot@lists.denx.de Date: Sat, 4 May 2019 01:08:23 +0100 Message-Id: <20190504000826.3618-2-bryan.odonoghue@linaro.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190504000826.3618-1-bryan.odonoghue@linaro.org> References: <20190504000826.3618-1-bryan.odonoghue@linaro.org> MIME-Version: 1.0 Subject: [U-Boot] [PATCH v2 1/4] optee: Make TZDRAM config options contingent on CONFIG_OPTEE 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" Commit c7b3a7ee5351 ("optee: adjust dependencies and default values for dram") makes the TZDRAM defines for OPTEE show up for all configs as a side-effect. While not harmful its not what we really want. This patch makes the following defines contingent on CONFIG_OPTEE=y CONFIG_OPTEE_TZDRAM_BASE CONFIG_OPTEE_TZDRAM_SIZE Rightly, if you don't have CONFIG_OPTEE=y you don't care about the above two defines. Signed-off-by: Bryan O'Donoghue Cc: Rui Miguel Silva Acked-by: Rui Miguel Silva --- lib/optee/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/optee/Kconfig b/lib/optee/Kconfig index 3773d89c31..c398f9b953 100644 --- a/lib/optee/Kconfig +++ b/lib/optee/Kconfig @@ -17,6 +17,7 @@ config OPTEE_LOAD_ADDR config OPTEE_TZDRAM_SIZE hex "Amount of Trust-Zone RAM for the OPTEE image" default 0x0000000 + depends on OPTEE help The size of pre-allocated Trust Zone DRAM to allocate for the OPTEE runtime. @@ -24,6 +25,7 @@ config OPTEE_TZDRAM_SIZE config OPTEE_TZDRAM_BASE hex "Base address of Trust-Zone RAM for the OPTEE image" default 0x00000000 + depends on OPTEE help The base address of pre-allocated Trust Zone DRAM for the OPTEE runtime. From patchwork Sat May 4 00:08:24 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: 1095089 X-Patchwork-Delegate: sbabic@denx.de 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="ae593g+s"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 44wqBT5mSbz9s7T for ; Sat, 4 May 2019 10:09:53 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 7992FC21DFA; Sat, 4 May 2019 00:09:00 +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 960FAC21E26; Sat, 4 May 2019 00:08:40 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 5E923C21D9A; Sat, 4 May 2019 00:08:36 +0000 (UTC) Received: from mail-ed1-f68.google.com (mail-ed1-f68.google.com [209.85.208.68]) by lists.denx.de (Postfix) with ESMTPS id 1CA82C21D72 for ; Sat, 4 May 2019 00:08:32 +0000 (UTC) Received: by mail-ed1-f68.google.com with SMTP id p26so8028427edr.2 for ; Fri, 03 May 2019 17:08:32 -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:in-reply-to:references :mime-version:content-transfer-encoding; bh=u3eR3eKtVUysw50ic3Vo9iS/qJZY3eEtVw6q+FUBy8w=; b=ae593g+shQcVQxQVQY4OI37zKnmllzytYv4yD0x0sKlDOdUsBxxr0UOawqX4JitP2U o0hk95NJMkA6ubK1tLn4miqByF8/L5NdSU/CEBjhki/7UDaokZi/xr0pxTarzEd6KY3B x38pQQCDh8gUJe3L3bLJqBCy+PPjCYl1VIUu8CE6GSSUwmvs7JO+btMFYoa9t56lF6Zg xOZ6AkFCZ+wFsf4Y5ti28mCtC1kqpj8lu2625yUEG3o8IQWMjp7fgmtO52mO+vkYwqbL dVdQv9ytCq/5hbQWluQ0xgMuV7q4CAM1igBz9Ru5oJut1M0e1HMPBmbQn/gGyly+5mu7 n+Pg== 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:mime-version:content-transfer-encoding; bh=u3eR3eKtVUysw50ic3Vo9iS/qJZY3eEtVw6q+FUBy8w=; b=HvxRjDQUc5l7o7RdMn6u553HADkHKl5HteZa3RbmezBJsNaAlFw9DIq4FzO1NIpr+l 9Tph3kjkwb4bUEUPGWKrk/I31zWyaDHFozuYX+EFQmQjPQse5AnVkz+Lan0fFXNzXs9/ YZJx8+a+Y/LJ7ZsZfqJ+0p2rlzLbkLHZRM+2k1wzv90HJJkcQda7xW/YO9SGyqhsJLSp Vez8fq3aP2IAo0+e8bl24hAhSeShYaoOpOxu/sM0EnJScMp1ZTPHj9J9kaxS04LSwkiC HELI0smtVUHEy/reN1TgzmabaApcC7TI0Iu7I1qj9Sx5Y17LJwb9LIxnXUmYAt8qMr9L +jWw== X-Gm-Message-State: APjAAAXTJ5SbIha5oYDcx+DRQCEcEUMhi2sUlzdEPRT6ezObMxxM27oR CruZw0OdGFFKk/YO3tc2fYhw2g== X-Google-Smtp-Source: APXvYqy7PUyY6RndE0KmpuOJmMWFAi7hJpUtbrYjdiRtB+tMHD8K9mrnpp+I6DV765ZJzwErrOuu2Q== X-Received: by 2002:a17:906:5e10:: with SMTP id n16mr7349405eju.143.1556928511782; Fri, 03 May 2019 17:08:31 -0700 (PDT) Received: from event-horizon.net ([80.111.179.123]) by smtp.gmail.com with ESMTPSA id z4sm509815ejm.8.2019.05.03.17.08.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 May 2019 17:08:30 -0700 (PDT) From: Bryan O'Donoghue To: trini@konsulko.com, sbabic@denx.de, jens.wiklander@linaro.org, rpjday@crashcourse.ca, fabio.estevam@nxp.com, rui.silva@linaro.org, u-boot@lists.denx.de Date: Sat, 4 May 2019 01:08:24 +0100 Message-Id: <20190504000826.3618-3-bryan.odonoghue@linaro.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190504000826.3618-1-bryan.odonoghue@linaro.org> References: <20190504000826.3618-1-bryan.odonoghue@linaro.org> MIME-Version: 1.0 Cc: Breno Lima Subject: [U-Boot] [PATCH v2 2/4] warp7: include: configs: Skip low-level init if BOOTM_OPTEE false 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" Commit c7b3a7ee5351 ("optee: adjust dependencies and default values for dram") wants to skip low-level init of i.MX7 hardware in the case where OP-TEE has already run and u-boot is being run as BL33 in normal world. Currently we check for both #ifdef CONFIG_OPTEE_TZDRAM_SIZE and #ifndef CONFIG_OPTEE to determine if lowlevel init should be skipped, however, in order to ensure non-OPTEE users never see OPTEE related defines we cannot rely on this method. Fortunately we can use CONFIG_BOOTM_OPTEE for the same purpose. CONFIG_BOOTM_OPTEE is only relevant if you want u-boot to load OP-TEE not if u-boot has already been loaded by OP-TEE. Signed-off-by: Bryan O'Donoghue Cc: Fabio Estevam Cc: Breno Lima Cc: Rui Miguel Silva Acked-by: Rui Miguel Silva --- include/configs/warp7.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/configs/warp7.h b/include/configs/warp7.h index 37649cf2c5..06e2e97d5e 100644 --- a/include/configs/warp7.h +++ b/include/configs/warp7.h @@ -18,11 +18,9 @@ * launched by OPTEE, because of that we shall skip all the low level * initialization since it was already done by ATF or OPTEE */ -#ifdef CONFIG_OPTEE_TZDRAM_SIZE -#ifndef CONFIG_OPTEE +#ifndef CONFIG_BOOTM_OPTEE #define CONFIG_SKIP_LOWLEVEL_INIT #endif -#endif /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (35 * SZ_1M) From patchwork Sat May 4 00:08:25 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: 1095091 X-Patchwork-Delegate: sbabic@denx.de 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="ifjcWKT/"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 44wqC22m2sz9sBr for ; Sat, 4 May 2019 10:10:22 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 22B4EC21DE8; Sat, 4 May 2019 00:09:13 +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=RCVD_IN_MSPIKE_H2, 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 244A4C21E12; Sat, 4 May 2019 00:08:44 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id BD7F6C21DEC; Sat, 4 May 2019 00:08:36 +0000 (UTC) Received: from mail-ed1-f67.google.com (mail-ed1-f67.google.com [209.85.208.67]) by lists.denx.de (Postfix) with ESMTPS id 3B908C21DD3 for ; Sat, 4 May 2019 00:08:33 +0000 (UTC) Received: by mail-ed1-f67.google.com with SMTP id w35so6340918edd.1 for ; Fri, 03 May 2019 17:08:33 -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:in-reply-to:references :mime-version:content-transfer-encoding; bh=C5ZVExiCJlNnwBglYufrlM2yjojOZ7B7B7l2YBaNX6Q=; b=ifjcWKT/bYnHFpbnGmu0+BAi9eIKIclTkSuS/Od9C4VrR/zTeSFwXXEJk1S0LS0wcv mL9asVkIueXGW2NIBr5L6104+AmTb9dSCEtjmg/vch2fczmuiTxSKgiK3nR1pGR5nUea IZbkFlH+FYm8D4jYBDrMuIL0EIBJn7qGLK3HaIiU3gkhjiaPxaZRqIL8MRtu03KFeu5A Dg5+0QDP9ClQzimq++1xicFsnkKeDNSAYfU4pUAUPrR0fmSZ0s9EJWaVX256za54PGP/ rw/u0A0ZygjgFIPEspmDIjjB5HQO/rdOQaEgT1b90QqC0RKK967HjtvE77JyWD3/BwUX sH2g== 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:mime-version:content-transfer-encoding; bh=C5ZVExiCJlNnwBglYufrlM2yjojOZ7B7B7l2YBaNX6Q=; b=Q8j3hjTT18Vf0J/9hgDjyWQezfUYhFZM1Bx5ANgfiM8BBnHSSeQ7ICnOA9BzkJKy/2 PAKP0NWV8emhZhdNP7kcZ4NecDD/IvGBD8CNAEnwevOXAfCt1Oi/KgOntwhWLp1xs5R9 hXJIecWRz7UZTTZ0NvejStdH20O9sTq8x3SQydOcvyKSbtR0jVU836GtPOB2a4TqXSn3 W2FDOcDwzfMRMXUgZ5NaOqLKx5ES0JmjbyCeHFO4Gmh33BBPzH5EmLIUJbyNPGpR85pW OsGMdPOQ6Ymh6fMnMSgtjaun94uaqO+Vxk00R4xPYpUdrRyGC6vVPpdLqxiP3CF1gLi5 GlJg== X-Gm-Message-State: APjAAAWAALSQ6sfWDl1v1cvjdTxhaBlZo9KVHNQ5H4/HOEL4X9Fsu1gC ITFK4N12e/tTvJRvLR8PCKeo7A== X-Google-Smtp-Source: APXvYqyZp37+WKVR2tTWt4UfXMm+Ko1TRq2Ro39OMEyH4egBIpM3ifHVnSgFFO/rkl1yXzM6nbBx9A== X-Received: by 2002:a50:929a:: with SMTP id k26mr11834665eda.52.1556928512987; Fri, 03 May 2019 17:08:32 -0700 (PDT) Received: from event-horizon.net ([80.111.179.123]) by smtp.gmail.com with ESMTPSA id z4sm509815ejm.8.2019.05.03.17.08.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 May 2019 17:08:32 -0700 (PDT) From: Bryan O'Donoghue To: trini@konsulko.com, sbabic@denx.de, jens.wiklander@linaro.org, rpjday@crashcourse.ca, fabio.estevam@nxp.com, rui.silva@linaro.org, u-boot@lists.denx.de Date: Sat, 4 May 2019 01:08:25 +0100 Message-Id: <20190504000826.3618-4-bryan.odonoghue@linaro.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190504000826.3618-1-bryan.odonoghue@linaro.org> References: <20190504000826.3618-1-bryan.odonoghue@linaro.org> MIME-Version: 1.0 Subject: [U-Boot] [PATCH v2 3/4] warp7: configs: bl33: Tidy up OPTEE defines 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" When booting in BL33 mode i.e. with u-boot loaded by OP-TEE we get the following print-out. Board: WARP7 in secure mode OPTEE DRAM 0xa0000000-0xa0000000 This is incorrect the right range is 0x9e000000-0xa0000000. This patch fixes the defines on the warp7_bl33_defconfig file to tidy up the output. Signed-off-by: Bryan O'Donoghue Cc: Fabio Estevam --- configs/warp7_bl33_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/warp7_bl33_defconfig b/configs/warp7_bl33_defconfig index 300dc3805a..735c85c0a3 100644 --- a/configs/warp7_bl33_defconfig +++ b/configs/warp7_bl33_defconfig @@ -53,4 +53,6 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_USB_ETHER=y CONFIG_USB_ETH_CDC=y CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00" -CONFIG_OPTEE_TZDRAM_SIZE=0x2000000 +CONFIG_OPTEE=y +CONFIG_OPTEE_TZDRAM_BASE=0x9e000000 +CONFIG_OPTEE_TZDRAM_SIZE=0x02000000 From patchwork Sat May 4 00:08:26 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: 1095090 X-Patchwork-Delegate: sbabic@denx.de 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="guPY6+qP"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 44wqC20pM2z9sBb for ; Sat, 4 May 2019 10:10:22 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id BEDDFC21D9A; Sat, 4 May 2019 00:09:26 +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 95130C21E1D; Sat, 4 May 2019 00:08:45 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 307C6C21E16; Sat, 4 May 2019 00:08:37 +0000 (UTC) Received: from mail-ed1-f68.google.com (mail-ed1-f68.google.com [209.85.208.68]) by lists.denx.de (Postfix) with ESMTPS id 79646C21DF8 for ; Sat, 4 May 2019 00:08:34 +0000 (UTC) Received: by mail-ed1-f68.google.com with SMTP id g57so7973363edc.12 for ; Fri, 03 May 2019 17:08:34 -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:in-reply-to:references :mime-version:content-transfer-encoding; bh=ULBPqOEkvSWxUvCh/NJALXgRc74/Zsk+5AoDGtUenwc=; b=guPY6+qPgZnkAOchfFFgV3A51HH2wMGTGomLKomTrhNyEAf7df6wI/p+T97eZy5AEI 9/5gwMl9PXRdGKG9yVV02fCEWwMGyC1J5KOu3AESyUF8Dp3Qk10MVzLHQNJS1ZH10d31 tA/ypqUiogvcdB8Q3M+50HCqtnto50lAABQw0YXAol7yQ968NJc3mW0D9Klh4TbRg/G2 JRiPBW9AUfJ64p1NSUF3OSt4aB39i3+kXr08PEZFNwKP4Gb+YihSlfN1EzfEsfkOjW4g xS8XHCr1O77J8iW+HrcXjvyC7nnbZemjFtDRvAHYYmXIwVCtwPq0FkrwEvvjTUkNDtZK BO+g== 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:mime-version:content-transfer-encoding; bh=ULBPqOEkvSWxUvCh/NJALXgRc74/Zsk+5AoDGtUenwc=; b=CdBtZlkjSyZYoFH+I1pE481GtzdKZ2X8V8FHJrY9HVwXeIh9A51MKUzTQ1RvDuSH+S 3R9danFclkfItGcDzcsjsCu8d+cKg2NW3KnCCf5J89UqRjSPCw5LJ+8AZfPZvQ7coxXe Wkxy4oagNQWRmuaS9OhbMrPRJD5lTi218steYMMIym2bdN65PqI3s3oCXYrNFupBXBQE KMHhKfOQOZWbKK9Aivt9ymvEGvsTUcx6tIx4Z0By2eEbq5VqabwubSjihmYlyYfWBf6l 0eU4AYoBunSVZ3RDgsAqZfWMNx1slcu8fm8+y36BlGOOBbXNxeqyLMpnLrgRxaBh/3CY RYZw== X-Gm-Message-State: APjAAAWpeJi2uUMI5DQ30t4Jm1hXp1kwZqlJsv8VM97DeLO+evgKqOd+ 5EJD//qyBQWZ0qRDjpLKYo0mFg== X-Google-Smtp-Source: APXvYqzRnopRrHAVr6H3g+qgvwfuVgAcUDIqzljOHUpWXyYgKdMXEgSa2qyoeTrDIBoMpsYhlXChbw== X-Received: by 2002:a50:b621:: with SMTP id b30mr11678284ede.231.1556928514229; Fri, 03 May 2019 17:08:34 -0700 (PDT) Received: from event-horizon.net ([80.111.179.123]) by smtp.gmail.com with ESMTPSA id z4sm509815ejm.8.2019.05.03.17.08.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 May 2019 17:08:33 -0700 (PDT) From: Bryan O'Donoghue To: trini@konsulko.com, sbabic@denx.de, jens.wiklander@linaro.org, rpjday@crashcourse.ca, fabio.estevam@nxp.com, rui.silva@linaro.org, u-boot@lists.denx.de Date: Sat, 4 May 2019 01:08:26 +0100 Message-Id: <20190504000826.3618-5-bryan.odonoghue@linaro.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190504000826.3618-1-bryan.odonoghue@linaro.org> References: <20190504000826.3618-1-bryan.odonoghue@linaro.org> MIME-Version: 1.0 Subject: [U-Boot] [PATCH v2 4/4] MAINTAINERS: Update lib/optee with my details 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" Commit 32ce6179fb99 ("optee: Add lib entries for sharing OPTEE code across ports") adds code into lib/optee but neglects to update MAINTAINERS to make me buggable for questions and maintenance. Signed-off-by: Bryan O'Donoghue Suggested-by: Jens Wiklander --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 09f31cd483..ee97c0fe28 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -761,6 +761,11 @@ F: drivers/tee/ F: include/tee.h F: include/tee/ +TEE-lib +M: Bryan O'Donoghue +S: Maintained +F: lib/optee + UBI M: Kyungmin Park M: Heiko Schocher