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] [thread-next>] [day] [month] [year] [list]
Message-ID: <439916dc-8f71-4998-b145-1d183d9e68f5@quicinc.com>
Date: Wed, 20 Dec 2023 21:07:27 +0800
From: Jinlong Mao <quic_jinlmao@...cinc.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
        Andy Gross
	<agross@...nel.org>,
        Bjorn Andersson <andersson@...nel.org>,
        Konrad Dybcio
	<konrad.dybcio@...aro.org>,
        Rob Herring <robh+dt@...nel.org>,
        "Krzysztof
 Kozlowski" <krzysztof.kozlowski+dt@...aro.org>,
        Conor Dooley
	<conor+dt@...nel.org>
CC: <linux-arm-msm@...r.kernel.org>, <devicetree@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>,
        Tingwei Zhang <quic_tingweiz@...cinc.com>,
        Yuanfang Zhang <quic_yuanfang@...cinc.com>,
        Tao Zhang
	<quic_taozha@...cinc.com>, <coresight@...ts.linaro.org>
Subject: Re: [PATCH] arm64: dts: qcom: Add coresight nodes for sm8450



On 12/20/2023 8:46 PM, Krzysztof Kozlowski wrote:
> On 20/12/2023 13:40, Mao Jinlong wrote:
>> Add coresight components on Qualcomm SM8450 Soc. The components include
>> TMC ETF/ETR, ETE, STM, TPDM, CTI.
>>
>> Signed-off-by: Mao Jinlong <quic_jinlmao@...cinc.com>
>> ---
>>   arch/arm64/boot/dts/qcom/sm8450.dtsi | 742 +++++++++++++++++++++++++++
>>   1 file changed, 742 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
>> index 1783fa78bdbc..112b5a069c94 100644
>> --- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
>> @@ -285,6 +285,192 @@ CLUSTER_SLEEP_1: cluster-sleep-1 {
>>   		};
>>   	};
>>   
>> +	ete0 {
> 
> ete-0
Thanks for the review.

In arm,embedded-trace-extension.yaml, the node name pattern is 
"^ete([0-9a-f]+)$".

examples:

# An ETE node without legacy CoreSight connections
   - |
     ete0 {
       compatible = "arm,embedded-trace-extension";
       cpu = <&cpu_0>;
     };
# An ETE node with legacy CoreSight connections
   - |
    ete1 {
       compatible = "arm,embedded-trace-extension";
       cpu = <&cpu_1>;

       out-ports {        /* legacy coresight connection */
          port {
              ete1_out_port: endpoint {
                 remote-endpoint = <&funnel_in_port0>;
              };
          };
       };
    };
> 
>> +		compatible = "arm,embedded-trace-extension";
>> +		cpu = <&CPU0>;
>> +
>> +		out-ports {
>> +			port {
>> +				ete0_out_funnel_ete: endpoint {
>> +				remote-endpoint = <&funnel_ete_in_ete0>;
> 
> Missing indentation.
> 
> ...
> 
>> +	funnel_ete {
> 
> funnel
> Anyway underscores are not allowed
> 
>> +		compatible = "arm,coresight-static-funnel";
>> +
>> +		out-ports {
>> +			port {
>> +				funnel_ete_out_funnel_apss: endpoint {
>> +					remote-endpoint =
>> +					<&funnel_apss_in_funnel_ete>;
> 
> Messed indentation
> 
> Errors above look all over this patch, so fix all instances in this patch.
> 
> Best regards,
> Krzysztof
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ