lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 26 Sep 2022 09:25:28 -0500
From:   Dinh Nguyen <dinguyen@...nel.org>
To:     ji.sheng.teoh@...el.com, Rob Herring <robh+dt@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>
Cc:     devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ARM: dts: socfpga: arria10: Increase NAND boot partition
 size



On 9/20/22 21:45, ji.sheng.teoh@...el.com wrote:
> From: Teoh Ji Sheng <ji.sheng.teoh@...el.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@...el.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@...0000 {
>   			label = "Root Filesystem - JFFS2";
> -			reg = <0x02000000 0x06000000>;
> +			reg = <0x02500000 0x05500000>;
>   		};
>   	};
>   };


Applied!

Thanks,
Dinh

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ