[{"id":1777623,"web_url":"http://patchwork.ozlabs.org/comment/1777623/","msgid":"<E1dxxwz-0001uF-IW@mail.theobroma-systems.com>","list_archive_url":null,"date":"2017-09-29T16:15:41","subject":"Re: [U-Boot] [U-Boot, v2,\n\t2/5] armv7: rk3288: Move configure_l2ctlr to common","submitter":{"id":53488,"url":"http://patchwork.ozlabs.org/api/people/53488/","name":"Philipp Tomsich","email":"philipp.tomsich@theobroma-systems.com"},"content":"> From: Jagan Teki <jagan@amarulasolutions.com>\n> \n> configure_l2ctlr will be shared between SPL and TPL so\n> move them into asm/arch/sys_proto.h\n> \n> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>\n> ---\n> Changes for v2:\n> - New patch\n> \n>  arch/arm/include/asm/arch-rockchip/sys_proto.h | 23 +++++++++++++++++++++++\n>  arch/arm/mach-rockchip/rk3288-board-spl.c      | 21 +--------------------\n>  2 files changed, 24 insertions(+), 20 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 3y3c9d53bFz9sP1\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 30 Sep 2017 02:15:49 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 6CE28C21E40; Fri, 29 Sep 2017 16:15:47 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id BF7EAC21D75;\n\tFri, 29 Sep 2017 16:15:44 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid C0719C21D8D; Fri, 29 Sep 2017 16:15:42 +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 6A581C21D6A\n\tfor <u-boot@lists.denx.de>; Fri, 29 Sep 2017 16:15:42 +0000 (UTC)","from 89-104-28-141.customer.bnet.at ([89.104.28.141]:49769\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 1dxxwz-0001uF-IW; Fri, 29 Sep 2017 18:15:41 +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":"Chakra Divi <2chakrass@gmail.com>","In-Reply-To":"<1506533594-9741-3-git-send-email-chakra.divi@openedev.com>","References":"<1506533594-9741-3-git-send-email-chakra.divi@openedev.com>","Message-Id":"<E1dxxwz-0001uF-IW@mail.theobroma-systems.com>","Date":"Fri, 29 Sep 2017 18:15:41 +0200","Cc":"u-boot@lists.denx.de","Subject":"Re: [U-Boot] [U-Boot, v2,\n\t2/5] armv7: rk3288: Move configure_l2ctlr to common","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":1777633,"web_url":"http://patchwork.ozlabs.org/comment/1777633/","msgid":"<E1dxxx5-0001ul-Ml@mail.theobroma-systems.com>","list_archive_url":null,"date":"2017-09-29T16:15:47","subject":"Re: [U-Boot] [U-Boot, v2,\n\t2/5] armv7: rk3288: Move configure_l2ctlr to common","submitter":{"id":53488,"url":"http://patchwork.ozlabs.org/api/people/53488/","name":"Philipp Tomsich","email":"philipp.tomsich@theobroma-systems.com"},"content":"> From: Jagan Teki <jagan@amarulasolutions.com>\n> \n> configure_l2ctlr will be shared between SPL and TPL so\n> move them into asm/arch/sys_proto.h\n> \n> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>\n> ---\n> Changes for v2:\n> - New patch\n> \n>  arch/arm/include/asm/arch-rockchip/sys_proto.h | 23 +++++++++++++++++++++++\n>  arch/arm/mach-rockchip/rk3288-board-spl.c      | 21 +--------------------\n>  2 files changed, 24 insertions(+), 20 deletions(-)\n> \n\nReviewed-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 3y3cJc3H3nz9sP1\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 30 Sep 2017 02:21:52 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 2C96FC21E3E; Fri, 29 Sep 2017 16:19:39 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 7BDEAC21EA7;\n\tFri, 29 Sep 2017 16:16:03 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 18E7EC21E54; Fri, 29 Sep 2017 16:15:56 +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 7F835C21E3A\n\tfor <u-boot@lists.denx.de>; Fri, 29 Sep 2017 16:15:48 +0000 (UTC)","from 89-104-28-141.customer.bnet.at ([89.104.28.141]:49770\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 1dxxx5-0001ul-Ml; Fri, 29 Sep 2017 18:15:47 +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":"Chakra Divi <2chakrass@gmail.com>","In-Reply-To":"<1506533594-9741-3-git-send-email-chakra.divi@openedev.com>","References":"<1506533594-9741-3-git-send-email-chakra.divi@openedev.com>","Message-Id":"<E1dxxx5-0001ul-Ml@mail.theobroma-systems.com>","Date":"Fri, 29 Sep 2017 18:15:47 +0200","Cc":"u-boot@lists.denx.de","Subject":"Re: [U-Boot] [U-Boot, v2,\n\t2/5] armv7: rk3288: Move configure_l2ctlr to common","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":1777648,"web_url":"http://patchwork.ozlabs.org/comment/1777648/","msgid":"<E1dxyP4-0002kB-Hz@mail.theobroma-systems.com>","list_archive_url":null,"date":"2017-09-29T16:44:42","subject":"Re: [U-Boot] [U-Boot, v2,\n\t2/5] armv7: rk3288: Move configure_l2ctlr to common","submitter":{"id":53488,"url":"http://patchwork.ozlabs.org/api/people/53488/","name":"Philipp Tomsich","email":"philipp.tomsich@theobroma-systems.com"},"content":"> From: Jagan Teki <jagan@amarulasolutions.com>\n> \n> configure_l2ctlr will be shared between SPL and TPL so\n> move them into asm/arch/sys_proto.h\n> \n> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>\n> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>\n> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>\n> ---\n> Changes for v2:\n> - New patch\n> \n>  arch/arm/include/asm/arch-rockchip/sys_proto.h | 23 +++++++++++++++++++++++\n>  arch/arm/mach-rockchip/rk3288-board-spl.c      | 21 +--------------------\n>  2 files changed, 24 insertions(+), 20 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 3y3crG4PyWz9t2Z\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 30 Sep 2017 02:45:50 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 536BDC21EAE; Fri, 29 Sep 2017 16:45:35 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 5779BC21DE9;\n\tFri, 29 Sep 2017 16:44:47 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 13CD3C21C26; Fri, 29 Sep 2017 16:44:44 +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 57B96C21D6A\n\tfor <u-boot@lists.denx.de>; Fri, 29 Sep 2017 16:44:43 +0000 (UTC)","from 89-104-28-141.customer.bnet.at ([89.104.28.141]:50493\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 1dxyP4-0002kB-Hz; Fri, 29 Sep 2017 18:44: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":"Chakra Divi <2chakrass@gmail.com>","In-Reply-To":"<1506533594-9741-3-git-send-email-chakra.divi@openedev.com>","References":"<1506533594-9741-3-git-send-email-chakra.divi@openedev.com>","Message-Id":"<E1dxyP4-0002kB-Hz@mail.theobroma-systems.com>","Date":"Fri, 29 Sep 2017 18:44:42 +0200","Cc":"u-boot@lists.denx.de","Subject":"Re: [U-Boot] [U-Boot, v2,\n\t2/5] armv7: rk3288: Move configure_l2ctlr to common","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>"}}]