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] [thread-next>] [day] [month] [year] [list]
Date: Tue, 16 Apr 2024 11:45:02 -0400
From: Frank Li <Frank.li@....com>
To: "Peng Fan (OSS)" <peng.fan@....nxp.com>
Cc: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
	Conor Dooley <conor+dt@...nel.org>, Shawn Guo <shawnguo@...nel.org>,
	Sascha Hauer <s.hauer@...gutronix.de>,
	Pengutronix Kernel Team <kernel@...gutronix.de>,
	Fabio Estevam <festevam@...il.com>, devicetree@...r.kernel.org,
	imx@...ts.linux.dev, linux-arm-kernel@...ts.infradead.org,
	linux-kernel@...r.kernel.org, Peng Fan <peng.fan@....com>
Subject: Re: [PATCH 06/11] arm64: dts: imx93-11x11-evk: update resource table
 address

On Tue, Apr 16, 2024 at 11:26:42PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@....com>
> 
> Because i.MX93 A1 ROM used the last 4KB TCM area, update the resource
> table to avoid conflict. Also correct vdev1vring node name to align with

Is it little better

Update the resource table to avoid conflict because iMX93 ROM use last 4KB
TCM aream.

where you correct vdev1vring node name?

> reg.
> 
> Signed-off-by: Peng Fan <peng.fan@....com>

It is bug fix, please add fixes tag.

Frank

> ---
>  arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> index 07e85a30a25f..b7b52576586f 100644
> --- a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> +++ b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> @@ -38,7 +38,7 @@ vdev0vring1: vdev0vring1@...08000 {
>  			no-map;
>  		};
>  
> -		vdev1vring0: vdev1vring0@...00000 {
> +		vdev1vring0: vdev1vring0@...10000 {
>  			reg = <0 0xa4010000 0 0x8000>;
>  			no-map;
>  		};
> @@ -48,8 +48,8 @@ vdev1vring1: vdev1vring1@...18000 {
>  			no-map;
>  		};
>  
> -		rsc_table: rsc-table@...1f000 {
> -			reg = <0 0x2021f000 0 0x1000>;
> +		rsc_table: rsc-table@...1e000 {
> +			reg = <0 0x2021e000 0 0x1000>;
>  			no-map;
>  		};
>  
> 
> -- 
> 2.37.1
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ