Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
firmware: qcom: scm: Allow QSEECOM on Dell XPS 13 9345
Browse files Browse the repository at this point in the history
[ Upstream commit 304c250 ]

Allow particular machine accessing eg. efivars.

Signed-off-by: Aleksandrs Vinarskis <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Tested-by: Stefan Schmidt <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
alexVinarskis authored and gregkh committed Dec 13, 2024
1 parent 19cf10c commit 8f9b910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/firmware/qcom/qcom_scm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1742,6 +1742,7 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send);
+ any potential issues with this, only allow validated machines for now.
*/
static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
{ .compatible = "dell,xps13-9345" },
{ .compatible = "lenovo,flex-5g" },
{ .compatible = "lenovo,thinkpad-t14s" },
{ .compatible = "lenovo,thinkpad-x13s", },
Expand Down

0 comments on commit 8f9b910

Please sign in to comment.