openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: Fix label address for 64MiB OpenBMC flash layout
@ 2020-10-22  8:10 George Liu
  2020-10-24  9:21 ` [External] " John Wang
  2020-10-26  0:58 ` Andrew Jeffery
  0 siblings, 2 replies; 4+ messages in thread
From: George Liu @ 2020-10-22  8:10 UTC (permalink / raw)
  To: joel, openbmc

Signed-off-by: George Liu <liuxiwei@inspur.com>
---
 arch/arm/boot/dts/openbmc-flash-layout-64.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/openbmc-flash-layout-64.dtsi b/arch/arm/boot/dts/openbmc-flash-layout-64.dtsi
index c8e0409d889e..91163867be34 100644
--- a/arch/arm/boot/dts/openbmc-flash-layout-64.dtsi
+++ b/arch/arm/boot/dts/openbmc-flash-layout-64.dtsi
@@ -13,22 +13,22 @@ u-boot@0 {
 		label = "u-boot";
 	};
 
-	u-boot-env@e0000 {
+	u-boot-env@60000 {
 		reg = <0x60000 0x20000>; // 128KB
 		label = "u-boot-env";
 	};
 
-	kernel@100000 {
+	kernel@80000 {
 		reg = <0x80000 0x500000>; // 5MB
 		label = "kernel";
 	};
 
-	rofs@a00000 {
+	rofs@580000 {
 		reg = <0x580000 0x2a80000>; // 42.5MB
 		label = "rofs";
 	};
 
-	rwfs@6000000 {
+	rwfs@3000000 {
 		reg = <0x3000000 0x1000000>; // 16MB
 		label = "rwfs";
 	};
-- 
2.25.1


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

* Re: [External] [PATCH] ARM: dts: Fix label address for 64MiB OpenBMC flash layout
  2020-10-22  8:10 [PATCH] ARM: dts: Fix label address for 64MiB OpenBMC flash layout George Liu
@ 2020-10-24  9:21 ` John Wang
  2020-10-26  0:58 ` Andrew Jeffery
  1 sibling, 0 replies; 4+ messages in thread
From: John Wang @ 2020-10-24  9:21 UTC (permalink / raw)
  To: George Liu; +Cc: OpenBMC Maillist

On Thu, Oct 22, 2020 at 4:10 PM George Liu <liuxiwei1013@gmail.com> wrote:
>
> Signed-off-by: George Liu <liuxiwei@inspur.com>

Reviewed-by: John Wang <wangzhiqiang.bj@bytedance.com>

> ---
>  arch/arm/boot/dts/openbmc-flash-layout-64.dtsi | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/openbmc-flash-layout-64.dtsi b/arch/arm/boot/dts/openbmc-flash-layout-64.dtsi
> index c8e0409d889e..91163867be34 100644
> --- a/arch/arm/boot/dts/openbmc-flash-layout-64.dtsi
> +++ b/arch/arm/boot/dts/openbmc-flash-layout-64.dtsi
> @@ -13,22 +13,22 @@ u-boot@0 {
>                 label = "u-boot";
>         };
>
> -       u-boot-env@e0000 {
> +       u-boot-env@60000 {
>                 reg = <0x60000 0x20000>; // 128KB
>                 label = "u-boot-env";
>         };
>
> -       kernel@100000 {
> +       kernel@80000 {
>                 reg = <0x80000 0x500000>; // 5MB
>                 label = "kernel";
>         };
>
> -       rofs@a00000 {
> +       rofs@580000 {
>                 reg = <0x580000 0x2a80000>; // 42.5MB
>                 label = "rofs";
>         };
>
> -       rwfs@6000000 {
> +       rwfs@3000000 {
>                 reg = <0x3000000 0x1000000>; // 16MB
>                 label = "rwfs";
>         };
> --
> 2.25.1
>

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

* Re: [PATCH] ARM: dts: Fix label address for 64MiB OpenBMC flash layout
  2020-10-22  8:10 [PATCH] ARM: dts: Fix label address for 64MiB OpenBMC flash layout George Liu
  2020-10-24  9:21 ` [External] " John Wang
@ 2020-10-26  0:58 ` Andrew Jeffery
  2020-10-27  2:16   ` Joel Stanley
  1 sibling, 1 reply; 4+ messages in thread
From: Andrew Jeffery @ 2020-10-26  0:58 UTC (permalink / raw)
  To: George Liu, Joel Stanley, openbmc



On Thu, 22 Oct 2020, at 18:40, George Liu wrote:
> Signed-off-by: George Liu <liuxiwei@inspur.com>

Acked-by: Andrew Jeffery <andrew@aj.id.au>

Joel: Is there a reason the 64M layout isn't upstream? I don't see it in 
aspeed/for-next.


Andrew

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

* Re: [PATCH] ARM: dts: Fix label address for 64MiB OpenBMC flash layout
  2020-10-26  0:58 ` Andrew Jeffery
@ 2020-10-27  2:16   ` Joel Stanley
  0 siblings, 0 replies; 4+ messages in thread
From: Joel Stanley @ 2020-10-27  2:16 UTC (permalink / raw)
  To: Andrew Jeffery; +Cc: OpenBMC Maillist, George Liu

On Mon, 26 Oct 2020 at 00:59, Andrew Jeffery <andrew@aj.id.au> wrote:
>
>
>
> On Thu, 22 Oct 2020, at 18:40, George Liu wrote:
> > Signed-off-by: George Liu <liuxiwei@inspur.com>
>
> Acked-by: Andrew Jeffery <andrew@aj.id.au>
>
> Joel: Is there a reason the 64M layout isn't upstream? I don't see it in
> aspeed/for-next.

Because it was sent after I sent the pull request for 5.10.

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

end of thread, other threads:[~2020-10-27  2:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-22  8:10 [PATCH] ARM: dts: Fix label address for 64MiB OpenBMC flash layout George Liu
2020-10-24  9:21 ` [External] " John Wang
2020-10-26  0:58 ` Andrew Jeffery
2020-10-27  2:16   ` Joel Stanley

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