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]
Date:   Wed, 27 Jul 2022 08:51:44 +0200
From:   Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To:     Stephan Gerhold <stephan@...hold.net>
Cc:     Dmitry Baryshkov <dmitry.baryshkov@...aro.org>,
        Russell King <linux@...linux.org.uk>,
        Andy Gross <agross@...nel.org>,
        Bjorn Andersson <bjorn.andersson@...aro.org>,
        Konrad Dybcio <konrad.dybcio@...ainline.org>,
        Catalin Marinas <catalin.marinas@....com>,
        Will Deacon <will@...nel.org>, linux-kernel@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org, linux-arm-msm@...r.kernel.org
Subject: Re: [PATCH v3 1/5] ARM: qcom_defconfig: enable more Qualcomm drivers

On 26/07/2022 19:54, Stephan Gerhold wrote:
> On Tue, Jul 26, 2022 at 07:30:12PM +0200, Krzysztof Kozlowski wrote:
>> On 26/07/2022 18:49, Dmitry Baryshkov wrote:
>>> On Tue, 26 Jul 2022 at 18:06, Krzysztof Kozlowski
>>> <krzysztof.kozlowski@...aro.org> wrote:
>>>>
>>>> Enable Qualcomm drivers:
>>>> 1. socinfo driver to provide some basic information about the
>>>>    SoC being used.
>>>> 2. Remote filesystem memory driver (used in MSM8974).
>>>> 3. RPM Power domain (used in MSM8226).
>>>>
>>>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
>>>> ---
>>>>  arch/arm/configs/qcom_defconfig | 3 +++
>>>>  1 file changed, 3 insertions(+)
>>>>
>>>> diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
>>>> index 5cd935ee148a..f02448187eac 100644
>>>> --- a/arch/arm/configs/qcom_defconfig
>>>> +++ b/arch/arm/configs/qcom_defconfig
>>>> @@ -247,12 +247,15 @@ CONFIG_QCOM_COMMAND_DB=y
>>>>  CONFIG_QCOM_GSBI=y
>>>>  CONFIG_QCOM_OCMEM=y
>>>>  CONFIG_QCOM_PM=y
>>>> +CONFIG_QCOM_RMTFS_MEM=y
>>>> +CONFIG_QCOM_RPMPD=y
>>>>  CONFIG_QCOM_SMEM=y
>>>>  CONFIG_QCOM_SMD_RPM=y
>>>>  CONFIG_QCOM_SMP2P=y
>>>>  CONFIG_QCOM_SMSM=y
>>>>  CONFIG_QCOM_RPMH=y
>>>>  CONFIG_QCOM_RPMHPD=y
>>>> +CONFIG_QCOM_SOCINFO=y
>>>
>>> please add:
>>> CONFIG_QCOM_STATS=y
>>
>> I was considering it, but it seems none of ARMv7 DTS use it.
>>
> 
> Some MSM8916 boards are used on ARMv7 (due to firmware limitations)
> and the msm8916.dtsi has it. :)

OK, thanks!


Best regards,
Krzysztof

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ