[{"id":1769323,"web_url":"http://patchwork.ozlabs.org/comment/1769323/","msgid":"<ead3ba38-bafc-10d7-ef9a-609eb9ee1165@wwwdotorg.org>","list_archive_url":null,"date":"2017-09-15T17:33:23","subject":"Re: [U-Boot] [PATCH] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":12517,"url":"http://patchwork.ozlabs.org/api/people/12517/","name":"Stephen Warren","email":"swarren@wwwdotorg.org"},"content":"On 09/15/2017 11:15 AM, Tom Rini wrote:\n> With support for overlays and calling the -@ flag to dtc we need to have\n> at least 1.4.3 available now.\n\n> diff --git a/Makefile b/Makefile\n\n>   checkdtc:\n> -\t@if test $(call dtc-version) -lt 0104; then \\\n> -\t\techo '*** Your dtc is too old, please upgrade to dtc 1.4 or newer'; \\\n> +\t@if test $(call dtc-version) -lt 010403; then \\\n> +\t\techo '*** Your dtc is too old, please upgrade to dtc 1.4.3 or newer'; \\\n>   \t\tfalse; \\\n>   \tfi\n\nCan we add a comment here indicating that .travis.yml must be updated \ntoo if the version requirement changes, and similarly a comment in \n.travis.yml that mentions it must be kept in sync with the checkdtc rule \nin Makefile?\n\nFor users, it's a bit annoying that we need a newer dtc that is present \nin distros, without any deprecation warning from the Makefile for a \ncouple releases before:-(","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 3xv2Yl6Z10z9s7c\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 16 Sep 2017 03:33:31 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 99728C21C97; Fri, 15 Sep 2017 17:33:29 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id B1031C21C97;\n\tFri, 15 Sep 2017 17:33:27 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid B25E9C21C97; Fri, 15 Sep 2017 17:33:26 +0000 (UTC)","from avon.wwwdotorg.org (avon.wwwdotorg.org [104.237.132.123])\n\tby lists.denx.de (Postfix) with ESMTPS id 46126C21C3C\n\tfor <u-boot@lists.denx.de>; Fri, 15 Sep 2017 17:33:26 +0000 (UTC)","from [10.20.204.51] (thunderhill.nvidia.com [216.228.112.22])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128\n\tbits)) (No client certificate requested)\n\tby avon.wwwdotorg.org (Postfix) with ESMTPSA id D49621C02C7;\n\tFri, 15 Sep 2017 11:33:24 -0600 (MDT)"],"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","X-Virus-Status":"Clean","X-Virus-Scanned":"clamav-milter 0.99.2 at avon.wwwdotorg.org","To":"Tom Rini <trini@konsulko.com>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>","From":"Stephen Warren <swarren@wwwdotorg.org>","Message-ID":"<ead3ba38-bafc-10d7-ef9a-609eb9ee1165@wwwdotorg.org>","Date":"Fri, 15 Sep 2017 11:33:23 -0600","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.2.1","MIME-Version":"1.0","In-Reply-To":"<1505495725-26350-1-git-send-email-trini@konsulko.com>","Content-Language":"en-GB","Cc":"u-boot@lists.denx.de","Subject":"Re: [U-Boot] [PATCH] Makefile: Update minimum dtc version to 1.4.3","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-Transfer-Encoding":"base64","Content-Type":"text/plain; charset=\"utf-8\"; Format=\"flowed\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1769327,"web_url":"http://patchwork.ozlabs.org/comment/1769327/","msgid":"<20170915174123.GJ4560@bill-the-cat>","list_archive_url":null,"date":"2017-09-15T17:41:23","subject":"Re: [U-Boot] [PATCH] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":65875,"url":"http://patchwork.ozlabs.org/api/people/65875/","name":"Tom Rini","email":"trini@konsulko.com"},"content":"On Fri, Sep 15, 2017 at 11:33:23AM -0600, Stephen Warren wrote:\n> On 09/15/2017 11:15 AM, Tom Rini wrote:\n> >With support for overlays and calling the -@ flag to dtc we need to have\n> >at least 1.4.3 available now.\n> \n> >diff --git a/Makefile b/Makefile\n> \n> >  checkdtc:\n> >-\t@if test $(call dtc-version) -lt 0104; then \\\n> >-\t\techo '*** Your dtc is too old, please upgrade to dtc 1.4 or newer'; \\\n> >+\t@if test $(call dtc-version) -lt 010403; then \\\n> >+\t\techo '*** Your dtc is too old, please upgrade to dtc 1.4.3 or newer'; \\\n> >  \t\tfalse; \\\n> >  \tfi\n> \n> Can we add a comment here indicating that .travis.yml must be\n> updated too if the version requirement changes, and similarly a\n> comment in .travis.yml that mentions it must be kept in sync with\n> the checkdtc rule in Makefile?\n\nI'm planning to follow up https://patchwork.ozlabs.org/patch/813888/\nwith one to do -b v1.4.3 so we'll be testing the minimum requirement in\nthe future.\n\n> For users, it's a bit annoying that we need a newer dtc that is\n> present in distros, without any deprecation warning from the\n> Makefile for a couple releases before:-(\n\nWell, the other ways to do this are \"mirror\" the kernel and include a\ncopy of dtc, or have different version checks for if UT_OVERLAY is\nenabled or not.","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\" (1024-bit key;\n\tunprotected) header.d=konsulko.com header.i=@konsulko.com\n\theader.b=\"NWA2FpY6\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xv2l33JN7z9sNc\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 16 Sep 2017 03:41:35 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid EFB40C21D82; Fri, 15 Sep 2017 17:41:32 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 24918C21C3C;\n\tFri, 15 Sep 2017 17:41:30 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 29815C21C3C; Fri, 15 Sep 2017 17:41:28 +0000 (UTC)","from mail-yw0-f171.google.com (mail-yw0-f171.google.com\n\t[209.85.161.171])\n\tby lists.denx.de (Postfix) with ESMTPS id 95FA9C21C29\n\tfor <u-boot@lists.denx.de>; Fri, 15 Sep 2017 17:41:27 +0000 (UTC)","by mail-yw0-f171.google.com with SMTP id r85so1875566ywg.1\n\tfor <u-boot@lists.denx.de>; Fri, 15 Sep 2017 10:41:27 -0700 (PDT)","from bill-the-cat (cpe-65-184-142-68.ec.res.rr.com.\n\t[65.184.142.68]) by smtp.gmail.com with ESMTPSA id\n\tp205sm491930ywc.60.2017.09.15.10.41.25\n\t(version=TLS1_2 cipher=AES128-SHA bits=128/128);\n\tFri, 15 Sep 2017 10:41:25 -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=konsulko.com;\n\ts=google; \n\th=date:from:to:cc:subject:message-id:references:mime-version\n\t:content-disposition:in-reply-to:user-agent;\n\tbh=csC9KT+RQ4gxjtt1h061YPGAaNQuv6jksJ74+ukO+BM=;\n\tb=NWA2FpY6nMy7/qJGh/NzO2Yk2LxAzSalzJ5LJM/S2z770G3bfqS+R5BfxudA2M4hzF\n\tL1uCwjTliky/Wi1Cn7rjirSt2cOR91Fb7boiHZZelcuNyfZVBA1Mk70cZcjSvf2h71Jp\n\tP6LPwk8yh3GnCjfOFT8+OpRDOzr3AJk13OEyU=","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:date:from:to:cc:subject:message-id:references\n\t:mime-version:content-disposition:in-reply-to:user-agent;\n\tbh=csC9KT+RQ4gxjtt1h061YPGAaNQuv6jksJ74+ukO+BM=;\n\tb=iaXVo64DgYkBtySyL2F569JxBcSN0uckQ7NK7bgJwosR1KtbDMjgX+y0dLOn3GSIh7\n\tPweOVd14eThQ3QhSeq3eh3uBAoNyJTawCKFVKWYL4BM4euyFkbKa13eYCoNsVXAid2NZ\n\t3BBlY+Avk5BvgVRDcvYtr6/m4yWwXNQjOqM/zAOZloAagttMPnFBVIiBYtcpuVwILa6H\n\tH3MJjTIydBB487pFgmnAl4mxWNTwYo3eQDgMe2ZQ36coW4RsZ46Nm4t0qPOqoAqIJKCH\n\tjRH9RaPE8g9El5x+HRvtigOaAE8N1Pl12D9CSEFm9uJfQ/D1XfVTeNtBJhUObN1cZOsW\n\tIBkw==","X-Gm-Message-State":"AHPjjUjj46YMXXtC2+6+YQjXaNChEdlSQcwB1Jm2CJDkcglwABrZU08S\n\tP0S8ZLhd8tehpSSMLMzZ/g==","X-Google-Smtp-Source":"AOwi7QBWcZ5t9YqooIENAoP5N1g7wgqoRa/aRwp6VH8cMrXl2InX7fhcrzwg/DMN9VcL+OUK6ufyYA==","X-Received":"by 10.37.192.138 with SMTP id c132mr515883ybf.133.1505497286352; \n\tFri, 15 Sep 2017 10:41:26 -0700 (PDT)","Date":"Fri, 15 Sep 2017 13:41:23 -0400","From":"Tom Rini <trini@konsulko.com>","To":"Stephen Warren <swarren@wwwdotorg.org>","Message-ID":"<20170915174123.GJ4560@bill-the-cat>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<ead3ba38-bafc-10d7-ef9a-609eb9ee1165@wwwdotorg.org>","MIME-Version":"1.0","In-Reply-To":"<ead3ba38-bafc-10d7-ef9a-609eb9ee1165@wwwdotorg.org>","User-Agent":"Mutt/1.5.21 (2010-09-15)","Cc":"u-boot@lists.denx.de","Subject":"Re: [U-Boot] [PATCH] Makefile: Update minimum dtc version to 1.4.3","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":"multipart/mixed;\n\tboundary=\"===============2761427682379676050==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1773677,"web_url":"http://patchwork.ozlabs.org/comment/1773677/","msgid":"<20170922142004.GT30205@bill-the-cat>","list_archive_url":null,"date":"2017-09-22T14:20:04","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":65875,"url":"http://patchwork.ozlabs.org/api/people/65875/","name":"Tom Rini","email":"trini@konsulko.com"},"content":"On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n\n> With support for overlays and calling the -@ flag to dtc we need to have\n> at least 1.4.3 available now.\n> \n> Cc: Simon Glass <sjg@chromium.org>\n> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n> Signed-off-by: Tom Rini <trini@konsulko.com>\n\nApplied to u-boot/master, 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>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=konsulko.com header.i=@konsulko.com\n\theader.b=\"DoQYAmy4\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xzGMy2Qzkz9sP1\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 23 Sep 2017 00:39:42 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 1B4D5C22139; Fri, 22 Sep 2017 14:29:02 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id C049FC220B3;\n\tFri, 22 Sep 2017 14:29:00 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid E6AB5C220AC; Fri, 22 Sep 2017 14:20:05 +0000 (UTC)","from mail-yw0-f182.google.com (mail-yw0-f182.google.com\n\t[209.85.161.182])\n\tby lists.denx.de (Postfix) with ESMTPS id A018DC2206C\n\tfor <u-boot@lists.denx.de>; Fri, 22 Sep 2017 14:20:04 +0000 (UTC)","by mail-yw0-f182.google.com with SMTP id r85so839309ywg.1\n\tfor <u-boot@lists.denx.de>; Fri, 22 Sep 2017 07:20:04 -0700 (PDT)","from bill-the-cat ([2606:a000:1401:811b:5d8f:7fe1:3da9:ee9d])\n\tby smtp.gmail.com with ESMTPSA id\n\tz40sm1585271ywj.64.2017.09.22.07.20.02 for <u-boot@lists.denx.de>\n\t(version=TLS1_2 cipher=AES128-SHA bits=128/128);\n\tFri, 22 Sep 2017 07:20:02 -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=konsulko.com;\n\ts=google; \n\th=date:from:to:subject:message-id:references:mime-version\n\t:content-disposition:in-reply-to:user-agent;\n\tbh=bFqyDDqWgh1+rFU4RDo/WH1tohQauubHQW/n0a6wybk=;\n\tb=DoQYAmy4cHrnR26uElPr8Nweg0Y1uKtIp40Tc86El20dFxE94f4P2oVk0UeHkJrLrh\n\t3lRDzcViqu9/+et9YcElFIQLTNeyrIfBE8Xa7DPpJWgjg3AnWluaRAcbaEyXZAdq0q8O\n\tDpu5OUMC+Z/63kWPiOF3XiiY4G6WsB4Vg9D2A=","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:date:from:to:subject:message-id:references\n\t:mime-version:content-disposition:in-reply-to:user-agent;\n\tbh=bFqyDDqWgh1+rFU4RDo/WH1tohQauubHQW/n0a6wybk=;\n\tb=LAnxv9zViV8BAOCm5m6ZjiOE6iCiuhEaAY59nJZ7H+BP43uqh3XDVsyFOCqS/DyW6j\n\tVkOXQrpWj5A56CfunSPnrH2osLcWduncroyAmWMH8CaNODTmHbKVmKD0KuHSJsqgHV5/\n\tA156HL63N7/rEI5ZzMpoV0wR7KcI3rKkm8Mdm7T4K+iMBtDC32cGduTjC3HeBaEme68i\n\tW9uCWMBm7ny3JQp/J4+UThD57KQPIhK68HHijfKs9VZor/AyKgrRnn5MB+OfqHcHovhj\n\tHxvtLFNT9WgT6hwDS1aKvJulKpog4r3C4l6S3KKgdA/Xb2R50YbkTlU0FFuSdqL35kaj\n\tkEoQ==","X-Gm-Message-State":"AHPjjUjMQnpjsvprBRWk+iGsY1wJaZQ6tNyCyZ7Hn/W2RjZcriuRdmND\n\ths9n4dLyMkB1hc7CRENH7o0TaW8MiHY=","X-Google-Smtp-Source":"AOwi7QCUmHpqWO5/IfKCSdBtNuIXEhRgnzqs8QzKtkcnQpDE6webTDkP+fvLvnP1rtYeMQCiceimlA==","X-Received":"by 10.129.111.196 with SMTP id k187mr4020082ywc.77.1506090003400;\n\tFri, 22 Sep 2017 07:20:03 -0700 (PDT)","Date":"Fri, 22 Sep 2017 10:20:04 -0400","From":"Tom Rini <trini@konsulko.com>","To":"u-boot@lists.denx.de","Message-ID":"<20170922142004.GT30205@bill-the-cat>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>","MIME-Version":"1.0","In-Reply-To":"<1505495725-26350-1-git-send-email-trini@konsulko.com>","User-Agent":"Mutt/1.5.21 (2010-09-15)","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":"multipart/mixed;\n\tboundary=\"===============6425845136131793870==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1774013,"web_url":"http://patchwork.ozlabs.org/comment/1774013/","msgid":"<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>","list_archive_url":null,"date":"2017-09-23T10:39:44","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":1124,"url":"http://patchwork.ozlabs.org/api/people/1124/","name":"Marek Vasut","email":"marek.vasut@gmail.com"},"content":"On 09/22/2017 04:20 PM, Tom Rini wrote:\n> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n> \n>> With support for overlays and calling the -@ flag to dtc we need to have\n>> at least 1.4.3 available now.\n>>\n>> Cc: Simon Glass <sjg@chromium.org>\n>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n>> Signed-off-by: Tom Rini <trini@konsulko.com>\n> \n> Applied to u-boot/master, thanks!\n\nDebian still only has 1.4.2 even in unstable, so u-boot/master no longer\nbuilds on any debian system.","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=gmail.com header.i=@gmail.com\n\theader.b=\"SbSpcvYc\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xzn0n4tFDz9tX5\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 23 Sep 2017 20:39:53 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 62F2FC21DE9; Sat, 23 Sep 2017 10:39:50 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 27EE8C21D63;\n\tSat, 23 Sep 2017 10:39:48 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 29383C21D63; Sat, 23 Sep 2017 10:39:47 +0000 (UTC)","from mail-wm0-f66.google.com (mail-wm0-f66.google.com\n\t[74.125.82.66])\n\tby lists.denx.de (Postfix) with ESMTPS id 92817C21D5D\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 10:39:46 +0000 (UTC)","by mail-wm0-f66.google.com with SMTP id x17so3206225wmd.5\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 03:39:46 -0700 (PDT)","from [192.168.1.4] (ip-86-49-107-50.net.upcbroadband.cz.\n\t[86.49.107.50]) by smtp.gmail.com with ESMTPSA id\n\tb58sm2095961wrg.86.2017.09.23.03.39.44\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tSat, 23 Sep 2017 03:39:45 -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=FREEMAIL_FROM,\n\tRCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,\n\tT_DKIM_INVALID\n\tautolearn=unavailable autolearn_force=no version=3.4.0","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=subject:to:references:from:message-id:date:user-agent:mime-version\n\t:in-reply-to:content-language:content-transfer-encoding;\n\tbh=VJsdS6T5eS/JL/LH7C8YD2VEt2xc0aCmAGfgiI6IBOk=;\n\tb=SbSpcvYc9WHWFVuSo7GkbolSDXIpzmdvGszX/u6IOyumqY0ECMQ7iBg3kG21ReEt+x\n\tiVJcdMyjGLl6YfkKA7q6gd673NhljwWj3CCjx0edO6Kc+n7FSD2YOnu/Z2jQt31iiO1j\n\t37MbfIZqieXfLqjpbjyL2tbvvaF2AJZ9/O0r/Eu+agLYW8tuYzu0f/p8fYiLCM35DV7O\n\tRq37IgdUF2+3pEqlrvHgxlNlEZb+ukNbmIKub141A+KbaQCPWgOWe0JXw1db/j4PGiea\n\t+CInE3hgRlC6gDZdKm283L3J/gBOCcQ4XNJKctHfbhBnG0rZCW6PE/EKrBB3Kb/vvRu3\n\tq74w==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:subject:to:references:from:message-id:date\n\t:user-agent:mime-version:in-reply-to:content-language\n\t:content-transfer-encoding;\n\tbh=VJsdS6T5eS/JL/LH7C8YD2VEt2xc0aCmAGfgiI6IBOk=;\n\tb=SOofdxFlw2029LZQjj17sFPyeJrZB3HvacksT0oA4IKYMdu0RrJ1AnyQMKLQRoOiiR\n\tlPGB8eihbgtSIDHcjYHy/kzM1GmdjUNVUwbDvvJNnfuTdBZPBSNS8M4mDerB8o69/pl7\n\tLyQgM57jLLImwxBrE8BlVWQKhGI+QZfoc9KlzHzkpgHmviM01iG5hvGKNPqg8pScIoNC\n\tXpuedMA3Pgz0Zg1l+C788uN1VSMwzQbGC2MN4FNPljIFwYQAGJexNDBfezORaz894m4g\n\tQaZimHbFue5k9jPu7ZZ9jldbO5AP7MXXvXpImdkICB9IMnv9vVOK+9BAaKTRueypiQvj\n\tIcgg==","X-Gm-Message-State":"AHPjjUgSaYQ6WtxpsqIWDR2Vr0sPtiRPkyav2M+T/RDZ/QMZGfLoKilt\n\tOhLDubg+lR7aMpjTh3WbRjXluj/t","X-Google-Smtp-Source":"AOwi7QDKPeijAMVWgueamDTROw7HoshPfsFONgA1NcPzjhoU05SX2xRHbYlMRXuhfCr9DfmO+I9OGA==","X-Received":"by 10.28.10.145 with SMTP id 139mr6324409wmk.5.1506163185764;\n\tSat, 23 Sep 2017 03:39:45 -0700 (PDT)","To":"Tom Rini <trini@konsulko.com>, u-boot@lists.denx.de","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>","From":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>","Date":"Sat, 23 Sep 2017 12:39:44 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170922142004.GT30205@bill-the-cat>","Content-Language":"en-US","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":1774020,"web_url":"http://patchwork.ozlabs.org/comment/1774020/","msgid":"<20170923125608.GX30205@bill-the-cat>","list_archive_url":null,"date":"2017-09-23T12:56:08","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":65875,"url":"http://patchwork.ozlabs.org/api/people/65875/","name":"Tom Rini","email":"trini@konsulko.com"},"content":"On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n> On 09/22/2017 04:20 PM, Tom Rini wrote:\n> > On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n> > \n> >> With support for overlays and calling the -@ flag to dtc we need to have\n> >> at least 1.4.3 available now.\n> >>\n> >> Cc: Simon Glass <sjg@chromium.org>\n> >> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n> >> Signed-off-by: Tom Rini <trini@konsulko.com>\n> > \n> > Applied to u-boot/master, thanks!\n> \n> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n> builds on any debian system.\n\nThen perhaps we need to mirror the kernel and provide / build dtc, but\nallow for people to override it.","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\" (1024-bit key;\n\tunprotected) header.d=konsulko.com header.i=@konsulko.com\n\theader.b=\"nuimF+7T\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xzr2J6WTrz9tX8\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 23 Sep 2017 22:56:23 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 9CBC3C21F51; Sat, 23 Sep 2017 12:56:15 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 72EBDC21D63;\n\tSat, 23 Sep 2017 12:56:12 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 4184EC21D63; Sat, 23 Sep 2017 12:56:11 +0000 (UTC)","from mail-yw0-f177.google.com (mail-yw0-f177.google.com\n\t[209.85.161.177])\n\tby lists.denx.de (Postfix) with ESMTPS id 8268BC21D5D\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 12:56:10 +0000 (UTC)","by mail-yw0-f177.google.com with SMTP id q80so2292629ywg.2\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 05:56:10 -0700 (PDT)","from bill-the-cat ([2606:a000:1401:811b:8d57:8c98:f8f2:152d])\n\tby smtp.gmail.com with ESMTPSA id\n\tx4sm861136ywa.58.2017.09.23.05.56.07\n\t(version=TLS1_2 cipher=AES128-SHA bits=128/128);\n\tSat, 23 Sep 2017 05:56:08 -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=konsulko.com;\n\ts=google; \n\th=date:from:to:cc:subject:message-id:references:mime-version\n\t:content-disposition:in-reply-to:user-agent;\n\tbh=NMBL+/I/gAHBq3anHiDEZy7brdXqntAo7xioq7c3IeU=;\n\tb=nuimF+7Tu/Sn6n2H5G23ZFlMA85a8IxetNQHkeX9uj9MA+ek9cnHv7GxAjq7VM2QCh\n\t8fgbrPF/dbtcTm4uyrqBiy8+LDVhW8VYu9Ith7ihvygf9Kr+stCZh7AG7JrwysTasTZz\n\thQOm4mCb7kGaq3r5bYrD0y1h4ILCIHGqceiN4=","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:date:from:to:cc:subject:message-id:references\n\t:mime-version:content-disposition:in-reply-to:user-agent;\n\tbh=NMBL+/I/gAHBq3anHiDEZy7brdXqntAo7xioq7c3IeU=;\n\tb=VRnsAJcFtH2vDfTyi0o0icdFHqBSLThpURPwZcLGMoCJom+CyAioqlY5Zjq4KXi/30\n\tuk3LrwFTtXx3KzBd6RcP1XC5O8gymj/Dvx6FXJg1n0AcH8gafMAYyKWl88pSJcpEds49\n\t9hHACHJX36WGLd0FcKZx3GVPVR2+xEJD4h7obmhpMkHbtd8kF2un9h7sfbtSDcu31QhO\n\tJ8HwwNoFgE2VxyDi9jil5g5XuNRYav6Y1oyxOJ8vj0XpbHQmVpCGLAk8+XFpBBx2V5yw\n\tY2fhZeZuFmPYIJ4SEQVuhsSKtEm7SBoF0OkD5J86Gy6ZRziBARi2B3nWvcwr2pxzdozX\n\t8yvw==","X-Gm-Message-State":"AHPjjUgQd1HeBYB5l6SBWDavsxnpFkWKHR/p9148SrsZHVnSoNZ2gDMo\n\t6INaRPmjkHvFrI+Ci6m4qiszzQ==","X-Google-Smtp-Source":"AOwi7QBg6BniaCceHQbzDgGgSRh5J0o2+QlkZQuPhk1Q0Zt4tnf3uzCJmc57rWK3tNN2kLHPlIaFuA==","X-Received":"by 10.13.217.145 with SMTP id b139mr1435776ywe.357.1506171369167;\n\tSat, 23 Sep 2017 05:56:09 -0700 (PDT)","Date":"Sat, 23 Sep 2017 08:56:08 -0400","From":"Tom Rini <trini@konsulko.com>","To":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<20170923125608.GX30205@bill-the-cat>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>","MIME-Version":"1.0","In-Reply-To":"<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>","User-Agent":"Mutt/1.5.21 (2010-09-15)","Cc":"u-boot@lists.denx.de","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":"multipart/mixed;\n\tboundary=\"===============5870979344787253174==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1774022,"web_url":"http://patchwork.ozlabs.org/comment/1774022/","msgid":"<084593b9-236f-5c23-5f76-a08a37b01db8@gmail.com>","list_archive_url":null,"date":"2017-09-23T13:04:39","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":1124,"url":"http://patchwork.ozlabs.org/api/people/1124/","name":"Marek Vasut","email":"marek.vasut@gmail.com"},"content":"On 09/23/2017 02:56 PM, Tom Rini wrote:\n> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n>>>\n>>>> With support for overlays and calling the -@ flag to dtc we need to have\n>>>> at least 1.4.3 available now.\n>>>>\n>>>> Cc: Simon Glass <sjg@chromium.org>\n>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n>>>\n>>> Applied to u-boot/master, thanks!\n>>\n>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n>> builds on any debian system.\n> \n> Then perhaps we need to mirror the kernel and provide / build dtc, but\n> allow for people to override it.\n\nWhat about allowing old DTC version if DTOs are not in use ?","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=gmail.com header.i=@gmail.com\n\theader.b=\"CFEwKnQ7\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xzrD56c8Qz9s9Y\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 23 Sep 2017 23:04:53 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 9CF41C21FE1; Sat, 23 Sep 2017 13:04:46 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 826B2C21DE9;\n\tSat, 23 Sep 2017 13:04:43 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid BA4AAC21DE9; Sat, 23 Sep 2017 13:04:41 +0000 (UTC)","from mail-wr0-f195.google.com (mail-wr0-f195.google.com\n\t[209.85.128.195])\n\tby lists.denx.de (Postfix) with ESMTPS id 528B3C21D63\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 13:04:41 +0000 (UTC)","by mail-wr0-f195.google.com with SMTP id p37so1884767wrb.5\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 06:04:41 -0700 (PDT)","from [192.168.1.4] (ip-86-49-107-50.net.upcbroadband.cz.\n\t[86.49.107.50]) by smtp.gmail.com with ESMTPSA id\n\tj6sm1859916wmg.28.2017.09.23.06.04.39\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tSat, 23 Sep 2017 06:04:39 -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=FREEMAIL_FROM,\n\tRCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,\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=gmail.com; s=20161025;\n\th=subject:to:cc:references:from:message-id:date:user-agent\n\t:mime-version:in-reply-to:content-language:content-transfer-encoding; \n\tbh=GeAmR4Oj2yIkC54BKZywa3xtBEN3Ahpg2PLhdzJKmgM=;\n\tb=CFEwKnQ7Tm4FRcafpySWAm4WdFDeZ4ErvLQsEu7s4sPKHrbOGN3hyFzQQaFcR5cDMb\n\tyGtFZ5LuifQVrkZxo/l9EN2+qGqh/g9b1rA5iZiJjszJg8lzuXp5G4R6UNixWXIPawCy\n\tWLdpCy1vabtB3Leyeqn3o0Ub1HKKZ99zA0c6PqkeHFv1Nl137cMYi6pPlt3iDYvED273\n\t4XthPBgOJzQ+PC8c9vzOCCO5Hx9C63LdyNR/tp7206f8HMWosNlQUR35Nbx1goTgbuTV\n\td1Tq+EGbfc8ZWVBQBJ9W8JNQ2+uUoP6Wqyuu4Pg2IdjWUzGj7hqZ5N+dGDZB/AEKpyGQ\n\tTFIA==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:subject:to:cc:references:from:message-id:date\n\t:user-agent:mime-version:in-reply-to:content-language\n\t:content-transfer-encoding;\n\tbh=GeAmR4Oj2yIkC54BKZywa3xtBEN3Ahpg2PLhdzJKmgM=;\n\tb=o9MCPX2zLSjpp2DMZ/Q99FuiHLAVAZZL3GXwGDjXJRnRFeNO4fbSMMp+E9O4oqHhy4\n\tlTC0oOd9fER78ecAbCAHUY9WBTdV5Nabdl6UrNySBs8MgCZJjLEECRedXLRLY8Gt91ve\n\tVTiWiTRcKrDSoNyyaCWt3D37oX2opt0ERG4REsIB/gWmRMCcPxBzqxxHflvTULL3EgKo\n\tfxh64lbH6UsYm178nMBJ4rlaWtpkaSyjUl0RydsnvCKxDEkVshc2rj/5Ce6I0Jy3OfuO\n\tn/6YeyvIbtigHPz9YOLevfWPZ0zdgzKRAcWHiCxgpERysX0n7IJ4mKdVIB/zOyjaQRPu\n\t210Q==","X-Gm-Message-State":"AHPjjUhhHxWLMlvcad+SQ9sedkTfZEIqyNv6Co4B08qufyjmPedfyhb2\n\tipG+EAeXUY9X1Pq9bxQqpKJ0Jowb","X-Google-Smtp-Source":"AOwi7QAsLVN5Z97NCuX69FCKpakz1q79cqLTMwrzIo+GjufU8npK5j57GMbTPnjCVFgv+/Zm566bag==","X-Received":"by 10.223.197.13 with SMTP id q13mr1884261wrf.80.1506171880584; \n\tSat, 23 Sep 2017 06:04:40 -0700 (PDT)","To":"Tom Rini <trini@konsulko.com>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>","From":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<084593b9-236f-5c23-5f76-a08a37b01db8@gmail.com>","Date":"Sat, 23 Sep 2017 15:04:39 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170923125608.GX30205@bill-the-cat>","Content-Language":"en-US","Cc":"u-boot@lists.denx.de","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":1774035,"web_url":"http://patchwork.ozlabs.org/comment/1774035/","msgid":"<20170923161033.GY30205@bill-the-cat>","list_archive_url":null,"date":"2017-09-23T16:10:33","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":65875,"url":"http://patchwork.ozlabs.org/api/people/65875/","name":"Tom Rini","email":"trini@konsulko.com"},"content":"On Sat, Sep 23, 2017 at 03:04:39PM +0200, Marek Vasut wrote:\n> On 09/23/2017 02:56 PM, Tom Rini wrote:\n> > On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n> >> On 09/22/2017 04:20 PM, Tom Rini wrote:\n> >>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n> >>>\n> >>>> With support for overlays and calling the -@ flag to dtc we need to have\n> >>>> at least 1.4.3 available now.\n> >>>>\n> >>>> Cc: Simon Glass <sjg@chromium.org>\n> >>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n> >>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n> >>>\n> >>> Applied to u-boot/master, thanks!\n> >>\n> >> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n> >> builds on any debian system.\n> > \n> > Then perhaps we need to mirror the kernel and provide / build dtc, but\n> > allow for people to override it.\n> \n> What about allowing old DTC version if DTOs are not in use ?\n\nIf you can re-work the logic for that, sure, 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>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=konsulko.com header.i=@konsulko.com\n\theader.b=\"JIiS7CTS\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xzwLd3GD7z9t67\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 02:10:48 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 8CC8AC21FEF; Sat, 23 Sep 2017 16:10:41 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id F1A30C21E21;\n\tSat, 23 Sep 2017 16:10:36 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 3D00CC21E21; Sat, 23 Sep 2017 16:10:35 +0000 (UTC)","from mail-yw0-f179.google.com (mail-yw0-f179.google.com\n\t[209.85.161.179])\n\tby lists.denx.de (Postfix) with ESMTPS id 97467C21DC8\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 16:10:34 +0000 (UTC)","by mail-yw0-f179.google.com with SMTP id p10so2458753ywh.8\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 09:10:34 -0700 (PDT)","from bill-the-cat ([2606:a000:1401:811b:8d57:8c98:f8f2:152d])\n\tby smtp.gmail.com with ESMTPSA id\n\tz184sm805095ywb.51.2017.09.23.09.10.31\n\t(version=TLS1_2 cipher=AES128-SHA bits=128/128);\n\tSat, 23 Sep 2017 09:10:32 -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=konsulko.com;\n\ts=google; \n\th=date:from:to:cc:subject:message-id:references:mime-version\n\t:content-disposition:in-reply-to:user-agent;\n\tbh=gHh7emUw67OViTHHME6GreFKYLp7lgxQJPyI4gJtxtU=;\n\tb=JIiS7CTSz7/dnCz8Oa9HCHIK389r//idl855l8WJIam/uxGYaav25hMpFGZ9kIkjb3\n\t1OPfQUvgnKWN79Z5oWI04fX/cmVNxJbNsi6ynYns8i6uoAF0rWEqDfZlKZv+whU3WnuB\n\tCiXaImlB7oNCyrIyWjfYG1kTNYM9cgQWttY3U=","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:date:from:to:cc:subject:message-id:references\n\t:mime-version:content-disposition:in-reply-to:user-agent;\n\tbh=gHh7emUw67OViTHHME6GreFKYLp7lgxQJPyI4gJtxtU=;\n\tb=jOZIYvTD4Te5mGeuyZlHyvK4S3h37wQxbYIrAiy9RXxWHR8iC8i94H5wRcgtO63U7X\n\twegRMNZ949cP1zqr/xLTVJhalQXYv+WwOD8WLj/LniRqK+8bg0ZB38Dzi6sL18G+GKkP\n\ttde2I4sm+zkl+iSQ7GheYiIFilmZDQNPV/y+f4ezg0V8lso4cjoNULynUAfviuNzWtpL\n\t/Tnrf8L+jhPbazEDWoOGAwxnLwe51f5emWQwiNylg3RUC4YPwDtP3YaeUMHFKHPRdAYJ\n\tt+H0nr0PMSdtyDd+K99IFjQKgVKYXIcyG55eh4irmoUmAQYoXy7xzlr8MdLl60UPLCsv\n\t/xig==","X-Gm-Message-State":"AHPjjUh5qZhN2X/X0VzbDw35nS+jgs/WY18T+lvpmUzMsyBcP1AIFkyT\n\tnWMcer4GKWwQ4+CcVIgbCXaLJw==","X-Google-Smtp-Source":"AOwi7QAdj7jeZooz1VZfqUcRJMFzL5p562mCWGr7Iq6HT6qHOFWlAH9+5N9KLvz5mbforJB+Ub3sVA==","X-Received":"by 10.37.197.205 with SMTP id v196mr1528623ybe.482.1506183033253;\n\tSat, 23 Sep 2017 09:10:33 -0700 (PDT)","Date":"Sat, 23 Sep 2017 12:10:33 -0400","From":"Tom Rini <trini@konsulko.com>","To":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<20170923161033.GY30205@bill-the-cat>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<084593b9-236f-5c23-5f76-a08a37b01db8@gmail.com>","MIME-Version":"1.0","In-Reply-To":"<084593b9-236f-5c23-5f76-a08a37b01db8@gmail.com>","User-Agent":"Mutt/1.5.21 (2010-09-15)","Cc":"u-boot@lists.denx.de","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":"multipart/mixed;\n\tboundary=\"===============4835642296137777978==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1774048,"web_url":"http://patchwork.ozlabs.org/comment/1774048/","msgid":"<20170923170500.GA30205@bill-the-cat>","list_archive_url":null,"date":"2017-09-23T17:05:00","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":65875,"url":"http://patchwork.ozlabs.org/api/people/65875/","name":"Tom Rini","email":"trini@konsulko.com"},"content":"On Sat, Sep 23, 2017 at 08:56:08AM -0400, Tom Rini wrote:\n> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n> > On 09/22/2017 04:20 PM, Tom Rini wrote:\n> > > On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n> > > \n> > >> With support for overlays and calling the -@ flag to dtc we need to have\n> > >> at least 1.4.3 available now.\n> > >>\n> > >> Cc: Simon Glass <sjg@chromium.org>\n> > >> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n> > >> Signed-off-by: Tom Rini <trini@konsulko.com>\n> > > \n> > > Applied to u-boot/master, thanks!\n> > \n> > Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n> > builds on any debian system.\n> \n> Then perhaps we need to mirror the kernel and provide / build dtc, but\n> allow for people to override it.\n\nThis isn't too hard and I'm pushing that through Jenkins now to confirm\nI've got all the logic correct.  I think this will be the least error\nprone method long term.","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\" (1024-bit key;\n\tunprotected) header.d=konsulko.com header.i=@konsulko.com\n\theader.b=\"aUsh/FMp\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xzxYW21g6z9tX4\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 03:05:17 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 6BDA5C2202C; Sat, 23 Sep 2017 17:05:10 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id BB244C21E21;\n\tSat, 23 Sep 2017 17:05:05 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid E1EA4C21E21; Sat, 23 Sep 2017 17:05:03 +0000 (UTC)","from mail-yw0-f174.google.com (mail-yw0-f174.google.com\n\t[209.85.161.174])\n\tby lists.denx.de (Postfix) with ESMTPS id D5E30C21DC8\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 17:05:01 +0000 (UTC)","by mail-yw0-f174.google.com with SMTP id i6so2501167ywc.9\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 10:05:01 -0700 (PDT)","from bill-the-cat ([2606:a000:1401:811b:8d57:8c98:f8f2:152d])\n\tby smtp.gmail.com with ESMTPSA id\n\ti184sm1037400ywc.77.2017.09.23.10.04.58\n\t(version=TLS1_2 cipher=AES128-SHA bits=128/128);\n\tSat, 23 Sep 2017 10:04:59 -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=konsulko.com;\n\ts=google; \n\th=date:from:to:cc:subject:message-id:references:mime-version\n\t:content-disposition:in-reply-to:user-agent;\n\tbh=DhDOzEEZv/vBPBWaFvN+E7kAMtTSJr2MxecM4y+IlzI=;\n\tb=aUsh/FMpb3Jj5w3Rb4GAOdpXYIyzPnBr9BfOWR0f5GmrdqfROnZF47vsSeBTPgSl+0\n\tKMT3pvpZePmfUJbt3ieSORVpjYBU5VWQ2s9uWUro2K6s8SMAmSACLojh9PWR6KhF7Hwj\n\t7XW9E5eB+Zs5b/0alc6qW3FFy5/wsXoqwcYdw=","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:date:from:to:cc:subject:message-id:references\n\t:mime-version:content-disposition:in-reply-to:user-agent;\n\tbh=DhDOzEEZv/vBPBWaFvN+E7kAMtTSJr2MxecM4y+IlzI=;\n\tb=m/1/l9N3VFO/FLB4gH5CtBBqujNeBWC8eV7U2ESpqw3N1jKJqpf9plMQD/T2xAycqt\n\tI8D5v+gLiHn9AizFTnCJnnaPIXW28ygCKcEvCqMyzbI8je4Q1kQ4Hx6SnQro5+IB1tcz\n\tcGhVSYlrc+OOiPgRQsLEnDvoiej/NTpDXkVna/UWVQU1O5UDiMII3TzYTswku1qSv13b\n\t6iqeN8fRGfl7QjqSm52HImwERlGp5sn9eCkkzazUk4eWMZrSqHkai+G2ld3dHeQ+DUey\n\tvcIVCa7x64AfBrtzM+VWXgIjeoWaDJXoHFQQ201+uauvH+qp2BsLhzijAg9lGUFyV5uq\n\t6jlQ==","X-Gm-Message-State":"AHPjjUgkHsOaBsUjIiLO2oVJr4cn2WoSSI/CA0ZJXtClYpa/ppaIUxhE\n\t25McnNF6laLceJWF4jzr8H+RFA==","X-Google-Smtp-Source":"AOwi7QCOU2BG1TUpu746CbON3ANc4K/fz13F6f0QH4wHlG/JSowLz+pq+nPrN3c+0ea8qJc6536DYA==","X-Received":"by 10.37.228.194 with SMTP id b185mr1670354ybh.223.1506186300332;\n\tSat, 23 Sep 2017 10:05:00 -0700 (PDT)","Date":"Sat, 23 Sep 2017 13:05:00 -0400","From":"Tom Rini <trini@konsulko.com>","To":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<20170923170500.GA30205@bill-the-cat>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>","MIME-Version":"1.0","In-Reply-To":"<20170923125608.GX30205@bill-the-cat>","User-Agent":"Mutt/1.5.21 (2010-09-15)","Cc":"u-boot@lists.denx.de","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":"multipart/mixed;\n\tboundary=\"===============8753651094403141721==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1774065,"web_url":"http://patchwork.ozlabs.org/comment/1774065/","msgid":"<c5caae77-3188-e59b-bdc1-cb115216c999@gmail.com>","list_archive_url":null,"date":"2017-09-23T17:33:44","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":1124,"url":"http://patchwork.ozlabs.org/api/people/1124/","name":"Marek Vasut","email":"marek.vasut@gmail.com"},"content":"On 09/23/2017 07:05 PM, Tom Rini wrote:\n> On Sat, Sep 23, 2017 at 08:56:08AM -0400, Tom Rini wrote:\n>> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n>>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n>>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n>>>>\n>>>>> With support for overlays and calling the -@ flag to dtc we need to have\n>>>>> at least 1.4.3 available now.\n>>>>>\n>>>>> Cc: Simon Glass <sjg@chromium.org>\n>>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n>>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n>>>>\n>>>> Applied to u-boot/master, thanks!\n>>>\n>>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n>>> builds on any debian system.\n>>\n>> Then perhaps we need to mirror the kernel and provide / build dtc, but\n>> allow for people to override it.\n> \n> This isn't too hard and I'm pushing that through Jenkins now to confirm\n> I've got all the logic correct.  I think this will be the least error\n> prone method long term.\n> \nNAK, this is the same thing which chromium does and what Debian is\ntrying to stop -- vendoring. We will end up with patched custom DTC out\nof sync with upstream.","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=gmail.com header.i=@gmail.com\n\theader.b=\"RN8xoXfC\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xzyBV1ZcTz9t16\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 03:33:53 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid C2FD2C21F92; Sat, 23 Sep 2017 17:33:50 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 5E24BC21E21;\n\tSat, 23 Sep 2017 17:33:48 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 11F0DC21E21; Sat, 23 Sep 2017 17:33:47 +0000 (UTC)","from mail-wr0-f194.google.com (mail-wr0-f194.google.com\n\t[209.85.128.194])\n\tby lists.denx.de (Postfix) with ESMTPS id A328DC21DC8\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 17:33:46 +0000 (UTC)","by mail-wr0-f194.google.com with SMTP id u48so2099584wrf.4\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 10:33:46 -0700 (PDT)","from [192.168.1.4] (ip-86-49-107-50.net.upcbroadband.cz.\n\t[86.49.107.50]) by smtp.gmail.com with ESMTPSA id\n\tc56sm3349469wrc.1.2017.09.23.10.33.45\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tSat, 23 Sep 2017 10:33:45 -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=FREEMAIL_FROM,\n\tRCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,\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=gmail.com; s=20161025;\n\th=subject:to:cc:references:from:message-id:date:user-agent\n\t:mime-version:in-reply-to:content-language:content-transfer-encoding; \n\tbh=TFX5FMLYI34QBI8RoStuiXj9UH7E29uqWUD9r9XbwSs=;\n\tb=RN8xoXfC37MFPgvTxH75lYOMC17zsd6gVK59cCr71zYVZz5hGw/mZ8Zv6zLOXSfDz+\n\tgF4EBHntMg4OdiI579au3Z1Fn9Em3ECPstR31pkRM9soPSTbskAPY97vSLeaRuiGLH3J\n\tkiVkueSYkYBSlDjSl1NVGLCijoVF0w3xe/FoI0uz6Tw+uG/adJNmoBTixDdcIRk9SI4H\n\tx6At+JCyVHHNrlgiY5jiYEa6ItNKU/Vgv1Bzx4iruYfXy+0HbhaawDm8iL6CS1RLXeDx\n\trNvvM3FYRsEGG27RHkEcnGPdf2oiSgFbpnQZ0wR5UN2cKR5qccWcuFXuSMKoiO8JgpKx\n\thNmQ==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:subject:to:cc:references:from:message-id:date\n\t:user-agent:mime-version:in-reply-to:content-language\n\t:content-transfer-encoding;\n\tbh=TFX5FMLYI34QBI8RoStuiXj9UH7E29uqWUD9r9XbwSs=;\n\tb=ra17+qorLUQjKvBxPATVKUK9p3zMLZpg6fzPWdpjgAOgAtBkyjSVt1liOtXwB6lgS/\n\tlL1G2Ht1r4LFFQFQV3WnN1icTS0YQV1eW/RRtYQFtcNQMvp4v1P4jO5v4SbINJD7G358\n\t57mI08eZ8yV/oeJHyFxN4koBN/GV5uz3H9cNdpu1a62ikXpee9BOtXf9LpprnwDL7Ys/\n\tsnFXR9Cs4ip1mB/5gyBSSZiSMIXu+3M6Qgw0rc4wio8CD4TmgZFxL4YFyATPwkiEzjl6\n\t1ryJtgNzmT0NDl3kyn3RSk+L1icbTQGHFek4bdwShyHgbZa+6SljGvbTkb5+LHj1h4Zs\n\tH82g==","X-Gm-Message-State":"AHPjjUifBIwePGhw45VuqvCJLQJS8hw+iL06HhURcda8ZuXjSlWGtWL2\n\tNzKFECqFbmMluTlZtx2j8CvT4Som","X-Google-Smtp-Source":"AOwi7QA0goTHFTkwPRQxiBIENpgGVIDg1RB3zPO5Eh7p+zUx2Iw3WoFRsMQKSgsssl1pCVrh4HUkvw==","X-Received":"by 10.223.197.72 with SMTP id s8mr2365072wrf.120.1506188025873; \n\tSat, 23 Sep 2017 10:33:45 -0700 (PDT)","To":"Tom Rini <trini@konsulko.com>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<20170923170500.GA30205@bill-the-cat>","From":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<c5caae77-3188-e59b-bdc1-cb115216c999@gmail.com>","Date":"Sat, 23 Sep 2017 19:33:44 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170923170500.GA30205@bill-the-cat>","Content-Language":"en-US","Cc":"u-boot@lists.denx.de","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":1774066,"web_url":"http://patchwork.ozlabs.org/comment/1774066/","msgid":"<0e0779d2-a539-b61a-bcb8-7595bc14e6ed@gmail.com>","list_archive_url":null,"date":"2017-09-23T17:36:47","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":1124,"url":"http://patchwork.ozlabs.org/api/people/1124/","name":"Marek Vasut","email":"marek.vasut@gmail.com"},"content":"On 09/23/2017 06:10 PM, Tom Rini wrote:\n> On Sat, Sep 23, 2017 at 03:04:39PM +0200, Marek Vasut wrote:\n>> On 09/23/2017 02:56 PM, Tom Rini wrote:\n>>> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n>>>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n>>>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n>>>>>\n>>>>>> With support for overlays and calling the -@ flag to dtc we need to have\n>>>>>> at least 1.4.3 available now.\n>>>>>>\n>>>>>> Cc: Simon Glass <sjg@chromium.org>\n>>>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n>>>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n>>>>>\n>>>>> Applied to u-boot/master, thanks!\n>>>>\n>>>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n>>>> builds on any debian system.\n>>>\n>>> Then perhaps we need to mirror the kernel and provide / build dtc, but\n>>> allow for people to override it.\n>>\n>> What about allowing old DTC version if DTOs are not in use ?\n> \n> If you can re-work the logic for that, sure, thanks!\n> \n\nI would expect the author to fix such massive breakage or a revert.","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=gmail.com header.i=@gmail.com\n\theader.b=\"WFJmj0Pk\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xzyG51b0zz9tX8\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 03:36:59 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid B043EC21FFC; Sat, 23 Sep 2017 17:36:52 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 38277C21E55;\n\tSat, 23 Sep 2017 17:36:50 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 4CD97C21E55; Sat, 23 Sep 2017 17:36:49 +0000 (UTC)","from mail-wr0-f194.google.com (mail-wr0-f194.google.com\n\t[209.85.128.194])\n\tby lists.denx.de (Postfix) with ESMTPS id F046EC21E21\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 17:36:48 +0000 (UTC)","by mail-wr0-f194.google.com with SMTP id n64so2099714wrb.2\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 10:36:48 -0700 (PDT)","from [192.168.1.4] (ip-86-49-107-50.net.upcbroadband.cz.\n\t[86.49.107.50]) by smtp.gmail.com with ESMTPSA id\n\tl15sm3446974wmd.23.2017.09.23.10.36.47\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tSat, 23 Sep 2017 10:36:47 -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=FREEMAIL_FROM,\n\tRCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,\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=gmail.com; s=20161025;\n\th=subject:to:cc:references:from:message-id:date:user-agent\n\t:mime-version:in-reply-to:content-language:content-transfer-encoding; \n\tbh=OFJJ0LDN+Nyx7RJCjohwBOmPdogXkg7hPFQgmYURwu8=;\n\tb=WFJmj0PkV3DnDaTCKyaXRWhGbCw/A7WVPrKur4ntCKgtDrlkeTdmdOZyR031VwlLpX\n\tLNAn4MbKS0KqYhqNXlGTSSBK2T/YdycaqOo2Tn5/ldGCThgddD4GnPkPlmILOmaLb/o0\n\tkd98nFpZfaVw+m6GKstWxBYHGgk9Z8wqZMCXh5HKqOQoPo0JIn7zdu0ZzclZMYGMbCQt\n\tdbfUzTsAWQT600jnQrbxyEDkZcAwJy+ZmZUQuv4H0/MyFla8oymLbACPtJlwcUaKius+\n\tmtU6MW5bxF6bEIkxy7KXvo4D/pal0qq/CZTgFuyR8WJnLA0KqEUcqBDP8WMod9PFhALV\n\t0P5A==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:subject:to:cc:references:from:message-id:date\n\t:user-agent:mime-version:in-reply-to:content-language\n\t:content-transfer-encoding;\n\tbh=OFJJ0LDN+Nyx7RJCjohwBOmPdogXkg7hPFQgmYURwu8=;\n\tb=SEYrTN3h9qJ1DDcW6Chhy/JtNdGYLxmASwwn4OssPDvDJzOPGrDwEsybeW6cdh5X8S\n\twDj+/orQX49lPR57MFPT9OfLiCTja+i2QBNTWPvyP20NrvC33IpSiDH1umjXiZ5DV3G1\n\tNzgcdTnaQDRGUuebVuy0zUDROQ1NKGf8RFJzXbm5nMsZex1wkDYiVIyXRc0LL0IqIikM\n\tb+KJ7NAC3LXPzv+0R9EwWWvFLejVTjDHpvPAw/sSQP9Vpc+uvw5N2gWM5c5g9QOqsU4b\n\tfrTktE/8wdkYFk5QsNucXiIrYPj8dzBHwsu/rckB3TOPcK2Zpatm/+VJ8N5udbUfYma4\n\tjPyQ==","X-Gm-Message-State":"AHPjjUgyKKs8otKI0gecxw623hXSwzIuCT/qqD3eSgvl1ZRK2nHfPb/p\n\ti/eBGPmikenx4yOZDqUanbs=","X-Google-Smtp-Source":"AOwi7QCa9b+WgD2+mCRJ9ToDU2UYQ3fYrpzDHCslU9VT0IrlwYhW8+q8Zfr377AGLsDZQlyn2OwKTQ==","X-Received":"by 10.223.155.194 with SMTP id e2mr2344019wrc.49.1506188208510; \n\tSat, 23 Sep 2017 10:36:48 -0700 (PDT)","To":"Tom Rini <trini@konsulko.com>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<084593b9-236f-5c23-5f76-a08a37b01db8@gmail.com>\n\t<20170923161033.GY30205@bill-the-cat>","From":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<0e0779d2-a539-b61a-bcb8-7595bc14e6ed@gmail.com>","Date":"Sat, 23 Sep 2017 19:36:47 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170923161033.GY30205@bill-the-cat>","Content-Language":"en-US","Cc":"Vagrant Cascadian <vagrant@debian.org>, u-boot@lists.denx.de","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":1774067,"web_url":"http://patchwork.ozlabs.org/comment/1774067/","msgid":"<20170923173725.GB30205@bill-the-cat>","list_archive_url":null,"date":"2017-09-23T17:37:25","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":65875,"url":"http://patchwork.ozlabs.org/api/people/65875/","name":"Tom Rini","email":"trini@konsulko.com"},"content":"On Sat, Sep 23, 2017 at 07:33:44PM +0200, Marek Vasut wrote:\n> On 09/23/2017 07:05 PM, Tom Rini wrote:\n> > On Sat, Sep 23, 2017 at 08:56:08AM -0400, Tom Rini wrote:\n> >> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n> >>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n> >>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n> >>>>\n> >>>>> With support for overlays and calling the -@ flag to dtc we need to have\n> >>>>> at least 1.4.3 available now.\n> >>>>>\n> >>>>> Cc: Simon Glass <sjg@chromium.org>\n> >>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n> >>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n> >>>>\n> >>>> Applied to u-boot/master, thanks!\n> >>>\n> >>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n> >>> builds on any debian system.\n> >>\n> >> Then perhaps we need to mirror the kernel and provide / build dtc, but\n> >> allow for people to override it.\n> > \n> > This isn't too hard and I'm pushing that through Jenkins now to confirm\n> > I've got all the logic correct.  I think this will be the least error\n> > prone method long term.\n> \n> NAK, this is the same thing which chromium does and what Debian is\n> trying to stop -- vendoring. We will end up with patched custom DTC out\n> of sync with upstream.\n\nShrug, it's what Linux does, and what QEMU does, and probably what other\nprojects do as well since apparently even Debian/Unstable is 2 releases\nand nearly a year behind (or, 9 months if you don't want to exaggerate).","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\" (1024-bit key;\n\tunprotected) header.d=konsulko.com header.i=@konsulko.com\n\theader.b=\"FghHxrh4\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xzyGw5gnYz9t16\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 03:37:44 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 75AC4C21F92; Sat, 23 Sep 2017 17:37:32 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id EF733C21EEE;\n\tSat, 23 Sep 2017 17:37:29 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 31783C21EEE; Sat, 23 Sep 2017 17:37:28 +0000 (UTC)","from mail-yw0-f180.google.com (mail-yw0-f180.google.com\n\t[209.85.161.180])\n\tby lists.denx.de (Postfix) with ESMTPS id CFCC4C21E55\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 17:37:25 +0000 (UTC)","by mail-yw0-f180.google.com with SMTP id w22so2516858ywa.13\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 10:37:25 -0700 (PDT)","from bill-the-cat ([2606:a000:1401:811b:8d57:8c98:f8f2:152d])\n\tby smtp.gmail.com with ESMTPSA id\n\tz5sm1126186ywf.21.2017.09.23.10.37.23\n\t(version=TLS1_2 cipher=AES128-SHA bits=128/128);\n\tSat, 23 Sep 2017 10:37:23 -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=konsulko.com;\n\ts=google; \n\th=date:from:to:cc:subject:message-id:references:mime-version\n\t:content-disposition:in-reply-to:user-agent;\n\tbh=d34E8rYqF5Ng2jG4V9pJkl0A/iDbKMefQYerdwXVpys=;\n\tb=FghHxrh4f+P85IUmhstin42Ueib18cXlgL0sY3l+HRfbP8oaoeXlzJivs0x5z36HmI\n\tvvZvCaxLzRzQ75NLaMUbeFqHRyqso0o6wCjT8xjJBrMkW47qbRbDpZ5AR0/3GqIovnJX\n\tBBweeoQjSgJAP8qNNH2FSOqx4xtreL0bSPpoo=","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:date:from:to:cc:subject:message-id:references\n\t:mime-version:content-disposition:in-reply-to:user-agent;\n\tbh=d34E8rYqF5Ng2jG4V9pJkl0A/iDbKMefQYerdwXVpys=;\n\tb=rZ1tX0h3cXGnGlrAmd11jGzaBQ9C/83eIplxQfNbd8TDAYUm70lboTSaX323Px3Lrt\n\tZI/Dchz7ejJJoatqSPSZoOp/IBCKnb7k5MGgCdgxi2BwLWYcPM8hGXniGNqT9r839rx5\n\t0KBXvph1PPxQlGTA633ArEUPAHKwhyqXJj+jM3FduP4cRa4iwVoAf3O4WGfBg2rifqe3\n\tlSDtcOP2/h3gGbMWAYvjHvu2a0b+WrUF/05opSxnP3y/ZpOHcIhtB/5PQTGxD7Lh8uoM\n\tWSl6lVo8rjsqNwvwK8TzP/gC2R2t3oaB80ngOP3kwu5zmtvWo+KTiSzv/dNDsD/BAUqS\n\tsjnQ==","X-Gm-Message-State":"AHPjjUiT5TBLLM5F/J91YuiuXcSnK3tqeIo/G2hY22vH+w7fbkjZbUdY\n\tCblyfhzWUKbVUPxhpKs+tLO+tQ==","X-Google-Smtp-Source":"AOwi7QAQ/CAhC1XzNgB/KYNShoIZBuv4rrqDaOgIKim1dk1+BErW99SIlMbq1HQSI9gai6e+BW2Z0Q==","X-Received":"by 10.129.109.85 with SMTP id i82mr1716515ywc.269.1506188244475; \n\tSat, 23 Sep 2017 10:37:24 -0700 (PDT)","Date":"Sat, 23 Sep 2017 13:37:25 -0400","From":"Tom Rini <trini@konsulko.com>","To":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<20170923173725.GB30205@bill-the-cat>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<20170923170500.GA30205@bill-the-cat>\n\t<c5caae77-3188-e59b-bdc1-cb115216c999@gmail.com>","MIME-Version":"1.0","In-Reply-To":"<c5caae77-3188-e59b-bdc1-cb115216c999@gmail.com>","User-Agent":"Mutt/1.5.21 (2010-09-15)","Cc":"u-boot@lists.denx.de","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":"multipart/mixed;\n\tboundary=\"===============4939100487810482583==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1774069,"web_url":"http://patchwork.ozlabs.org/comment/1774069/","msgid":"<3f9bda2b-bd8b-71b9-9b1c-0a144a6080de@gmail.com>","list_archive_url":null,"date":"2017-09-23T17:43:09","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":1124,"url":"http://patchwork.ozlabs.org/api/people/1124/","name":"Marek Vasut","email":"marek.vasut@gmail.com"},"content":"On 09/23/2017 07:37 PM, Tom Rini wrote:\n> On Sat, Sep 23, 2017 at 07:33:44PM +0200, Marek Vasut wrote:\n>> On 09/23/2017 07:05 PM, Tom Rini wrote:\n>>> On Sat, Sep 23, 2017 at 08:56:08AM -0400, Tom Rini wrote:\n>>>> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n>>>>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n>>>>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n>>>>>>\n>>>>>>> With support for overlays and calling the -@ flag to dtc we need to have\n>>>>>>> at least 1.4.3 available now.\n>>>>>>>\n>>>>>>> Cc: Simon Glass <sjg@chromium.org>\n>>>>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n>>>>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n>>>>>>\n>>>>>> Applied to u-boot/master, thanks!\n>>>>>\n>>>>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n>>>>> builds on any debian system.\n>>>>\n>>>> Then perhaps we need to mirror the kernel and provide / build dtc, but\n>>>> allow for people to override it.\n>>>\n>>> This isn't too hard and I'm pushing that through Jenkins now to confirm\n>>> I've got all the logic correct.  I think this will be the least error\n>>> prone method long term.\n>>\n>> NAK, this is the same thing which chromium does and what Debian is\n>> trying to stop -- vendoring. We will end up with patched custom DTC out\n>> of sync with upstream.\n> \n> Shrug, it's what Linux does, and what QEMU does, and probably what other\n> projects do as well since apparently even Debian/Unstable is 2 releases\n> and nearly a year behind (or, 9 months if you don't want to exaggerate).\n\nAnd it will likely stay that way for debian stable. I am really\ndisappointed in the \"Shrug\" reaction to such massive breakage.","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=gmail.com header.i=@gmail.com\n\theader.b=\"D+qZkuXZ\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xzyPZ0Rmhz9t16\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 03:43:25 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid F0267C21FDA; Sat, 23 Sep 2017 17:43:23 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 50D22C21F8D;\n\tSat, 23 Sep 2017 17:43:21 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid E0397C2201B; Sat, 23 Sep 2017 17:43:12 +0000 (UTC)","from mail-wm0-f65.google.com (mail-wm0-f65.google.com\n\t[74.125.82.65])\n\tby lists.denx.de (Postfix) with ESMTPS id 8277DC21EEE\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 17:43:11 +0000 (UTC)","by mail-wm0-f65.google.com with SMTP id f4so3797500wmh.4\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 10:43:11 -0700 (PDT)","from [192.168.1.4] (ip-86-49-107-50.net.upcbroadband.cz.\n\t[86.49.107.50]) by smtp.gmail.com with ESMTPSA id\n\ty99sm8350036wmh.1.2017.09.23.10.43.10\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tSat, 23 Sep 2017 10:43:10 -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=FREEMAIL_FROM,\n\tRCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,\n\tT_DKIM_INVALID\n\tautolearn=unavailable autolearn_force=no version=3.4.0","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=subject:to:cc:references:from:message-id:date:user-agent\n\t:mime-version:in-reply-to:content-language:content-transfer-encoding; \n\tbh=4U4ZEO1c5rwxcGHQVuqsXeuOkARO3GC2cIr3eLkOEWo=;\n\tb=D+qZkuXZRHq+DL37yHa545gsmkLv+AT0dukfkawM8tE1vzx7wgaZcNjyZS31iVCXXe\n\tY79hgLP/1HN4OcJjtBhiwlv8Lu2Ab79f+Nyw0BZobwn0O+P1Q4PkNj/orG5UcFYrSsI2\n\tpU/2+rTjuMwxGOGtPJWHXneaxwRDbU5Lqwu1WSHsh1ToV4kjfZiAneea+fB+pNZzLQmg\n\tsJ3uT28u8/z2hsBD3WZfQ8qv/EgPQrM41omm/l61HwL22Wbx6Rhy3xJi3qUq6UghqqGn\n\t4uxCXKZhsxxbfxOxRcPj6HtMwYnZB/6kBiaQOA96unkfdNJlWsxq/1cCyRuEsgjzy8km\n\tt+bQ==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:subject:to:cc:references:from:message-id:date\n\t:user-agent:mime-version:in-reply-to:content-language\n\t:content-transfer-encoding;\n\tbh=4U4ZEO1c5rwxcGHQVuqsXeuOkARO3GC2cIr3eLkOEWo=;\n\tb=fS46npVB5yYkioGtTr83GkfXuxY7C2VWo//f+E+SIFj/Pq0LTqKQxRffWalh/vKm2w\n\thfvqhBkGG6mMtoVVmziyHr+ARYOVa7J4YCC2y2jajsWW3Dd/tS31AHX/GmvNR9SGuyL/\n\ttzSGKAgnoQAP+lusZvUEKxkWpIQybg4N8Y6qxKQhyw1npdtFpuOs6az76dcsdtSgXOIf\n\t4tR7VNHWd9ZNZOl5SVAGGaQuITIfZ7J9ncB6cSWKXb9g7cCw7wbP2NSxZZxD5NjpcpkW\n\tD4sa7fpEkc8PKaMVWEybSAIBtGroy5ERiydIpC0NwmP3IXU+0idsTNQNg+n4w3Y9+d/c\n\trfFw==","X-Gm-Message-State":"AHPjjUg9z9bBvI88JmWiPIy4QMSRg2mWljJnlz2jjmjNdDbCYilXa7AL\n\t3rK75qnPzS/hwQkudGWb1Uo=","X-Google-Smtp-Source":"AOwi7QDJJDGSZauHeNkW43UGyUc/p4L/8Mf0JOrVTiunqSTkDeSiMEFQC+WwocdRWBSx+JDWpAHHmQ==","X-Received":"by 10.28.10.145 with SMTP id 139mr6944533wmk.5.1506188590938;\n\tSat, 23 Sep 2017 10:43:10 -0700 (PDT)","To":"Tom Rini <trini@konsulko.com>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<20170923170500.GA30205@bill-the-cat>\n\t<c5caae77-3188-e59b-bdc1-cb115216c999@gmail.com>\n\t<20170923173725.GB30205@bill-the-cat>","From":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<3f9bda2b-bd8b-71b9-9b1c-0a144a6080de@gmail.com>","Date":"Sat, 23 Sep 2017 19:43:09 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170923173725.GB30205@bill-the-cat>","Content-Language":"en-US","Cc":"Vagrant Cascadian <vagrant@debian.org>, u-boot@lists.denx.de","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":1774072,"web_url":"http://patchwork.ozlabs.org/comment/1774072/","msgid":"<20170923175350.GE30205@bill-the-cat>","list_archive_url":null,"date":"2017-09-23T17:53:50","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":65875,"url":"http://patchwork.ozlabs.org/api/people/65875/","name":"Tom Rini","email":"trini@konsulko.com"},"content":"On Sat, Sep 23, 2017 at 07:43:09PM +0200, Marek Vasut wrote:\n> On 09/23/2017 07:37 PM, Tom Rini wrote:\n> > On Sat, Sep 23, 2017 at 07:33:44PM +0200, Marek Vasut wrote:\n> >> On 09/23/2017 07:05 PM, Tom Rini wrote:\n> >>> On Sat, Sep 23, 2017 at 08:56:08AM -0400, Tom Rini wrote:\n> >>>> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n> >>>>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n> >>>>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n> >>>>>>\n> >>>>>>> With support for overlays and calling the -@ flag to dtc we need to have\n> >>>>>>> at least 1.4.3 available now.\n> >>>>>>>\n> >>>>>>> Cc: Simon Glass <sjg@chromium.org>\n> >>>>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n> >>>>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n> >>>>>>\n> >>>>>> Applied to u-boot/master, thanks!\n> >>>>>\n> >>>>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n> >>>>> builds on any debian system.\n> >>>>\n> >>>> Then perhaps we need to mirror the kernel and provide / build dtc, but\n> >>>> allow for people to override it.\n> >>>\n> >>> This isn't too hard and I'm pushing that through Jenkins now to confirm\n> >>> I've got all the logic correct.  I think this will be the least error\n> >>> prone method long term.\n> >>\n> >> NAK, this is the same thing which chromium does and what Debian is\n> >> trying to stop -- vendoring. We will end up with patched custom DTC out\n> >> of sync with upstream.\n> > \n> > Shrug, it's what Linux does, and what QEMU does, and probably what other\n> > projects do as well since apparently even Debian/Unstable is 2 releases\n> > and nearly a year behind (or, 9 months if you don't want to exaggerate).\n> \n> And it will likely stay that way for debian stable. I am really\n> disappointed in the \"Shrug\" reaction to such massive breakage.\n\nNope and nor will it catch old-stable breaking in January when gcc-6.x\nor newer is required.","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\" (1024-bit key;\n\tunprotected) header.d=konsulko.com header.i=@konsulko.com\n\theader.b=\"uSsfiDED\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xzydl1HVNz9tX8\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 03:54:03 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid DBB8DC22021; Sat, 23 Sep 2017 17:53:55 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id A9F2BC21E21;\n\tSat, 23 Sep 2017 17:53:52 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 7A5D5C21E21; Sat, 23 Sep 2017 17:53:51 +0000 (UTC)","from mail-qt0-f174.google.com (mail-qt0-f174.google.com\n\t[209.85.216.174])\n\tby lists.denx.de (Postfix) with ESMTPS id ED75BC21DC8\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 17:53:50 +0000 (UTC)","by mail-qt0-f174.google.com with SMTP id x54so3706292qth.12\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 10:53:50 -0700 (PDT)","from bill-the-cat ([2606:a000:1401:811b:8d57:8c98:f8f2:152d])\n\tby smtp.gmail.com with ESMTPSA id\n\tx62sm2242363qkg.39.2017.09.23.10.53.48\n\t(version=TLS1_2 cipher=AES128-SHA bits=128/128);\n\tSat, 23 Sep 2017 10:53:49 -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=konsulko.com;\n\ts=google; \n\th=date:from:to:cc:subject:message-id:references:mime-version\n\t:content-disposition:in-reply-to:user-agent;\n\tbh=OwOjKKXLhTaCeW23e1ltmE6llHV7iYYma5FXX/4kjhg=;\n\tb=uSsfiDEDcwgXPGXOGy/Q7M9hVYT0Ht5cSISG2BEkB3NkJgpOFu6f7agmXRF8a3zQ0K\n\tW+uQ0RNtlNnhya+GNLzqF+aq7ya9rrLldg0D55C0FAjRKptwxz8m7eREVse19/r6xuIR\n\tCFdJv5xp862OFrNRlGTpJWvJkcoo/r35+O/cY=","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:date:from:to:cc:subject:message-id:references\n\t:mime-version:content-disposition:in-reply-to:user-agent;\n\tbh=OwOjKKXLhTaCeW23e1ltmE6llHV7iYYma5FXX/4kjhg=;\n\tb=sTxJpO1g0S2XS/3eNerntV0VOSxUr6XqMezzIUYlUZhhdm9e0MR2uy5wGUgbhnENOU\n\t2qG47fowgpFVELw7FXtB3m/AvHVn//SgofM/lZ6i5BUwrXLBYdZGob2WzykYxtoA4BzV\n\tmhs/IM3/krzAURFyREGkQb8VSJer/HCTND0ewFoEbeGDmeVLmqufsDd3ZHOhzl/nrtCs\n\t5Go3qbX7MZkex0+kB7E48cHEHclULy7JUI7uPXs3MI+0GkZgnYqElorMRv62740dQNA5\n\tKIjECH8KowI2K8KskxcL5++aU0sdQCrKbSP2SEqhWuuReZLK5nLMwZ4uVAUkIcDra6Qz\n\tYHAw==","X-Gm-Message-State":"AHPjjUgBPSXqRO05t6HF6eUrxvSSzA5o6Mq7mosBTyBcBlLCobTz4xj6\n\t9zS15eJ3Yl1+ggYqY5BfFz6FUg==","X-Google-Smtp-Source":"AOwi7QC6fYCPVNY/g8atyE6MT1++ZPfel1G9TYnS0qMYUHYbZpEgabMmULunmIVZkT8UToxccX1FyA==","X-Received":"by 10.200.33.131 with SMTP id 3mr4390071qty.177.1506189229768;\n\tSat, 23 Sep 2017 10:53:49 -0700 (PDT)","Date":"Sat, 23 Sep 2017 13:53:50 -0400","From":"Tom Rini <trini@konsulko.com>","To":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<20170923175350.GE30205@bill-the-cat>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<20170923170500.GA30205@bill-the-cat>\n\t<c5caae77-3188-e59b-bdc1-cb115216c999@gmail.com>\n\t<20170923173725.GB30205@bill-the-cat>\n\t<3f9bda2b-bd8b-71b9-9b1c-0a144a6080de@gmail.com>","MIME-Version":"1.0","In-Reply-To":"<3f9bda2b-bd8b-71b9-9b1c-0a144a6080de@gmail.com>","User-Agent":"Mutt/1.5.21 (2010-09-15)","Cc":"Vagrant Cascadian <vagrant@debian.org>, u-boot@lists.denx.de","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":"multipart/mixed;\n\tboundary=\"===============7486071879002308080==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1774098,"web_url":"http://patchwork.ozlabs.org/comment/1774098/","msgid":"<CAEUhbmWKtCWOjCskoB9iWWuoz3q64PBVt1G=ifAza44+B4EpgA@mail.gmail.com>","list_archive_url":null,"date":"2017-09-24T01:49:54","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":64981,"url":"http://patchwork.ozlabs.org/api/people/64981/","name":"Bin Meng","email":"bmeng.cn@gmail.com"},"content":"Hi Tom,\n\nOn Sun, Sep 24, 2017 at 12:10 AM, Tom Rini <trini@konsulko.com> wrote:\n> On Sat, Sep 23, 2017 at 03:04:39PM +0200, Marek Vasut wrote:\n>> On 09/23/2017 02:56 PM, Tom Rini wrote:\n>> > On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n>> >> On 09/22/2017 04:20 PM, Tom Rini wrote:\n>> >>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n>> >>>\n>> >>>> With support for overlays and calling the -@ flag to dtc we need to have\n>> >>>> at least 1.4.3 available now.\n>> >>>>\n>> >>>> Cc: Simon Glass <sjg@chromium.org>\n>> >>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n>> >>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n>> >>>\n>> >>> Applied to u-boot/master, thanks!\n>> >>\n>> >> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n>> >> builds on any debian system.\n>> >\n>> > Then perhaps we need to mirror the kernel and provide / build dtc, but\n>> > allow for people to override it.\n>>\n>> What about allowing old DTC version if DTOs are not in use ?\n>\n> If you can re-work the logic for that, sure, thanks!\n>\n\nUbuntu 16.04 LTS is still at dtc v1.4.0, so it's broken there too.\n\nRegards,\nBin","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=gmail.com header.i=@gmail.com\n\theader.b=\"YIfvrrDV\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y09C56XXnz9s83\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 11:50:08 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid BF143C22018; Sun, 24 Sep 2017 01:50:01 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 68183C21E21;\n\tSun, 24 Sep 2017 01:49:59 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid F2400C21E21; Sun, 24 Sep 2017 01:49:57 +0000 (UTC)","from mail-wr0-f195.google.com (mail-wr0-f195.google.com\n\t[209.85.128.195])\n\tby lists.denx.de (Postfix) with ESMTPS id 089DBC21CA5\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 01:49:56 +0000 (UTC)","by mail-wr0-f195.google.com with SMTP id p37so2395593wrb.5\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 18:49:56 -0700 (PDT)","by 10.223.145.3 with HTTP; Sat, 23 Sep 2017 18:49:54 -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=FREEMAIL_FROM,\n\tRCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,\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=gmail.com; s=20161025;\n\th=mime-version:in-reply-to:references:from:date:message-id:subject:to\n\t:cc; bh=1/dkolwWN1tM+KlyxWEkzkFfJHaJhO1K2E52y5laSkQ=;\n\tb=YIfvrrDVHME6P/R/3MMH0mv1+96uZoJrKr7+fzIAYDuaKv7wTu/MYRX5FfjezokD4V\n\tgt2RELEmuzB5RLNqQrK/TjrE7qJyP9c4JTZWCCnSDMqUOhkTFY1JDoqSHHl3nhKwCa4Y\n\tSq39rJwfwBUfbopGf6MJ1VZNfjzaBcX/KViT4OOedGTlQv0zAcFzgMYf5ziE0gdVN5M4\n\t/UPlByowuUrxp79A4s2rzOpnoGDHkG7N6K/yPxazPgfcx2eIP3Qr0CPCkGKFaH+uPhR9\n\ty3ZhYoTREYVUiA7ZoGbzPTB34WqyjwSkIfwgrhqPSaRjM35ZkEDzqrcQei35lKehCoyq\n\t2xug==","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:in-reply-to:references:from:date\n\t:message-id:subject:to:cc;\n\tbh=1/dkolwWN1tM+KlyxWEkzkFfJHaJhO1K2E52y5laSkQ=;\n\tb=PPNHYlZouMC9DX23SaSC6UpjAjj5HDLFhJTSt4q3HvTdSGbLI3C2jQBIkr7rNC8xHY\n\tx4o00KSWyAiYe/H+vOKnO2N0N+/Sgkt7bGabLIeMScDN7cdXHtEDrAEAA1wdFl3Do3z6\n\tBYVL6tEaIKl/uHYoXZXoE79tETyXdcbM87yiqBFSklAlgAHxv1ML1bUgGtYIBla1wbd7\n\tqWzwJzQ+jCMcsUIHZWw46MAwsWcbW7LNuSK5RAKEEOOFXixgjEE9diM3QqZ1tYq1aRGd\n\tpH0qxtKroc4wVSQf8LTcixIyXMmr2Xj00G0TRJU7lPcbP+UwoGi45q8ig2UuMkJizCqe\n\tPIug==","X-Gm-Message-State":"AHPjjUgio5H9Dz1oxmvn8Au28VtOq2aJUGDfI0eOXaCyHM9W29LxczkO\n\toqKEFn6+hW67PnnQNCE9SkWl70/VA0JcDu9nPIE=","X-Google-Smtp-Source":"AOwi7QD6gj+XSpBd/KEmNSc9XciivdcRnLTeXfksDnSikix5wCPs0VjeLjEhTftge6Q0QnQrvGtYezNLy8b6yI+bUnY=","X-Received":"by 10.223.171.74 with SMTP id r10mr2867781wrc.86.1506217795641; \n\tSat, 23 Sep 2017 18:49:55 -0700 (PDT)","MIME-Version":"1.0","In-Reply-To":"<20170923161033.GY30205@bill-the-cat>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<084593b9-236f-5c23-5f76-a08a37b01db8@gmail.com>\n\t<20170923161033.GY30205@bill-the-cat>","From":"Bin Meng <bmeng.cn@gmail.com>","Date":"Sun, 24 Sep 2017 09:49:54 +0800","Message-ID":"<CAEUhbmWKtCWOjCskoB9iWWuoz3q64PBVt1G=ifAza44+B4EpgA@mail.gmail.com>","To":"Tom Rini <trini@konsulko.com>","Cc":"U-Boot Mailing List <u-boot@lists.denx.de>","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":1774099,"web_url":"http://patchwork.ozlabs.org/comment/1774099/","msgid":"<CAOCHtYjZr_-0ozRLWx5sgx+ANrS2qBUUeQz3d4tSt79R1L5AeA@mail.gmail.com>","list_archive_url":null,"date":"2017-09-24T02:07:02","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":3923,"url":"http://patchwork.ozlabs.org/api/people/3923/","name":"Robert Nelson","email":"robertcnelson@gmail.com"},"content":"On Sat, Sep 23, 2017 at 8:49 PM, Bin Meng <bmeng.cn@gmail.com> wrote:\n> Hi Tom,\n>\n> On Sun, Sep 24, 2017 at 12:10 AM, Tom Rini <trini@konsulko.com> wrote:\n>> On Sat, Sep 23, 2017 at 03:04:39PM +0200, Marek Vasut wrote:\n>>> On 09/23/2017 02:56 PM, Tom Rini wrote:\n>>> > On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n>>> >> On 09/22/2017 04:20 PM, Tom Rini wrote:\n>>> >>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n>>> >>>\n>>> >>>> With support for overlays and calling the -@ flag to dtc we need to have\n>>> >>>> at least 1.4.3 available now.\n>>> >>>>\n>>> >>>> Cc: Simon Glass <sjg@chromium.org>\n>>> >>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n>>> >>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n>>> >>>\n>>> >>> Applied to u-boot/master, thanks!\n>>> >>\n>>> >> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n>>> >> builds on any debian system.\n>>> >\n>>> > Then perhaps we need to mirror the kernel and provide / build dtc, but\n>>> > allow for people to override it.\n>>>\n>>> What about allowing old DTC version if DTOs are not in use ?\n>>\n>> If you can re-work the logic for that, sure, thanks!\n>>\n>\n> Ubuntu 16.04 LTS is still at dtc v1.4.0, so it's broken there too.\n\nMaybe it's just time to embed a copy of dtc into u-boot (like the\nkernel, especially since we use so many features...)?\n\nthe device-tree-compiler package in debian (and thus ubuntu) doesn't\nget too much love:\n\nhttp://metadata.ftp-master.debian.org/changelogs/main/d/device-tree-compiler/unstable_changelog\n\nRegards,","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=gmail.com header.i=@gmail.com\n\theader.b=\"IFMBYV2o\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y09bQ3sJdz9t2M\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 12:07:46 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 472B4C21FF8; Sun, 24 Sep 2017 02:07:39 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id DEEFEC21F17;\n\tSun, 24 Sep 2017 02:07:36 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid C9ABCC21F17; Sun, 24 Sep 2017 02:07:34 +0000 (UTC)","from mail-lf0-f66.google.com (mail-lf0-f66.google.com\n\t[209.85.215.66])\n\tby lists.denx.de (Postfix) with ESMTPS id 5C8B8C21E21\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 02:07:34 +0000 (UTC)","by mail-lf0-f66.google.com with SMTP id c8so2356821lfe.2\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 19:07:34 -0700 (PDT)","by 10.25.221.203 with HTTP; Sat, 23 Sep 2017 19:07:02 -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=FREEMAIL_FROM,\n\tRCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,\n\tT_DKIM_INVALID\n\tautolearn=unavailable autolearn_force=no version=3.4.0","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=mime-version:in-reply-to:references:from:date:message-id:subject:to\n\t:cc; bh=eiF1eYqXUjRQEQuR7J/z6o+HAeQhbZNHfmW1JM4q3mM=;\n\tb=IFMBYV2oT7G7CwDVBT0FwuQmo1xO1d5bYYgPFFUpAWIEkXyPUr/rakmplY5+MElAK+\n\tuUprOVfKbEuym/mWSFKJ8Qvj5khnKU9CQ8mkBh/Rm2f8ysuevRyQZRWHxZTVKAY+1N/p\n\tCkmpRPNhWJtLMgw++SzTqbbiLv9q1zVTEaW9mLFwsq55h/0r2DKAR+RIG61OQ7wMPzab\n\t/5BRSvdGC0sxdPQdupXbCn7hKeZ5ekvvsBaUPxq6NHTRuznhlRIKQg1rQ1Icvj/m5Ol8\n\tMa01w+shrcJl1IizUn6vU4wwv7Xw5BRwOMcW7kNPgcg/lj/upGXFmNUtxHVgLPhSvhEd\n\tYqtQ==","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:in-reply-to:references:from:date\n\t:message-id:subject:to:cc;\n\tbh=eiF1eYqXUjRQEQuR7J/z6o+HAeQhbZNHfmW1JM4q3mM=;\n\tb=sqn5DA6g+bf5ZEtyeXm/pR0/K2rP/6/3bS62DovmOVschKty8v2TrUW/NHg9DUy3PF\n\tO9O1ZSDc4wNg4/NJuUxcbDyyn4CjIsdbcnC4BdCnsmtLkUqarBzE3WZ/Skumhuf0bH37\n\tZ5RXMMvGv/WeadPxn9z/ep8gwtvccbkFXdYJsISOrezmmqnJLI/9cN5SiveILuz8MW42\n\tSPWUloY0ui5wD4WunWIyJ8LzrmzUOEhQOXS56i8OTPVdmSwg2Bb254sHTqRTnpD61Nna\n\tnhopKculvYGoC6hkeVkK3+B4X1/QQQgy+exb0ivDmn3ERgUnBu5Dd0a34+K3hawJTWbc\n\tDUKg==","X-Gm-Message-State":"AHPjjUgd+DQqlXNPWr4aUs35z6ksxv3E6bt59uAFWMBn1nQeOUI6R35Z\n\tUpjUpu3iVcp5fyLyS0hR+bq4DYnC9jgTH/uQB84=","X-Google-Smtp-Source":"AOwi7QC3Dwx86/K7cDdXWzIaq8dAzAUaTr+7s+hAuUviBDrAFHUhXoqHs5KN+2jOb9kxy0Wx9182PtGWZYHNJ5Nwt9w=","X-Received":"by 10.46.21.81 with SMTP id 17mr1481105ljv.68.1506218853557; Sat,\n\t23 Sep 2017 19:07:33 -0700 (PDT)","MIME-Version":"1.0","In-Reply-To":"<CAEUhbmWKtCWOjCskoB9iWWuoz3q64PBVt1G=ifAza44+B4EpgA@mail.gmail.com>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<084593b9-236f-5c23-5f76-a08a37b01db8@gmail.com>\n\t<20170923161033.GY30205@bill-the-cat>\n\t<CAEUhbmWKtCWOjCskoB9iWWuoz3q64PBVt1G=ifAza44+B4EpgA@mail.gmail.com>","From":"Robert Nelson <robertcnelson@gmail.com>","Date":"Sat, 23 Sep 2017 21:07:02 -0500","Message-ID":"<CAOCHtYjZr_-0ozRLWx5sgx+ANrS2qBUUeQz3d4tSt79R1L5AeA@mail.gmail.com>","To":"Bin Meng <bmeng.cn@gmail.com>","Cc":"Tom Rini <trini@konsulko.com>, U-Boot Mailing List <u-boot@lists.denx.de>","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":1774104,"web_url":"http://patchwork.ozlabs.org/comment/1774104/","msgid":"<20170924032236.GF30205@bill-the-cat>","list_archive_url":null,"date":"2017-09-24T03:22:36","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":65875,"url":"http://patchwork.ozlabs.org/api/people/65875/","name":"Tom Rini","email":"trini@konsulko.com"},"content":"On Sat, Sep 23, 2017 at 09:07:02PM -0500, Robert Nelson wrote:\n> On Sat, Sep 23, 2017 at 8:49 PM, Bin Meng <bmeng.cn@gmail.com> wrote:\n> > Hi Tom,\n> >\n> > On Sun, Sep 24, 2017 at 12:10 AM, Tom Rini <trini@konsulko.com> wrote:\n> >> On Sat, Sep 23, 2017 at 03:04:39PM +0200, Marek Vasut wrote:\n> >>> On 09/23/2017 02:56 PM, Tom Rini wrote:\n> >>> > On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n> >>> >> On 09/22/2017 04:20 PM, Tom Rini wrote:\n> >>> >>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n> >>> >>>\n> >>> >>>> With support for overlays and calling the -@ flag to dtc we need to have\n> >>> >>>> at least 1.4.3 available now.\n> >>> >>>>\n> >>> >>>> Cc: Simon Glass <sjg@chromium.org>\n> >>> >>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n> >>> >>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n> >>> >>>\n> >>> >>> Applied to u-boot/master, thanks!\n> >>> >>\n> >>> >> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n> >>> >> builds on any debian system.\n> >>> >\n> >>> > Then perhaps we need to mirror the kernel and provide / build dtc, but\n> >>> > allow for people to override it.\n> >>>\n> >>> What about allowing old DTC version if DTOs are not in use ?\n> >>\n> >> If you can re-work the logic for that, sure, thanks!\n> >>\n> >\n> > Ubuntu 16.04 LTS is still at dtc v1.4.0, so it's broken there too.\n> \n> Maybe it's just time to embed a copy of dtc into u-boot (like the\n> kernel, especially since we use so many features...)?\n\nThat is my intention at this point, and I'm testing a small series to do\nthat now (the last pain point looks to have been the patch that allows\n'DTC' to be over-ridden for FreeBSD).","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\" (1024-bit key;\n\tunprotected) header.d=konsulko.com header.i=@konsulko.com\n\theader.b=\"GzoVmyF9\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y0CG63T6Kz9t49\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 13:22:53 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 1AD5EC2204D; Sun, 24 Sep 2017 03:22:42 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 27339C21F17;\n\tSun, 24 Sep 2017 03:22:40 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 2831FC21F17; Sun, 24 Sep 2017 03:22:38 +0000 (UTC)","from mail-yw0-f171.google.com (mail-yw0-f171.google.com\n\t[209.85.161.171])\n\tby lists.denx.de (Postfix) with ESMTPS id 8C1F5C21E21\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 03:22:37 +0000 (UTC)","by mail-yw0-f171.google.com with SMTP id o143so2878677ywd.12\n\tfor <u-boot@lists.denx.de>; Sat, 23 Sep 2017 20:22:37 -0700 (PDT)","from bill-the-cat ([2606:a000:1401:811b:9cbd:ca90:bff9:8e97])\n\tby smtp.gmail.com with ESMTPSA id\n\tr29sm1558718ywa.46.2017.09.23.20.22.34\n\t(version=TLS1_2 cipher=AES128-SHA bits=128/128);\n\tSat, 23 Sep 2017 20:22:35 -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=konsulko.com;\n\ts=google; \n\th=date:from:to:cc:subject:message-id:references:mime-version\n\t:content-disposition:in-reply-to:user-agent;\n\tbh=KwirEdKKOiI0qgm8NyDjVSt1FXkTYwfOYalR83jWhOw=;\n\tb=GzoVmyF9ct5DniIso4okwaJ0IWJirhyaSwGD+J8bIqT7JjqfW+CzUTusFMqvyIBVR5\n\tPV8UmDTlROPa0pPtE9BedcRGlXpJAcNk6s/Dl5pijLkdcvvAyTC2fCbNkJS3wnlrL2YM\n\tNR8Fi2IrIKKyv+qnP6Mr+E1veD5Btnxeku/SU=","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:date:from:to:cc:subject:message-id:references\n\t:mime-version:content-disposition:in-reply-to:user-agent;\n\tbh=KwirEdKKOiI0qgm8NyDjVSt1FXkTYwfOYalR83jWhOw=;\n\tb=MvbZCyxKu0vQx51NhhReWbDcMRC8rntA8T29iYdlXo7MbqS+nGn9Y7WVSBSHglYHIo\n\tH02yMbBJr4NK5vLYvj/Z8Gif8KgrwasevR2BgQsaKQXjJrAzT4PqgsDE8tvxEcY4i6FJ\n\tUouvjWeRTkYrcu6DbumqakKubCgg51ccJi/xJKPG8OhARCRy86/uFDaFyS+/ugm2zAMg\n\tV6bXtritvjHFPgvKJaNoHEReNaLF1b1NhqhBR08fy2wKZ1MX7T4N4q9iFwT+N0d04RaV\n\t0GDfI6RsJU6zcjkLkWpsrbWvxV9wa1aO7Ol+ZRN3UwgixvPho5qeZpdtXguQhFwVu6u8\n\tmMaA==","X-Gm-Message-State":"AHPjjUg2C/V9ntovuTgaXbF7So6Z8hZR5UEQwdHTjPENbj8TSDIWMvf8\n\tbEPqs9DqHl18qqHz3tA/LeP91w==","X-Google-Smtp-Source":"AOwi7QC97GEC6T0BZQE4F0VNMA3Q2K4rCnbozucqAylngxduV/Exl4qPqLaXzhuhZ8W8qZw0TXoDmw==","X-Received":"by 10.129.193.68 with SMTP id e4mr2134035ywl.69.1506223356083;\n\tSat, 23 Sep 2017 20:22:36 -0700 (PDT)","Date":"Sat, 23 Sep 2017 23:22:36 -0400","From":"Tom Rini <trini@konsulko.com>","To":"Robert Nelson <robertcnelson@gmail.com>","Message-ID":"<20170924032236.GF30205@bill-the-cat>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<084593b9-236f-5c23-5f76-a08a37b01db8@gmail.com>\n\t<20170923161033.GY30205@bill-the-cat>\n\t<CAEUhbmWKtCWOjCskoB9iWWuoz3q64PBVt1G=ifAza44+B4EpgA@mail.gmail.com>\n\t<CAOCHtYjZr_-0ozRLWx5sgx+ANrS2qBUUeQz3d4tSt79R1L5AeA@mail.gmail.com>","MIME-Version":"1.0","In-Reply-To":"<CAOCHtYjZr_-0ozRLWx5sgx+ANrS2qBUUeQz3d4tSt79R1L5AeA@mail.gmail.com>","User-Agent":"Mutt/1.5.21 (2010-09-15)","Cc":"U-Boot Mailing List <u-boot@lists.denx.de>","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":"multipart/mixed;\n\tboundary=\"===============6320720030210226665==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1774108,"web_url":"http://patchwork.ozlabs.org/comment/1774108/","msgid":"<6a69621c-04ef-2776-847e-3e636f0373c8@gmx.de>","list_archive_url":null,"date":"2017-09-24T06:41:32","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":70394,"url":"http://patchwork.ozlabs.org/api/people/70394/","name":"Heinrich Schuchardt","email":"xypron.debian@gmx.de"},"content":"On 09/23/2017 07:53 PM, Tom Rini wrote:\n> On Sat, Sep 23, 2017 at 07:43:09PM +0200, Marek Vasut wrote:\n>> On 09/23/2017 07:37 PM, Tom Rini wrote:\n>>> On Sat, Sep 23, 2017 at 07:33:44PM +0200, Marek Vasut wrote:\n>>>> On 09/23/2017 07:05 PM, Tom Rini wrote:\n>>>>> On Sat, Sep 23, 2017 at 08:56:08AM -0400, Tom Rini wrote:\n>>>>>> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n>>>>>>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n>>>>>>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n>>>>>>>>\n>>>>>>>>> With support for overlays and calling the -@ flag to dtc we need to have\n>>>>>>>>> at least 1.4.3 available now.\n>>>>>>>>>\n>>>>>>>>> Cc: Simon Glass <sjg@chromium.org>\n>>>>>>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n>>>>>>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n>>>>>>>>\n>>>>>>>> Applied to u-boot/master, thanks!\n>>>>>>>\n>>>>>>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n>>>>>>> builds on any debian system.\n>>>>>>\n>>>>>> Then perhaps we need to mirror the kernel and provide / build dtc, but\n>>>>>> allow for people to override it.\n>>>>>\n>>>>> This isn't too hard and I'm pushing that through Jenkins now to confirm\n>>>>> I've got all the logic correct.  I think this will be the least error\n>>>>> prone method long term.\n>>>>\n>>>> NAK, this is the same thing which chromium does and what Debian is\n>>>> trying to stop -- vendoring. We will end up with patched custom DTC out\n>>>> of sync with upstream.\n>>>\n>>> Shrug, it's what Linux does, and what QEMU does, and probably what other\n>>> projects do as well since apparently even Debian/Unstable is 2 releases\n>>> and nearly a year behind (or, 9 months if you don't want to exaggerate).\n>>\n>> And it will likely stay that way for debian stable. I am really\n>> disappointed in the \"Shrug\" reaction to such massive breakage.\n> \n> Nope and nor will it catch old-stable breaking in January when gcc-6.x\n> or newer is required.\n> \n\nAbove you have been discussing code duplication. This is not the right\nway to work with git.\n\nThe git way is to add\nhttps://git.kernel.org/pub/scm/utils/dtc/dtc.git\nas git submodule (https://git-scm.com/docs/git-submodule).\n\nIn our make file we can then use git submodule init, git submodule\nupdate, git verify-tag before we build a dtc with the appropriate version.\n\nThis way we can build dtc from sources but stay in sync with the upstream.\n\nRegards\n\nHeinrich","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 3y0Hgh1V3Dz9t16\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 16:41:51 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 98D35C2206E; Sun, 24 Sep 2017 06:41:46 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 31B53C21FC6;\n\tSun, 24 Sep 2017 06:41:44 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid A0BD0C21FC6; Sun, 24 Sep 2017 06:41:42 +0000 (UTC)","from mout.gmx.net (mout.gmx.net [212.227.17.20])\n\tby lists.denx.de (Postfix) with ESMTPS id 3F0A8C21F17\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 06:41:42 +0000 (UTC)","from [192.168.123.58] ([84.118.154.110]) by mail.gmx.com (mrgmx103\n\t[212.227.17.168]) with ESMTPSA (Nemesis) id\n\t0Lm2lZ-1dMfiv2g3l-00Zjll; Sun, 24 Sep 2017 08:41:40 +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.7 required=5.0 tests=FREEMAIL_FROM,\n\tRCVD_IN_DNSWL_LOW,\n\tRCVD_IN_MSPIKE_H2 autolearn=unavailable autolearn_force=no\n\tversion=3.4.0","To":"Tom Rini <trini@konsulko.com>, Marek Vasut <marek.vasut@gmail.com>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<20170923170500.GA30205@bill-the-cat>\n\t<c5caae77-3188-e59b-bdc1-cb115216c999@gmail.com>\n\t<20170923173725.GB30205@bill-the-cat>\n\t<3f9bda2b-bd8b-71b9-9b1c-0a144a6080de@gmail.com>\n\t<20170923175350.GE30205@bill-the-cat>","From":"Heinrich Schuchardt <xypron.debian@gmx.de>","Message-ID":"<6a69621c-04ef-2776-847e-3e636f0373c8@gmx.de>","Date":"Sun, 24 Sep 2017 08:41:32 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170923175350.GE30205@bill-the-cat>","Content-Language":"en-US","X-Provags-ID":"V03:K0:qR7VpCCKoDMq8Y6w0EfZbFpRkgpHEspilTiqKOlgXwTVKzs73oE\n\tBpKOvUcxZlM4E67x5SsF7kxImSwIyGqSSs72Ga6Qfxj0B8gXKZ0Mv2aLjkNZ0hHwFQuz9Fx\n\trHJ34WfpbxqFCbzEpAx409KG5a4zcjSk9sUvcVUygFe3BQjH6q0r74UriqZ+h/ZcICMUr4h\n\tO8iFjZK9R8Dy8O1pAvYrw==","X-UI-Out-Filterresults":"notjunk:1; V01:K0:pT1zsarWfTY=:SfRwqQ0AR/86F5gdnbPGhm\n\tz55eDTcxPcQ2cfdxIzH15tbNmCZlJjhQO55XxagaMMg9uYmewWYL7vDceYIfx8QQywmyN4+ha\n\tfMhg07ZWD2fdNFxfHKzANO8p7jNuZaQhag4+wcLROuNt6guDVXhHLMpCLrMDKsXq5zWEy1DN0\n\t+BXqPl6uhOGrgMLidlxiQj8dnYeq9h0X9DDHlMQmh/r9JY4gPfqJOx2AiaUsE523NifkpbiRp\n\tusiZ8sfeYWvJVTiNsW4GW8RF2YZbGv70HzxaXBeI0mgjTo7uW8xtFaiU+Xer3jc6OC3eAAIWj\n\tAPnRkkxs4NcaWSvMsXonsvp+lwgGAinNGoykJ7GrFmba1XpphKWZa6zUW/HD6/TcKihKaC5oO\n\t2Vlu8DGQmTE4aqc7FDwDGnHm6LmwRa/hVPuZw81KVwLn2qSmevaCFTvASsY9S+j5z/8cI6156\n\t83y36pCCSthxq4KndIT7uS95B7vctzoy3E0azzi0A4DlPGT9UmYR4IdcQO7ZFmKUvFgFADAHe\n\t6c8LrVMviVHMXVvGDDZJ1I1/m1sLU+JolNTtQXk+q1T0yd+RJ3YyGwdTtiKsHKL/D1417y2xD\n\tlgrLor31rtqdRYOjXa8SpVDfD2sfWw6Me07j5aX4juUMfShzAObslAaBrfP5V/7kgfOlTvJvH\n\tOGAk2Qk0Vu/sBF0uYyVrAcs469AJ9ApgI5Kw/kqlR29PVFTA1lJaocu703fhJvuht2OrU3QWE\n\tAF84b+QySftCsYx9zE6LQigeWKD8saLXq+15aHo7HypsyPN+ixiiP93p2scXGcSSop75Z4TBA\n\ttTPQAJgS3oP2W3UwH0jvjfWVSLPRczyhFMKgE2iIl/SUMTk4P4=","Cc":"Vagrant Cascadian <vagrant@debian.org>, u-boot@lists.denx.de","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":1774117,"web_url":"http://patchwork.ozlabs.org/comment/1774117/","msgid":"<5c7ac34d-50fb-73d4-3495-c0e5033d9591@gmail.com>","list_archive_url":null,"date":"2017-09-24T08:28:18","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":1124,"url":"http://patchwork.ozlabs.org/api/people/1124/","name":"Marek Vasut","email":"marek.vasut@gmail.com"},"content":"On 09/24/2017 05:22 AM, Tom Rini wrote:\n> On Sat, Sep 23, 2017 at 09:07:02PM -0500, Robert Nelson wrote:\n>> On Sat, Sep 23, 2017 at 8:49 PM, Bin Meng <bmeng.cn@gmail.com> wrote:\n>>> Hi Tom,\n>>>\n>>> On Sun, Sep 24, 2017 at 12:10 AM, Tom Rini <trini@konsulko.com> wrote:\n>>>> On Sat, Sep 23, 2017 at 03:04:39PM +0200, Marek Vasut wrote:\n>>>>> On 09/23/2017 02:56 PM, Tom Rini wrote:\n>>>>>> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n>>>>>>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n>>>>>>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n>>>>>>>>\n>>>>>>>>> With support for overlays and calling the -@ flag to dtc we need to have\n>>>>>>>>> at least 1.4.3 available now.\n>>>>>>>>>\n>>>>>>>>> Cc: Simon Glass <sjg@chromium.org>\n>>>>>>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n>>>>>>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n>>>>>>>>\n>>>>>>>> Applied to u-boot/master, thanks!\n>>>>>>>\n>>>>>>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n>>>>>>> builds on any debian system.\n>>>>>>\n>>>>>> Then perhaps we need to mirror the kernel and provide / build dtc, but\n>>>>>> allow for people to override it.\n>>>>>\n>>>>> What about allowing old DTC version if DTOs are not in use ?\n>>>>\n>>>> If you can re-work the logic for that, sure, thanks!\n>>>>\n>>>\n>>> Ubuntu 16.04 LTS is still at dtc v1.4.0, so it's broken there too.\n>>\n>> Maybe it's just time to embed a copy of dtc into u-boot (like the\n>> kernel, especially since we use so many features...)?\n> \n> That is my intention at this point, and I'm testing a small series to do\n> that now (the last pain point looks to have been the patch that allows\n> 'DTC' to be over-ridden for FreeBSD).\n\ncfr my comment about vendoring , I'd really hate to go down that path.\nChrome does that and look what came out of it -- outdated patched\npackages in the chrome codebase, with debian trying hard to unbundle\nthat stuff again.","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=gmail.com header.i=@gmail.com\n\theader.b=\"LR+N5qek\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y0L2m4rC0z9tX6\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 18:28:31 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 8167DC2204D; Sun, 24 Sep 2017 08:28:25 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 5D785C21F17;\n\tSun, 24 Sep 2017 08:28:23 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 466E7C21F17; Sun, 24 Sep 2017 08:28:21 +0000 (UTC)","from mail-wm0-f66.google.com (mail-wm0-f66.google.com\n\t[74.125.82.66])\n\tby lists.denx.de (Postfix) with ESMTPS id D6648C21E21\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 08:28:20 +0000 (UTC)","by mail-wm0-f66.google.com with SMTP id m127so4647673wmm.0\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 01:28:20 -0700 (PDT)","from [192.168.1.4] (ip-86-49-107-50.net.upcbroadband.cz.\n\t[86.49.107.50]) by smtp.gmail.com with ESMTPSA id\n\tc55sm5106617wra.38.2017.09.24.01.28.19\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tSun, 24 Sep 2017 01:28: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=FREEMAIL_FROM,\n\tRCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,\n\tT_DKIM_INVALID\n\tautolearn=unavailable autolearn_force=no version=3.4.0","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=subject:to:cc:references:from:message-id:date:user-agent\n\t:mime-version:in-reply-to:content-language:content-transfer-encoding; \n\tbh=SRx1vMdmCJ89dw+AKd260CCNEfWd1rPofW5cw6sTKOc=;\n\tb=LR+N5qekeezhZDH9JpdNAI15ZYEc3Ar127Jttzr1rqrbQzYfmhAubXPOay516mxHkS\n\tsySqwVZCf6jdqnrz4k7oZrwZSgUGd7Gzzr4qSC6cYD5YWmK7asSEwG9nwmgd7U7kTked\n\t29mG+JUjz8mhmFuizJrkRs2pxYWK5yoMtcBPISjEbjY6CSXLZdTgvb1y548M82MbQlNG\n\t9EFlLXI+5Lhc9me981mO09KPlB22RT/g5WI0TtNFsfonkkPBBgjHqRn3VpbrSK4S0gFk\n\tYseotyWIdI5B9MJZYUzIPhlsE2OuXvX3u0gjZj9pN0eIZkei0dBRbEM3yY8OcNTQQ1dW\n\tI9/w==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:subject:to:cc:references:from:message-id:date\n\t:user-agent:mime-version:in-reply-to:content-language\n\t:content-transfer-encoding;\n\tbh=SRx1vMdmCJ89dw+AKd260CCNEfWd1rPofW5cw6sTKOc=;\n\tb=s/46bTB+PpjFPKXAm8pWBJHMFOhzlY2Chm9r6QsO1H1WQo4DpVtwgLSQVpThP7/2rY\n\t0kaSj/mhCo2YDtHqd2VGg2ZbWwTYBZeuqWwG+mq1TUFe1zIwn2rv5UX4LpvUORAf8n2T\n\tAuxKnZN60g8UE21iiykF95iP07/ItHm10FHdEKBcWEKJRzaWOTptDbGwRV+h5sz9ORXy\n\tFduWw1W9KL+/WCleUV5YpU0H7GuE2/rQRF/g29dKKj1ZWzdafA701Z4xCBao1qyl7oYW\n\tOQAPF2qp9NxpM+iJo8+emI4lcO3XWryPxrOMZPKwIIO1SnTjIZpMvkKjbaQBV8DjkJtY\n\tm3Sw==","X-Gm-Message-State":"AHPjjUjOLPSuDFbhT6J0J0Dp149fUMSL3LhHB9RLeWPxl4Rp6RsSb4J6\n\tMaZa8TyDHhAasMquT4PDZ0gUgvXt","X-Google-Smtp-Source":"AOwi7QBkxSo1ZeclBdyXZf6RKWHI+NjTif5YUJN9wIu9kKwg4NWVoFG5bsyIOf8cpO59X5zLhh208A==","X-Received":"by 10.28.52.8 with SMTP id b8mr8169294wma.134.1506241700110;\n\tSun, 24 Sep 2017 01:28:20 -0700 (PDT)","To":"Tom Rini <trini@konsulko.com>, Robert Nelson <robertcnelson@gmail.com>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<084593b9-236f-5c23-5f76-a08a37b01db8@gmail.com>\n\t<20170923161033.GY30205@bill-the-cat>\n\t<CAEUhbmWKtCWOjCskoB9iWWuoz3q64PBVt1G=ifAza44+B4EpgA@mail.gmail.com>\n\t<CAOCHtYjZr_-0ozRLWx5sgx+ANrS2qBUUeQz3d4tSt79R1L5AeA@mail.gmail.com>\n\t<20170924032236.GF30205@bill-the-cat>","From":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<5c7ac34d-50fb-73d4-3495-c0e5033d9591@gmail.com>","Date":"Sun, 24 Sep 2017 10:28:18 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170924032236.GF30205@bill-the-cat>","Content-Language":"en-US","Cc":"U-Boot Mailing List <u-boot@lists.denx.de>","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":1774132,"web_url":"http://patchwork.ozlabs.org/comment/1774132/","msgid":"<be315100-c051-a482-1062-a2b21d5de2f9@denx.de>","list_archive_url":null,"date":"2017-09-24T11:20:01","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":70701,"url":"http://patchwork.ozlabs.org/api/people/70701/","name":"Lukasz Majewski","email":"lukma@denx.de"},"content":"On 09/24/2017 08:41 AM, Heinrich Schuchardt wrote:\n> On 09/23/2017 07:53 PM, Tom Rini wrote:\n>> On Sat, Sep 23, 2017 at 07:43:09PM +0200, Marek Vasut wrote:\n>>> On 09/23/2017 07:37 PM, Tom Rini wrote:\n>>>> On Sat, Sep 23, 2017 at 07:33:44PM +0200, Marek Vasut wrote:\n>>>>> On 09/23/2017 07:05 PM, Tom Rini wrote:\n>>>>>> On Sat, Sep 23, 2017 at 08:56:08AM -0400, Tom Rini wrote:\n>>>>>>> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n>>>>>>>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n>>>>>>>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n>>>>>>>>>\n>>>>>>>>>> With support for overlays and calling the -@ flag to dtc we need to have\n>>>>>>>>>> at least 1.4.3 available now.\n>>>>>>>>>>\n>>>>>>>>>> Cc: Simon Glass <sjg@chromium.org>\n>>>>>>>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n>>>>>>>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n>>>>>>>>>\n>>>>>>>>> Applied to u-boot/master, thanks!\n>>>>>>>>\n>>>>>>>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n>>>>>>>> builds on any debian system.\n>>>>>>>\n>>>>>>> Then perhaps we need to mirror the kernel and provide / build dtc, but\n>>>>>>> allow for people to override it.\n>>>>>>\n>>>>>> This isn't too hard and I'm pushing that through Jenkins now to confirm\n>>>>>> I've got all the logic correct.  I think this will be the least error\n>>>>>> prone method long term.\n>>>>>\n>>>>> NAK, this is the same thing which chromium does and what Debian is\n>>>>> trying to stop -- vendoring. We will end up with patched custom DTC out\n>>>>> of sync with upstream.\n>>>>\n>>>> Shrug, it's what Linux does, and what QEMU does, and probably what other\n>>>> projects do as well since apparently even Debian/Unstable is 2 releases\n>>>> and nearly a year behind (or, 9 months if you don't want to exaggerate).\n>>>\n>>> And it will likely stay that way for debian stable. I am really\n>>> disappointed in the \"Shrug\" reaction to such massive breakage.\n>>\n>> Nope and nor will it catch old-stable breaking in January when gcc-6.x\n>> or newer is required.\n>>\n> \n> Above you have been discussing code duplication. This is not the right\n> way to work with git.\n> \n> The git way is to add\n> https://git.kernel.org/pub/scm/utils/dtc/dtc.git\n> as git submodule (https://git-scm.com/docs/git-submodule).\n> \n> In our make file we can then use git submodule init, git submodule\n> update, git verify-tag before we build a dtc with the appropriate version.\n> \n> This way we can build dtc from sources but stay in sync with the upstream.\n\n+1\n\n> \n> Regards\n> \n> Heinrich\n> \n> _______________________________________________\n> U-Boot mailing list\n> U-Boot@lists.denx.de\n> https://lists.denx.de/listinfo/u-boot\n>","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 3y0Pry0b5Pz9ryv\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 21:20:16 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 93D26C220A3; Sun, 24 Sep 2017 11:20:09 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 98A56C21FEA;\n\tSun, 24 Sep 2017 11:20:06 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 505DDC21FEA; Sun, 24 Sep 2017 11:20:05 +0000 (UTC)","from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9])\n\tby lists.denx.de (Postfix) with ESMTPS id DAEE4C21FC6\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 11:20:04 +0000 (UTC)","from frontend01.mail.m-online.net (unknown [192.168.8.182])\n\tby mail-out.m-online.net (Postfix) with ESMTP id 3y0Prh4VWnz1qqyT;\n\tSun, 24 Sep 2017 13:20:04 +0200 (CEST)","from localhost (dynscan1.mnet-online.de [192.168.6.70])\n\tby mail.m-online.net (Postfix) with ESMTP id 3y0Prh2lYzz1qqkX;\n\tSun, 24 Sep 2017 13:20:04 +0200 (CEST)","from mail.mnet-online.de ([192.168.8.182])\n\tby localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new,\n\tport 10024)\n\twith ESMTP id 5IXtqz1mvAUD; Sun, 24 Sep 2017 13:20:02 +0200 (CEST)","from [192.168.2.222] (89-64-27-66.dynamic.chello.pl [89.64.27.66])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256\n\tbits)) (No client certificate requested)\n\tby mail.mnet-online.de (Postfix) with ESMTPSA;\n\tSun, 24 Sep 2017 13:20:02 +0200 (CEST)"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,\n\tRCVD_IN_MSPIKE_H3,\n\tRCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no\n\tversion=3.4.0","X-Virus-Scanned":"amavisd-new at mnet-online.de","X-Auth-Info":"USKOTQmkSvE3RNcC633CjkmELj1ze3Hd+IeqD9EoCZ0=","To":"Heinrich Schuchardt <xypron.debian@gmx.de>, Tom Rini\n\t<trini@konsulko.com>, Marek Vasut <marek.vasut@gmail.com>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<20170923170500.GA30205@bill-the-cat>\n\t<c5caae77-3188-e59b-bdc1-cb115216c999@gmail.com>\n\t<20170923173725.GB30205@bill-the-cat>\n\t<3f9bda2b-bd8b-71b9-9b1c-0a144a6080de@gmail.com>\n\t<20170923175350.GE30205@bill-the-cat>\n\t<6a69621c-04ef-2776-847e-3e636f0373c8@gmx.de>","From":"=?utf-8?q?=C5=81ukasz_Majewski?= <lukma@denx.de>","Organization":"DENX","Message-ID":"<be315100-c051-a482-1062-a2b21d5de2f9@denx.de>","Date":"Sun, 24 Sep 2017 13:20:01 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.2.1","MIME-Version":"1.0","In-Reply-To":"<6a69621c-04ef-2776-847e-3e636f0373c8@gmx.de>","Content-Language":"en-US","Cc":"Vagrant Cascadian <vagrant@debian.org>, u-boot@lists.denx.de","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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-Transfer-Encoding":"base64","Content-Type":"text/plain; charset=\"utf-8\"; Format=\"flowed\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1774135,"web_url":"http://patchwork.ozlabs.org/comment/1774135/","msgid":"<20170924113613.GG30205@bill-the-cat>","list_archive_url":null,"date":"2017-09-24T11:36:13","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":65875,"url":"http://patchwork.ozlabs.org/api/people/65875/","name":"Tom Rini","email":"trini@konsulko.com"},"content":"On Sun, Sep 24, 2017 at 10:28:18AM +0200, Marek Vasut wrote:\n> On 09/24/2017 05:22 AM, Tom Rini wrote:\n> > On Sat, Sep 23, 2017 at 09:07:02PM -0500, Robert Nelson wrote:\n> >> On Sat, Sep 23, 2017 at 8:49 PM, Bin Meng <bmeng.cn@gmail.com> wrote:\n> >>> Hi Tom,\n> >>>\n> >>> On Sun, Sep 24, 2017 at 12:10 AM, Tom Rini <trini@konsulko.com> wrote:\n> >>>> On Sat, Sep 23, 2017 at 03:04:39PM +0200, Marek Vasut wrote:\n> >>>>> On 09/23/2017 02:56 PM, Tom Rini wrote:\n> >>>>>> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n> >>>>>>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n> >>>>>>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n> >>>>>>>>\n> >>>>>>>>> With support for overlays and calling the -@ flag to dtc we need to have\n> >>>>>>>>> at least 1.4.3 available now.\n> >>>>>>>>>\n> >>>>>>>>> Cc: Simon Glass <sjg@chromium.org>\n> >>>>>>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n> >>>>>>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n> >>>>>>>>\n> >>>>>>>> Applied to u-boot/master, thanks!\n> >>>>>>>\n> >>>>>>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n> >>>>>>> builds on any debian system.\n> >>>>>>\n> >>>>>> Then perhaps we need to mirror the kernel and provide / build dtc, but\n> >>>>>> allow for people to override it.\n> >>>>>\n> >>>>> What about allowing old DTC version if DTOs are not in use ?\n> >>>>\n> >>>> If you can re-work the logic for that, sure, thanks!\n> >>>>\n> >>>\n> >>> Ubuntu 16.04 LTS is still at dtc v1.4.0, so it's broken there too.\n> >>\n> >> Maybe it's just time to embed a copy of dtc into u-boot (like the\n> >> kernel, especially since we use so many features...)?\n> > \n> > That is my intention at this point, and I'm testing a small series to do\n> > that now (the last pain point looks to have been the patch that allows\n> > 'DTC' to be over-ridden for FreeBSD).\n> \n> cfr my comment about vendoring , I'd really hate to go down that path.\n> Chrome does that and look what came out of it -- outdated patched\n> packages in the chrome codebase, with debian trying hard to unbundle\n> that stuff again.\n\nYes, but we're going to do it all the same.  We're tied to some of the\ntools we need and vendors aren't keeping pace with them either.  dtc\n1.4.0 (Ubuntu 16.04) is from 2013.  dtc 1.4.3 is from last December.\n\nAnd I plan on following the Linux Kernel model of just syncing only\ndirectly with the upstream project.","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\" (1024-bit key;\n\tunprotected) header.d=konsulko.com header.i=@konsulko.com\n\theader.b=\"Bb0mKiUF\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y0QCX5sVtz9sRq\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 21:36:24 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 50C07C22047; Sun, 24 Sep 2017 11:36:20 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id E379EC21FC6;\n\tSun, 24 Sep 2017 11:36:17 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 91FE8C21FC6; Sun, 24 Sep 2017 11:36:16 +0000 (UTC)","from mail-yw0-f178.google.com (mail-yw0-f178.google.com\n\t[209.85.161.178])\n\tby lists.denx.de (Postfix) with ESMTPS id 72E24C21F82\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 11:36:14 +0000 (UTC)","by mail-yw0-f178.google.com with SMTP id i6so3150302ywc.9\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 04:36:14 -0700 (PDT)","from bill-the-cat ([2606:a000:1401:811b:9cbd:ca90:bff9:8e97])\n\tby smtp.gmail.com with ESMTPSA id\n\ti6sm1705613ywa.62.2017.09.24.04.36.11\n\t(version=TLS1_2 cipher=AES128-SHA bits=128/128);\n\tSun, 24 Sep 2017 04:36:12 -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=konsulko.com;\n\ts=google; \n\th=date:from:to:cc:subject:message-id:references:mime-version\n\t:content-disposition:in-reply-to:user-agent;\n\tbh=Mm75/g9AGdAYvwtzT6Dyeq9cQwSP/N0bw93inCcRPBo=;\n\tb=Bb0mKiUFLA82z4qeDbUb3K6wE/xaIjPAmFPKXKU673HH5YW2xfYRCISnE56es4IF3v\n\tuIpNXC1Mm80pPOHqwzlC5YV1ToWlLpyPRozloDrUv1Sy/yrDntCfR4WtPQJKoaNB4siM\n\tyR1BqsoKncNfVztKKvdIEREW7tx/Ss+A5b7ag=","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:date:from:to:cc:subject:message-id:references\n\t:mime-version:content-disposition:in-reply-to:user-agent;\n\tbh=Mm75/g9AGdAYvwtzT6Dyeq9cQwSP/N0bw93inCcRPBo=;\n\tb=aMf6Vr2UV6goKIvZqS7ly9Fv2FVGy47mQwGjYpUm79bCEvzI6QczmhbI4U0B/m35FF\n\tpSSwLzZ1oJAM6/bXwyga0zUUrqXe/zt+wEISyBdcz/sFFlwe9w9OuBE/a6nDOYQJmL1u\n\tmc+/pv0X6jcaKj0UPU1je9xXSNq9pCJ+othyF4WH9g7D3Inx6d4Nr7DtX5D2Kna4hYNi\n\tnlOuqC/B20fMHyscJ4u/lPticx0aNF/BsTEBXjqZ1OOa/nOMnVhXtFkz6AEpP1jxEOpo\n\tB1JyqES0Qxajir9ggkrD0pt2EuYknIyqnxqEQtQrE6rnkw3eeyQuL2jT0GI5zHHncDf4\n\tjJSg==","X-Gm-Message-State":"AHPjjUi0Akypij9yal903EUmCCcSG5vzWZ5IRJlx0+J/cV9gV/H0RB3l\n\tsbfCVEg9jjeXsID0Fx4zmWoGIA==","X-Google-Smtp-Source":"AOwi7QC4mVzHXDj0iLMRGrnBPQmneDPb4skjjBsDUssqfAwt25f2xJMLGKEkJP5CFT7yQjwXXwushQ==","X-Received":"by 10.37.116.8 with SMTP id p8mr2644898ybc.360.1506252972989;\n\tSun, 24 Sep 2017 04:36:12 -0700 (PDT)","Date":"Sun, 24 Sep 2017 07:36:13 -0400","From":"Tom Rini <trini@konsulko.com>","To":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<20170924113613.GG30205@bill-the-cat>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<084593b9-236f-5c23-5f76-a08a37b01db8@gmail.com>\n\t<20170923161033.GY30205@bill-the-cat>\n\t<CAEUhbmWKtCWOjCskoB9iWWuoz3q64PBVt1G=ifAza44+B4EpgA@mail.gmail.com>\n\t<CAOCHtYjZr_-0ozRLWx5sgx+ANrS2qBUUeQz3d4tSt79R1L5AeA@mail.gmail.com>\n\t<20170924032236.GF30205@bill-the-cat>\n\t<5c7ac34d-50fb-73d4-3495-c0e5033d9591@gmail.com>","MIME-Version":"1.0","In-Reply-To":"<5c7ac34d-50fb-73d4-3495-c0e5033d9591@gmail.com>","User-Agent":"Mutt/1.5.21 (2010-09-15)","Cc":"U-Boot Mailing List <u-boot@lists.denx.de>","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":"multipart/mixed;\n\tboundary=\"===============4719227775993520457==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1774147,"web_url":"http://patchwork.ozlabs.org/comment/1774147/","msgid":"<edd8964d-97da-d383-a80c-7e2e5c4a0995@gmail.com>","list_archive_url":null,"date":"2017-09-24T12:07:27","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":1124,"url":"http://patchwork.ozlabs.org/api/people/1124/","name":"Marek Vasut","email":"marek.vasut@gmail.com"},"content":"On 09/24/2017 01:36 PM, Tom Rini wrote:\n> On Sun, Sep 24, 2017 at 10:28:18AM +0200, Marek Vasut wrote:\n>> On 09/24/2017 05:22 AM, Tom Rini wrote:\n>>> On Sat, Sep 23, 2017 at 09:07:02PM -0500, Robert Nelson wrote:\n>>>> On Sat, Sep 23, 2017 at 8:49 PM, Bin Meng <bmeng.cn@gmail.com> wrote:\n>>>>> Hi Tom,\n>>>>>\n>>>>> On Sun, Sep 24, 2017 at 12:10 AM, Tom Rini <trini@konsulko.com> wrote:\n>>>>>> On Sat, Sep 23, 2017 at 03:04:39PM +0200, Marek Vasut wrote:\n>>>>>>> On 09/23/2017 02:56 PM, Tom Rini wrote:\n>>>>>>>> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n>>>>>>>>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n>>>>>>>>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n>>>>>>>>>>\n>>>>>>>>>>> With support for overlays and calling the -@ flag to dtc we need to have\n>>>>>>>>>>> at least 1.4.3 available now.\n>>>>>>>>>>>\n>>>>>>>>>>> Cc: Simon Glass <sjg@chromium.org>\n>>>>>>>>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n>>>>>>>>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n>>>>>>>>>>\n>>>>>>>>>> Applied to u-boot/master, thanks!\n>>>>>>>>>\n>>>>>>>>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n>>>>>>>>> builds on any debian system.\n>>>>>>>>\n>>>>>>>> Then perhaps we need to mirror the kernel and provide / build dtc, but\n>>>>>>>> allow for people to override it.\n>>>>>>>\n>>>>>>> What about allowing old DTC version if DTOs are not in use ?\n>>>>>>\n>>>>>> If you can re-work the logic for that, sure, thanks!\n>>>>>>\n>>>>>\n>>>>> Ubuntu 16.04 LTS is still at dtc v1.4.0, so it's broken there too.\n>>>>\n>>>> Maybe it's just time to embed a copy of dtc into u-boot (like the\n>>>> kernel, especially since we use so many features...)?\n>>>\n>>> That is my intention at this point, and I'm testing a small series to do\n>>> that now (the last pain point looks to have been the patch that allows\n>>> 'DTC' to be over-ridden for FreeBSD).\n>>\n>> cfr my comment about vendoring , I'd really hate to go down that path.\n>> Chrome does that and look what came out of it -- outdated patched\n>> packages in the chrome codebase, with debian trying hard to unbundle\n>> that stuff again.\n> \n> Yes, but we're going to do it all the same.  We're tied to some of the\n> tools we need and vendors aren't keeping pace with them either.  dtc\n> 1.4.0 (Ubuntu 16.04) is from 2013.  dtc 1.4.3 is from last December.\n\nThe new DTC version is only mandated by DTO support, which is not used\nby anyone to my knowledge at this point. Whoever wants to use DTO,\nshould have new enough DTC and I'm fine with the build failing if they\ndon't.\n\nThis heavy-handed approach of imposing custom DTC build on everyone\nbecause of a feature noone uses is awful and I disagree with it. If\nthere is a version check for DTC for builds with and without DTO, fine,\nI can live with that.\n\nBut bundling DTC only because of unused functionality, NAK.\n\n> And I plan on following the Linux Kernel model of just syncing only\n> directly with the upstream project.\n\nSee above, this is heavy-handed and IMO unnecessary. In fact, I hope the\nkernel removes the DTC fork completely.","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=gmail.com header.i=@gmail.com\n\theader.b=\"R1Ekh5Z7\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y0Qvb0Dj8z9sRW\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 22:07:38 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 1FB5FC2203B; Sun, 24 Sep 2017 12:07:33 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 176B1C21F82;\n\tSun, 24 Sep 2017 12:07:31 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid B526BC21F82; Sun, 24 Sep 2017 12:07:29 +0000 (UTC)","from mail-wm0-f68.google.com (mail-wm0-f68.google.com\n\t[74.125.82.68])\n\tby lists.denx.de (Postfix) with ESMTPS id 67675C21EF1\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 12:07:29 +0000 (UTC)","by mail-wm0-f68.google.com with SMTP id f4so4890048wmh.4\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 05:07:29 -0700 (PDT)","from [192.168.1.4] (ip-86-49-107-50.net.upcbroadband.cz.\n\t[86.49.107.50]) by smtp.gmail.com with ESMTPSA id\n\tt36sm6893614wrc.28.2017.09.24.05.07.28\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tSun, 24 Sep 2017 05:07:28 -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=FREEMAIL_FROM,\n\tRCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,\n\tT_DKIM_INVALID\n\tautolearn=unavailable autolearn_force=no version=3.4.0","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=subject:to:cc:references:from:message-id:date:user-agent\n\t:mime-version:in-reply-to:content-language:content-transfer-encoding; \n\tbh=mj7iI4EjQqQ8MxL7em2tE4HNDmR6yqLUMsQNkWRGmAo=;\n\tb=R1Ekh5Z7CGUeWsEB9qRKgHxixJVFs8P9hqVNKf1Dv8hDwL7k9fLP3Un0hI0LHMT5SI\n\tg7nTZMIeriE+TAhBI4NErah/5FmHFH60VVcriKylxq8gYjNgaB5QulOCV9ydJiZAzI0L\n\t+pquZwN7tOkoHii9blIAECAD0mZFIABeYu6RpKFCr0i1ro+wNQmXj5dveYoYcYccKF+P\n\t9/4JLfuaIBwrt61mkR53ynxqcFuibRyd56Bw5SZNYt/E9ULIKFkRxQrbxAIs28NeLRGB\n\tu9PtItfcLhXaGj8xjEoG3u+Dxx9ViPMu4k4m5fiK0JSvkQw3ta/Y2gsJvmgglstGqpuy\n\ttZkA==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:subject:to:cc:references:from:message-id:date\n\t:user-agent:mime-version:in-reply-to:content-language\n\t:content-transfer-encoding;\n\tbh=mj7iI4EjQqQ8MxL7em2tE4HNDmR6yqLUMsQNkWRGmAo=;\n\tb=Lc4i6LHeLWaxHF1S2B6OL3YQVvrMoH7CuDUWp136wjc9Cr/Gsg2PgoCsuDPBRcK/FT\n\tvSdLCdnwF5w1z3LgmjhrXEgOJVMtAhzu/PfuiRCKTjNNFKGbbAgSyOu6rs00HcLId7cB\n\t6iU7/yoRZiQASpZmqxiMP8g1WuSgI57yIptx0jx0bzpoYaMVM6I4BwYJ7blMIeQkK6ZU\n\tZ2cYuayOK6ypUjUgHvyQVMnMVmO7EU5FqaEFtgnZWbIjsALfdQ12euN/AwxGRR60OUBt\n\tH/neUOdqqib/f3ePExkSsn+Wh24tuUmKBAoIstoAGJGtl2mhtHlumaiSpsgX0mtPBZhb\n\tHxZA==","X-Gm-Message-State":"AHPjjUiQWHRT2jz1054D75loWecqbixIKKPatlDba3H7jxXSjVpQyFvu\n\thFu0pom2hcacLU0V4oPjlJc=","X-Google-Smtp-Source":"AOwi7QBIbQhXZKxN/SCjHj7BIcBG/NKNMtYOCJLprVpvSsZkBdqUJrPNwc+lwAACFfBp7iYeyPECWg==","X-Received":"by 10.28.9.135 with SMTP id 129mr8125943wmj.93.1506254848892;\n\tSun, 24 Sep 2017 05:07:28 -0700 (PDT)","To":"Tom Rini <trini@konsulko.com>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<084593b9-236f-5c23-5f76-a08a37b01db8@gmail.com>\n\t<20170923161033.GY30205@bill-the-cat>\n\t<CAEUhbmWKtCWOjCskoB9iWWuoz3q64PBVt1G=ifAza44+B4EpgA@mail.gmail.com>\n\t<CAOCHtYjZr_-0ozRLWx5sgx+ANrS2qBUUeQz3d4tSt79R1L5AeA@mail.gmail.com>\n\t<20170924032236.GF30205@bill-the-cat>\n\t<5c7ac34d-50fb-73d4-3495-c0e5033d9591@gmail.com>\n\t<20170924113613.GG30205@bill-the-cat>","From":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<edd8964d-97da-d383-a80c-7e2e5c4a0995@gmail.com>","Date":"Sun, 24 Sep 2017 14:07:27 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170924113613.GG30205@bill-the-cat>","Content-Language":"en-US","Cc":"Vagrant Cascadian <vagrant@debian.org>,\n\tU-Boot Mailing List <u-boot@lists.denx.de>","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":1774157,"web_url":"http://patchwork.ozlabs.org/comment/1774157/","msgid":"<80f49356-2486-8686-d064-ca36db440d61@denx.de>","list_archive_url":null,"date":"2017-09-24T12:26:27","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":70701,"url":"http://patchwork.ozlabs.org/api/people/70701/","name":"Lukasz Majewski","email":"lukma@denx.de"},"content":"Hi Marek, Tom,\n\n> On 09/24/2017 01:36 PM, Tom Rini wrote:\n>> On Sun, Sep 24, 2017 at 10:28:18AM +0200, Marek Vasut wrote:\n>>> On 09/24/2017 05:22 AM, Tom Rini wrote:\n>>>> On Sat, Sep 23, 2017 at 09:07:02PM -0500, Robert Nelson wrote:\n>>>>> On Sat, Sep 23, 2017 at 8:49 PM, Bin Meng <bmeng.cn@gmail.com> wrote:\n>>>>>> Hi Tom,\n>>>>>>\n>>>>>> On Sun, Sep 24, 2017 at 12:10 AM, Tom Rini <trini@konsulko.com> wrote:\n>>>>>>> On Sat, Sep 23, 2017 at 03:04:39PM +0200, Marek Vasut wrote:\n>>>>>>>> On 09/23/2017 02:56 PM, Tom Rini wrote:\n>>>>>>>>> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n>>>>>>>>>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n>>>>>>>>>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n>>>>>>>>>>>\n>>>>>>>>>>>> With support for overlays and calling the -@ flag to dtc we need to have\n>>>>>>>>>>>> at least 1.4.3 available now.\n>>>>>>>>>>>>\n>>>>>>>>>>>> Cc: Simon Glass <sjg@chromium.org>\n>>>>>>>>>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n>>>>>>>>>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n>>>>>>>>>>>\n>>>>>>>>>>> Applied to u-boot/master, thanks!\n>>>>>>>>>>\n>>>>>>>>>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n>>>>>>>>>> builds on any debian system.\n>>>>>>>>>\n>>>>>>>>> Then perhaps we need to mirror the kernel and provide / build dtc, but\n>>>>>>>>> allow for people to override it.\n>>>>>>>>\n>>>>>>>> What about allowing old DTC version if DTOs are not in use ?\n>>>>>>>\n>>>>>>> If you can re-work the logic for that, sure, thanks!\n>>>>>>>\n>>>>>>\n>>>>>> Ubuntu 16.04 LTS is still at dtc v1.4.0, so it's broken there too.\n>>>>>\n>>>>> Maybe it's just time to embed a copy of dtc into u-boot (like the\n>>>>> kernel, especially since we use so many features...)?\n>>>>\n>>>> That is my intention at this point, and I'm testing a small series to do\n>>>> that now (the last pain point looks to have been the patch that allows\n>>>> 'DTC' to be over-ridden for FreeBSD).\n>>>\n>>> cfr my comment about vendoring , I'd really hate to go down that path.\n>>> Chrome does that and look what came out of it -- outdated patched\n>>> packages in the chrome codebase, with debian trying hard to unbundle\n>>> that stuff again.\n>>\n>> Yes, but we're going to do it all the same.  We're tied to some of the\n>> tools we need and vendors aren't keeping pace with them either.  dtc\n>> 1.4.0 (Ubuntu 16.04) is from 2013.  dtc 1.4.3 is from last December.\n> \n> The new DTC version is only mandated by DTO support, which is not used\n> by anyone to my knowledge at this point. Whoever wants to use DTO,\n> should have new enough DTC and I'm fine with the build failing if they\n> don't.\n> \n> This heavy-handed approach of imposing custom DTC build on everyone\n> because of a feature noone uses is awful and I disagree with it. If\n> there is a version check for DTC for builds with and without DTO, fine,\n> I can live with that.\n> \n> But bundling DTC only because of unused functionality, NAK.\n> \n>> And I plan on following the Linux Kernel model of just syncing only\n>> directly with the upstream project.\n> \n> See above, this is heavy-handed and IMO unnecessary. In fact, I hope the\n> kernel removes the DTC fork completely.\n> \n\nAs a debian stable user (at almost all my machines).... I would like to \nhave the dtc 1.4.3 being used only for DTBO enabled.\n\nMaybe, it would be possible to have such check added (and remove it when \ndistros keep up with dtc version)?","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 3y0RKb1SQdz9sRW\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 22:26:41 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid CB944C22077; Sun, 24 Sep 2017 12:26:36 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 0E3B7C21F82;\n\tSun, 24 Sep 2017 12:26:34 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 81736C21F82; Sun, 24 Sep 2017 12:26:32 +0000 (UTC)","from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10])\n\tby lists.denx.de (Postfix) with ESMTPS id 2CEAAC21EF1\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 12:26:32 +0000 (UTC)","from frontend01.mail.m-online.net (unknown [192.168.8.182])\n\tby mail-out.m-online.net (Postfix) with ESMTP id 3y0RKM6sKzz1qrdw;\n\tSun, 24 Sep 2017 14:26:31 +0200 (CEST)","from localhost (dynscan1.mnet-online.de [192.168.6.70])\n\tby mail.m-online.net (Postfix) with ESMTP id 3y0RKM6CDCz1qqkP;\n\tSun, 24 Sep 2017 14:26:31 +0200 (CEST)","from mail.mnet-online.de ([192.168.8.182])\n\tby localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new,\n\tport 10024)\n\twith ESMTP id Aay0yK1s4wYY; Sun, 24 Sep 2017 14:26:30 +0200 (CEST)","from [192.168.2.222] (89-64-27-66.dynamic.chello.pl [89.64.27.66])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256\n\tbits)) (No client certificate requested)\n\tby mail.mnet-online.de (Postfix) with ESMTPSA;\n\tSun, 24 Sep 2017 14:26:30 +0200 (CEST)"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,\n\tRCVD_IN_MSPIKE_H3,\n\tRCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no\n\tversion=3.4.0","X-Virus-Scanned":"amavisd-new at mnet-online.de","X-Auth-Info":"NHMGWRQCcezutSToLCP7Ai84Njd4EMDOt8V12q6b/RQ=","To":"Marek Vasut <marek.vasut@gmail.com>, Tom Rini <trini@konsulko.com>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<084593b9-236f-5c23-5f76-a08a37b01db8@gmail.com>\n\t<20170923161033.GY30205@bill-the-cat>\n\t<CAEUhbmWKtCWOjCskoB9iWWuoz3q64PBVt1G=ifAza44+B4EpgA@mail.gmail.com>\n\t<CAOCHtYjZr_-0ozRLWx5sgx+ANrS2qBUUeQz3d4tSt79R1L5AeA@mail.gmail.com>\n\t<20170924032236.GF30205@bill-the-cat>\n\t<5c7ac34d-50fb-73d4-3495-c0e5033d9591@gmail.com>\n\t<20170924113613.GG30205@bill-the-cat>\n\t<edd8964d-97da-d383-a80c-7e2e5c4a0995@gmail.com>","From":"=?utf-8?q?=C5=81ukasz_Majewski?= <lukma@denx.de>","Organization":"DENX","Message-ID":"<80f49356-2486-8686-d064-ca36db440d61@denx.de>","Date":"Sun, 24 Sep 2017 14:26:27 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.2.1","MIME-Version":"1.0","In-Reply-To":"<edd8964d-97da-d383-a80c-7e2e5c4a0995@gmail.com>","Content-Language":"en-US","Cc":"Vagrant Cascadian <vagrant@debian.org>,\n\tU-Boot Mailing List <u-boot@lists.denx.de>","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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-Transfer-Encoding":"base64","Content-Type":"text/plain; charset=\"utf-8\"; Format=\"flowed\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1774161,"web_url":"http://patchwork.ozlabs.org/comment/1774161/","msgid":"<20170924125043.GH30205@bill-the-cat>","list_archive_url":null,"date":"2017-09-24T12:50:43","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":65875,"url":"http://patchwork.ozlabs.org/api/people/65875/","name":"Tom Rini","email":"trini@konsulko.com"},"content":"On Sun, Sep 24, 2017 at 08:41:32AM +0200, Heinrich Schuchardt wrote:\n> On 09/23/2017 07:53 PM, Tom Rini wrote:\n> > On Sat, Sep 23, 2017 at 07:43:09PM +0200, Marek Vasut wrote:\n> >> On 09/23/2017 07:37 PM, Tom Rini wrote:\n> >>> On Sat, Sep 23, 2017 at 07:33:44PM +0200, Marek Vasut wrote:\n> >>>> On 09/23/2017 07:05 PM, Tom Rini wrote:\n> >>>>> On Sat, Sep 23, 2017 at 08:56:08AM -0400, Tom Rini wrote:\n> >>>>>> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n> >>>>>>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n> >>>>>>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n> >>>>>>>>\n> >>>>>>>>> With support for overlays and calling the -@ flag to dtc we need to have\n> >>>>>>>>> at least 1.4.3 available now.\n> >>>>>>>>>\n> >>>>>>>>> Cc: Simon Glass <sjg@chromium.org>\n> >>>>>>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n> >>>>>>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n> >>>>>>>>\n> >>>>>>>> Applied to u-boot/master, thanks!\n> >>>>>>>\n> >>>>>>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n> >>>>>>> builds on any debian system.\n> >>>>>>\n> >>>>>> Then perhaps we need to mirror the kernel and provide / build dtc, but\n> >>>>>> allow for people to override it.\n> >>>>>\n> >>>>> This isn't too hard and I'm pushing that through Jenkins now to confirm\n> >>>>> I've got all the logic correct.  I think this will be the least error\n> >>>>> prone method long term.\n> >>>>\n> >>>> NAK, this is the same thing which chromium does and what Debian is\n> >>>> trying to stop -- vendoring. We will end up with patched custom DTC out\n> >>>> of sync with upstream.\n> >>>\n> >>> Shrug, it's what Linux does, and what QEMU does, and probably what other\n> >>> projects do as well since apparently even Debian/Unstable is 2 releases\n> >>> and nearly a year behind (or, 9 months if you don't want to exaggerate).\n> >>\n> >> And it will likely stay that way for debian stable. I am really\n> >> disappointed in the \"Shrug\" reaction to such massive breakage.\n> > \n> > Nope and nor will it catch old-stable breaking in January when gcc-6.x\n> > or newer is required.\n> > \n> \n> Above you have been discussing code duplication. This is not the right\n> way to work with git.\n> \n> The git way is to add\n> https://git.kernel.org/pub/scm/utils/dtc/dtc.git\n> as git submodule (https://git-scm.com/docs/git-submodule).\n> \n> In our make file we can then use git submodule init, git submodule\n> update, git verify-tag before we build a dtc with the appropriate version.\n> \n> This way we can build dtc from sources but stay in sync with the upstream.\n\nI'm not wading into the submodules vs repo debate.  Happily the Linux\nKernel already came up with a small script to just sync in what we need\nof the tool sources and to keep said sources in sync.  The only\ndivergence there between strict upstream is cherry-picking (essentially)\nof a few changes, rather than just doing a re-sync of the tool).","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\" (1024-bit key;\n\tunprotected) header.d=konsulko.com header.i=@konsulko.com\n\theader.b=\"m20b4qSd\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y0Rth5SMRz9sPs\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 22:51:56 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 82BEEC220BB; Sun, 24 Sep 2017 12:51:09 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 0D234C220A3;\n\tSun, 24 Sep 2017 12:51:02 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 4EE84C22048; Sun, 24 Sep 2017 12:50:47 +0000 (UTC)","from mail-yw0-f178.google.com (mail-yw0-f178.google.com\n\t[209.85.161.178])\n\tby lists.denx.de (Postfix) with ESMTPS id 0E336C220A3\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 12:50:44 +0000 (UTC)","by mail-yw0-f178.google.com with SMTP id u11so3206670ywh.7\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 05:50:44 -0700 (PDT)","from bill-the-cat ([2606:a000:1401:811b:9cbd:ca90:bff9:8e97])\n\tby smtp.gmail.com with ESMTPSA id\n\td123sm1655742ywf.16.2017.09.24.05.50.41\n\t(version=TLS1_2 cipher=AES128-SHA bits=128/128);\n\tSun, 24 Sep 2017 05:50:41 -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=konsulko.com;\n\ts=google; \n\th=date:from:to:cc:subject:message-id:references:mime-version\n\t:content-disposition:in-reply-to:user-agent;\n\tbh=VVUMti/xEzXSmlJINRFzlDFgV5ZlEK1MYmnoAs8iz3Y=;\n\tb=m20b4qSdsgUtscFZcePipwfzanBX2m3wuuT5FrBUv8VdpY3a8thUoaXE+yjXCXd8xF\n\tx/v0qNOoe8cqwXLgV0ZUhEtn3Sfel25R1OZKI536eSbXqDNNA9ZbXO6+uwMzMWWXkGUQ\n\tTaesSuNoWW53DyizqXD87FzB2DBHv73jpzHpM=","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:date:from:to:cc:subject:message-id:references\n\t:mime-version:content-disposition:in-reply-to:user-agent;\n\tbh=VVUMti/xEzXSmlJINRFzlDFgV5ZlEK1MYmnoAs8iz3Y=;\n\tb=oXppUAeTYlcScJbxKTWLb5IYVcupQfkZyxhMtPhg8GIMmruv7nXRn6r8rCxU9VPYU4\n\tYNpkRLnkys9l64gtZoQZfR928XJZHOGzZoCZuH6S6LyHNd9hU8SlJoykNWRSs4h5GiSx\n\tw4IvyZqG5O5mCyh1gQj/L2Ca+41VETU00o8TvL6kDLHPFmtVEcsmnPndzgyafuaa/kmI\n\tsYb8PIfCEG5qU0RslhG3AmpMor5h8TfQ/hpvffHc954w5O8Sptp1QDUvasAOAZJsFI5w\n\tWOHAQHMv21++/68Eu8hTlvKA8Vg0jKbApMuX/yuPIxF59m3eCkPf6rpE6ukRjreYgG9I\n\tXkhQ==","X-Gm-Message-State":"AHPjjUjrKRi9VuvXwSpG0PkAwJUE0b1s2+vhNi+8NL3xhhg97/BmtzGN\n\tHYZRiEfvrBJjXHw3IuP2LzO+Fg==","X-Google-Smtp-Source":"AOwi7QAkYmcNzrXnuKvAUwtjf0DR3/ngUcvn9Z7dHVFvzL7Oa69hA2D4VRHmy9XW62QdH/XMZVKqGg==","X-Received":"by 10.129.85.198 with SMTP id j189mr2706387ywb.295.1506257442606;\n\tSun, 24 Sep 2017 05:50:42 -0700 (PDT)","Date":"Sun, 24 Sep 2017 08:50:43 -0400","From":"Tom Rini <trini@konsulko.com>","To":"Heinrich Schuchardt <xypron.debian@gmx.de>","Message-ID":"<20170924125043.GH30205@bill-the-cat>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<20170923170500.GA30205@bill-the-cat>\n\t<c5caae77-3188-e59b-bdc1-cb115216c999@gmail.com>\n\t<20170923173725.GB30205@bill-the-cat>\n\t<3f9bda2b-bd8b-71b9-9b1c-0a144a6080de@gmail.com>\n\t<20170923175350.GE30205@bill-the-cat>\n\t<6a69621c-04ef-2776-847e-3e636f0373c8@gmx.de>","MIME-Version":"1.0","In-Reply-To":"<6a69621c-04ef-2776-847e-3e636f0373c8@gmx.de>","User-Agent":"Mutt/1.5.21 (2010-09-15)","Cc":"Vagrant Cascadian <vagrant@debian.org>, u-boot@lists.denx.de","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":"multipart/mixed;\n\tboundary=\"===============6566011986609263355==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1774162,"web_url":"http://patchwork.ozlabs.org/comment/1774162/","msgid":"<20170924125257.GI30205@bill-the-cat>","list_archive_url":null,"date":"2017-09-24T12:52:57","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":65875,"url":"http://patchwork.ozlabs.org/api/people/65875/","name":"Tom Rini","email":"trini@konsulko.com"},"content":"On Sun, Sep 24, 2017 at 02:07:27PM +0200, Marek Vasut wrote:\n> On 09/24/2017 01:36 PM, Tom Rini wrote:\n> > On Sun, Sep 24, 2017 at 10:28:18AM +0200, Marek Vasut wrote:\n> >> On 09/24/2017 05:22 AM, Tom Rini wrote:\n> >>> On Sat, Sep 23, 2017 at 09:07:02PM -0500, Robert Nelson wrote:\n> >>>> On Sat, Sep 23, 2017 at 8:49 PM, Bin Meng <bmeng.cn@gmail.com> wrote:\n> >>>>> Hi Tom,\n> >>>>>\n> >>>>> On Sun, Sep 24, 2017 at 12:10 AM, Tom Rini <trini@konsulko.com> wrote:\n> >>>>>> On Sat, Sep 23, 2017 at 03:04:39PM +0200, Marek Vasut wrote:\n> >>>>>>> On 09/23/2017 02:56 PM, Tom Rini wrote:\n> >>>>>>>> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n> >>>>>>>>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n> >>>>>>>>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n> >>>>>>>>>>\n> >>>>>>>>>>> With support for overlays and calling the -@ flag to dtc we need to have\n> >>>>>>>>>>> at least 1.4.3 available now.\n> >>>>>>>>>>>\n> >>>>>>>>>>> Cc: Simon Glass <sjg@chromium.org>\n> >>>>>>>>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n> >>>>>>>>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n> >>>>>>>>>>\n> >>>>>>>>>> Applied to u-boot/master, thanks!\n> >>>>>>>>>\n> >>>>>>>>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n> >>>>>>>>> builds on any debian system.\n> >>>>>>>>\n> >>>>>>>> Then perhaps we need to mirror the kernel and provide / build dtc, but\n> >>>>>>>> allow for people to override it.\n> >>>>>>>\n> >>>>>>> What about allowing old DTC version if DTOs are not in use ?\n> >>>>>>\n> >>>>>> If you can re-work the logic for that, sure, thanks!\n> >>>>>>\n> >>>>>\n> >>>>> Ubuntu 16.04 LTS is still at dtc v1.4.0, so it's broken there too.\n> >>>>\n> >>>> Maybe it's just time to embed a copy of dtc into u-boot (like the\n> >>>> kernel, especially since we use so many features...)?\n> >>>\n> >>> That is my intention at this point, and I'm testing a small series to do\n> >>> that now (the last pain point looks to have been the patch that allows\n> >>> 'DTC' to be over-ridden for FreeBSD).\n> >>\n> >> cfr my comment about vendoring , I'd really hate to go down that path.\n> >> Chrome does that and look what came out of it -- outdated patched\n> >> packages in the chrome codebase, with debian trying hard to unbundle\n> >> that stuff again.\n> > \n> > Yes, but we're going to do it all the same.  We're tied to some of the\n> > tools we need and vendors aren't keeping pace with them either.  dtc\n> > 1.4.0 (Ubuntu 16.04) is from 2013.  dtc 1.4.3 is from last December.\n> \n> The new DTC version is only mandated by DTO support, which is not used\n> by anyone to my knowledge at this point. Whoever wants to use DTO,\n> should have new enough DTC and I'm fine with the build failing if they\n> don't.\n\nWhy yes, there is a chicken-and-egg problem with DTO support and\nadoption.  Happily, Google has picked it up as part of how things are to\nbe done with Android 8 so it should finally see wider adoption.","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\" (1024-bit key;\n\tunprotected) header.d=konsulko.com header.i=@konsulko.com\n\theader.b=\"snFFrShZ\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y0Rw50Hb2z9sPs\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 22:53:08 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 8354DC22059; Sun, 24 Sep 2017 12:53:03 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 0F331C21FC6;\n\tSun, 24 Sep 2017 12:53:00 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid BF3F9C21FC6; Sun, 24 Sep 2017 12:52:58 +0000 (UTC)","from mail-yw0-f176.google.com (mail-yw0-f176.google.com\n\t[209.85.161.176])\n\tby lists.denx.de (Postfix) with ESMTPS id 31144C21EF1\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 12:52:58 +0000 (UTC)","by mail-yw0-f176.google.com with SMTP id w9so3199523ywi.11\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 05:52:58 -0700 (PDT)","from bill-the-cat ([2606:a000:1401:811b:9cbd:ca90:bff9:8e97])\n\tby smtp.gmail.com with ESMTPSA id\n\tk82sm1742430ywe.83.2017.09.24.05.52.55\n\t(version=TLS1_2 cipher=AES128-SHA bits=128/128);\n\tSun, 24 Sep 2017 05:52:56 -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=konsulko.com;\n\ts=google; \n\th=date:from:to:cc:subject:message-id:references:mime-version\n\t:content-disposition:in-reply-to:user-agent;\n\tbh=HXRjwrGGHxIY7dCazMMYrNPMsbmCxbmiRjoA0txIaY4=;\n\tb=snFFrShZjVj3enWobq02gEsOSWha44vhaOSMleo6cjGyo81VJ2yvuEwtK2wQhQsIyb\n\tWxBUwaGU8iZoRn3s9ls82MBo2w1zEbY9y3yhUQXN+dcU5abiKDnc/LDrEsBrfnfDu/QU\n\tH+BsfBsKh1UD4GeZL5Ulk42NBZW1J8cecg74Y=","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:date:from:to:cc:subject:message-id:references\n\t:mime-version:content-disposition:in-reply-to:user-agent;\n\tbh=HXRjwrGGHxIY7dCazMMYrNPMsbmCxbmiRjoA0txIaY4=;\n\tb=Ksfb/XYRDEPbGVTqc7gltQh1sOB+lzSjRg4bTw6HECrFd7BFGwOGLcNenuzZB2TE+q\n\tT99bNvrZmOFa4rS4myhaabd40ZFEXdkdeQRsVzZB4Wzp2ZBC6AM2TSENurN8aP90teqv\n\tQGoPftTCIZm081Aw63A74TvNAC5zSzeYY4qilZqRzaw9ly4ZDQYlISBUsC9j6ZPE2Mvz\n\tdCy2jNG/LrDZk7a6vWlDd+Eq6TW4Ls1OSZYTpgA49kEyvFTCIPnl+o/sPjZXSQdW/l3S\n\twsh/uWlgipfO8PtSnYGDCiXvlY251z3uqQOp+xLSPRRRE4rdeG+pKell3ABWD1UbS8p4\n\tGzQw==","X-Gm-Message-State":"AHPjjUiIpeKxP74LKZBnQ2YDmTxyUZmNh7bW+pqwEZf+7kjrZrRPAvB4\n\t7XEVLbYOl9dIIHWVtdq+T7pcWg==","X-Google-Smtp-Source":"AOwi7QDzFnZmGuv+fJyI/FXPElLf9aVvNRVgsh4dOGupAVFu8uakALl6N4/grCh6rMQ7TbM0CWMNuw==","X-Received":"by 10.129.36.206 with SMTP id k197mr1728503ywk.114.1506257576965;\n\tSun, 24 Sep 2017 05:52:56 -0700 (PDT)","Date":"Sun, 24 Sep 2017 08:52:57 -0400","From":"Tom Rini <trini@konsulko.com>","To":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<20170924125257.GI30205@bill-the-cat>","References":"<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<084593b9-236f-5c23-5f76-a08a37b01db8@gmail.com>\n\t<20170923161033.GY30205@bill-the-cat>\n\t<CAEUhbmWKtCWOjCskoB9iWWuoz3q64PBVt1G=ifAza44+B4EpgA@mail.gmail.com>\n\t<CAOCHtYjZr_-0ozRLWx5sgx+ANrS2qBUUeQz3d4tSt79R1L5AeA@mail.gmail.com>\n\t<20170924032236.GF30205@bill-the-cat>\n\t<5c7ac34d-50fb-73d4-3495-c0e5033d9591@gmail.com>\n\t<20170924113613.GG30205@bill-the-cat>\n\t<edd8964d-97da-d383-a80c-7e2e5c4a0995@gmail.com>","MIME-Version":"1.0","In-Reply-To":"<edd8964d-97da-d383-a80c-7e2e5c4a0995@gmail.com>","User-Agent":"Mutt/1.5.21 (2010-09-15)","Cc":"Vagrant Cascadian <vagrant@debian.org>,\n\tU-Boot Mailing List <u-boot@lists.denx.de>","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":"multipart/mixed;\n\tboundary=\"===============8360411798787895821==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1774172,"web_url":"http://patchwork.ozlabs.org/comment/1774172/","msgid":"<1ea0eadf-e0ac-20b0-0a10-3b495ad04c55@gmail.com>","list_archive_url":null,"date":"2017-09-24T13:05:07","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":1124,"url":"http://patchwork.ozlabs.org/api/people/1124/","name":"Marek Vasut","email":"marek.vasut@gmail.com"},"content":"On 09/24/2017 02:52 PM, Tom Rini wrote:\n> On Sun, Sep 24, 2017 at 02:07:27PM +0200, Marek Vasut wrote:\n>> On 09/24/2017 01:36 PM, Tom Rini wrote:\n>>> On Sun, Sep 24, 2017 at 10:28:18AM +0200, Marek Vasut wrote:\n>>>> On 09/24/2017 05:22 AM, Tom Rini wrote:\n>>>>> On Sat, Sep 23, 2017 at 09:07:02PM -0500, Robert Nelson wrote:\n>>>>>> On Sat, Sep 23, 2017 at 8:49 PM, Bin Meng <bmeng.cn@gmail.com> wrote:\n>>>>>>> Hi Tom,\n>>>>>>>\n>>>>>>> On Sun, Sep 24, 2017 at 12:10 AM, Tom Rini <trini@konsulko.com> wrote:\n>>>>>>>> On Sat, Sep 23, 2017 at 03:04:39PM +0200, Marek Vasut wrote:\n>>>>>>>>> On 09/23/2017 02:56 PM, Tom Rini wrote:\n>>>>>>>>>> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n>>>>>>>>>>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n>>>>>>>>>>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n>>>>>>>>>>>>\n>>>>>>>>>>>>> With support for overlays and calling the -@ flag to dtc we need to have\n>>>>>>>>>>>>> at least 1.4.3 available now.\n>>>>>>>>>>>>>\n>>>>>>>>>>>>> Cc: Simon Glass <sjg@chromium.org>\n>>>>>>>>>>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n>>>>>>>>>>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n>>>>>>>>>>>>\n>>>>>>>>>>>> Applied to u-boot/master, thanks!\n>>>>>>>>>>>\n>>>>>>>>>>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n>>>>>>>>>>> builds on any debian system.\n>>>>>>>>>>\n>>>>>>>>>> Then perhaps we need to mirror the kernel and provide / build dtc, but\n>>>>>>>>>> allow for people to override it.\n>>>>>>>>>\n>>>>>>>>> What about allowing old DTC version if DTOs are not in use ?\n>>>>>>>>\n>>>>>>>> If you can re-work the logic for that, sure, thanks!\n>>>>>>>>\n>>>>>>>\n>>>>>>> Ubuntu 16.04 LTS is still at dtc v1.4.0, so it's broken there too.\n>>>>>>\n>>>>>> Maybe it's just time to embed a copy of dtc into u-boot (like the\n>>>>>> kernel, especially since we use so many features...)?\n>>>>>\n>>>>> That is my intention at this point, and I'm testing a small series to do\n>>>>> that now (the last pain point looks to have been the patch that allows\n>>>>> 'DTC' to be over-ridden for FreeBSD).\n>>>>\n>>>> cfr my comment about vendoring , I'd really hate to go down that path.\n>>>> Chrome does that and look what came out of it -- outdated patched\n>>>> packages in the chrome codebase, with debian trying hard to unbundle\n>>>> that stuff again.\n>>>\n>>> Yes, but we're going to do it all the same.  We're tied to some of the\n>>> tools we need and vendors aren't keeping pace with them either.  dtc\n>>> 1.4.0 (Ubuntu 16.04) is from 2013.  dtc 1.4.3 is from last December.\n>>\n>> The new DTC version is only mandated by DTO support, which is not used\n>> by anyone to my knowledge at this point. Whoever wants to use DTO,\n>> should have new enough DTC and I'm fine with the build failing if they\n>> don't.\n> \n> Why yes, there is a chicken-and-egg problem with DTO support and\n> adoption.  Happily, Google has picked it up as part of how things are to\n> be done with Android 8 so it should finally see wider adoption.\n> \nThe most important part of my reply was deleted, so let me repost it here:\n\nThis heavy-handed approach of imposing custom DTC build on everyone\nbecause of a feature noone uses is awful and I disagree with it. If\nthere is a version check for DTC for builds with and without DTO, fine,\nI can live with that.\n\nBut bundling DTC only because of unused functionality, NAK.","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=gmail.com header.i=@gmail.com\n\theader.b=\"nI1yaHvQ\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y0SB75N97z9sPs\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSun, 24 Sep 2017 23:05:18 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 2D59BC22007; Sun, 24 Sep 2017 13:05:13 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id BD256C21FC6;\n\tSun, 24 Sep 2017 13:05:10 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 7F663C21FC6; Sun, 24 Sep 2017 13:05:09 +0000 (UTC)","from mail-wr0-f195.google.com (mail-wr0-f195.google.com\n\t[209.85.128.195])\n\tby lists.denx.de (Postfix) with ESMTPS id 20D19C21EF1\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 13:05:09 +0000 (UTC)","by mail-wr0-f195.google.com with SMTP id g50so2976250wra.3\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 06:05:09 -0700 (PDT)","from [192.168.1.4] (ip-86-49-107-50.net.upcbroadband.cz.\n\t[86.49.107.50]) by smtp.gmail.com with ESMTPSA id\n\to59sm8412867wrc.45.2017.09.24.06.05.07\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tSun, 24 Sep 2017 06:05:08 -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=FREEMAIL_FROM,\n\tRCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,\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=gmail.com; s=20161025;\n\th=subject:to:cc:references:from:message-id:date:user-agent\n\t:mime-version:in-reply-to:content-language:content-transfer-encoding; \n\tbh=vF+dTOI2jNvLSQc7xMYNG6dIF4QXmZ6xQlJUqtIuHLg=;\n\tb=nI1yaHvQDVIScLFg/HwUCHGKXb40jQzIg4cj8CP0QDgwz7kGM+FtTD+sUn8MQXOHFs\n\te+D+JtkP8fG0CHZeeLBYiRP5AfPI2JdhrLHQGgxHk8yx4AsearOY+51RzEm8Khd7lJLe\n\tKc/d/06vSQGZGm3U0qe4UNZQAFEU56q7RCAXsNYGupofOSflcGAUYfTUnM0cCX2gLIRR\n\tVw/lz4X6vMF6v6kPumaiUsJWzNZrqjxJBtgV6FCHGdmAwp3DGQ8YfXr+dYUxQ74pQZZz\n\tc5SJ13bfH4V1wo6T+Ijfn45/syApjcHaCCOCa993GiQq56/4HeFTLlJtouqcO211YZOj\n\tM36w==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:subject:to:cc:references:from:message-id:date\n\t:user-agent:mime-version:in-reply-to:content-language\n\t:content-transfer-encoding;\n\tbh=vF+dTOI2jNvLSQc7xMYNG6dIF4QXmZ6xQlJUqtIuHLg=;\n\tb=OMG1Nwa6hfhr0OkdIgQfqJ/qa7j3qJ2piAAMkS+3D6owsMdbLJv3wUk1iKGN79NKEW\n\t/vKLBh7DMpT3jOZ/GjNPoRsSIK9b1SCoJXnKP7WuU2pDoP4KHZPFNA7KmvAKDucmwIWF\n\tx0UV6+KN/x/+3KiBeThkSXoRfSV0UfwKoqMhrhqYgQ7kcHdGGIuL04VkEIMAzP6Db3Gb\n\tkk9/vZosLhNTp7uuIdkHUgeDKseefIWES5FMfNlnes5Gw6QcQaXl1WEHi2bfj9W1OQ+0\n\tgw/3PocfI+50zzbzJgoVg+YUVCiqwXqgMHAT4YecoxLV09xgfy++KBTeftb7kCfNLYcD\n\tMtbw==","X-Gm-Message-State":"AHPjjUjyNRMOD3yfAgggiPzhce5tWPS8cINbWDgsagy4fCI9iG8OkHBe\n\tzj1rF7+uDP3Xl/yOKP+oklw=","X-Google-Smtp-Source":"AOwi7QBsn1YlpLF8owiasKu+N6IzVOlg3HTvIK7XlIAU2UOqVqKG6XaUwr/kJ10s0XnwZvn1yESNfQ==","X-Received":"by 10.223.195.41 with SMTP id n38mr3499848wrf.75.1506258308575; \n\tSun, 24 Sep 2017 06:05:08 -0700 (PDT)","To":"Tom Rini <trini@konsulko.com>","References":"<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<084593b9-236f-5c23-5f76-a08a37b01db8@gmail.com>\n\t<20170923161033.GY30205@bill-the-cat>\n\t<CAEUhbmWKtCWOjCskoB9iWWuoz3q64PBVt1G=ifAza44+B4EpgA@mail.gmail.com>\n\t<CAOCHtYjZr_-0ozRLWx5sgx+ANrS2qBUUeQz3d4tSt79R1L5AeA@mail.gmail.com>\n\t<20170924032236.GF30205@bill-the-cat>\n\t<5c7ac34d-50fb-73d4-3495-c0e5033d9591@gmail.com>\n\t<20170924113613.GG30205@bill-the-cat>\n\t<edd8964d-97da-d383-a80c-7e2e5c4a0995@gmail.com>\n\t<20170924125257.GI30205@bill-the-cat>","From":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<1ea0eadf-e0ac-20b0-0a10-3b495ad04c55@gmail.com>","Date":"Sun, 24 Sep 2017 15:05:07 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170924125257.GI30205@bill-the-cat>","Content-Language":"en-US","Cc":"Vagrant Cascadian <vagrant@debian.org>,\n\tU-Boot Mailing List <u-boot@lists.denx.de>","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":1774276,"web_url":"http://patchwork.ozlabs.org/comment/1774276/","msgid":"<87fubbykwy.fsf@aikidev.net>","list_archive_url":null,"date":"2017-09-24T19:08:13","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":64909,"url":"http://patchwork.ozlabs.org/api/people/64909/","name":"Vagrant Cascadian","email":"vagrant@debian.org"},"content":"On 2017-09-23, Tom Rini wrote:\n> On Sat, Sep 23, 2017 at 07:43:09PM +0200, Marek Vasut wrote:\n>> On 09/23/2017 07:37 PM, Tom Rini wrote:\n>> > On Sat, Sep 23, 2017 at 07:33:44PM +0200, Marek Vasut wrote:\n>> >> On 09/23/2017 07:05 PM, Tom Rini wrote:\n>> >>> On Sat, Sep 23, 2017 at 08:56:08AM -0400, Tom Rini wrote:\n>> >>>> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n>> >>>>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n>> >>>>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n>> >>>>>>\n>> >>>>>>> With support for overlays and calling the -@ flag to dtc we need to have\n>> >>>>>>> at least 1.4.3 available now.\n>> >>>>>>>\n>> >>>>>>> Cc: Simon Glass <sjg@chromium.org>\n>> >>>>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n>> >>>>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n>> >>>>>>\n>> >>>>>> Applied to u-boot/master, thanks!\n\nIt is unclear to me is why this was so urgent to push through while\nthere was ongoing discussion raising some reasonable concerns...\n\n\n>> >>>>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n>> >>>>> builds on any debian system.\n>> >>>>\n>> >>>> Then perhaps we need to mirror the kernel and provide / build dtc, but\n>> >>>> allow for people to override it.\n>> >>>\n>> >>> This isn't too hard and I'm pushing that through Jenkins now to confirm\n>> >>> I've got all the logic correct.  I think this will be the least error\n>> >>> prone method long term.\n>> >>\n>> >> NAK, this is the same thing which chromium does and what Debian is\n>> >> trying to stop -- vendoring. We will end up with patched custom DTC out\n>> >> of sync with upstream.\n\n>> > Shrug, it's what Linux does, and what QEMU does, and probably what other\n>> > projects do as well since apparently even Debian/Unstable is 2 releases\n>> > and nearly a year behind (or, 9 months if you don't want to exaggerate).\n\nGiven that dtc releases were:\n1.4.0 on Sat Jun 22 13:06:27 2013 -0500,\n1.4.1 on Wed Nov 12 14:31:44 2014 +1100,\n1.4.2 on Sat Sep  3 21:02:46 2016 +1000,\n1.4.3 on Tue Feb 28 16:10:59 2017 +1100,\n1.4.4 on Fri Mar 10 11:22:18 2017 +1100\n\nAt least two releases are over a year apart; It's not like dtc is a\nhigh-velocity train here...\n\nBeing \"2 releases and nearly a year\" behind doesn't seem all that\nunreasonable... you could just as easily, and more accurately, describe\nit as \"only two releases and almost 7 months behind.\"\n\n\n>> And it will likely stay that way for debian stable. I am really\n>> disappointed in the \"Shrug\" reaction to such massive breakage.\n>\n> Nope and nor will it catch old-stable breaking in January when gcc-6.x\n> or newer is required.\n\nDebian's oldstable would be unreasonable, sure.\n\nThere's a big difference between requiring gcc-6, which is present in\nthe *current* Debian stable release, which will be supported for another\n2-5+ years...\n\nand in constrast, dtc 1.4.3, which was released not quite 7 months ago,\nwhile Debian had already frozen new upstream versions in preparation for\na release 3 months later. The timing for dtc 1.4.3 just wasn't good for\nDebian stable; not through any fault of the maintainers.\n\n\nFor what it's worth, I've submitted some updated packaging to the\ndevice-tree-compiler (a.k.a. dtc) maintainers in Debian, including\nupdating the version. Hopefully that will get uploaded one way or\nanother soon.\n\nGiven that Debian in general prefers not to embed code copies, with\nu-boot, I'm hoping it will be fairly straightforward to use an external\ndtc, once the newer dtc version is available in Debian?\n\n\nlive well,\n  vagrant","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 3y0cFD4f71z9t1G\n\tfor <incoming@patchwork.ozlabs.org>;\n\tMon, 25 Sep 2017 05:08:31 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid B4EB6C22111; Sun, 24 Sep 2017 19:08:23 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 6ACE8C21EF1;\n\tSun, 24 Sep 2017 19:08:20 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid BCEABC21EF1; Sun, 24 Sep 2017 19:08:18 +0000 (UTC)","from cascadia.aikidev.net (cascadia.aikidev.net [173.255.214.101])\n\tby lists.denx.de (Postfix) with ESMTP id 0A5DFC21C2B\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 19:08:18 +0000 (UTC)","from localhost (unknown [75.164.166.0])\n\t(Authenticated sender: vagrant@cascadia.debian.net)\n\tby cascadia.aikidev.net (Postfix) with ESMTPSA id 82A6D1A9D5;\n\tSun, 24 Sep 2017 12:08:16 -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=none autolearn=unavailable\n\tautolearn_force=no version=3.4.0","From":"Vagrant Cascadian <vagrant@debian.org>","To":"Tom Rini <trini@konsulko.com>, Marek Vasut <marek.vasut@gmail.com>","In-Reply-To":"<20170923175350.GE30205@bill-the-cat>","References":"<1505495725-26350-1-git-send-email-trini@konsulko.com>\n\t<20170922142004.GT30205@bill-the-cat>\n\t<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<20170923170500.GA30205@bill-the-cat>\n\t<c5caae77-3188-e59b-bdc1-cb115216c999@gmail.com>\n\t<20170923173725.GB30205@bill-the-cat>\n\t<3f9bda2b-bd8b-71b9-9b1c-0a144a6080de@gmail.com>\n\t<20170923175350.GE30205@bill-the-cat>","Date":"Sun, 24 Sep 2017 12:08:13 -0700","Message-ID":"<87fubbykwy.fsf@aikidev.net>","MIME-Version":"1.0","Cc":"u-boot@lists.denx.de","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":"multipart/mixed;\n\tboundary=\"===============4750696307905360073==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1774391,"web_url":"http://patchwork.ozlabs.org/comment/1774391/","msgid":"<CAPnjgZ3Za28iTJWK5hHKPoJ2UGQm4-45q87_hqaFYq+i6QpVzA@mail.gmail.com>","list_archive_url":null,"date":"2017-09-25T02:14:55","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":6170,"url":"http://patchwork.ozlabs.org/api/people/6170/","name":"Simon Glass","email":"sjg@chromium.org"},"content":"Hi Marek,\n\nOn 24 September 2017 at 07:05, Marek Vasut <marek.vasut@gmail.com> wrote:\n> On 09/24/2017 02:52 PM, Tom Rini wrote:\n>> On Sun, Sep 24, 2017 at 02:07:27PM +0200, Marek Vasut wrote:\n>>> On 09/24/2017 01:36 PM, Tom Rini wrote:\n>>>> On Sun, Sep 24, 2017 at 10:28:18AM +0200, Marek Vasut wrote:\n>>>>> On 09/24/2017 05:22 AM, Tom Rini wrote:\n>>>>>> On Sat, Sep 23, 2017 at 09:07:02PM -0500, Robert Nelson wrote:\n>>>>>>> On Sat, Sep 23, 2017 at 8:49 PM, Bin Meng <bmeng.cn@gmail.com> wrote:\n>>>>>>>> Hi Tom,\n>>>>>>>>\n>>>>>>>> On Sun, Sep 24, 2017 at 12:10 AM, Tom Rini <trini@konsulko.com> wrote:\n>>>>>>>>> On Sat, Sep 23, 2017 at 03:04:39PM +0200, Marek Vasut wrote:\n>>>>>>>>>> On 09/23/2017 02:56 PM, Tom Rini wrote:\n>>>>>>>>>>> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n>>>>>>>>>>>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n>>>>>>>>>>>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n>>>>>>>>>>>>>\n>>>>>>>>>>>>>> With support for overlays and calling the -@ flag to dtc we need to have\n>>>>>>>>>>>>>> at least 1.4.3 available now.\n>>>>>>>>>>>>>>\n>>>>>>>>>>>>>> Cc: Simon Glass <sjg@chromium.org>\n>>>>>>>>>>>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n>>>>>>>>>>>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n>>>>>>>>>>>>>\n>>>>>>>>>>>>> Applied to u-boot/master, thanks!\n>>>>>>>>>>>>\n>>>>>>>>>>>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n>>>>>>>>>>>> builds on any debian system.\n>>>>>>>>>>>\n>>>>>>>>>>> Then perhaps we need to mirror the kernel and provide / build dtc, but\n>>>>>>>>>>> allow for people to override it.\n>>>>>>>>>>\n>>>>>>>>>> What about allowing old DTC version if DTOs are not in use ?\n>>>>>>>>>\n>>>>>>>>> If you can re-work the logic for that, sure, thanks!\n>>>>>>>>>\n>>>>>>>>\n>>>>>>>> Ubuntu 16.04 LTS is still at dtc v1.4.0, so it's broken there too.\n>>>>>>>\n>>>>>>> Maybe it's just time to embed a copy of dtc into u-boot (like the\n>>>>>>> kernel, especially since we use so many features...)?\n>>>>>>\n>>>>>> That is my intention at this point, and I'm testing a small series to do\n>>>>>> that now (the last pain point looks to have been the patch that allows\n>>>>>> 'DTC' to be over-ridden for FreeBSD).\n>>>>>\n>>>>> cfr my comment about vendoring , I'd really hate to go down that path.\n>>>>> Chrome does that and look what came out of it -- outdated patched\n>>>>> packages in the chrome codebase, with debian trying hard to unbundle\n>>>>> that stuff again.\n>>>>\n>>>> Yes, but we're going to do it all the same.  We're tied to some of the\n>>>> tools we need and vendors aren't keeping pace with them either.  dtc\n>>>> 1.4.0 (Ubuntu 16.04) is from 2013.  dtc 1.4.3 is from last December.\n>>>\n>>> The new DTC version is only mandated by DTO support, which is not used\n>>> by anyone to my knowledge at this point. Whoever wants to use DTO,\n>>> should have new enough DTC and I'm fine with the build failing if they\n>>> don't.\n>>\n>> Why yes, there is a chicken-and-egg problem with DTO support and\n>> adoption.  Happily, Google has picked it up as part of how things are to\n>> be done with Android 8 so it should finally see wider adoption.\n>>\n> The most important part of my reply was deleted, so let me repost it here:\n>\n> This heavy-handed approach of imposing custom DTC build on everyone\n> because of a feature noone uses is awful and I disagree with it. If\n> there is a version check for DTC for builds with and without DTO, fine,\n> I can live with that.\n>\n> But bundling DTC only because of unused functionality, NAK.\n\nYes I suppose that is a bit painful.\n\nPerhaps we should add a Makefile option (like we do with BUILD_ROM) to\nenable DTO (and require a certain dtc). That flag can be set with\ntravis, but off by default.\n\nRegards,\nSimon","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=\"gi5XQfGd\"; \n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=chromium.org header.i=@chromium.org\n\theader.b=\"Wh8eabbr\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y0pSn4KJ3z9t30\n\tfor <incoming@patchwork.ozlabs.org>;\n\tMon, 25 Sep 2017 12:49:13 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 580C4C2225B; Mon, 25 Sep 2017 02:28:44 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 15F70C221B9;\n\tMon, 25 Sep 2017 02:28:21 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 8E0E8C2219B; Mon, 25 Sep 2017 02:15:20 +0000 (UTC)","from mail-qk0-f181.google.com (mail-qk0-f181.google.com\n\t[209.85.220.181])\n\tby lists.denx.de (Postfix) with ESMTPS id 53E54C22165\n\tfor <u-boot@lists.denx.de>; Mon, 25 Sep 2017 02:15:17 +0000 (UTC)","by mail-qk0-f181.google.com with SMTP id s132so5381183qke.7\n\tfor <u-boot@lists.denx.de>; Sun, 24 Sep 2017 19:15:17 -0700 (PDT)","by 10.200.37.200 with HTTP; Sun, 24 Sep 2017 19:14:55 -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=mRNnZJycLEM2Jvx6k2bSy99HqLS5Tn7DewWGJDsc9b8=;\n\tb=gi5XQfGdi8pS7GNesnXFHz/qv/65E+USbgyczqSFFr6rLlbEY0+rQCj1IolSqigepx\n\t/tu6BtGMGRc4eL8DaejP0P3xGHf30JG5H0fN/qcqK60T8P7ze2ebo9V7PQQXYLJs4dAY\n\tMQycEDKbJpK3Q3U/jkTOj6OO9Ra+JQAqphhwuTu+Q90xI/nDcRWvLrLwGe8xnsQYt+2D\n\tCatqJ/lN9hW6lNMMoG6VWD8kVSXytnTkXlVtwKNAXPW/hTMzXNx29tGLWm05huwk3tJL\n\tFfPamce1X2eFT0rYkz/9lQ1i6u3jwG3rQaQIKWEe3+eX5dK3NopWuSSSLO3uVfRwYaPp\n\ttn4w==","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=mRNnZJycLEM2Jvx6k2bSy99HqLS5Tn7DewWGJDsc9b8=;\n\tb=Wh8eabbrTB0kLaKkzhCK/ELTWmntmfBAKgyRct/j5VenZkOUUjlhQJUUd9CcYAuMtF\n\t3TYH9r64zQFlpbH6xR4eGFyjXvS0KgGNI7sk+nyhdvTDyf+hvilNmTnHnn8kMdZDWtrL\n\tB2ZLnELg6G3mR4wgTK99KQzNtM/+u90a2JX18="],"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=mRNnZJycLEM2Jvx6k2bSy99HqLS5Tn7DewWGJDsc9b8=;\n\tb=QK0sw7xKKkz1qsEiiex1AnrnfLU6duHjyhDtcUhswwLEqyGY9icDiXzBZv3eCta+yW\n\tYJR3sACyBwvEUWs+GN+hqnrvE1lyFNrYOxnfrP0W20CcDlvndqxWnoKKihG0GsUtE9j/\n\tVZGmMVS5AgJkooNQgG8+9SALRU0dK5Y9tY4lXeNqc3XPaIXAd4PPsnoUWJZQ//h8Qnk9\n\tmVdDrCNgVCNaGJGaN0E0H82+j5IhKN0K7c4uJ1bD6oM52h67RAG2Cx+QhCK3zLng2O+J\n\tWCgTq1HkLq9hFxEnuOBrf4cmyDdQGjPYvY782UXdPxvGjgqu6S4h6DVFALxp3sd3fe97\n\tJegw==","X-Gm-Message-State":"AHPjjUi51ttA42awnZljwHE3othMHFb1kcxkovN+TXxsMIN+S03CYY9d\n\tzM+aXHLO15ht2nUl/lRZfG2M7RU4kHxz17nf4889zw==","X-Google-Smtp-Source":"AOwi7QDZv0IfCgK/vZ8M8CMaktcvZaOCa0TT/AvquDgKuwtu7ZIJZ/s62h96h1c6cItXKrlmuuS77nsprgT/9YTIXq8=","X-Received":"by 10.55.17.207 with SMTP id 76mr8139425qkr.178.1506305715970;\n\tSun, 24 Sep 2017 19:15:15 -0700 (PDT)","MIME-Version":"1.0","In-Reply-To":"<1ea0eadf-e0ac-20b0-0a10-3b495ad04c55@gmail.com>","References":"<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<084593b9-236f-5c23-5f76-a08a37b01db8@gmail.com>\n\t<20170923161033.GY30205@bill-the-cat>\n\t<CAEUhbmWKtCWOjCskoB9iWWuoz3q64PBVt1G=ifAza44+B4EpgA@mail.gmail.com>\n\t<CAOCHtYjZr_-0ozRLWx5sgx+ANrS2qBUUeQz3d4tSt79R1L5AeA@mail.gmail.com>\n\t<20170924032236.GF30205@bill-the-cat>\n\t<5c7ac34d-50fb-73d4-3495-c0e5033d9591@gmail.com>\n\t<20170924113613.GG30205@bill-the-cat>\n\t<edd8964d-97da-d383-a80c-7e2e5c4a0995@gmail.com>\n\t<20170924125257.GI30205@bill-the-cat>\n\t<1ea0eadf-e0ac-20b0-0a10-3b495ad04c55@gmail.com>","From":"Simon Glass <sjg@chromium.org>","Date":"Sun, 24 Sep 2017 22:14:55 -0400","X-Google-Sender-Auth":"CpRdwjq6rxSNRLHRUaQUfDApNBM","Message-ID":"<CAPnjgZ3Za28iTJWK5hHKPoJ2UGQm4-45q87_hqaFYq+i6QpVzA@mail.gmail.com>","To":"Marek Vasut <marek.vasut@gmail.com>","Cc":"Vagrant Cascadian <vagrant@debian.org>, Tom Rini <trini@konsulko.com>,\n\tU-Boot Mailing List <u-boot@lists.denx.de>","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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":1774518,"web_url":"http://patchwork.ozlabs.org/comment/1774518/","msgid":"<a30dc196-7988-97b2-6070-712a9f4bd3f9@gmail.com>","list_archive_url":null,"date":"2017-09-25T08:34:21","subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","submitter":{"id":1124,"url":"http://patchwork.ozlabs.org/api/people/1124/","name":"Marek Vasut","email":"marek.vasut@gmail.com"},"content":"On 09/25/2017 04:14 AM, Simon Glass wrote:\n> Hi Marek,\n> \n> On 24 September 2017 at 07:05, Marek Vasut <marek.vasut@gmail.com> wrote:\n>> On 09/24/2017 02:52 PM, Tom Rini wrote:\n>>> On Sun, Sep 24, 2017 at 02:07:27PM +0200, Marek Vasut wrote:\n>>>> On 09/24/2017 01:36 PM, Tom Rini wrote:\n>>>>> On Sun, Sep 24, 2017 at 10:28:18AM +0200, Marek Vasut wrote:\n>>>>>> On 09/24/2017 05:22 AM, Tom Rini wrote:\n>>>>>>> On Sat, Sep 23, 2017 at 09:07:02PM -0500, Robert Nelson wrote:\n>>>>>>>> On Sat, Sep 23, 2017 at 8:49 PM, Bin Meng <bmeng.cn@gmail.com> wrote:\n>>>>>>>>> Hi Tom,\n>>>>>>>>>\n>>>>>>>>> On Sun, Sep 24, 2017 at 12:10 AM, Tom Rini <trini@konsulko.com> wrote:\n>>>>>>>>>> On Sat, Sep 23, 2017 at 03:04:39PM +0200, Marek Vasut wrote:\n>>>>>>>>>>> On 09/23/2017 02:56 PM, Tom Rini wrote:\n>>>>>>>>>>>> On Sat, Sep 23, 2017 at 12:39:44PM +0200, Marek Vasut wrote:\n>>>>>>>>>>>>> On 09/22/2017 04:20 PM, Tom Rini wrote:\n>>>>>>>>>>>>>> On Fri, Sep 15, 2017 at 01:15:25PM -0400, Tom Rini wrote:\n>>>>>>>>>>>>>>\n>>>>>>>>>>>>>>> With support for overlays and calling the -@ flag to dtc we need to have\n>>>>>>>>>>>>>>> at least 1.4.3 available now.\n>>>>>>>>>>>>>>>\n>>>>>>>>>>>>>>> Cc: Simon Glass <sjg@chromium.org>\n>>>>>>>>>>>>>>> Reported-by: Stephen Warren <swarren@wwwdotorg.org>\n>>>>>>>>>>>>>>> Signed-off-by: Tom Rini <trini@konsulko.com>\n>>>>>>>>>>>>>>\n>>>>>>>>>>>>>> Applied to u-boot/master, thanks!\n>>>>>>>>>>>>>\n>>>>>>>>>>>>> Debian still only has 1.4.2 even in unstable, so u-boot/master no longer\n>>>>>>>>>>>>> builds on any debian system.\n>>>>>>>>>>>>\n>>>>>>>>>>>> Then perhaps we need to mirror the kernel and provide / build dtc, but\n>>>>>>>>>>>> allow for people to override it.\n>>>>>>>>>>>\n>>>>>>>>>>> What about allowing old DTC version if DTOs are not in use ?\n>>>>>>>>>>\n>>>>>>>>>> If you can re-work the logic for that, sure, thanks!\n>>>>>>>>>>\n>>>>>>>>>\n>>>>>>>>> Ubuntu 16.04 LTS is still at dtc v1.4.0, so it's broken there too.\n>>>>>>>>\n>>>>>>>> Maybe it's just time to embed a copy of dtc into u-boot (like the\n>>>>>>>> kernel, especially since we use so many features...)?\n>>>>>>>\n>>>>>>> That is my intention at this point, and I'm testing a small series to do\n>>>>>>> that now (the last pain point looks to have been the patch that allows\n>>>>>>> 'DTC' to be over-ridden for FreeBSD).\n>>>>>>\n>>>>>> cfr my comment about vendoring , I'd really hate to go down that path.\n>>>>>> Chrome does that and look what came out of it -- outdated patched\n>>>>>> packages in the chrome codebase, with debian trying hard to unbundle\n>>>>>> that stuff again.\n>>>>>\n>>>>> Yes, but we're going to do it all the same.  We're tied to some of the\n>>>>> tools we need and vendors aren't keeping pace with them either.  dtc\n>>>>> 1.4.0 (Ubuntu 16.04) is from 2013.  dtc 1.4.3 is from last December.\n>>>>\n>>>> The new DTC version is only mandated by DTO support, which is not used\n>>>> by anyone to my knowledge at this point. Whoever wants to use DTO,\n>>>> should have new enough DTC and I'm fine with the build failing if they\n>>>> don't.\n>>>\n>>> Why yes, there is a chicken-and-egg problem with DTO support and\n>>> adoption.  Happily, Google has picked it up as part of how things are to\n>>> be done with Android 8 so it should finally see wider adoption.\n>>>\n>> The most important part of my reply was deleted, so let me repost it here:\n>>\n>> This heavy-handed approach of imposing custom DTC build on everyone\n>> because of a feature noone uses is awful and I disagree with it. If\n>> there is a version check for DTC for builds with and without DTO, fine,\n>> I can live with that.\n>>\n>> But bundling DTC only because of unused functionality, NAK.\n> \n> Yes I suppose that is a bit painful.\n> \n> Perhaps we should add a Makefile option (like we do with BUILD_ROM) to\n> enable DTO (and require a certain dtc). That flag can be set with\n> travis, but off by default.\n\nYes, agreed, that was my suggestion all along.\n\n> Regards,\n> Simon\n>","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=gmail.com header.i=@gmail.com\n\theader.b=\"e2e4v99S\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y0y7t4nFRz9tX3\n\tfor <incoming@patchwork.ozlabs.org>;\n\tMon, 25 Sep 2017 18:35:06 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 024F5C21FBC; Mon, 25 Sep 2017 08:34:46 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 0C4DDC21EFB;\n\tMon, 25 Sep 2017 08:34:43 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid B45CDC21DB5; Mon, 25 Sep 2017 08:34:23 +0000 (UTC)","from mail-wm0-f66.google.com (mail-wm0-f66.google.com\n\t[74.125.82.66])\n\tby lists.denx.de (Postfix) with ESMTPS id 9A905C22024\n\tfor <u-boot@lists.denx.de>; Mon, 25 Sep 2017 08:34:23 +0000 (UTC)","by mail-wm0-f66.google.com with SMTP id e64so6505814wmi.2\n\tfor <u-boot@lists.denx.de>; Mon, 25 Sep 2017 01:34:23 -0700 (PDT)","from [192.168.1.4] (ip-86-49-107-50.net.upcbroadband.cz.\n\t[86.49.107.50]) by smtp.gmail.com with ESMTPSA id\n\tt15sm2960880wrb.41.2017.09.25.01.34.21\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tMon, 25 Sep 2017 01:34:22 -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=FREEMAIL_FROM,\n\tRCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,\n\tT_DKIM_INVALID\n\tautolearn=unavailable autolearn_force=no version=3.4.0","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=subject:to:cc:references:from:message-id:date:user-agent\n\t:mime-version:in-reply-to:content-language:content-transfer-encoding; \n\tbh=FdMcxF2RVD0YrqXOJAXfUsZJrPbXITvciZ4jFNhbPsA=;\n\tb=e2e4v99SHj9//6/4GjyZT4D8TO2vPhct+wVqpD2ZQ6KSgQ+EDWzLuO11SrgL3p73Cb\n\t/CIQPYpgYKIFDs6ImNkOeO4MwhkNieHA781j1YrDQINrK14+ig3qP0VOXcmj8gE3usWi\n\tmhAmFEToIV2o1tAe1lQ0CqCYNLIwcgwqwh2y3ipJTAOsBFF2jqNtIR/0n14gfa77p8x9\n\t3SZpSxcwH01P5hENyCiC3HSIneJGM9alMovYBQ6H6HxctR0BxYHjNeThjWdQFUlxcUer\n\tt2upb5pzwIfyGwbK4T0FC/djTCGVX5ntQFaXl+ERrbidABg16H1a+1kpNQTCn+h1yFg+\n\tm4Gw==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:subject:to:cc:references:from:message-id:date\n\t:user-agent:mime-version:in-reply-to:content-language\n\t:content-transfer-encoding;\n\tbh=FdMcxF2RVD0YrqXOJAXfUsZJrPbXITvciZ4jFNhbPsA=;\n\tb=RSMkn2vlZXQPurihpMbQl/LmjZfJXc5fdYlMwNgqxtV2RDe07hqU1OJBA3RE2NkyDW\n\tQsFPUC+dIO+dsPaYzkhfuh2pej4YVs/hkEmAleK5LaE10HYy2EJ33Ow2CT1Dw0LETqMk\n\tfXPE3/Gr6urDQBZ+yQGdmtt7EjSS6WgBkR+Brq3QrzCwQv9slj/wqX3z6Cg7MKrdAR0U\n\te8jbsj1W0hQBmp22mBjvhDwcPC8fPoMtmX7AJDHtZQmPSgtvUnPNSERmF8tvzNuXDSTh\n\tDEljRt08IMXi/G58qZBwIMzVDC71E6fWSqrCKqiKDiNNkBx2Brva/6yV8WfZ8VaK/MRr\n\tr8kA==","X-Gm-Message-State":"AHPjjUiF1QemI26E7UG4Ev/8FYjE7jqGtShg1I05Wa3fShabnR/1ehn9\n\tOHFChKxIwnZXvTHKxiTCt19zcAGw","X-Google-Smtp-Source":"AOwi7QBGUwWcSWdmIct9AkrKt1aaXGtGsuFOF8lE0DYYqV0kMuREgPY0uooY7dap2deEz46r5Cyexw==","X-Received":"by 10.28.64.6 with SMTP id n6mr10327911wma.61.1506328462812;\n\tMon, 25 Sep 2017 01:34:22 -0700 (PDT)","To":"Simon Glass <sjg@chromium.org>","References":"<b7bba6dd-4df8-3f4d-36f9-c1d1c94e53ce@gmail.com>\n\t<20170923125608.GX30205@bill-the-cat>\n\t<084593b9-236f-5c23-5f76-a08a37b01db8@gmail.com>\n\t<20170923161033.GY30205@bill-the-cat>\n\t<CAEUhbmWKtCWOjCskoB9iWWuoz3q64PBVt1G=ifAza44+B4EpgA@mail.gmail.com>\n\t<CAOCHtYjZr_-0ozRLWx5sgx+ANrS2qBUUeQz3d4tSt79R1L5AeA@mail.gmail.com>\n\t<20170924032236.GF30205@bill-the-cat>\n\t<5c7ac34d-50fb-73d4-3495-c0e5033d9591@gmail.com>\n\t<20170924113613.GG30205@bill-the-cat>\n\t<edd8964d-97da-d383-a80c-7e2e5c4a0995@gmail.com>\n\t<20170924125257.GI30205@bill-the-cat>\n\t<1ea0eadf-e0ac-20b0-0a10-3b495ad04c55@gmail.com>\n\t<CAPnjgZ3Za28iTJWK5hHKPoJ2UGQm4-45q87_hqaFYq+i6QpVzA@mail.gmail.com>","From":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<a30dc196-7988-97b2-6070-712a9f4bd3f9@gmail.com>","Date":"Mon, 25 Sep 2017 10:34:21 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<CAPnjgZ3Za28iTJWK5hHKPoJ2UGQm4-45q87_hqaFYq+i6QpVzA@mail.gmail.com>","Content-Language":"en-US","Cc":"Vagrant Cascadian <vagrant@debian.org>, Tom Rini <trini@konsulko.com>,\n\tU-Boot Mailing List <u-boot@lists.denx.de>","Subject":"Re: [U-Boot] Makefile: Update minimum dtc version to 1.4.3","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>"}}]