Remote System Update feature is used to update FPGA image that is saved in qspi nor-flash. The region used for RSU is from 0x910000 to 0x4000000, so improve the qspi nor-flash partitions to compatible with RSU feature.
Signed-off-by: Meng Li <[email protected]> --- .../boot/dts/altera/socfpga_stratix10_socdk.dts | 12 ++++++------ arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts index cf52d405d771..1bc6207b14a1 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts @@ -200,18 +200,18 @@ partitions { #size-cells = <1>; qspi_boot: partition@0 { - label = "fw"; - reg = <0x00910000 0x02000000>; + label = "Boot and fpga data"; + reg = <0x00910000 0x036F0000>; }; - qspi_uboot: partition@2000000 { + qspi_uboot: partition@4000000 { label = "uboot"; - reg = <0x02000000 0x00200000>; + reg = <0x04000000 0x00200000>; }; - qspi_rootfs: partition@2200000 { + qspi_rootfs: partition@4200000 { label = "root"; - reg = <0x02200000 0x0DC00000>; + reg = <0x04200000 0x0BC00000>; }; }; }; diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts index f39f6311b65e..15e6e5219b13 100644 --- a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts +++ b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts @@ -126,18 +126,18 @@ partitions { #size-cells = <1>; qspi_boot: partition@0 { - label = "fw"; - reg = <0x00910000 0x02000000>; + label = "Boot and fpga data"; + reg = <0x00910000 0x036F0000>; }; - qspi_uboot: partition@2000000 { + qspi_uboot: partition@4000000 { label = "uboot"; - reg = <0x02000000 0x00200000>; + reg = <0x04000000 0x00200000>; }; - qspi_rootfs: partition@2200000 { + qspi_rootfs: partition@4200000 { label = "root"; - reg = <0x02200000 0x0DC00000>; + reg = <0x04200000 0x0BC00000>; }; }; }; -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12801): https://lists.yoctoproject.org/g/linux-yocto/message/12801 Mute This Topic: https://lists.yoctoproject.org/mt/99782340/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
