diff mbox series

[v2] ARM: dts: Aspeed: Witherspoon: Update BMC partitioning

Message ID 1554310751-52446-1-git-send-email-anoo@linux.ibm.com
State Accepted, archived
Headers show
Series [v2] ARM: dts: Aspeed: Witherspoon: Update BMC partitioning | expand

Commit Message

Adriana Kobylak April 3, 2019, 4:59 p.m. UTC
From: "Edward A. James" <eajames@us.ibm.com>

Add simplified partitions for BMC and alternate flash. Include these by
default in Witherspoon.

Signed-off-by: Edward A. James <eajames@us.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 37 ++++++++++++++++++++++--
 1 file changed, 35 insertions(+), 2 deletions(-)

Comments

Cédric Le Goater April 3, 2019, 5:02 p.m. UTC | #1
On 4/3/19 6:59 PM, Adriana Kobylak wrote:
> From: "Edward A. James" <eajames@us.ibm.com>
> 
> Add simplified partitions for BMC and alternate flash. Include these by
> default in Witherspoon.

at last ! :

Reviewed-by: Cédric Le Goater <clg@kaod.org>

Thanks,

C.

> 
> Signed-off-by: Edward A. James <eajames@us.ibm.com>
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
> ---
>  arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 37 ++++++++++++++++++++++--
>  1 file changed, 35 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
> index 1cdc96d..82f63aa 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
> @@ -194,14 +194,47 @@
>  		label = "bmc";
>  		m25p,fast-read;
>  		spi-max-frequency = <50000000>;
> -#include "openbmc-flash-layout.dtsi"
> +		partitions {
> +			#address-cells = < 1 >;
> +			#size-cells = < 1 >;
> +			compatible = "fixed-partitions";
> +			u-boot@0 {
> +				reg = < 0 0x60000 >;
> +				label = "u-boot";
> +			};
> +			u-boot-env@60000 {
> +				reg = < 0x60000 0x20000 >;
> +				label = "u-boot-env";
> +			};
> +			obmc-ubi@80000 {
> +				reg = < 0x80000 0x1F80000 >;
> +				label = "obmc-ubi";
> +			};
> +		};
>  	};
>  
>  	flash@1 {
>  		status = "okay";
> -		label = "alt";
> +		label = "alt-bmc";
>  		m25p,fast-read;
>  		spi-max-frequency = <50000000>;
> +		partitions {
> +			#address-cells = < 1 >;
> +			#size-cells = < 1 >;
> +			compatible = "fixed-partitions";
> +			u-boot@0 {
> +				reg = < 0 0x60000 >;
> +				label = "alt-u-boot";
> +			};
> +			u-boot-env@60000 {
> +				reg = < 0x60000 0x20000 >;
> +				label = "alt-u-boot-env";
> +			};
> +			obmc-ubi@80000 {
> +				reg = < 0x80000 0x1F80000 >;
> +				label = "alt-obmc-ubi";
> +			};
> +		};
>  	};
>  };
>  
>
Andrew Jeffery April 4, 2019, 12:34 a.m. UTC | #2
On Thu, 4 Apr 2019, at 04:09, Cédric Le Goater wrote:
> On 4/3/19 6:59 PM, Adriana Kobylak wrote:
> > From: "Edward A. James" <eajames@us.ibm.com>
> > 
> > Add simplified partitions for BMC and alternate flash. Include these by
> > default in Witherspoon.
> 
> at last ! :
> 
> Reviewed-by: Cédric Le Goater <clg@kaod.org>

Piling on:

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

> 
> Thanks,
> 
> C.
> 
> > 
> > Signed-off-by: Edward A. James <eajames@us.ibm.com>
> > Signed-off-by: Joel Stanley <joel@jms.id.au>
> > Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
> > ---
> >  arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 37 ++++++++++++++++++++++--
> >  1 file changed, 35 insertions(+), 2 deletions(-)
> > 
> > diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
> > index 1cdc96d..82f63aa 100644
> > --- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
> > +++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
> > @@ -194,14 +194,47 @@
> >  		label = "bmc";
> >  		m25p,fast-read;
> >  		spi-max-frequency = <50000000>;
> > -#include "openbmc-flash-layout.dtsi"
> > +		partitions {
> > +			#address-cells = < 1 >;
> > +			#size-cells = < 1 >;
> > +			compatible = "fixed-partitions";
> > +			u-boot@0 {
> > +				reg = < 0 0x60000 >;
> > +				label = "u-boot";
> > +			};
> > +			u-boot-env@60000 {
> > +				reg = < 0x60000 0x20000 >;
> > +				label = "u-boot-env";
> > +			};
> > +			obmc-ubi@80000 {
> > +				reg = < 0x80000 0x1F80000 >;
> > +				label = "obmc-ubi";
> > +			};
> > +		};
> >  	};
> >  
> >  	flash@1 {
> >  		status = "okay";
> > -		label = "alt";
> > +		label = "alt-bmc";
> >  		m25p,fast-read;
> >  		spi-max-frequency = <50000000>;
> > +		partitions {
> > +			#address-cells = < 1 >;
> > +			#size-cells = < 1 >;
> > +			compatible = "fixed-partitions";
> > +			u-boot@0 {
> > +				reg = < 0 0x60000 >;
> > +				label = "alt-u-boot";
> > +			};
> > +			u-boot-env@60000 {
> > +				reg = < 0x60000 0x20000 >;
> > +				label = "alt-u-boot-env";
> > +			};
> > +			obmc-ubi@80000 {
> > +				reg = < 0x80000 0x1F80000 >;
> > +				label = "alt-obmc-ubi";
> > +			};
> > +		};
> >  	};
> >  };
> >  
> > 
> 
>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
index 1cdc96d..82f63aa 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
@@ -194,14 +194,47 @@ 
 		label = "bmc";
 		m25p,fast-read;
 		spi-max-frequency = <50000000>;
-#include "openbmc-flash-layout.dtsi"
+		partitions {
+			#address-cells = < 1 >;
+			#size-cells = < 1 >;
+			compatible = "fixed-partitions";
+			u-boot@0 {
+				reg = < 0 0x60000 >;
+				label = "u-boot";
+			};
+			u-boot-env@60000 {
+				reg = < 0x60000 0x20000 >;
+				label = "u-boot-env";
+			};
+			obmc-ubi@80000 {
+				reg = < 0x80000 0x1F80000 >;
+				label = "obmc-ubi";
+			};
+		};
 	};
 
 	flash@1 {
 		status = "okay";
-		label = "alt";
+		label = "alt-bmc";
 		m25p,fast-read;
 		spi-max-frequency = <50000000>;
+		partitions {
+			#address-cells = < 1 >;
+			#size-cells = < 1 >;
+			compatible = "fixed-partitions";
+			u-boot@0 {
+				reg = < 0 0x60000 >;
+				label = "alt-u-boot";
+			};
+			u-boot-env@60000 {
+				reg = < 0x60000 0x20000 >;
+				label = "alt-u-boot-env";
+			};
+			obmc-ubi@80000 {
+				reg = < 0x80000 0x1F80000 >;
+				label = "alt-obmc-ubi";
+			};
+		};
 	};
 };