Page MenuHomePhabricator
Feed Advanced Search

Advanced Search

May 31 2019

joannafarley-arm moved T335: Bug in rdmem_attr_to_mmap_attr in spm_xlat.c from Backlog to Closed on the Trusted Firmware A board.
May 31 2019, 7:07 AM · TF-A Bug, Trusted Firmware A
joannafarley-arm moved T349: Test Task from Backlog to Closed on the Trusted Firmware A board.
May 31 2019, 7:07 AM · Trusted Firmware A
joannafarley-arm added a project to T267: platform support: Restricted Project.
May 31 2019, 7:02 AM · Trusted Firmware A, TF-A Question

May 28 2019

soby-mathew closed T334: Barrier in sprt_queue.c as Resolved.
May 28 2019, 1:17 PM · TF-A Question, Trusted Firmware A

May 21 2019

raghuncstate added a comment to T334: Barrier in sprt_queue.c.

Thanks guys! The dmbish() is not a huge deal. Just get a little nervous when i see barriers and don't completely understand why it is there. :)

May 21 2019, 10:14 PM · TF-A Question, Trusted Firmware A
soby-mathew added a comment to T334: Barrier in sprt_queue.c.

Ah, You are right. Having taken a look at it again, yes, the SP-> SPM communication is register based and this spm_response_add() is invoked by SPM to push to a buffer within EL3 (its not a shared buffer between different ELs). I suspect the shared buffer primitives were written with shared buffer scenario in mind and the current prototype implementation does not optimize it for the case when the buffer is within EL3.

May 21 2019, 9:03 PM · TF-A Question, Trusted Firmware A
raghuncstate added a comment to T334: Barrier in sprt_queue.c.

Thanks Paul, Soby.
spm_response_*() currently cannot invoked by any secure partition since the responses[] array is in EL3 space. Is this not the case ? or is it the expectation that the responses array will be mapped to secure EL0 some time in the future? I don't see how a secure partition can invoke spm_response_* other than through an SMC, in which case we are already in EL3 context and dont require the dmbish(), as Paul pointed. I understand your argument for sprt_queue_*, since they are invoked by EL3 and the secure partition.

May 21 2019, 4:33 PM · TF-A Question, Trusted Firmware A
soby-mathew added a comment to T334: Barrier in sprt_queue.c.

Who is the lockless reader for spm_response_add() and spm_response_get()?

May 21 2019, 3:23 PM · TF-A Question, Trusted Firmware A
pbeesley-arm added a comment to T334: Barrier in sprt_queue.c.

Apologies for the delay. I've had a look into the spm_buffers.c file and I understand your query is around the dmbish() that's performed shortly before releasing the lock in both spm_response_add() and spm_response_get().

May 21 2019, 1:57 PM · TF-A Question, Trusted Firmware A
pbeesley-arm updated subscribers of T334: Barrier in sprt_queue.c.
May 21 2019, 12:40 PM · TF-A Question, Trusted Firmware A

May 20 2019

sandeepbrcm added a member for Trusted Firmware A: sandeepbrcm.
May 20 2019, 3:08 AM

May 13 2019

raghuncstate added a comment to T334: Barrier in sprt_queue.c.

anything ?

May 13 2019, 6:58 PM · TF-A Question, Trusted Firmware A
pbeesley-arm added a comment to T335: Bug in rdmem_attr_to_mmap_attr in spm_xlat.c.

Thanks for taking a look and providing confirmation! :)

May 13 2019, 9:43 AM · TF-A Bug, Trusted Firmware A
pbeesley-arm closed T335: Bug in rdmem_attr_to_mmap_attr in spm_xlat.c as Wontfix.
May 13 2019, 9:41 AM · TF-A Bug, Trusted Firmware A
jts-arm closed T349: Test Task as Invalid.
May 13 2019, 9:28 AM · Trusted Firmware A
jts-arm created T349: Test Task.
May 13 2019, 9:27 AM · Trusted Firmware A
jts-arm changed the visibility for Q22: Test TF-A question.
May 13 2019, 8:59 AM · Trusted Firmware A

May 11 2019

raghuncstate added a comment to T335: Bug in rdmem_attr_to_mmap_attr in spm_xlat.c.

Thanks for taking a look and providing confirmation! :)

May 11 2019, 1:49 AM · TF-A Bug, Trusted Firmware A

May 10 2019

pbeesley-arm added a comment to T335: Bug in rdmem_attr_to_mmap_attr in spm_xlat.c.

Hello. Thanks for your report.

May 10 2019, 12:46 PM · TF-A Bug, Trusted Firmware A

May 8 2019

raghuncstate added a comment to T334: Barrier in sprt_queue.c.

Thanks. Missed the lockless reader of the queue. Who is the lockless reader for spm_response_add() and spm_response_get()?

May 8 2019, 11:40 PM · TF-A Question, Trusted Firmware A
antonio-nino-diaz-arm added a comment to T334: Barrier in sprt_queue.c.

A secure partition may be reading from the queue from CPU1 at the same time as CPU0 pushes a new request. If this happens, it is needed that the stores are seen in the same order by all observers of the system.

May 8 2019, 2:54 PM · TF-A Question, Trusted Firmware A
soby-mathew assigned T334: Barrier in sprt_queue.c to pbeesley-arm.
May 8 2019, 9:50 AM · TF-A Question, Trusted Firmware A
soby-mathew assigned T335: Bug in rdmem_attr_to_mmap_attr in spm_xlat.c to pbeesley-arm.
May 8 2019, 9:49 AM · TF-A Bug, Trusted Firmware A
soby-mathew added a comment to T290: Example task/Issue 2.

Example comment 3

May 8 2019, 9:47 AM · TF-A General, Trusted Firmware A
soby-mathew changed the visibility for T335: Bug in rdmem_attr_to_mmap_attr in spm_xlat.c.
May 8 2019, 9:45 AM · TF-A Bug, Trusted Firmware A

May 6 2019

raghuncstate changed the visibility for T335: Bug in rdmem_attr_to_mmap_attr in spm_xlat.c.
May 6 2019, 11:04 PM · TF-A Bug, Trusted Firmware A
raghuncstate added a watcher for Trusted Firmware A: raghuncstate.
May 6 2019, 10:54 PM

May 5 2019

raghuncstate updated the task description for T334: Barrier in sprt_queue.c.
May 5 2019, 9:09 PM · TF-A Question, Trusted Firmware A
raghuncstate triaged T334: Barrier in sprt_queue.c as Normal priority.
May 5 2019, 9:07 PM · TF-A Question, Trusted Firmware A

May 2 2019

kennyliang-mtk added a comment to T314: Initialize platform for MediaTek mt8183.

According to Hung-Te's comment,
https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/860#message-233c99d5_765db5d9
I split the initial commit to several smaller patches.

May 2 2019, 1:14 PM · Trusted Firmware A
kennyliang-mtk added a comment to T314: Initialize platform for MediaTek mt8183.

According to Hung-Te's comment,
https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/860#message-233c99d5_765db5d9
I split the initial commit to several smaller patches.

May 2 2019, 1:12 PM · Trusted Firmware A

Apr 18 2019

Z1NZ removed a watcher for Trusted Firmware A: Z1NZ.
Apr 18 2019, 5:01 PM

Apr 17 2019

jts-arm added a comment to T314: Initialize platform for MediaTek mt8183.

Hello kennyliang-mtk,

Apr 17 2019, 10:28 AM · Trusted Firmware A
Z1NZ added a watcher for Trusted Firmware A: Z1NZ.
Apr 17 2019, 8:23 AM
kennyliang-mtk added a comment to T314: Initialize platform for MediaTek mt8183.
In T314#3510, @jts-arm wrote:

Excuse me, how do I link the commit,
https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/860
to this task?

Hello kennyliang-mtk,
the link to the code review that you provided seems fine to me. Unless you had something more in mind?

John

Apr 17 2019, 7:15 AM · Trusted Firmware A

Apr 12 2019

jts-arm added a comment to T314: Initialize platform for MediaTek mt8183.

Excuse me, how do I link the commit,
https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/860
to this task?

Apr 12 2019, 11:58 AM · Trusted Firmware A
kennyliang-mtk raised the priority of T314: Initialize platform for MediaTek mt8183 from Normal to Needs Triage.
Apr 12 2019, 8:03 AM · Trusted Firmware A
kennyliang-mtk added a comment to T314: Initialize platform for MediaTek mt8183.

Excuse me, how do I link the commit,
https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/860
to this task?
Thanks.

Apr 12 2019, 7:57 AM · Trusted Firmware A
kennyliang-mtk updated subscribers of T314: Initialize platform for MediaTek mt8183.
Apr 12 2019, 7:56 AM · Trusted Firmware A
kennyliang-mtk triaged T314: Initialize platform for MediaTek mt8183 as Normal priority.
Apr 12 2019, 7:13 AM · Trusted Firmware A

Apr 11 2019

sandrine-bailleux-arm edited the content of Getting started: Contributing TF-A patches on www.trustedfirmware.org.
Apr 11 2019, 1:50 PM · Trusted Firmware A

Apr 8 2019

sandrine-bailleux-arm removed a project from T308: Coverity defect #337491: TF-A Bug.
Apr 8 2019, 8:15 AM · Trusted Firmware A
sandrine-bailleux-arm created T308: Coverity defect #337491.
Apr 8 2019, 7:48 AM · Trusted Firmware A

Apr 5 2019

joannafarley-arm added a comment to T290: Example task/Issue 2.

Example comment 2

Apr 5 2019, 10:24 AM · TF-A General, Trusted Firmware A
joannafarley-arm added a comment to T290: Example task/Issue 2.

Example comment 1

Apr 5 2019, 10:24 AM · TF-A General, Trusted Firmware A
joannafarley-arm moved T306: Dummy from Backlog to Closed on the Trusted Firmware A board.
Apr 5 2019, 10:23 AM · Trusted Firmware A, TF-A Info

Apr 4 2019

joannafarley-arm closed T306: Dummy as Resolved.
Apr 4 2019, 3:19 PM · Trusted Firmware A, TF-A Info
ambroise-arm added a project to T306: Dummy: Trusted Firmware A.
Apr 4 2019, 3:17 PM · Trusted Firmware A, TF-A Info
ambroise-arm added a member for Trusted Firmware A: ambroise-arm.
Apr 4 2019, 3:14 PM

Apr 3 2019

sandrine-bailleux-arm edited the content of Getting started: Contributing TF-A patches on www.trustedfirmware.org.
Apr 3 2019, 12:10 PM · Trusted Firmware A

Apr 2 2019

sandrine-bailleux-arm edited the content of Getting started: Contributing TF-A patches on www.trustedfirmware.org.
Apr 2 2019, 8:13 PM · Trusted Firmware A
sandrine-bailleux-arm edited the content of Getting started: Contributing TF-A patches on www.trustedfirmware.org.
Apr 2 2019, 1:56 PM · Trusted Firmware A
lmayencourt added a member for Trusted Firmware A: lmayencourt.
Apr 2 2019, 12:31 PM
sandrine-bailleux-arm edited the content of Getting started: Contributing TF-A patches on www.trustedfirmware.org.
Apr 2 2019, 12:08 PM · Trusted Firmware A
sandrine-bailleux-arm changed the edit policy for Getting started: Contributing TF-A patches on www.trustedfirmware.org.
Apr 2 2019, 11:58 AM · Trusted Firmware A
sandrine-bailleux-arm changed the visibility for Getting started: Contributing TF-A patches on www.trustedfirmware.org.
Apr 2 2019, 11:57 AM · Trusted Firmware A
sandrine-bailleux-arm edited the content of Getting started: Contributing TF-A patches on www.trustedfirmware.org.
Apr 2 2019, 11:56 AM · Trusted Firmware A
sandrine-bailleux-arm edited the content of Getting started: Contributing TF-A patches on www.trustedfirmware.org.
Apr 2 2019, 11:47 AM · Trusted Firmware A
sandrine-bailleux-arm edited the content of Getting started: Contributing TF-A patches on www.trustedfirmware.org.
Apr 2 2019, 11:46 AM · Trusted Firmware A
sandrine-bailleux-arm edited the content of Getting started: Contributing TF-A patches on www.trustedfirmware.org.
Apr 2 2019, 11:46 AM · Trusted Firmware A
sandrine-bailleux-arm edited the content of Getting started: Contributing TF-A patches on www.trustedfirmware.org.
Apr 2 2019, 11:42 AM · Trusted Firmware A
sandrine-bailleux-arm edited the content of Getting started: Contributing TF-A patches on www.trustedfirmware.org.
Apr 2 2019, 11:34 AM · Trusted Firmware A
sandrine-bailleux-arm edited the content of Getting started: Contributing TF-A patches on www.trustedfirmware.org.
Apr 2 2019, 11:30 AM · Trusted Firmware A
sandrine-bailleux-arm created Getting started: Contributing TF-A patches on www.trustedfirmware.org.
Apr 2 2019, 11:20 AM · Trusted Firmware A

Mar 27 2019

jts-arm added a member for Trusted Firmware A: jts-arm.
Mar 27 2019, 12:39 PM

Mar 22 2019

joannafarley-arm renamed T291: Example task/Issue 3 from Example task 3 to Example task/Issue 3.
Mar 22 2019, 4:01 PM · TF-A General, Trusted Firmware A
joannafarley-arm renamed T290: Example task/Issue 2 from Example task 2 to Example task/Issue 2.
Mar 22 2019, 4:01 PM · TF-A General, Trusted Firmware A
joannafarley-arm renamed T267: platform support from Example task/Issue for TF-A to Example task/Issue 1 for TF-A.
Mar 22 2019, 4:00 PM · Trusted Firmware A, TF-A Question
joannafarley-arm updated the task description for T267: platform support.
Mar 22 2019, 1:46 PM · Trusted Firmware A, TF-A Question
joannafarley-arm updated the task description for T267: platform support.
Mar 22 2019, 1:41 PM · Trusted Firmware A, TF-A Question
joannafarley-arm updated the task description for T291: Example task/Issue 3.
Mar 22 2019, 1:20 PM · TF-A General, Trusted Firmware A
joannafarley-arm moved T20: Add names and descriptions to git.trustedfirmware.org repositories from Backlog to Closed on the Trusted Firmware A board.
Mar 22 2019, 1:19 PM · Trusted Firmware M, Trusted Firmware A
joannafarley-arm moved T291: Example task/Issue 3 from Backlog to Closed on the Trusted Firmware A board.
Mar 22 2019, 1:18 PM · TF-A General, Trusted Firmware A
joannafarley-arm moved T290: Example task/Issue 2 from Closed to In Progress on the Trusted Firmware A board.
Mar 22 2019, 1:17 PM · TF-A General, Trusted Firmware A
joannafarley-arm moved T290: Example task/Issue 2 from In Progress to Closed on the Trusted Firmware A board.
Mar 22 2019, 1:17 PM · TF-A General, Trusted Firmware A
joannafarley-arm closed T291: Example task/Issue 3 as Resolved.
Mar 22 2019, 1:16 PM · TF-A General, Trusted Firmware A
joannafarley-arm renamed T290: Example task/Issue 2 from Example tasks 2 to Example task 2.
Mar 22 2019, 1:15 PM · TF-A General, Trusted Firmware A
joannafarley-arm renamed T290: Example task/Issue 2 from Test tasks 2 to Example tasks 2.
Mar 22 2019, 1:15 PM · TF-A General, Trusted Firmware A
joannafarley-arm updated the task description for T290: Example task/Issue 2.
Mar 22 2019, 1:14 PM · TF-A General, Trusted Firmware A
joannafarley-arm moved T290: Example task/Issue 2 from Backlog to In Progress on the Trusted Firmware A board.
Mar 22 2019, 1:13 PM · TF-A General, Trusted Firmware A
joannafarley-arm added a project to T290: Example task/Issue 2: TF-A General.
Mar 22 2019, 1:13 PM · TF-A General, Trusted Firmware A
joannafarley-arm created T290: Example task/Issue 2.
Mar 22 2019, 1:13 PM · TF-A General, Trusted Firmware A
joannafarley-arm renamed T267: platform support from Test task/Issue for TF-A to Example task/Issue for TF-A.
Mar 22 2019, 12:11 PM · Trusted Firmware A, TF-A Question
joannafarley-arm renamed T267: platform support from Test task for TF-A to Test task/Issue for TF-A.
Mar 22 2019, 12:01 PM · Trusted Firmware A, TF-A Question
joannafarley-arm added projects to T267: platform support: TF-A Bug, TF-A Question.
Mar 22 2019, 11:58 AM · Trusted Firmware A, TF-A Question

Mar 4 2019

sandrine-bailleux-arm changed the visibility for Trusted Firmware A.
Mar 4 2019, 3:24 PM

Feb 27 2019

joannafarley-arm moved T267: platform support from In Progress to Backlog on the Trusted Firmware A board.
Feb 27 2019, 12:38 PM · Trusted Firmware A, TF-A Question
joannafarley-arm moved T267: platform support from Backlog to In Progress on the Trusted Firmware A board.
Feb 27 2019, 12:38 PM · Trusted Firmware A, TF-A Question
joannafarley-arm added a comment to T267: platform support.

comment 2

Feb 27 2019, 12:30 PM · Trusted Firmware A, TF-A Question
joannafarley-arm added a comment to T267: platform support.

comment 1

Feb 27 2019, 12:30 PM · Trusted Firmware A, TF-A Question
joannafarley-arm claimed T267: platform support.

Test TF-A tasks

Feb 27 2019, 12:22 PM · Trusted Firmware A, TF-A Question
joannafarley-arm created T267: platform support.
Feb 27 2019, 12:21 PM · Trusted Firmware A, TF-A Question

Jan 8 2019

joannafarley-arm added a watcher for Trusted Firmware A: joannafarley-arm.
Jan 8 2019, 10:45 AM

Sep 28 2018

soby-mathew added a member for Trusted Firmware A: soby-mathew.
Sep 28 2018, 3:41 PM
soby-mathew added a watcher for Trusted Firmware A: soby-mathew.
Sep 28 2018, 3:40 PM
antonio-nino-diaz-arm added a watcher for Trusted Firmware A: antonio-nino-diaz-arm.
Sep 28 2018, 10:49 AM
antonio-nino-diaz-arm added a member for Trusted Firmware A: antonio-nino-diaz-arm.
Sep 28 2018, 10:49 AM

Sep 19 2018

sandrine-bailleux-arm added a member for Trusted Firmware A: sandrine-bailleux-arm.
Sep 19 2018, 10:52 AM
sandrine-bailleux-arm added a watcher for Trusted Firmware A: sandrine-bailleux-arm.
Sep 19 2018, 10:51 AM

Aug 30 2018

joannafarley-arm added a member for Trusted Firmware A: joannafarley-arm.
Aug 30 2018, 10:37 AM