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]
Message-ID: <e69618dd-e3b4-f987-15c7-1363881930b7@foss.st.com>
Date:   Fri, 22 Sep 2023 11:04:23 +0200
From:   Alexandre TORGUE <alexandre.torgue@...s.st.com>
To:     Thomas BOURGOIN <thomas.bourgoin@...s.st.com>,
        Rob Herring <robh+dt@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
        Conor Dooley <conor+dt@...nel.org>,
        Maxime Coquelin <mcoquelin.stm32@...il.com>
CC:     <devicetree@...r.kernel.org>,
        <linux-stm32@...md-mailman.stormreply.com>,
        <linux-arm-kernel@...ts.infradead.org>,
        <linux-kernel@...r.kernel.org>,
        Lionel Debieve <lionel.debieve@...s.st.com>
Subject: Re: [PATCH] ARM: dts: stm32: add HASH on stm32mp131

Hi

On 8/16/23 16:26, Thomas BOURGOIN wrote:
> From: Lionel Debieve <lionel.debieve@...s.st.com>
> 
> Add the HASH support on stm32mp131.
> 
> Signed-off-by: Lionel Debieve <lionel.debieve@...s.st.com>
> Signed-off-by: Thomas Bourgoin <thomas.bourgoin@...s.st.com>
> ---
>   arch/arm/boot/dts/st/stm32mp131.dtsi | 11 +++++++++++
>   1 file changed, 11 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/st/stm32mp131.dtsi b/arch/arm/boot/dts/st/stm32mp131.dtsi
> index 672f3b7735a2..4e4f64cfb75b 100644
> --- a/arch/arm/boot/dts/st/stm32mp131.dtsi
> +++ b/arch/arm/boot/dts/st/stm32mp131.dtsi
> @@ -1210,6 +1210,17 @@ timer {
>   			};
>   		};
>   
> +		hash: hash@...03000 {
> +			compatible = "st,stm32mp13-hash";
> +			reg = <0x54003000 0x400>;
> +			interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
> +			clocks = <&rcc HASH1>;
> +			resets = <&rcc HASH1_R>;
> +			dmas = <&mdma 30 0x2 0x1000a02 0x0 0x0>;
> +			dma-names = "in";
> +			status = "disabled";
> +		};
> +
>   		mdma: dma-controller@...00000 {
>   			compatible = "st,stm32h7-mdma";
>   			reg = <0x58000000 0x1000>;

Applied on stm32-next.

Thanks.
Alex

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ