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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 9 Mar 2020 11:42:21 -0500
From:   Dinh Nguyen <dinguyen@...nel.org>
To:     "Ooi, Joyce" <joyce.ooi@...el.com>,
        Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <mark.rutland@....com>
Cc:     devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
        Tan Ley Foon <ley.foon.tan@...el.com>,
        See Chin Liang <chin.liang.see@...el.com>,
        Chee Hong Ang <chee.hong.ang@...el.com>
Subject: Re: [PATCH] arm64: dts: increase the QSPI reg address for Stratix10
 and Agilex



On 3/8/20 10:36 PM, Ooi, Joyce wrote:
> From: Joyce Ooi <joyce.ooi@...el.com>
> 
> This patch increases the reg addresses for QSPI boot and QSPI rootfs for
> Stratix10 and Agilex to cater for the increased size of kernel Image.
> 
> Signed-off-by: Joyce Ooi <joyce.ooi@...el.com>
> ---
>  .../boot/dts/altera/socfpga_stratix10_socdk.dts    |    6 +++---
>  arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts |    6 +++---
>  2 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
> index fb11ef0..f6c4a15 100644
> --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
> +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
> @@ -178,12 +178,12 @@
>  
>  			qspi_boot: partition@0 {
>  				label = "Boot and fpga data";
> -				reg = <0x0 0x034B0000>;
> +				reg = <0x0 0x03FE0000>;
>  			};
>  
> -			qspi_rootfs: partition@...0000 {
> +			qspi_rootfs: partition@...0000 {
>  				label = "Root Filesystem - JFFS2";
> 

Applied, thanks!

Dinh

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ