Skip to content

Commit c716e34

Browse files
committed
firmware: qcom: scm: Allow QSEECOM for HP EliteBook Ultra G1q
JIRA: https://issues.redhat.com/browse/RHEL-117514 commit eb47bca Author: Juerg Haefliger <juerg.haefliger@canonical.com> Date: Tue Apr 29 16:49:57 2025 +0200 firmware: qcom: scm: Allow QSEECOM for HP EliteBook Ultra G1q This is required to get access to efivars and uefi boot loader support. Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com> Link: https://lore.kernel.org/r/20250429144957.2088284-5-juerg.haefliger@canonical.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Eric Chanudet <echanude@redhat.com>
1 parent 9ca11e9 commit c716e34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/firmware/qcom/qcom_scm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,6 +1989,7 @@ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
19891989
{ .compatible = "asus,zenbook-a14-ux3407qa" },
19901990
{ .compatible = "asus,zenbook-a14-ux3407ra" },
19911991
{ .compatible = "dell,xps13-9345" },
1992+
{ .compatible = "hp,elitebook-ultra-g1q" },
19921993
{ .compatible = "hp,omnibook-x14" },
19931994
{ .compatible = "huawei,gaokun3" },
19941995
{ .compatible = "lenovo,flex-5g" },

0 commit comments

Comments
 (0)