openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Tao Ren <rentao.bupt@gmail.com>
To: Rob Herring <robh+dt@kernel.org>, Joel Stanley <joel@jms.id.au>,
	Andrew Jeffery <andrew@aj.id.au>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org,
	openbmc@lists.ozlabs.org, taoren@fb.com
Subject: Re: [PATCH] ARM: dts: aspeed: minipack: Update flash partition table
Date: Thu, 12 Aug 2021 23:24:35 -0700	[thread overview]
Message-ID: <20210813062435.GA24497@taoren-ubuntu-R90MNF91> (raw)
In-Reply-To: <20210720002704.7390-1-rentao.bupt@gmail.com>

Hi Joel,

Looks like the patch is not included in "dt-for-v5.15". Any comments? Or
should I send v2 if the email was not delivered?


Cheers,

Tao

On Mon, Jul 19, 2021 at 05:27:04PM -0700, rentao.bupt@gmail.com wrote:
> From: Tao Ren <rentao.bupt@gmail.com>
> 
> Update firmware flash "data0" partition size from 4MB to 8MB for larger
> persistent storage on minipack BMC.
> 
> Signed-off-by: Tao Ren <rentao.bupt@gmail.com>
> ---
>  arch/arm/boot/dts/aspeed-bmc-facebook-minipack.dts | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-minipack.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-minipack.dts
> index 9eb23e874f19..230d16cd9967 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-facebook-minipack.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-minipack.dts
> @@ -265,19 +265,19 @@
>  		};
>  
>  		/*
> -		 * FIT image: 59.5 MB.
> +		 * FIT image: 55.5 MB.
>  		 */
>  		fit@80000 {
> -			reg = <0x80000 0x3b80000>;
> +			reg = <0x80000 0x3780000>;
>  			label = "fit";
>  		};
>  
>  		/*
> -		 * "data0" partition (4MB) is reserved for persistent
> +		 * "data0" partition (8MB) is reserved for persistent
>  		 * data store.
>  		 */
>  		data0@3800000 {
> -			reg = <0x3c00000 0x400000>;
> +			reg = <0x3800000 0x800000>;
>  			label = "data0";
>  		};
>  
> -- 
> 2.17.1
> 

  reply	other threads:[~2021-08-13  6:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-20  0:27 [PATCH] ARM: dts: aspeed: minipack: Update flash partition table rentao.bupt
2021-08-13  6:24 ` Tao Ren [this message]
2021-08-16  2:11   ` Joel Stanley
2021-08-17  0:04     ` Tao Ren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210813062435.GA24497@taoren-ubuntu-R90MNF91 \
    --to=rentao.bupt@gmail.com \
    --cc=andrew@aj.id.au \
    --cc=devicetree@vger.kernel.org \
    --cc=joel@jms.id.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-aspeed@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=openbmc@lists.ozlabs.org \
    --cc=robh+dt@kernel.org \
    --cc=taoren@fb.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).