* [PATCH] ARM: dts: socfpga: arria10: Increase boot partition size for NAND
@ 2020-02-13 18:00 Ley Foon Tan
2020-02-14 14:00 ` Dinh Nguyen
0 siblings, 1 reply; 3+ messages in thread
From: Ley Foon Tan @ 2020-02-13 18:00 UTC (permalink / raw)
To: Dinh Nguyen
Cc: Chin Liang See, Tien Fong Chee, linux-kernel, Ley Foon Tan, Ley Foon Tan
Increase boot partition size to 32MB to support bigger size kernel image
and FPGA bitstream.
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
---
arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts b/arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts
index 9bd9e04c7361..9aa897b79544 100644
--- a/arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts
+++ b/arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts
@@ -16,11 +16,11 @@
partition@0 {
label = "Boot and fpga data";
- reg = <0x0 0x1C00000>;
+ reg = <0x0 0x02000000>;
};
partition@1c00000 {
label = "Root Filesystem - JFFS2";
- reg = <0x1C00000 0x6400000>;
+ reg = <0x02000000 0x06000000>;
};
};
};
--
2.19.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: socfpga: arria10: Increase boot partition size for NAND
2020-02-13 18:00 [PATCH] ARM: dts: socfpga: arria10: Increase boot partition size for NAND Ley Foon Tan
@ 2020-02-14 14:00 ` Dinh Nguyen
0 siblings, 0 replies; 3+ messages in thread
From: Dinh Nguyen @ 2020-02-14 14:00 UTC (permalink / raw)
To: Ley Foon Tan; +Cc: Chin Liang See, Tien Fong Chee, linux-kernel, Ley Foon Tan
On 2/13/20 12:00 PM, Ley Foon Tan wrote:
> Increase boot partition size to 32MB to support bigger size kernel image
> and FPGA bitstream.
>
> Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
> ---
> arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
Applied, thanks!
Dinh
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: dts: socfpga: arria10: Increase boot partition size for NAND
@ 2022-09-08 3:10 ji.sheng.teoh
0 siblings, 0 replies; 3+ messages in thread
From: ji.sheng.teoh @ 2022-09-08 3:10 UTC (permalink / raw)
To: Dinh Nguyen, Rob Herring, Krzysztof Kozlowski
Cc: devicetree, linux-kernel, Teoh Ji Sheng
From: Teoh Ji Sheng <ji.sheng.teoh@intel.com>
Content in NAND boot partition have exceeded 32MB defined in device
tree node.
Increase boot partition size to 37MB to support larger kernel Image
and FPGA bitstream.
Signed-off-by: Teoh Ji Sheng <ji.sheng.teoh@intel.com>
---
arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts b/arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts
index 9aa897b79544..a662df319a84 100644
--- a/arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts
+++ b/arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts
@@ -16,11 +16,11 @@
partition@0 {
label = "Boot and fpga data";
- reg = <0x0 0x02000000>;
+ reg = <0x0 0x02500000>;
};
partition@1c00000 {
label = "Root Filesystem - JFFS2";
- reg = <0x02000000 0x06000000>;
+ reg = <0x02500000 0x05500000>;
};
};
};
--
2.17.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-09-08 3:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-13 18:00 [PATCH] ARM: dts: socfpga: arria10: Increase boot partition size for NAND Ley Foon Tan
2020-02-14 14:00 ` Dinh Nguyen
2022-09-08 3:10 ji.sheng.teoh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®