[{"id":1767986,"web_url":"http://patchwork.ozlabs.org/comment/1767986/","msgid":"<20170913155805.GE25597@bill-the-cat>","list_archive_url":null,"date":"2017-09-13T15:58:05","subject":"Re: [U-Boot] [PATCH] spl: stash bootstage info before jump to next\n\tstage","submitter":{"id":65875,"url":"http://patchwork.ozlabs.org/api/people/65875/","name":"Tom Rini","email":"trini@konsulko.com"},"content":"On Wed, Sep 13, 2017 at 06:24:24PM +0800, Kever Yang wrote:\n> Since we may jump to next stage like ATF/OP-TEE instead of U-Boot,\n> we need to stash the bootstage info before it.\n> \n> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>\n> ---\n> \n>  common/spl/spl.c | 18 +++++++++---------\n>  1 file changed, 9 insertions(+), 9 deletions(-)\n> \n> diff --git a/common/spl/spl.c b/common/spl/spl.c\n> index 85e2e88..d156e74 100644\n> --- a/common/spl/spl.c\n> +++ b/common/spl/spl.c\n> @@ -424,6 +424,15 @@ void board_init_r(gd_t *dummy1, ulong dummy2)\n>  \tdebug(\"SPL malloc() used %#lx bytes (%ld KB)\\n\", gd->malloc_ptr,\n>  \t      gd->malloc_ptr / 1024);\n>  #endif\n> +#ifdef CONFIG_BOOTSTAGE_STASH\n> +\tint ret;\n> +\n> +\tbootstage_mark_name(BOOTSTAGE_ID_END_SPL, \"end_spl\");\n> +\tret = bootstage_stash((void *)CONFIG_BOOTSTAGE_STASH_ADDR,\n> +\t\t\t      CONFIG_BOOTSTAGE_STASH_SIZE);\n> +\tif (ret)\n> +\t\tdebug(\"Failed to stash bootstage: err=%d\\n\", ret);\n> +#endif\n>  \n>  \tif (CONFIG_IS_ENABLED(ATF_SUPPORT)) {\n>  \t\tdebug(\"loaded - jumping to U-Boot via ATF BL31.\\n\");\n> @@ -436,15 +445,6 @@ void board_init_r(gd_t *dummy1, ulong dummy2)\n>  \t}\n>  \n>  \tdebug(\"loaded - jumping to U-Boot...\\n\");\n> -#ifdef CONFIG_BOOTSTAGE_STASH\n> -\tint ret;\n> -\n> -\tbootstage_mark_name(BOOTSTAGE_ID_END_SPL, \"end_spl\");\n> -\tret = bootstage_stash((void *)CONFIG_BOOTSTAGE_STASH_ADDR,\n> -\t\t\t      CONFIG_BOOTSTAGE_STASH_SIZE);\n> -\tif (ret)\n> -\t\tdebug(\"Failed to stash bootstage: err=%d\\n\", ret);\n> -#endif\n>  \tspl_board_prepare_for_boot();\n>  \tjump_to_image_no_args(&spl_image);\n>  }\n\nSimon, does this seem right to you?  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=\"txDYj49f\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xsmXq4Rj7z9sBW\n\tfor <incoming@patchwork.ozlabs.org>;\n\tThu, 14 Sep 2017 01:58:19 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 6AAC0C222EC; Wed, 13 Sep 2017 15:58:13 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id D9CA7C21DE9;\n\tWed, 13 Sep 2017 15:58:10 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid D2C11C21DE9; Wed, 13 Sep 2017 15:58:09 +0000 (UTC)","from mail-yw0-f170.google.com (mail-yw0-f170.google.com\n\t[209.85.161.170])\n\tby lists.denx.de (Postfix) with ESMTPS id E1570C21D7A\n\tfor <u-boot@lists.denx.de>; Wed, 13 Sep 2017 15:58:08 +0000 (UTC)","by mail-yw0-f170.google.com with SMTP id r85so1527812ywg.1\n\tfor <u-boot@lists.denx.de>; Wed, 13 Sep 2017 08:58:08 -0700 (PDT)","from bill-the-cat ([2606:a000:140b:dc:1d69:83c5:25c8:1ebc])\n\tby smtp.gmail.com with ESMTPSA id\n\to190sm4776169ywo.50.2017.09.13.08.58.06\n\t(version=TLS1_2 cipher=AES128-SHA bits=128/128);\n\tWed, 13 Sep 2017 08:58:06 -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=AwlHQg424yUKNTc6RLTVK34CbtGzkhEQEmL5TD5zw/s=;\n\tb=txDYj49fD2hmGtgcN63gN52kYmeEJTUErmeJ0q6dB6oqh+srB0KwK1kvMg8KPATKvS\n\tIe1ldZme/5Woodi9kBhpRweDz9GXIBdV+FbrErnfzf206vSQOm1uV8x8iEwe10PI9OOE\n\tpAX1lwxuougZapZT1Ockq/bvpgIryU0gfyD6M=","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=AwlHQg424yUKNTc6RLTVK34CbtGzkhEQEmL5TD5zw/s=;\n\tb=F2H0uuugaajcjXxOYdGwgWJ6wZUBbYOXbrtHXzrvoLL9uUFG5EJNLo7+yOr0oktUFj\n\tEK+LzPSWBWdJt2s22+63iFY/9cZhljsZWHYb7oP5dPszDI7A8JTex2IMgP5BS9kM7LHd\n\t381Bcfj74WZezzGhcdTt2tcW4/QUVLuH29CcgH3j8mEbSpfzpHBNEh4Zn/fhrtfuo4h1\n\t+IiNbjYKNC1IGqNlH/F3nJc2KOFAEUCc6kRz/LK5RFXsTzYQiLVZqY1A+i2RnkrHThJK\n\tmMBL8NEZ+zbv7YFA2k3oyVyNqSvWSyyeDRErrbmRQ9tucPgDf2txIV5rbcTM7AYiHmk1\n\t99ag==","X-Gm-Message-State":"AHPjjUiyDYmccHfCtZeFkXzv0iMYca0vpS/Mm20kf+4gZy1mNx7MQZ+S\n\tw/6pVY08sZfCpTVZ","X-Google-Smtp-Source":"AOwi7QCa94joyapJpSqwEJiMSvzOTibFr+htwQXAEhKNlaEUwUPA65TIDqNQb8PVpE2DyUs1UPyEAg==","X-Received":"by 10.37.112.87 with SMTP id l84mr14753535ybc.265.1505318287523; \n\tWed, 13 Sep 2017 08:58:07 -0700 (PDT)","Date":"Wed, 13 Sep 2017 11:58:05 -0400","From":"Tom Rini <trini@konsulko.com>","To":"Kever Yang <kever.yang@rock-chips.com>, Simon Glass <sjg@chromium.org>","Message-ID":"<20170913155805.GE25597@bill-the-cat>","References":"<1505298266-5637-1-git-send-email-kever.yang@rock-chips.com>","MIME-Version":"1.0","In-Reply-To":"<1505298266-5637-1-git-send-email-kever.yang@rock-chips.com>","User-Agent":"Mutt/1.5.21 (2010-09-15)","Cc":"u-boot@lists.denx.de, Stefan Agner <stefan.agner@toradex.com>","Subject":"Re: [U-Boot] [PATCH] spl: stash bootstage info before jump to next\n\tstage","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=\"===============3573443598531338604==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1769760,"web_url":"http://patchwork.ozlabs.org/comment/1769760/","msgid":"<CAPnjgZ1mhs+=E-EFmV2SUHekSjJrACy9zpqjUXUPPmKTPhDfUg@mail.gmail.com>","list_archive_url":null,"date":"2017-09-17T17:52:57","subject":"Re: [U-Boot] [PATCH] spl: stash bootstage info before jump to next\n\tstage","submitter":{"id":6170,"url":"http://patchwork.ozlabs.org/api/people/6170/","name":"Simon Glass","email":"sjg@chromium.org"},"content":"On 13 September 2017 at 09:58, Tom Rini <trini@konsulko.com> wrote:\n> On Wed, Sep 13, 2017 at 06:24:24PM +0800, Kever Yang wrote:\n>> Since we may jump to next stage like ATF/OP-TEE instead of U-Boot,\n>> we need to stash the bootstage info before it.\n>>\n>> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>\n>> ---\n>>\n>>  common/spl/spl.c | 18 +++++++++---------\n>>  1 file changed, 9 insertions(+), 9 deletions(-)\n>>\n>> diff --git a/common/spl/spl.c b/common/spl/spl.c\n>> index 85e2e88..d156e74 100644\n>> --- a/common/spl/spl.c\n>> +++ b/common/spl/spl.c\n>> @@ -424,6 +424,15 @@ void board_init_r(gd_t *dummy1, ulong dummy2)\n>>       debug(\"SPL malloc() used %#lx bytes (%ld KB)\\n\", gd->malloc_ptr,\n>>             gd->malloc_ptr / 1024);\n>>  #endif\n>> +#ifdef CONFIG_BOOTSTAGE_STASH\n>> +     int ret;\n>> +\n>> +     bootstage_mark_name(BOOTSTAGE_ID_END_SPL, \"end_spl\");\n>> +     ret = bootstage_stash((void *)CONFIG_BOOTSTAGE_STASH_ADDR,\n>> +                           CONFIG_BOOTSTAGE_STASH_SIZE);\n>> +     if (ret)\n>> +             debug(\"Failed to stash bootstage: err=%d\\n\", ret);\n>> +#endif\n>>\n>>       if (CONFIG_IS_ENABLED(ATF_SUPPORT)) {\n>>               debug(\"loaded - jumping to U-Boot via ATF BL31.\\n\");\n>> @@ -436,15 +445,6 @@ void board_init_r(gd_t *dummy1, ulong dummy2)\n>>       }\n>>\n>>       debug(\"loaded - jumping to U-Boot...\\n\");\n>> -#ifdef CONFIG_BOOTSTAGE_STASH\n>> -     int ret;\n>> -\n>> -     bootstage_mark_name(BOOTSTAGE_ID_END_SPL, \"end_spl\");\n>> -     ret = bootstage_stash((void *)CONFIG_BOOTSTAGE_STASH_ADDR,\n>> -                           CONFIG_BOOTSTAGE_STASH_SIZE);\n>> -     if (ret)\n>> -             debug(\"Failed to stash bootstage: err=%d\\n\", ret);\n>> -#endif\n>>       spl_board_prepare_for_boot();\n>>       jump_to_image_no_args(&spl_image);\n>>  }\n>\n> Simon, does this seem right to you?  Thanks!\n\nYes. I think the commit message would be better if it mentioned that\nthe code is moved, not added. Really, it is the\nCONFIG_IS_ENABLED(ATF_SUPPORT) that is being moved I think.\n\nReviewed-by: Simon Glass <sjg@chromium.org>\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=\"D4btWjy8\"; \n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=chromium.org header.i=@chromium.org\n\theader.b=\"jzmc2tBD\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xwHpz6Qb7z9s3w\n\tfor <incoming@patchwork.ozlabs.org>;\n\tMon, 18 Sep 2017 04:34:19 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 849E9C21C62; Sun, 17 Sep 2017 18:34:18 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id C203EC21D96;\n\tSun, 17 Sep 2017 17:54:36 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid E78ACC21D96; Sun, 17 Sep 2017 17:54:35 +0000 (UTC)","from mail-qk0-f173.google.com (mail-qk0-f173.google.com\n\t[209.85.220.173])\n\tby lists.denx.de (Postfix) with ESMTPS id B5171C21D5F\n\tfor <u-boot@lists.denx.de>; Sun, 17 Sep 2017 17:53:19 +0000 (UTC)","by mail-qk0-f173.google.com with SMTP id j5so5599010qkd.0\n\tfor <u-boot@lists.denx.de>; Sun, 17 Sep 2017 10:53:19 -0700 (PDT)","by 10.200.37.200 with HTTP; Sun, 17 Sep 2017 10:52:57 -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=hnhkFbSgzPlHFZIyRGISuBXnRVFqi1HccDxVyDVbhoI=;\n\tb=D4btWjy8/wyYtrxOyhbfwxIjSRdkBYEMXNTQnFvgBMM5vYyCVzjwaxgGf4xMjscPUc\n\tmVJUZDGZM9g3xpnpD8ZcA3tzz+AXYMWzmyn3cvjkQL9qRBRpnREpklUGyPD0P6OIQ1f/\n\t76u3Ysoi7ZCH/CsA0STaZIdTZvxizqnu3ptLqk+R/W8BN+CTH6hD3QhlGcMzUbDx8JE1\n\tHZ5BbnQRwtaWMT8YeLMhfXkTFJS4zZeUnwe0ys85bN0kWHy1XENfPP91yZ1rasJNYOlz\n\tLw8FM+bSUFUgnswZOlIlGN6XcsWC2RAsXYrKyIzYfLbxM+JU0SY4Av171m85F5S70QnM\n\tR8GA==","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=hnhkFbSgzPlHFZIyRGISuBXnRVFqi1HccDxVyDVbhoI=;\n\tb=jzmc2tBDU5hlFOjXPg92Z5cDhnt0Bsl/MQu4kmdM/L3GFqexRTBLnAJgO4t0rCY4gy\n\tNKgOQ/EEAXtcMg//jW428j4NnZisMweGFcuzEw+1DGf39eLdkhwaDESPuWsHx61Q/NNN\n\tJtjej/11VjUAjDAY+ADZf7RQvrbfyHLkK9Nvs="],"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=hnhkFbSgzPlHFZIyRGISuBXnRVFqi1HccDxVyDVbhoI=;\n\tb=NLrJUcoBgdpQ85RlRsn7C4+2f+IZ0sfq6Bebei9ICIpeWDhFa7SHZM4A0d1C4Xpw9b\n\t2Jg7JN6Pc4fbS19m7T8NZcY8Wv9Ypd+vKoby4z0XwkGU6EQ+VIMZlOG38zKPL8LpOPR5\n\t5vnMbRc3Br7dwCG9rA1Cl10APfs75r+/0IX93kyuxevZd3RBeuXz3tt3apsGAudLyBfP\n\tBOZCZ4cMik68ga5s+2HTQ7Rg/mZjRMR0DRMsTggYHeZHW8bAd3TaiD+J3QuSO3lYFXZ3\n\tZoZImov0nafxM/mr15w0XFms1a6fl3MXIgMHTrllUX/DwGCD3hWxcy8gFznFHst9m61U\n\tdAYQ==","X-Gm-Message-State":"AHPjjUh9Nr3soC0VSC9yWAQLzXk+xKz24CR7Yn+msCPjPiUlmR5NG42y\n\tyNLpiw94a0uFhGlVgTwhtAWlezzlNs0CWxj09HX+Ig==","X-Google-Smtp-Source":"AOwi7QDU0VyO3Vfd4wda9qFTvDWP31WPqTB7AKOmVr2OhqR6LzAaEO3Vmdh1bxw6RnvnCd9l9OpUmzFkQDU54CUUjNY=","X-Received":"by 10.55.81.215 with SMTP id f206mr16823253qkb.188.1505670798499;\n\tSun, 17 Sep 2017 10:53:18 -0700 (PDT)","MIME-Version":"1.0","In-Reply-To":"<20170913155805.GE25597@bill-the-cat>","References":"<1505298266-5637-1-git-send-email-kever.yang@rock-chips.com>\n\t<20170913155805.GE25597@bill-the-cat>","From":"Simon Glass <sjg@chromium.org>","Date":"Sun, 17 Sep 2017 11:52:57 -0600","X-Google-Sender-Auth":"WF_NQz67wkB4trkWfNPtLuf6-Kw","Message-ID":"<CAPnjgZ1mhs+=E-EFmV2SUHekSjJrACy9zpqjUXUPPmKTPhDfUg@mail.gmail.com>","To":"Tom Rini <trini@konsulko.com>","Cc":"U-Boot Mailing List <u-boot@lists.denx.de>,\n\tStefan Agner <stefan.agner@toradex.com>","Subject":"Re: [U-Boot] [PATCH] spl: stash bootstage info before jump to next\n\tstage","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":1773641,"web_url":"http://patchwork.ozlabs.org/comment/1773641/","msgid":"<20170922141901.GH30205@bill-the-cat>","list_archive_url":null,"date":"2017-09-22T14:19:01","subject":"Re: [U-Boot] spl: stash bootstage info before jump to next stage","submitter":{"id":65875,"url":"http://patchwork.ozlabs.org/api/people/65875/","name":"Tom Rini","email":"trini@konsulko.com"},"content":"On Wed, Sep 13, 2017 at 06:24:24PM +0800, Kever Yang wrote:\n\n> Since we may jump to next stage like ATF/OP-TEE instead of U-Boot,\n> we need to stash the bootstage info before it.\n> \n> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>\n> Reviewed-by: Simon Glass <sjg@chromium.org>\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=\"lYU1sMCp\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xzG2101jVz9t16\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 23 Sep 2017 00:24:08 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 3763CC220A9; Fri, 22 Sep 2017 14:21:50 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id C1D0DC22078;\n\tFri, 22 Sep 2017 14:21:12 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 91FE4C22051; Fri, 22 Sep 2017 14:19:07 +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 AE36AC2208E\n\tfor <u-boot@lists.denx.de>; Fri, 22 Sep 2017 14:19:02 +0000 (UTC)","by mail-yw0-f182.google.com with SMTP id x131so829760ywa.10\n\tfor <u-boot@lists.denx.de>; Fri, 22 Sep 2017 07:19:02 -0700 (PDT)","from bill-the-cat ([2606:a000:1401:811b:5d8f:7fe1:3da9:ee9d])\n\tby smtp.gmail.com with ESMTPSA id\n\te11sm1557402ywb.105.2017.09.22.07.19.00\n\t(version=TLS1_2 cipher=AES128-SHA bits=128/128);\n\tFri, 22 Sep 2017 07:19:00 -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=WpJbHTEPmOc9Y5X2w9KlFIdoUl++TU4oZR4H0EEskic=;\n\tb=lYU1sMCpRStdVUw+BUPCbpR+Z3/ITVCyuj//3Tw0TICtiQohypA9m/jcqq7oWdH4UR\n\tDeE1ybKTz3XYQyvhWtyS/Qw2aWWpmBEMZsGJqdQ9aM78sx0sGk0bcRSvxruqKffRFFk0\n\t1CLbkQtWEXFthSPWXi0nt0mPnZRplJu8j8dbg=","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=WpJbHTEPmOc9Y5X2w9KlFIdoUl++TU4oZR4H0EEskic=;\n\tb=NoFqYJEjIEgM86fDkqCxery5WON0vcQZlks8g0Ln7pVZzQfPutN9dozbhDrI2Bf+23\n\thQfRpoa0kkpVfqYGRYUuH/0YNdrYE/V6IKvRDfmbogAkvJEIXC/kgSYiW7guRR2zR5Cu\n\tlevjBzSmzetqXVFxYwkDNF0W9DIGC9cFTogzVt3Odsa+nGsCOkNtJSD93NoO0+yEXj31\n\trT0/yuZv+Iiz6viy8dhc+VLPNE3oWsdlUg2THEqiuvT3EZOp8m8uxOcgWXOQA8u6Vkwq\n\tbJZZKYwajHH7rx0wJjB0APUFFAeQELHw/51FK7TnIKtF6ViK95ByH/WOOHlblwqjgixR\n\td6hw==","X-Gm-Message-State":"AHPjjUgPBu4RH4GcUucY3iTGqXTQgfeRTmLlH8OXRdmnljiMbaPHoi6E\n\tjgx/ubApnN1o5R28Kqzd2cbdQA==","X-Google-Smtp-Source":"AOwi7QAZNkxGSuO7gUXTAKCdWmgwrlw/+/ihVYfCqlWSR2o5/yMdGG+ARqXGU8pU6qKxpFC06NIJ2A==","X-Received":"by 10.129.169.70 with SMTP id g67mr4035123ywh.134.1506089941589; \n\tFri, 22 Sep 2017 07:19:01 -0700 (PDT)","Date":"Fri, 22 Sep 2017 10:19:01 -0400","From":"Tom Rini <trini@konsulko.com>","To":"Kever Yang <kever.yang@rock-chips.com>","Message-ID":"<20170922141901.GH30205@bill-the-cat>","References":"<1505298266-5637-1-git-send-email-kever.yang@rock-chips.com>","MIME-Version":"1.0","In-Reply-To":"<1505298266-5637-1-git-send-email-kever.yang@rock-chips.com>","User-Agent":"Mutt/1.5.21 (2010-09-15)","Cc":"u-boot@lists.denx.de, Stefan Agner <stefan.agner@toradex.com>","Subject":"Re: [U-Boot] spl: stash bootstage info before jump to next stage","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=\"===============1730538803200964213==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}}]