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-next>] [day] [month] [year] [list]
Date:   Wed, 9 Aug 2023 23:29:30 +0530
From:   Vignesh Raghavendra <vigneshr@...com>
To:     Rob Herring <robh+dt@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
        Conor Dooley <conor+dt@...nel.org>, Nishanth Menon <nm@...com>,
        Vignesh Raghavendra <vigneshr@...com>,
        Tero Kristo <kristo@...nel.org>
CC:     Peter Ujfalusi <peter.ujfalusi@...il.com>,
        Santosh Shilimkar <ssantosh@...nel.org>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <linux-arm-kernel@...ts.infradead.org>
Subject: [PATCH 0/2] soc: ti: k3-ringacc: Add additional register regions

Ringacc on TI K3 SoCs have configuration registers region which is
usually hidden from Linux and configured via Device Manager Firmware
APIs. But certain early SWs like bootloader which run before Device
Manager is fully up would need to directly configure these registers and
thus require to be in DT description.

This add bindings for the cfg region and also adds them to DT files.
Backward compatibility is maintained to existing DT by only mandating
existing regions to be present and this new region as optional.

Nishanth: I am hoping its possible for you to take bindings and DT
via k3-dts-next once reviewed.

Vignesh Raghavendra (2):
  dt-bindings: soc: ti: k3-ringacc: Describe cfg reg region
  arm64: dts: ti: k3: Add cfg reg region to ringacc node

 Documentation/devicetree/bindings/soc/ti/k3-ringacc.yaml | 9 +++++++--
 arch/arm64/boot/dts/ti/k3-am65-main.dtsi                 | 5 +++--
 arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi                  | 6 ++++--
 arch/arm64/boot/dts/ti/k3-j7200-main.dtsi                | 5 +++--
 arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi          | 6 ++++--
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi                | 5 +++--
 arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi          | 5 +++--
 arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi               | 5 +++--
 arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi         | 5 +++--
 arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi               | 5 +++--
 arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi         | 5 +++--
 11 files changed, 39 insertions(+), 22 deletions(-)

-- 
2.41.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ