[{"id":1769354,"web_url":"http://patchwork.ozlabs.org/comment/1769354/","msgid":"<b61171e9-5651-acf3-9b13-733989cbe5bb@gmx.de>","list_archive_url":null,"date":"2017-09-15T18:19:37","subject":"Re: [U-Boot] [U-Boot,v3,01/21] part: move efi_guid_t","submitter":{"id":61270,"url":"http://patchwork.ozlabs.org/api/people/61270/","name":"Heinrich Schuchardt","email":"xypron.glpk@gmx.de"},"content":"On 09/14/2017 12:05 AM, Rob Clark wrote:\n> Prep work for next patch.\n> \n> Signed-off-by: Rob Clark <robdclark@gmail.com>\n> ---\n>  include/efi.h      | 4 ++++\n>  include/part.h     | 3 ++-\n>  include/part_efi.h | 4 ----\n>  3 files changed, 6 insertions(+), 5 deletions(-)\n> \n> diff --git a/include/efi.h b/include/efi.h\n> index 02b78b31b1..87b0b43f20 100644\n> --- a/include/efi.h\n> +++ b/include/efi.h\n> @@ -28,6 +28,10 @@\n>  \n>  struct efi_device_path;\n>  \n> +typedef struct {\n> +\tu8 b[16];\n> +} efi_guid_t;\n> +\n>  #define EFI_BITS_PER_LONG\tBITS_PER_LONG\n>  \n>  /*\n> diff --git a/include/part.h b/include/part.h\n> index 86117a7ce5..b2e820ef8a 100644\n> --- a/include/part.h\n> +++ b/include/part.h\n> @@ -280,8 +280,9 @@ struct part_driver {\n>  #define U_BOOT_PART_TYPE(__name)\t\t\t\t\t\\\n>  \tll_entry_declare(struct part_driver, __name, part_driver)\n>  \n> -#if CONFIG_IS_ENABLED(EFI_PARTITION)\n>  #include <part_efi.h>\n> +\n> +#if CONFIG_IS_ENABLED(EFI_PARTITION)\n>  /* disk/part_efi.c */\n>  /**\n>   * write_gpt_table() - Write the GUID Partition Table to disk\n> diff --git a/include/part_efi.h b/include/part_efi.h\n> index 317c044795..31e6bc6e14 100644\n> --- a/include/part_efi.h\n> +++ b/include/part_efi.h\n> @@ -58,10 +58,6 @@\n>  /* linux/include/efi.h */\n>  typedef u16 efi_char16_t;\n>  \n> -typedef struct {\n> -\tu8 b[16];\n> -} efi_guid_t;\n> -\n>  /* based on linux/include/genhd.h */\n>  struct partition {\n>  \tu8 boot_ind;\t\t/* 0x80 - active */\n> \n\nCompiled and tested with and without CONFIG_EFI_PARTITION.\n\nReviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>","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 3xv3c65X9Hz9rvt\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 16 Sep 2017 04:20:38 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 75A91C21D65; Fri, 15 Sep 2017 18:20:27 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id B51AEC21DB8;\n\tFri, 15 Sep 2017 18:20:24 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 1FCABC21D7A; Fri, 15 Sep 2017 18:20:09 +0000 (UTC)","from mout.gmx.net (mout.gmx.net [212.227.17.21])\n\tby lists.denx.de (Postfix) with ESMTPS id 0E84EC21DDE\n\tfor <u-boot@lists.denx.de>; Fri, 15 Sep 2017 18:20:04 +0000 (UTC)","from [192.168.8.100] ([188.29.165.107]) by mail.gmx.com (mrgmx101\n\t[212.227.17.168]) with ESMTPSA (Nemesis) id\n\t0MBJF3-1djKqS1aAn-00AI0m; Fri, 15 Sep 2017 20:19:53 +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, RCVD_IN_MSPIKE_H3,\n\tRCVD_IN_MSPIKE_WL autolearn=unavailable\n\tautolearn_force=no version=3.4.0","To":"Rob Clark <robdclark@gmail.com>,\n\tU-Boot Mailing List <u-boot@lists.denx.de>,\n\tAlexander Graf <agraf@suse.de>","References":"<20170913220546.19560-2-robdclark@gmail.com>","From":"Heinrich Schuchardt <xypron.glpk@gmx.de>","Message-ID":"<b61171e9-5651-acf3-9b13-733989cbe5bb@gmx.de>","Date":"Fri, 15 Sep 2017 20:19:37 +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":"<20170913220546.19560-2-robdclark@gmail.com>","Content-Language":"en-US","X-Provags-ID":"V03:K0:lAE31G0DpTaWc3m2oViY4ll9bwoHfDu/ERhIirmEqONeyyVCymH\n\txHkzvhJrdpz8I95ffNLyHIS1VxcLZOhm7YXejvJFsMtwBZN3nh1rcsREylK3eZtLnJi2Y0j\n\tmvdb38/3O98+jPjmxXx0skJmR4w/tMBJH9FTsSDugIA022O36+22RpuTcnXcq0czKO9fGaz\n\tZLK16XiVpiVSazhQ4d97Q==","X-UI-Out-Filterresults":"notjunk:1; V01:K0:dH4XzqQXAiw=:wWcy3zT6C4yucUT7sYwaGB\n\trx5qNX9tlGIY/CeiCWN2BInHF2In8QPATBoCXJU82WbwCXzYx/4/mbypuOe5QgKLZz99lsxb1\n\tra4dPNsyhzr1auJptqbk3Fgz5Jhhq+LaZaUv8G/AubmF+CpPTVI0H0PuFo+9CoUcneSZLqAau\n\t2lqE6x/A0QlbAU5kqjmiXwdAL3pb58B+8PEWls07440VPCcwvk5XwdjOqcx9/bZnrykFlx1ZZ\n\tPOMT/A07tKth7Cq1o7sZDrJqw0aTbYXbvEP4M9PxgR56fNt8AYaAtsb7GOTYbN6Pb3vSjvlWY\n\tAi72ACUHke06HuepeaeU6Ucoewr0F6th9xDLJcLScpcbTnVCE5Ikfel6D+0a+9/MlqpAdbCgH\n\tdCts7MwNMhGS7bmQCzfz9OXdiryHA+SJoom3mEbqUW39M1ymRegkzfcQShzvU8bRGn/j+NfAK\n\tRoqMEn2GkGoWM0rXaU/D8K1wF99H5zUicH2CMS+FiYgWjywwKrr0JvaGE+EPvfbLRctkjjO1g\n\tUUFxXAtEOj9m+m3A3V1fOTtnqKFtrf15TFmL9UQ97mY+HKNj7cLZpgeKvOqsyrEVJaoW2Bh2X\n\txaH3B6kTbCle/o+mL8S0XOIER5UzvM3FVMm4280H2j9dCnlDRZbuvkrDNUNEeN46tZ5lG4LNl\n\tn8YzQooSJhpNdLk58BlLf7iNTtxnfr1dz8LInrWgSFAOF95rKzWbHoabGhs0dyfT+d4buZnhd\n\tjJSkcCvmyMl5FCTgN6LJeCSDAhZZLoTYi3RGwyNiq3cd40GMfCWqwhuQNm+cLgu8rrmmkIeCW\n\tN4H3pg5P+SzSqlxv3ImryHzlCOBJcrAtzFgckUDMVSluCBJPo0=","Cc":"\"Steve Rae <steve.rae@raedomain.com>; Petr Kulhavy\" <brain@jikos.cz>,\n\tHeinrich Schuchardt <xypron.glpk@gmx.de>, \n\tAlison Chaiken <alison@peloton-tech.com>, Maxime Ripard\n\t<maxime.ripard@free-electrons.com>","Subject":"Re: [U-Boot] [U-Boot,v3,01/21] part: move efi_guid_t","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":1769357,"web_url":"http://patchwork.ozlabs.org/comment/1769357/","msgid":"<10449630-01de-8ba7-598e-2b5d06aeb52c@gmx.de>","list_archive_url":null,"date":"2017-09-15T18:34:23","subject":"Re: [U-Boot] [U-Boot,v3,01/21] part: move efi_guid_t","submitter":{"id":61270,"url":"http://patchwork.ozlabs.org/api/people/61270/","name":"Heinrich Schuchardt","email":"xypron.glpk@gmx.de"},"content":"Hello Alex,\n\nI guess it makes most sense if you pick up this patch in your efi-next\nbranch as it touches include/efi.h and otherwise we would have to load\nthis onto Tom.\n\nBest regards\n\nHeinrich\n\nOn 09/15/2017 08:19 PM, Heinrich Schuchardt wrote:\n> On 09/14/2017 12:05 AM, Rob Clark wrote:\n>> Prep work for next patch.\n>>\n>> Signed-off-by: Rob Clark <robdclark@gmail.com>\n>> ---\n>>  include/efi.h      | 4 ++++\n>>  include/part.h     | 3 ++-\n>>  include/part_efi.h | 4 ----\n>>  3 files changed, 6 insertions(+), 5 deletions(-)\n>>\n>> diff --git a/include/efi.h b/include/efi.h\n>> index 02b78b31b1..87b0b43f20 100644\n>> --- a/include/efi.h\n>> +++ b/include/efi.h\n>> @@ -28,6 +28,10 @@\n>>  \n>>  struct efi_device_path;\n>>  \n>> +typedef struct {\n>> +\tu8 b[16];\n>> +} efi_guid_t;\n>> +\n>>  #define EFI_BITS_PER_LONG\tBITS_PER_LONG\n>>  \n>>  /*\n>> diff --git a/include/part.h b/include/part.h\n>> index 86117a7ce5..b2e820ef8a 100644\n>> --- a/include/part.h\n>> +++ b/include/part.h\n>> @@ -280,8 +280,9 @@ struct part_driver {\n>>  #define U_BOOT_PART_TYPE(__name)\t\t\t\t\t\\\n>>  \tll_entry_declare(struct part_driver, __name, part_driver)\n>>  \n>> -#if CONFIG_IS_ENABLED(EFI_PARTITION)\n>>  #include <part_efi.h>\n>> +\n>> +#if CONFIG_IS_ENABLED(EFI_PARTITION)\n>>  /* disk/part_efi.c */\n>>  /**\n>>   * write_gpt_table() - Write the GUID Partition Table to disk\n>> diff --git a/include/part_efi.h b/include/part_efi.h\n>> index 317c044795..31e6bc6e14 100644\n>> --- a/include/part_efi.h\n>> +++ b/include/part_efi.h\n>> @@ -58,10 +58,6 @@\n>>  /* linux/include/efi.h */\n>>  typedef u16 efi_char16_t;\n>>  \n>> -typedef struct {\n>> -\tu8 b[16];\n>> -} efi_guid_t;\n>> -\n>>  /* based on linux/include/genhd.h */\n>>  struct partition {\n>>  \tu8 boot_ind;\t\t/* 0x80 - active */\n>>\n> \n> Compiled and tested with and without CONFIG_EFI_PARTITION.\n> \n> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>\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 3xv3wb5h8Bz9s7m\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 16 Sep 2017 04:34:55 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 75B4FC21DAC; Fri, 15 Sep 2017 18:34:49 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 71991C21DA4;\n\tFri, 15 Sep 2017 18:34:48 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 45810C21DE9; Fri, 15 Sep 2017 18:34:39 +0000 (UTC)","from mout.gmx.net (mout.gmx.net [212.227.17.22])\n\tby lists.denx.de (Postfix) with ESMTPS id 720CFC21E5D\n\tfor <u-boot@lists.denx.de>; Fri, 15 Sep 2017 18:34:39 +0000 (UTC)","from [192.168.8.100] ([188.29.165.107]) by mail.gmx.com (mrgmx103\n\t[212.227.17.168]) with ESMTPSA (Nemesis) id\n\t0MEFqW-1ddXEC1mpc-00FTs7; Fri, 15 Sep 2017 20:34:28 +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":"U-Boot Mailing List <u-boot@lists.denx.de>, Alexander Graf\n\t<agraf@suse.de>, Tom Rini <trini@konsulko.com>","References":"<20170913220546.19560-2-robdclark@gmail.com>\n\t<b61171e9-5651-acf3-9b13-733989cbe5bb@gmx.de>","From":"Heinrich Schuchardt <xypron.glpk@gmx.de>","Message-ID":"<10449630-01de-8ba7-598e-2b5d06aeb52c@gmx.de>","Date":"Fri, 15 Sep 2017 20:34:23 +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":"<b61171e9-5651-acf3-9b13-733989cbe5bb@gmx.de>","Content-Language":"en-US","X-Provags-ID":"V03:K0:qzXc9JhhoX4FhuF4dlvbWd8Nu4Bc/a/U7sE2aHluJsy+o0c2Yuc\n\tFGReFiMf+x+sMqhN8lEuDd9QnaoCB8km/YmWHaFRPSZDLm7lkcGLzMtSUX50iIIJHWyY2+x\n\tXcngilyi8d3VWAZtXdF/Ia29tY/ZG/W5SWyF4xQkgA8oKyDs30KNaw8hCMOPMzz+JzWuMGy\n\te5bczmqCx8ZWS8pmpq8lA==","X-UI-Out-Filterresults":"notjunk:1; V01:K0:6OwO+gyo0yA=:o2cYzR4QPHuTNJoX6NWQ6e\n\tYJwGbfyLnCJ8jt9igEgVzFYzdjl4ABWvicWP0+RO4sdYxGtBnwuJU+62tkvAsNjj/GZT4mGK1\n\tMqq9fH6W8A1+9h7MDvWISsoq48qUhA1oHtvBu9bqm52V4APDv1xNccyk38qpE5pHreMvhLEyr\n\tVEkK/OkQpMV4IzJaDrrBcUbvwPGppQZdlHd9BqBFax+kqLKvl54Nuzid3EQrrnL8N8JqaNmUH\n\tw+qcsANuBDACJHzHfYXmhcJtuH3MgIkeqOSeBjMgMWa0djIeaXWbQFACeMgxIcsoobmj6M32J\n\tIcwdKnBR8EH6EjK3PWxOtzoCKYowvjFtOUWEJU0zkjMox6fGUYFyWdBNOfVsnuTferE2Ef391\n\tsmQm+mzVBnPttalTco5Nms4nmebCpRu+vtafKP4Rx5Iu0fiLRMhUt96VhGrhH6DgSK03jy2yR\n\tZob7AlVgVnexzs8YqyJRLPa4Kd2ORDNe9VC4Fel/MTied7gOA3LM0LI0vR/UGncZvGOO5Mggm\n\tOwnblLv0uECZ7aO7Zy+voa57HAFmPAicA/6gK+mKRo4SVkQ2TZIkFNuNdzq/7KD9rr8jQm6rq\n\t4meWz/ECjjE2MNDGcKzpSxRvbwp294rIG55w0IdIo+6MB4JgPuma+/8/YI56VI9G1nHoxWhVQ\n\tXeJT/HbMhNZVI4siIujSxtmdL6uia0YNcQDS1d75/oizx5wi7wZkiOtIphVEx5W02NurR6xxP\n\t5D9bE1fzHqkXTxjdzriL+EiyIwIlxEJjt6VcxEmD47ixwHDBuH04XnNSn1/59qdG9SjP1yG81\n\tg3qetpe0cmueqniKTM62eZ0DFX3EnXRXWf19B4mkLvSNdzVYZw=","Cc":"\"Steve Rae <steve.rae@raedomain.com>; Petr Kulhavy\" <brain@jikos.cz>,\n\tAlison Chaiken <alison@peloton-tech.com>, \n\tMaxime Ripard <maxime.ripard@free-electrons.com>","Subject":"Re: [U-Boot] [U-Boot,v3,01/21] part: move efi_guid_t","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":1772459,"web_url":"http://patchwork.ozlabs.org/comment/1772459/","msgid":"<150597747220.57437.649477412621954921@achrid.arch.suse.de>","list_archive_url":null,"date":"2017-09-21T07:04:33","subject":"Re: [U-Boot] [U-Boot,v3,01/21] part: move efi_guid_t","submitter":{"id":1212,"url":"http://patchwork.ozlabs.org/api/people/1212/","name":"Alexander Graf","email":"agraf@suse.de"},"content":"> Prep work for next patch.\n> \n> Signed-off-by: Rob Clark <robdclark@gmail.com>\n> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>\n\nThanks, applied to efi-next\n\nAlex","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 3xySKR23vcz9s76\n\tfor <incoming@patchwork.ozlabs.org>;\n\tThu, 21 Sep 2017 17:04:43 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 03A8EC21EBC; Thu, 21 Sep 2017 07:04:38 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 2F74EC21DA9;\n\tThu, 21 Sep 2017 07:04:36 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid F0050C21DA9; Thu, 21 Sep 2017 07:04:34 +0000 (UTC)","from mx1.suse.de (mx2.suse.de [195.135.220.15])\n\tby lists.denx.de (Postfix) with ESMTPS id A12D9C21D75\n\tfor <u-boot@lists.denx.de>; Thu, 21 Sep 2017 07:04:34 +0000 (UTC)","from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254])\n\tby mx1.suse.de (Postfix) with ESMTP id 0AEB2ABDB;\n\tThu, 21 Sep 2017 07:04:34 +0000 (UTC)"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED\n\tautolearn=unavailable autolearn_force=no version=3.4.0","X-Virus-Scanned":"by amavisd-new at test-mx.suse.de","From":"Alexander Graf <agraf@suse.de>","To":"Rob Clark <robdclark@gmail.com>","Date":"Thu, 21 Sep 2017 09:04:33 +0200","Message-Id":"<150597747220.57437.649477412621954921@achrid.arch.suse.de>","X-Mailer":"git-send-email 2.12.3","In-Reply-To":"<20170913220546.19560-2-robdclark@gmail.com>","References":"<20170913220546.19560-2-robdclark@gmail.com>","MIME-Version":": 1.0","Cc":"U-Boot Mailing List <u-boot@lists.denx.de>","Subject":"Re: [U-Boot] [U-Boot,v3,01/21] part: move efi_guid_t","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>"}}]