[PATCH] firmware: qcom: enable qseecom on Lenovo Yoga Slim 7x

Maya Matuszczyk posted 1 patch 2 months, 1 week ago
drivers/firmware/qcom/qcom_scm.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] firmware: qcom: enable qseecom on Lenovo Yoga Slim 7x
Posted by Maya Matuszczyk 2 months, 1 week ago
I'm not sure how to test it beyond checking if efivars work fine, and
reading and writing them works, persisting after reboot - adding a new
boot option with efibootmgr works perfectly.

Signed-off-by: Maya Matuszczyk <maccraft123mc@gmail.com>
---
 drivers/firmware/qcom/qcom_scm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/firmware/qcom/qcom_scm.c b/drivers/firmware/qcom/qcom_scm.c
index 10986cb11ec0..e11f3f325414 100644
--- a/drivers/firmware/qcom/qcom_scm.c
+++ b/drivers/firmware/qcom/qcom_scm.c
@@ -1734,6 +1734,7 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
 	{ .compatible = "lenovo,flex-5g" },
 	{ .compatible = "lenovo,thinkpad-t14s" },
 	{ .compatible = "lenovo,thinkpad-x13s", },
+	{ .compatible = "lenovo,yoga-slim7x" },
 	{ .compatible = "microsoft,romulus13", },
 	{ .compatible = "microsoft,romulus15", },
 	{ .compatible = "qcom,sc8180x-primus" },
-- 
2.46.1
Re: [PATCH] firmware: qcom: enable qseecom on Lenovo Yoga Slim 7x
Posted by Bjorn Andersson 1 month, 3 weeks ago
On Thu, 19 Sep 2024 15:44:21 +0200, Maya Matuszczyk wrote:
> I'm not sure how to test it beyond checking if efivars work fine, and
> reading and writing them works, persisting after reboot - adding a new
> boot option with efibootmgr works perfectly.
> 
> 

Applied, thanks!

[1/1] firmware: qcom: enable qseecom on Lenovo Yoga Slim 7x
      commit: c6fa2834afc6a6fe210415ec253a61e6eafdf651

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] firmware: qcom: enable qseecom on Lenovo Yoga Slim 7x
Posted by Dmitry Baryshkov 2 months, 1 week ago
On Thu, Sep 19, 2024 at 03:44:21PM GMT, Maya Matuszczyk wrote:
> I'm not sure how to test it beyond checking if efivars work fine, and
> reading and writing them works, persisting after reboot - adding a new
> boot option with efibootmgr works perfectly.
> 
> Signed-off-by: Maya Matuszczyk <maccraft123mc@gmail.com>
> ---
>  drivers/firmware/qcom/qcom_scm.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

-- 
With best wishes
Dmitry