[PATCH 3/3] firmware: qcom: scm: Allow QSEECOM on Lenovo IdeaCentre Mini X

Bjorn Andersson posted 3 patches 1 week, 1 day ago
There is a newer version of this series
[PATCH 3/3] firmware: qcom: scm: Allow QSEECOM on Lenovo IdeaCentre Mini X
Posted by Bjorn Andersson 1 week, 1 day ago
The Hamoa-based Lenovo IdeaCentre Mini X provides the same UEFI variable
access through uefisecapp as other Hamoa devices, add it to the
allowlist.

Signed-off-by: Bjorn Andersson <bjorn.andersson@oss.qualcomm.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 d1082695ec38e180cbb37fa6231018be6810da0a..a6cf36ed28c402dc09e6f54963687fa3d0e5d45f 100644
--- a/drivers/firmware/qcom/qcom_scm.c
+++ b/drivers/firmware/qcom/qcom_scm.c
@@ -2299,6 +2299,7 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
 	{ .compatible = "hp,omnibook-x14" },
 	{ .compatible = "huawei,gaokun3" },
 	{ .compatible = "lenovo,flex-5g" },
+	{ .compatible = "lenovo,ideacentre-mini-01q8x10" },
 	{ .compatible = "lenovo,thinkbook-16" },
 	{ .compatible = "lenovo,thinkpad-t14s" },
 	{ .compatible = "lenovo,thinkpad-x13s", },

-- 
2.51.0
Re: [PATCH 3/3] firmware: qcom: scm: Allow QSEECOM on Lenovo IdeaCentre Mini X
Posted by Dmitry Baryshkov 6 days, 2 hours ago
On Wed, Mar 25, 2026 at 05:34:50PM -0500, Bjorn Andersson wrote:
> The Hamoa-based Lenovo IdeaCentre Mini X provides the same UEFI variable
> access through uefisecapp as other Hamoa devices, add it to the
> allowlist.
> 
> Signed-off-by: Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
> ---
>  drivers/firmware/qcom/qcom_scm.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

> 

-- 
With best wishes
Dmitry