openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: aspeed: minipack: Update flash partition table
@ 2021-07-20  0:27 rentao.bupt
  2021-08-13  6:24 ` Tao Ren
  0 siblings, 1 reply; 4+ messages in thread
From: rentao.bupt @ 2021-07-20  0:27 UTC (permalink / raw)
  To: Rob Herring, Joel Stanley, Andrew Jeffery, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel, openbmc, taoren
  Cc: Tao Ren

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: aspeed: minipack: Update flash partition table
  2021-07-20  0:27 [PATCH] ARM: dts: aspeed: minipack: Update flash partition table rentao.bupt
@ 2021-08-13  6:24 ` Tao Ren
  2021-08-16  2:11   ` Joel Stanley
  0 siblings, 1 reply; 4+ messages in thread
From: Tao Ren @ 2021-08-13  6:24 UTC (permalink / raw)
  To: Rob Herring, Joel Stanley, Andrew Jeffery, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel, openbmc, taoren

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
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: aspeed: minipack: Update flash partition table
  2021-08-13  6:24 ` Tao Ren
@ 2021-08-16  2:11   ` Joel Stanley
  2021-08-17  0:04     ` Tao Ren
  0 siblings, 1 reply; 4+ messages in thread
From: Joel Stanley @ 2021-08-16  2:11 UTC (permalink / raw)
  To: Tao Ren
  Cc: devicetree, linux-aspeed, Andrew Jeffery, Tao Ren,
	OpenBMC Maillist, Linux Kernel Mailing List, Rob Herring,
	Linux ARM

On Fri, 13 Aug 2021 at 06:24, Tao Ren <rentao.bupt@gmail.com> wrote:
>
> 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?

I had missed it. It's now applied for 5.15.

Cheers,

Joel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: aspeed: minipack: Update flash partition table
  2021-08-16  2:11   ` Joel Stanley
@ 2021-08-17  0:04     ` Tao Ren
  0 siblings, 0 replies; 4+ messages in thread
From: Tao Ren @ 2021-08-17  0:04 UTC (permalink / raw)
  To: Joel Stanley
  Cc: devicetree, linux-aspeed, Andrew Jeffery, Tao Ren,
	OpenBMC Maillist, Linux Kernel Mailing List, Rob Herring,
	Linux ARM

On Mon, Aug 16, 2021 at 02:11:40AM +0000, Joel Stanley wrote:
> On Fri, 13 Aug 2021 at 06:24, Tao Ren <rentao.bupt@gmail.com> wrote:
> >
> > 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?
> 
> I had missed it. It's now applied for 5.15.
> 
> Cheers,
> 
> Joel

Thank you Joel.

Cheers,

Tao

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-17  0:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20  0:27 [PATCH] ARM: dts: aspeed: minipack: Update flash partition table rentao.bupt
2021-08-13  6:24 ` Tao Ren
2021-08-16  2:11   ` Joel Stanley
2021-08-17  0:04     ` Tao Ren

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).