Message ID | 20210211083454.37117-1-gmouse@google.com |
---|---|
State | New |
Headers | show |
Series | ARM: dts: nuvoton: Fix flash layout This change satisfy OpenBMC requirements for flash layout. | expand |
Hi, Joel. This is the correct patch. On Thu, 11 Feb 2021 at 09:34, <gmouse@google.com> wrote: > > From: "Anton D. Kachalov" <gmouse@google.com> > > Signed-off-by: Anton D. Kachalov <gmouse@google.com> > --- > arch/arm/boot/dts/nuvoton-npcm750-evb.dts | 28 +++++++---------------- > 1 file changed, 8 insertions(+), 20 deletions(-) > > diff --git a/arch/arm/boot/dts/nuvoton-npcm750-evb.dts b/arch/arm/boot/dts/nuvoton-npcm750-evb.dts > index bd1eb6ee380f..741c1fee8552 100644 > --- a/arch/arm/boot/dts/nuvoton-npcm750-evb.dts > +++ b/arch/arm/boot/dts/nuvoton-npcm750-evb.dts > @@ -182,8 +182,8 @@ bbuboot2@80000 { > reg = <0x0080000 0x80000>; > read-only; > }; > - envparam@100000 { > - label = "env-param"; > + ubootenv@100000 { > + label = "u-boot-env"; > reg = <0x0100000 0x40000>; > read-only; > }; > @@ -195,25 +195,13 @@ kernel@200000 { > label = "kernel"; > reg = <0x0200000 0x400000>; > }; > - rootfs@600000 { > - label = "rootfs"; > - reg = <0x0600000 0x700000>; > + rofs@780000 { > + label = "rofs"; > + reg = <0x0780000 0x1680000>; > }; > - spare1@D00000 { > - label = "spare1"; > - reg = <0x0D00000 0x200000>; > - }; > - spare2@0F00000 { > - label = "spare2"; > - reg = <0x0F00000 0x200000>; > - }; > - spare3@1100000 { > - label = "spare3"; > - reg = <0x1100000 0x200000>; > - }; > - spare4@1300000 { > - label = "spare4"; > - reg = <0x1300000 0x0>; > + rwfs@1e00000 { > + label = "rwfs"; > + reg = <0x1e00000 0x200000>; > }; > }; > }; > -- > 2.30.0.478.g8a0d178c01-goog >
Gently ping. On Thu, 11 Feb 2021 at 17:15, Anton Kachalov <gmouse@google.com> wrote: > > Hi, Joel. > > This is the correct patch. > > On Thu, 11 Feb 2021 at 09:34, <gmouse@google.com> wrote: > > > > From: "Anton D. Kachalov" <gmouse@google.com> > > > > Signed-off-by: Anton D. Kachalov <gmouse@google.com> > > --- > > arch/arm/boot/dts/nuvoton-npcm750-evb.dts | 28 +++++++---------------- > > 1 file changed, 8 insertions(+), 20 deletions(-) > > > > diff --git a/arch/arm/boot/dts/nuvoton-npcm750-evb.dts b/arch/arm/boot/dts/nuvoton-npcm750-evb.dts > > index bd1eb6ee380f..741c1fee8552 100644 > > --- a/arch/arm/boot/dts/nuvoton-npcm750-evb.dts > > +++ b/arch/arm/boot/dts/nuvoton-npcm750-evb.dts > > @@ -182,8 +182,8 @@ bbuboot2@80000 { > > reg = <0x0080000 0x80000>; > > read-only; > > }; > > - envparam@100000 { > > - label = "env-param"; > > + ubootenv@100000 { > > + label = "u-boot-env"; > > reg = <0x0100000 0x40000>; > > read-only; > > }; > > @@ -195,25 +195,13 @@ kernel@200000 { > > label = "kernel"; > > reg = <0x0200000 0x400000>; > > }; > > - rootfs@600000 { > > - label = "rootfs"; > > - reg = <0x0600000 0x700000>; > > + rofs@780000 { > > + label = "rofs"; > > + reg = <0x0780000 0x1680000>; > > }; > > - spare1@D00000 { > > - label = "spare1"; > > - reg = <0x0D00000 0x200000>; > > - }; > > - spare2@0F00000 { > > - label = "spare2"; > > - reg = <0x0F00000 0x200000>; > > - }; > > - spare3@1100000 { > > - label = "spare3"; > > - reg = <0x1100000 0x200000>; > > - }; > > - spare4@1300000 { > > - label = "spare4"; > > - reg = <0x1300000 0x0>; > > + rwfs@1e00000 { > > + label = "rwfs"; > > + reg = <0x1e00000 0x200000>; > > }; > > }; > > }; > > -- > > 2.30.0.478.g8a0d178c01-goog > >
On Thu, 11 Feb 2021 at 16:15, Anton Kachalov <gmouse@google.com> wrote: > > Hi, Joel. > > This is the correct patch. Thanks. I didn't get this email; can you resend the patch? Please send it to the mainline lists, and use get_maintainers.pl so the nuvoton team can review. I will apply it to the nuvoton tree for merging next merge window, and to the openbmc tree. Cheers, Joel > > On Thu, 11 Feb 2021 at 09:34, <gmouse@google.com> wrote: > > > > From: "Anton D. Kachalov" <gmouse@google.com> > > > > Signed-off-by: Anton D. Kachalov <gmouse@google.com> > > --- > > arch/arm/boot/dts/nuvoton-npcm750-evb.dts | 28 +++++++---------------- > > 1 file changed, 8 insertions(+), 20 deletions(-) > > > > diff --git a/arch/arm/boot/dts/nuvoton-npcm750-evb.dts b/arch/arm/boot/dts/nuvoton-npcm750-evb.dts > > index bd1eb6ee380f..741c1fee8552 100644 > > --- a/arch/arm/boot/dts/nuvoton-npcm750-evb.dts > > +++ b/arch/arm/boot/dts/nuvoton-npcm750-evb.dts > > @@ -182,8 +182,8 @@ bbuboot2@80000 { > > reg = <0x0080000 0x80000>; > > read-only; > > }; > > - envparam@100000 { > > - label = "env-param"; > > + ubootenv@100000 { > > + label = "u-boot-env"; > > reg = <0x0100000 0x40000>; > > read-only; > > }; > > @@ -195,25 +195,13 @@ kernel@200000 { > > label = "kernel"; > > reg = <0x0200000 0x400000>; > > }; > > - rootfs@600000 { > > - label = "rootfs"; > > - reg = <0x0600000 0x700000>; > > + rofs@780000 { > > + label = "rofs"; > > + reg = <0x0780000 0x1680000>; > > }; > > - spare1@D00000 { > > - label = "spare1"; > > - reg = <0x0D00000 0x200000>; > > - }; > > - spare2@0F00000 { > > - label = "spare2"; > > - reg = <0x0F00000 0x200000>; > > - }; > > - spare3@1100000 { > > - label = "spare3"; > > - reg = <0x1100000 0x200000>; > > - }; > > - spare4@1300000 { > > - label = "spare4"; > > - reg = <0x1300000 0x0>; > > + rwfs@1e00000 { > > + label = "rwfs"; > > + reg = <0x1e00000 0x200000>; > > }; > > }; > > }; > > -- > > 2.30.0.478.g8a0d178c01-goog > >
Hi, Joel. Ok, I will resend. What do you mean with sending to mainline lists? In MAINTAINERS the arm/nuvoton mentions this openbmc@ mailing list. On Thu, 18 Feb 2021 at 06:13, Joel Stanley <joel@jms.id.au> wrote: > > On Thu, 11 Feb 2021 at 16:15, Anton Kachalov <gmouse@google.com> wrote: > > > > Hi, Joel. > > > > This is the correct patch. > > Thanks. I didn't get this email; can you resend the patch? > > Please send it to the mainline lists, and use get_maintainers.pl so > the nuvoton team can review. > > I will apply it to the nuvoton tree for merging next merge window, and > to the openbmc tree. > > Cheers, > > Joel > > > > > On Thu, 11 Feb 2021 at 09:34, <gmouse@google.com> wrote: > > > > > > From: "Anton D. Kachalov" <gmouse@google.com> > > > > > > Signed-off-by: Anton D. Kachalov <gmouse@google.com> > > > --- > > > arch/arm/boot/dts/nuvoton-npcm750-evb.dts | 28 +++++++---------------- > > > 1 file changed, 8 insertions(+), 20 deletions(-) > > > > > > diff --git a/arch/arm/boot/dts/nuvoton-npcm750-evb.dts b/arch/arm/boot/dts/nuvoton-npcm750-evb.dts > > > index bd1eb6ee380f..741c1fee8552 100644 > > > --- a/arch/arm/boot/dts/nuvoton-npcm750-evb.dts > > > +++ b/arch/arm/boot/dts/nuvoton-npcm750-evb.dts > > > @@ -182,8 +182,8 @@ bbuboot2@80000 { > > > reg = <0x0080000 0x80000>; > > > read-only; > > > }; > > > - envparam@100000 { > > > - label = "env-param"; > > > + ubootenv@100000 { > > > + label = "u-boot-env"; > > > reg = <0x0100000 0x40000>; > > > read-only; > > > }; > > > @@ -195,25 +195,13 @@ kernel@200000 { > > > label = "kernel"; > > > reg = <0x0200000 0x400000>; > > > }; > > > - rootfs@600000 { > > > - label = "rootfs"; > > > - reg = <0x0600000 0x700000>; > > > + rofs@780000 { > > > + label = "rofs"; > > > + reg = <0x0780000 0x1680000>; > > > }; > > > - spare1@D00000 { > > > - label = "spare1"; > > > - reg = <0x0D00000 0x200000>; > > > - }; > > > - spare2@0F00000 { > > > - label = "spare2"; > > > - reg = <0x0F00000 0x200000>; > > > - }; > > > - spare3@1100000 { > > > - label = "spare3"; > > > - reg = <0x1100000 0x200000>; > > > - }; > > > - spare4@1300000 { > > > - label = "spare4"; > > > - reg = <0x1300000 0x0>; > > > + rwfs@1e00000 { > > > + label = "rwfs"; > > > + reg = <0x1e00000 0x200000>; > > > }; > > > }; > > > }; > > > -- > > > 2.30.0.478.g8a0d178c01-goog > > >
diff --git a/arch/arm/boot/dts/nuvoton-npcm750-evb.dts b/arch/arm/boot/dts/nuvoton-npcm750-evb.dts index bd1eb6ee380f..741c1fee8552 100644 --- a/arch/arm/boot/dts/nuvoton-npcm750-evb.dts +++ b/arch/arm/boot/dts/nuvoton-npcm750-evb.dts @@ -182,8 +182,8 @@ bbuboot2@80000 { reg = <0x0080000 0x80000>; read-only; }; - envparam@100000 { - label = "env-param"; + ubootenv@100000 { + label = "u-boot-env"; reg = <0x0100000 0x40000>; read-only; }; @@ -195,25 +195,13 @@ kernel@200000 { label = "kernel"; reg = <0x0200000 0x400000>; }; - rootfs@600000 { - label = "rootfs"; - reg = <0x0600000 0x700000>; + rofs@780000 { + label = "rofs"; + reg = <0x0780000 0x1680000>; }; - spare1@D00000 { - label = "spare1"; - reg = <0x0D00000 0x200000>; - }; - spare2@0F00000 { - label = "spare2"; - reg = <0x0F00000 0x200000>; - }; - spare3@1100000 { - label = "spare3"; - reg = <0x1100000 0x200000>; - }; - spare4@1300000 { - label = "spare4"; - reg = <0x1300000 0x0>; + rwfs@1e00000 { + label = "rwfs"; + reg = <0x1e00000 0x200000>; }; }; };