Skip to content

Commit 4b34d4c

Browse files
quic-bjorandeandersson
authored andcommitted
firmware: qcom: uefisecapp: Allow on sc8180x Primus and Flex 5G
Testing indicates that qseecom and uefisecapp are working on both the SC8180X Primus and Lenovo Flex 5G, providing EFI variable access. Add the two to the allow list. Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240430-uefisecapp-allowlist-sc8180x-v1-1-1a626ea9c5f1@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 9329933 commit 4b34d4c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/firmware/qcom/qcom_scm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,9 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send);
16711671
+ any potential issues with this, only allow validated machines for now.
16721672
*/
16731673
static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
1674+
{ .compatible = "lenovo,flex-5g" },
16741675
{ .compatible = "lenovo,thinkpad-x13s", },
1676+
{ .compatible = "qcom,sc8180x-primus" },
16751677
{ }
16761678
};
16771679

0 commit comments

Comments
 (0)