summaryrefslogtreecommitdiff
path: root/projects/linux/core
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2020-11-25 14:35:56 +0900
committerGeert Uytterhoeven <geert+renesas@glider.be>2020-11-25 08:41:56 +0100
commit3c83025263c568b3371bd5a10c0ff951930eb42c (patch)
treeba9afd865df27a30ace1a56ad9adc85615a55b02 /projects/linux/core
parent1dbc3bf28cd6d78e00c61a62e7f1673e0fdf2805 (diff)
projects: linux: core: split bsp392_tee
Split this task into arm64 dts side and driver side. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'projects/linux/core')
-rw-r--r--projects/linux/core/bsp392_tee.yaml8
-rw-r--r--projects/linux/core/bsp392_tee_driver.yaml20
2 files changed, 20 insertions, 8 deletions
diff --git a/projects/linux/core/bsp392_tee.yaml b/projects/linux/core/bsp392_tee.yaml
index 6a2cacf..5f56a5d 100644
--- a/projects/linux/core/bsp392_tee.yaml
+++ b/projects/linux/core/bsp392_tee.yaml
@@ -8,21 +8,13 @@ relationships:
bsp-commits:
- 2d440ad0a3976578ae47316ed1eeec5488624086 # arm64: dts: r8a77965: Add optee node
- 302879e890a65b4dc30c877e73b646de7aacf759 # arm64: dts: r8a77990: Add optee node
- - 3c9cf833fef60330a60c48de6a25491cb1ad0946 # tee: optee: Change workqueue to kthread in debug log function
- - 62f50d22df2e03990e380e582e718822934c96a5 # tee: optee: add r-car original function
- 966a851d8ac664afac9c93a6817cd95a2b719be2 # arm64: dts: r8a7796: Add optee node
- - aa1bb6d1927d617aea4afb021419326082653bf9 # tee: Add a macro to provide a register function to a kernel space
- cff6dba41e969cf92421e189998d2aa3895d643b # arm64: dts: r8a7795: Add optee node
- - eef19e7c5353b6acd3c77e2ff5efd8466c740e11 # tee: tee_shm: Fix the release function to the shared memory
upstream:
comments:
- "2d440ad0a3976578ae47316ed1eeec5488624086: Because the upstream policy of the driver is unknown"
- "302879e890a65b4dc30c877e73b646de7aacf759: Because the upstream policy of the driver is unknown"
- - "3c9cf833fef60330a60c48de6a25491cb1ad0946: Because the upstream policy of the driver is unknown"
- - "62f50d22df2e03990e380e582e718822934c96a5: Because the upstream policy of the driver is unknown"
- "966a851d8ac664afac9c93a6817cd95a2b719be2: Because the upstream policy of the driver is unknown"
- - "aa1bb6d1927d617aea4afb021419326082653bf9: Because the upstream policy of the driver is unknown"
- "cff6dba41e969cf92421e189998d2aa3895d643b: Because the upstream policy of the driver is unknown"
- - "eef19e7c5353b6acd3c77e2ff5efd8466c740e11: Because the upstream policy of the driver is unknown"
diff --git a/projects/linux/core/bsp392_tee_driver.yaml b/projects/linux/core/bsp392_tee_driver.yaml
new file mode 100644
index 0000000..ab6746d
--- /dev/null
+++ b/projects/linux/core/bsp392_tee_driver.yaml
@@ -0,0 +1,20 @@
+title: "From bsp392, upport tee driver:"
+team: Core
+key: 458ccb94-2eda-11eb-88ed-eb1474631828
+status: New
+
+relationships:
+
+bsp-commits:
+ - 3c9cf833fef60330a60c48de6a25491cb1ad0946 # tee: optee: Change workqueue to kthread in debug log function
+ - 62f50d22df2e03990e380e582e718822934c96a5 # tee: optee: add r-car original function
+ - aa1bb6d1927d617aea4afb021419326082653bf9 # tee: Add a macro to provide a register function to a kernel space
+ - eef19e7c5353b6acd3c77e2ff5efd8466c740e11 # tee: tee_shm: Fix the release function to the shared memory
+
+upstream:
+
+comments:
+ - "3c9cf833fef60330a60c48de6a25491cb1ad0946: Because the upstream policy of the driver is unknown"
+ - "62f50d22df2e03990e380e582e718822934c96a5: Because the upstream policy of the driver is unknown"
+ - "aa1bb6d1927d617aea4afb021419326082653bf9: Because the upstream policy of the driver is unknown"
+ - "eef19e7c5353b6acd3c77e2ff5efd8466c740e11: Because the upstream policy of the driver is unknown"