[{"id":1751292,"web_url":"http://patchwork.ozlabs.org/comment/1751292/","msgid":"<E1dijt4-00081J-7e@mail.theobroma-systems.com>","list_archive_url":null,"date":"2017-08-18T16:12:42","subject":"Re: [U-Boot] [U-Boot,\n\t4/4] rockchip: dts: rk3368: reduce the number of nodes seen in TPL","submitter":{"id":53488,"url":"http://patchwork.ozlabs.org/api/people/53488/","name":"Philipp Tomsich","email":"philipp.tomsich@theobroma-systems.com"},"content":"> The RK3368 TPL stage always returns to the BootROM, so it has no need\n> for the eMMC, SD and SPI nodes.  This marks those nodes (that should\n> be included in SPL, but not TPL) as 'u-boot,dm-spl'.\n> \n> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>\n> ---\n> \n>  arch/arm/dts/rk3368-lion-u-boot.dtsi | 8 ++++----\n>  1 file changed, 4 insertions(+), 4 deletions(-)\n> \n\nAcked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>","headers":{"Return-Path":"<u-boot-bounces@lists.denx.de>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.denx.de\n\t(client-ip=81.169.180.215; helo=lists.denx.de;\n\tenvelope-from=u-boot-bounces@lists.denx.de;\n\treceiver=<UNKNOWN>)","Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xYpK169xYz9t36\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 19 Aug 2017 02:22:45 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 9CFE0C220CC; Fri, 18 Aug 2017 16:20:24 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id CCD87C22083;\n\tFri, 18 Aug 2017 16:20:21 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid ABEE1C22035; Fri, 18 Aug 2017 16:12:46 +0000 (UTC)","from mail.theobroma-systems.com (vegas.theobroma-systems.com\n\t[144.76.126.164])\n\tby lists.denx.de (Postfix) with ESMTPS id 1A071C2206E\n\tfor <u-boot@lists.denx.de>; Fri, 18 Aug 2017 16:12:43 +0000 (UTC)","from 89-104-28-141.customer.bnet.at ([89.104.28.141]:52968\n\thelo=vpn-10-11-0-14.lan) by mail.theobroma-systems.com with esmtpsa\n\t(TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80)\n\t(envelope-from <philipp.tomsich@theobroma-systems.com>)\n\tid 1dijt4-00081J-7e; Fri, 18 Aug 2017 18:12:42 +0200"],"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\n\tautolearn_force=no version=3.4.0","MIME-Version":"1.0","From":"Philipp Tomsich <philipp.tomsich@theobroma-systems.com>","To":"Philipp Tomsich <philipp.tomsich@theobroma-systems.com>","In-Reply-To":"<1502730333-63031-5-git-send-email-philipp.tomsich@theobroma-systems.com>","References":"<1502730333-63031-5-git-send-email-philipp.tomsich@theobroma-systems.com>","Message-Id":"<E1dijt4-00081J-7e@mail.theobroma-systems.com>","Date":"Fri, 18 Aug 2017 18:12:42 +0200","Cc":"u-boot@lists.denx.de, Klaus Goger <klaus.goger@theobroma-systems.com>,\n\tAlbert Aribaud <albert.u.boot@aribaud.net>","Subject":"Re: [U-Boot] [U-Boot,\n\t4/4] rockchip: dts: rk3368: reduce the number of nodes seen in TPL","X-BeenThere":"u-boot@lists.denx.de","X-Mailman-Version":"2.1.18","Precedence":"list","List-Id":"U-Boot discussion <u-boot.lists.denx.de>","List-Unsubscribe":"<https://lists.denx.de/options/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>","List-Archive":"<http://lists.denx.de/pipermail/u-boot/>","List-Post":"<mailto:u-boot@lists.denx.de>","List-Help":"<mailto:u-boot-request@lists.denx.de?subject=help>","List-Subscribe":"<https://lists.denx.de/listinfo/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=subscribe>","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1758023,"web_url":"http://patchwork.ozlabs.org/comment/1758023/","msgid":"<CAPnjgZ29g=Orp-NSiV_8WcB5X2VnMpvR0wLEU=C_UHuxjEcJ9Q@mail.gmail.com>","list_archive_url":null,"date":"2017-08-26T13:38:19","subject":"Re: [U-Boot] [PATCH 4/4] rockchip: dts: rk3368: reduce the number\n\tof nodes seen in TPL","submitter":{"id":6170,"url":"http://patchwork.ozlabs.org/api/people/6170/","name":"Simon Glass","email":"sjg@chromium.org"},"content":"On 14 August 2017 at 11:05, Philipp Tomsich\n<philipp.tomsich@theobroma-systems.com> wrote:\n> The RK3368 TPL stage always returns to the BootROM, so it has no need\n> for the eMMC, SD and SPI nodes.  This marks those nodes (that should\n> be included in SPL, but not TPL) as 'u-boot,dm-spl'.\n>\n> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>\n> ---\n>\n>  arch/arm/dts/rk3368-lion-u-boot.dtsi | 8 ++++----\n>  1 file changed, 4 insertions(+), 4 deletions(-)\n\nReviewed-by: Simon Glass <sjg@chromium.org>","headers":{"Return-Path":"<u-boot-bounces@lists.denx.de>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.denx.de\n\t(client-ip=81.169.180.215; helo=lists.denx.de;\n\tenvelope-from=u-boot-bounces@lists.denx.de;\n\treceiver=<UNKNOWN>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=google.com header.i=@google.com\n\theader.b=\"gHlL6o/2\"; \n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=chromium.org header.i=@chromium.org\n\theader.b=\"mJg5cWKO\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xffmw1mPKz9t5V\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 27 Aug 2017 00:00:16 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid E9AAFC220F2; Sat, 26 Aug 2017 13:40:48 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id BC30BC2208D;\n\tSat, 26 Aug 2017 13:40:18 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 73350C22085; Sat, 26 Aug 2017 13:38:44 +0000 (UTC)","from mail-qt0-f170.google.com (mail-qt0-f170.google.com\n\t[209.85.216.170])\n\tby lists.denx.de (Postfix) with ESMTPS id 35B26C22097\n\tfor <u-boot@lists.denx.de>; Sat, 26 Aug 2017 13:38:41 +0000 (UTC)","by mail-qt0-f170.google.com with SMTP id v29so9791021qtv.3\n\tfor <u-boot@lists.denx.de>; Sat, 26 Aug 2017 06:38:41 -0700 (PDT)","by 10.200.52.117 with HTTP; Sat, 26 Aug 2017 06:38:19 -0700 (PDT)"],"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_DNSWL_NONE,\n\tRCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,\n\tT_DKIM_INVALID autolearn=unavailable\n\tautolearn_force=no version=3.4.0","DKIM-Signature":["v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com;\n\ts=20161025; \n\th=mime-version:sender:in-reply-to:references:from:date:message-id\n\t:subject:to:cc;\n\tbh=uLKIfjwJha3EArTz9zw20Vghov/hpr4ibi42NeZXwBo=;\n\tb=gHlL6o/2E7HkmG61T4DkedXATQpXB9r4GCwdFaaJZyzyFplozNXfTbf3ytqV5MOnRz\n\t+Wggb/5wy85hluAfBYt0cAWP+t8SIXUcViaQJCqlNABawmcfuL4gxq8UFqmTbwoA36jd\n\tQPwgn6lvb0A4aKx7DEBj7NXzDQgbe5iQAiQfvLCS3sjS9eoR/UgY5lgP+Sgfsu52D0lV\n\tnPpR0LvN4lvZCKVFX1X0BebmvAlq5sbG842RU9SLoYEhS5/NnaVF9EbrX1zcRdgjb0y/\n\tcqmqRPfGWd9UBSrLnFOLWwsWN5GqCg63oJaEEbInm3U3i1vyjVIOfvLJjbi/wGYGe1Gq\n\tp9yw==","v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org;\n\ts=google; \n\th=mime-version:sender:in-reply-to:references:from:date:message-id\n\t:subject:to:cc;\n\tbh=uLKIfjwJha3EArTz9zw20Vghov/hpr4ibi42NeZXwBo=;\n\tb=mJg5cWKOylgJCHmCRFxR4REanmClK8QUiW1CjpkACElg2bdfltBN4Yy0jwFZRrOB/K\n\tc76infKrD6PxZjTPAcF7hUZsxhakryCop8J5cMBbfmu2qQnRobczWT2skAtTTlPp54JA\n\tGPBJB7sSUaQyGBkBMaKYj8cvoU0qOY8KO5gNs="],"X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:mime-version:sender:in-reply-to:references:from\n\t:date:message-id:subject:to:cc;\n\tbh=uLKIfjwJha3EArTz9zw20Vghov/hpr4ibi42NeZXwBo=;\n\tb=qptEMa5GcVMDQoCy6i6ExZvnEDJWK0+wRSLHqXd7Il5/s9raighPJBOmChDXlaZuz9\n\tPZy5K/Qp2frxk47LqI/co4ZEzLSuuI9O7JdkOEUChqWP7adgNMxEU5BTicnLwVxU3Sv1\n\tzJpuGUqVx+8ji87GMzQBxCBnuUEuCsevVyYEZBhzpyIWnp1sq0GnlK0ysCgVeFyE+L2w\n\tM6rJtZolCwWZAwNr34kB5u278yo7Q3YKtTGpR6Lfq913fgeWGkMfcm8Ow5OSOwl9k1sH\n\tBI+b+3Wm6MK+2UuWPPMe8icIENYulL3JqZe/1UvhVdv21s3uu/NgdWONNUek+t0v7wx3\n\t5QEg==","X-Gm-Message-State":"AHYfb5gmx+nR1YS4K8RDYc+jvIUl5f4h0ecvhfNuT/iJdmsN60bZ3GIn\n\t3aRtBHf2gWGVRwvEfWRi2IzYbf9xqUrpq4g=","X-Google-Smtp-Source":"ADKCNb7kkuEogvesFNKKdEe1ys+FPXetbMKdXS8wvDD0xIvadQfsEtz0TjCHs00P6ZuJK0Iyz5CzNV4bWr0MW3RXDBw=","X-Received":"by 10.200.24.139 with SMTP id s11mr2114463qtj.122.1503754720020; \n\tSat, 26 Aug 2017 06:38:40 -0700 (PDT)","MIME-Version":"1.0","In-Reply-To":"<1502730333-63031-5-git-send-email-philipp.tomsich@theobroma-systems.com>","References":"<1502730333-63031-1-git-send-email-philipp.tomsich@theobroma-systems.com>\n\t<1502730333-63031-5-git-send-email-philipp.tomsich@theobroma-systems.com>","From":"Simon Glass <sjg@chromium.org>","Date":"Sat, 26 Aug 2017 07:38:19 -0600","X-Google-Sender-Auth":"SVpHtt6YVu7JbOwAPtfsiTTKlkU","Message-ID":"<CAPnjgZ29g=Orp-NSiV_8WcB5X2VnMpvR0wLEU=C_UHuxjEcJ9Q@mail.gmail.com>","To":"Philipp Tomsich <philipp.tomsich@theobroma-systems.com>","Cc":"U-Boot Mailing List <u-boot@lists.denx.de>,\n\tKlaus Goger <klaus.goger@theobroma-systems.com>,\n\tAlbert Aribaud <albert.u.boot@aribaud.net>","Subject":"Re: [U-Boot] [PATCH 4/4] rockchip: dts: rk3368: reduce the number\n\tof nodes seen in TPL","X-BeenThere":"u-boot@lists.denx.de","X-Mailman-Version":"2.1.18","Precedence":"list","List-Id":"U-Boot discussion <u-boot.lists.denx.de>","List-Unsubscribe":"<https://lists.denx.de/options/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>","List-Archive":"<http://lists.denx.de/pipermail/u-boot/>","List-Post":"<mailto:u-boot@lists.denx.de>","List-Help":"<mailto:u-boot-request@lists.denx.de?subject=help>","List-Subscribe":"<https://lists.denx.de/listinfo/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=subscribe>","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1770412,"web_url":"http://patchwork.ozlabs.org/comment/1770412/","msgid":"<E1du0vf-0005fn-5Q@mail.theobroma-systems.com>","list_archive_url":null,"date":"2017-09-18T18:37:59","subject":"Re: [U-Boot] [U-Boot,\n\t4/4] rockchip: dts: rk3368: reduce the number of nodes seen in TPL","submitter":{"id":53488,"url":"http://patchwork.ozlabs.org/api/people/53488/","name":"Philipp Tomsich","email":"philipp.tomsich@theobroma-systems.com"},"content":"> The RK3368 TPL stage always returns to the BootROM, so it has no need\n> for the eMMC, SD and SPI nodes.  This marks those nodes (that should\n> be included in SPL, but not TPL) as 'u-boot,dm-spl'.\n> \n> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>\n> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>\n> Reviewed-by: Simon Glass <sjg@chromium.org>\n> ---\n> \n>  arch/arm/dts/rk3368-lion-u-boot.dtsi | 8 ++++----\n>  1 file changed, 4 insertions(+), 4 deletions(-)\n> \n\nApplied to u-boot-rockchip, thanks!","headers":{"Return-Path":"<u-boot-bounces@lists.denx.de>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.denx.de\n\t(client-ip=81.169.180.215; helo=lists.denx.de;\n\tenvelope-from=u-boot-bounces@lists.denx.de;\n\treceiver=<UNKNOWN>)","Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xwvsv4TvKz9s7B\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 19 Sep 2017 04:38:59 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 4BB96C21D70; Mon, 18 Sep 2017 18:38:25 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 77A0BC21D65;\n\tMon, 18 Sep 2017 18:38:02 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 4DB56C21C41; Mon, 18 Sep 2017 18:38:00 +0000 (UTC)","from mail.theobroma-systems.com (vegas.theobroma-systems.com\n\t[144.76.126.164])\n\tby lists.denx.de (Postfix) with ESMTPS id 0F6AAC21C2B\n\tfor <u-boot@lists.denx.de>; Mon, 18 Sep 2017 18:38:00 +0000 (UTC)","from 89-104-28-141.customer.bnet.at ([89.104.28.141]:50258\n\thelo=vpn-10-11-0-14.lan) by mail.theobroma-systems.com with esmtpsa\n\t(TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80)\n\t(envelope-from <philipp.tomsich@theobroma-systems.com>)\n\tid 1du0vf-0005fn-5Q; Mon, 18 Sep 2017 20:37:59 +0200"],"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\n\tautolearn_force=no version=3.4.0","MIME-Version":"1.0","From":"Philipp Tomsich <philipp.tomsich@theobroma-systems.com>","To":"Philipp Tomsich <philipp.tomsich@theobroma-systems.com>","In-Reply-To":"<1502730333-63031-5-git-send-email-philipp.tomsich@theobroma-systems.com>","References":"<1502730333-63031-5-git-send-email-philipp.tomsich@theobroma-systems.com>","Message-Id":"<E1du0vf-0005fn-5Q@mail.theobroma-systems.com>","Date":"Mon, 18 Sep 2017 20:37:59 +0200","Cc":"u-boot@lists.denx.de, Klaus Goger <klaus.goger@theobroma-systems.com>","Subject":"Re: [U-Boot] [U-Boot,\n\t4/4] rockchip: dts: rk3368: reduce the number of nodes seen in TPL","X-BeenThere":"u-boot@lists.denx.de","X-Mailman-Version":"2.1.18","Precedence":"list","List-Id":"U-Boot discussion <u-boot.lists.denx.de>","List-Unsubscribe":"<https://lists.denx.de/options/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>","List-Archive":"<http://lists.denx.de/pipermail/u-boot/>","List-Post":"<mailto:u-boot@lists.denx.de>","List-Help":"<mailto:u-boot-request@lists.denx.de?subject=help>","List-Subscribe":"<https://lists.denx.de/listinfo/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=subscribe>","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}}]