Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
9ff69ef
FROMLIST: soc: qcom: mdt_loader: Remove unused parameter
mukeshojha-linux Aug 7, 2025
f566aa7
FROMLIST: soc: qcom: mdt_loader: Remove pas id parameter
mukeshojha-linux Aug 7, 2025
a4cfd1d
FROMLIST: soc: qcom: mdt_loader: Remove unused parameter
mukeshojha-linux Aug 7, 2025
daf631e
FROMLIST: dt-bindings: remoteproc: qcom,pas: Add iommus property
mukeshojha-linux Oct 7, 2025
b0b0c43
FROMLIST: firmware: qcom_scm: Rename peripheral as pas_id
mukeshojha-linux Oct 7, 2025
64200bf
FROMLIST: firmware: qcom_scm: Introduce PAS context initialization an…
mukeshojha-linux Oct 7, 2025
63ce357
FROMLIST: soc: qcom: mdtloader: Add PAS context aware qcom_mdt_pas_lo…
mukeshojha-linux Oct 7, 2025
00398e7
FROMLIST: remoteproc: pas: Replace metadata context with PAS context …
mukeshojha-linux Oct 7, 2025
34b58f4
FROMLIST: firmware: qcom_scm: Add a prep version of auth_and_reset fu…
mukeshojha-linux Oct 7, 2025
cdb34e3
FROMLIST: firmware: qcom_scm: Simplify qcom_scm_pas_init_image()
mukeshojha-linux Oct 7, 2025
c107ad1
FROMLIST: firmware: qcom_scm: Add SHM bridge handling for PAS when ru…
mukeshojha-linux Oct 7, 2025
667aae0
FROMLIST: firmware: qcom_scm: Add qcom_scm_pas_get_rsc_table() to get…
mukeshojha-linux Oct 7, 2025
9f3c1c3
FROMLIST: remoteproc: pas: Extend parse_fw callback to fetch resource…
mukeshojha-linux Oct 7, 2025
b895a29
FROMLIST: remoteproc: qcom: pas: Enable Secure PAS support with IOMMU…
mukeshojha-linux Oct 7, 2025
cd849ba
FROMLIST: arm64: dts: qcom: Add EL2 overlay for Lemans
mukeshojha-linux Sep 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ properties:
- const: stop-ack
- const: shutdown-ack

iommus:
minItems: 1

power-domains:
minItems: 1
maxItems: 3
Expand Down
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/qcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,11 @@ dtb-$(CONFIG_ARCH_QCOM) += qcs6490-rb3gen2-vision-mezzanine.dtb
dtb-$(CONFIG_ARCH_QCOM) += qcs8300-ride.dtb
dtb-$(CONFIG_ARCH_QCOM) += qcs8550-aim300-aiot.dtb
dtb-$(CONFIG_ARCH_QCOM) += qcs9100-ride.dtb
qcs9100-ride-el2-dtbs := qcs9100-ride.dtb lemans-el2.dtbo
dtb-$(CONFIG_ARCH_QCOM) += qcs9100-ride-el2.dtb
dtb-$(CONFIG_ARCH_QCOM) += qcs9100-ride-r3.dtb
qcs9100-ride-r3-el2-dtbs := qcs9100-ride-r3.dtb lemans-el2.dtbo
dtb-$(CONFIG_ARCH_QCOM) += qcs9100-ride-r3-el2.dtb
dtb-$(CONFIG_ARCH_QCOM) += qdu1000-idp.dtb
dtb-$(CONFIG_ARCH_QCOM) += qrb2210-rb1.dtb
dtb-$(CONFIG_ARCH_QCOM) += qrb4210-rb2.dtb
Expand Down
Loading