-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: zarhus: packagegroups: add OP-TEE userspace support
Signed-off-by: Daniil Klimuk <[email protected]>
- Loading branch information
Showing
4 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
...rockchip/recipes-kernel/linux/linux-yocto/0001-rk356x.dtsi-add-optee-firmware-entry.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Upstream-Status: Pending | ||
|
||
From 8306034d72cb2e9fd46ee835806f8d41788f8368 Mon Sep 17 00:00:00 2001 | ||
From: Daniil Klimuk <[email protected]> | ||
Date: Thu, 5 Sep 2024 12:24:52 +0200 | ||
Subject: [PATCH] rk356x.dtsi: add optee firmware entry | ||
|
||
Signed-off-by: Daniil Klimuk <[email protected]> | ||
--- | ||
arch/arm64/boot/dts/rockchip/rk356x.dtsi | 5 +++++ | ||
1 file changed, 5 insertions(+) | ||
|
||
diff --git a/arch/arm64/boot/dts/rockchip/rk356x.dtsi b/arch/arm64/boot/dts/rockchip/rk356x.dtsi | ||
index fff3cf8bb450..3be71f6bec2a 100644 | ||
--- a/arch/arm64/boot/dts/rockchip/rk356x.dtsi | ||
+++ b/arch/arm64/boot/dts/rockchip/rk356x.dtsi | ||
@@ -158,6 +158,11 @@ scmi_clk: protocol@14 { | ||
#clock-cells = <1>; | ||
}; | ||
}; | ||
+ | ||
+ optee: optee { | ||
+ compatible = "linaro,optee-tz"; | ||
+ method = "smc"; | ||
+ }; | ||
}; | ||
|
||
gpu_opp_table: opp-table-1 { | ||
-- | ||
2.46.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ inherit core-image | |
|
||
IMAGE_INSTALL:append = " \ | ||
packagegroup-zarhus-system \ | ||
packagegroup-zarhus-security \ | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters