mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH: For next 1/2] ARM: phyFLEX-AM335x-SOM: Update NAND partition table
@ 2015-02-10 12:29 Wadim Egorov
  2015-02-10 12:29 ` [PATCH: For next 2/2] ARM: phyCORE-AM335x-SOM: " Wadim Egorov
  2015-02-11  7:34 ` [PATCH: For next 1/2] ARM: phyFLEX-AM335x-SOM: " Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Wadim Egorov @ 2015-02-10 12:29 UTC (permalink / raw)
  To: barebox

From: Teresa Gámez <t.gamez@phytec.de>

We double the partition size for barebox-env and oftree to be
more robust against bad block issues.

Signed-off-by: Teresa Gámez <t.gamez@phytec.de>
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
---
 arch/arm/dts/am335x-phytec-phyflex-som.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/dts/am335x-phytec-phyflex-som.dtsi b/arch/arm/dts/am335x-phytec-phyflex-som.dtsi
index 1837636..fc9c9ba 100644
--- a/arch/arm/dts/am335x-phytec-phyflex-som.dtsi
+++ b/arch/arm/dts/am335x-phytec-phyflex-som.dtsi
@@ -303,22 +303,22 @@
 
 		partition@5 {
 			label = "bareboxenv";
-			reg = <0x100000 0x20000>;
+			reg = <0x100000 0x40000>;
 		};
 
 		partition@6 {
 			label = "oftree";
-			reg = <0x120000 0x20000>;
+			reg = <0x140000 0x40000>;
 		};
 
 		partition@7 {
 			label = "kernel";
-			reg = <0x140000 0x800000>;
+			reg = <0x180000 0x800000>;
 		};
 
 		partition@8 {
 			label = "root";
-			reg = <0x940000 0x0>;
+			reg = <0x980000 0x0>;
 		};
 	};
 };
-- 
1.9.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* [PATCH: For next 2/2] ARM: phyCORE-AM335x-SOM: Update NAND partition table
  2015-02-10 12:29 [PATCH: For next 1/2] ARM: phyFLEX-AM335x-SOM: Update NAND partition table Wadim Egorov
@ 2015-02-10 12:29 ` Wadim Egorov
  2015-02-11  7:34 ` [PATCH: For next 1/2] ARM: phyFLEX-AM335x-SOM: " Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Wadim Egorov @ 2015-02-10 12:29 UTC (permalink / raw)
  To: barebox

From: Teresa Gámez <t.gamez@phytec.de>

We double the partition size for barebox-env and oftree to be
more robust against bad block issues.

Signed-off-by: Teresa Gámez <t.gamez@phytec.de>
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
---
 arch/arm/dts/am335x-phytec-phycore-som.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/dts/am335x-phytec-phycore-som.dtsi b/arch/arm/dts/am335x-phytec-phycore-som.dtsi
index 7d0e3c5..ed8e257 100644
--- a/arch/arm/dts/am335x-phytec-phycore-som.dtsi
+++ b/arch/arm/dts/am335x-phytec-phycore-som.dtsi
@@ -291,17 +291,17 @@
 
 		partition@5 {
 			label = "bareboxenv";
-			reg = <0x100000 0x20000>;
+			reg = <0x100000 0x40000>;
 		};
 
 		partition@6 {
 			label = "oftree";
-			reg = <0x120000 0x20000>;
+			reg = <0x140000 0x40000>;
 		};
 
 		partition@7 {
 			label = "kernel";
-			reg = <0x140000 0x800000>;
+			reg = <0x180000 0x800000>;
 		};
 
 		partition@8 {
@@ -310,7 +310,7 @@
 			 * Size 0x0 extends partition to
 			 * end of nand flash.
 			 */
-			reg = <0x940000 0x0>;
+			reg = <0x980000 0x0>;
 		};
 	};
 };
-- 
1.9.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH: For next 1/2] ARM: phyFLEX-AM335x-SOM: Update NAND partition table
  2015-02-10 12:29 [PATCH: For next 1/2] ARM: phyFLEX-AM335x-SOM: Update NAND partition table Wadim Egorov
  2015-02-10 12:29 ` [PATCH: For next 2/2] ARM: phyCORE-AM335x-SOM: " Wadim Egorov
@ 2015-02-11  7:34 ` Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2015-02-11  7:34 UTC (permalink / raw)
  To: Wadim Egorov; +Cc: barebox

On Tue, Feb 10, 2015 at 01:29:48PM +0100, Wadim Egorov wrote:
> From: Teresa Gámez <t.gamez@phytec.de>
> 
> We double the partition size for barebox-env and oftree to be
> more robust against bad block issues.
> 
> Signed-off-by: Teresa Gámez <t.gamez@phytec.de>
> Signed-off-by: Wadim Egorov <w.egorov@phytec.de>

Applied both, thanks

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-02-11  7:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-10 12:29 [PATCH: For next 1/2] ARM: phyFLEX-AM335x-SOM: Update NAND partition table Wadim Egorov
2015-02-10 12:29 ` [PATCH: For next 2/2] ARM: phyCORE-AM335x-SOM: " Wadim Egorov
2015-02-11  7:34 ` [PATCH: For next 1/2] ARM: phyFLEX-AM335x-SOM: " Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox