Page MenuHomePhabricator
Feed All Stories

Mar 25 2020

pbatard added a comment to T686: RPI3/RPI4: support PSCI CPU_OFF.

Current gerrit proposal to fix this can be found in https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/3749 (and related preceding commits).

Mar 25 2020, 4:11 PM · TF-A Bug, Trusted Firmware A
soby-mathew added a comment to T692: AN521 FVP soft reset via AIRCR does not reset MPC / PPC / MPU during PSA FF test.

This is an issue on FVP. It will case the system cannot boot up after a warm reset. So as a workaround, we have to skip BL2 when testing.

Mar 25 2020, 10:31 AM · Trusted Firmware M
soby-mathew added a comment to T692: AN521 FVP soft reset via AIRCR does not reset MPC / PPC / MPU during PSA FF test.

The output hangs at this point :

Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
[INF] Starting bootloader
[INF] Image 0: version=0.0.0+5, magic= good, image_ok=0x3
[INF] Image 1: No valid image
[INF] Booting image from the primary slot
[INF] Bootloader chainload address offset: 0x80000
[INF] Jumping to the first image slot
[Sec Thread] Secure image initializing!
TFM level is: 0x00000001
[Sec Thread] Jumping to non-secure code...
Mar 25 2020, 10:29 AM · Trusted Firmware M
soby-mathew created T692: AN521 FVP soft reset via AIRCR does not reset MPC / PPC / MPU during PSA FF test.
Mar 25 2020, 10:28 AM · Trusted Firmware M
soby-mathew closed T691: Some PSA-Arch Crypto tests fail with CC-312 as Wontfix.

This is a known limitation of CC-312 and hence will not be fixed in TF-M code.

Mar 25 2020, 10:25 AM · Trusted Firmware M
soby-mathew assigned T691: Some PSA-Arch Crypto tests fail with CC-312 to tamasban.

Update from Tamas

Mar 25 2020, 10:24 AM · Trusted Firmware M
soby-mathew created T691: Some PSA-Arch Crypto tests fail with CC-312.
Mar 25 2020, 10:21 AM · Trusted Firmware M
userid0x0 added a comment to T690: BL31 el3_exit is marked as function.

I can try end of the week. Thanks.

Mar 25 2020, 8:30 AM · TF-A Bug, Trusted Firmware A

Mar 24 2020

sandrine-bailleux-arm added a comment to T688: Get access to the private keys created by the cert_create.

Sorry if it wasn't clear in my original answer, the SAVE_KEYS=1 option (and friends) must be passed on the command line when you build the firmware, not the cert_create tool itself. The tool has no built-in knowledge of which keys it should use, instead it is told so when it is invoked.

Mar 24 2020, 1:25 PM · TF-A Question

Mar 23 2020

edison-ai closed T441: Wrong return type of tfm_core_set_secure_exception_priorities() as Resolved.

Thanks for reminding me. Miss it. All patches had been merged, close it.

Mar 23 2020, 2:06 AM · Trusted Firmware M

Mar 20 2020

e-shreve-ti added a comment to T441: Wrong return type of tfm_core_set_secure_exception_priorities().

@edison-ai , both patches were merged. Is this task done?

Mar 20 2020, 7:14 PM · Trusted Firmware M
e-shreve-ti added a watcher for Trusted Firmware M: e-shreve-ti.
Mar 20 2020, 7:03 PM
Yann-lms added a comment to T661: BL32/SP_min cannot use arg3 from BL2 in AARCH32.

Corrected with the following commit that has just been merged:
https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/3518

Mar 20 2020, 8:04 AM · Trusted Firmware A, TF-A Bug

Mar 19 2020

tannoa2 added a comment to T688: Get access to the private keys created by the cert_create.

Hi @sandrine-bailleux-arm, where do the PEM files go? Because I still can't find them.

Mar 19 2020, 7:01 PM · TF-A Question
tannoa2 added a comment to T688: Get access to the private keys created by the cert_create.

Thanks a lot @sandrine-bailleux-arm for the input. I will try it now.

Mar 19 2020, 6:00 PM · TF-A Question
sandrine-bailleux-arm added a comment to T690: BL31 el3_exit is marked as function.

This makes sense to me. Would you mind preparing a patch that removes the func macro on el3_exit and post it on review.trustedfirmware.org ?

Mar 19 2020, 2:08 PM · TF-A Bug, Trusted Firmware A
userid0x0 created T690: BL31 el3_exit is marked as function.
Mar 19 2020, 10:56 AM · TF-A Bug, Trusted Firmware A
kevin-peng-hao created T689: Add some logs printing in NS to indicate the whole system has booted up.
Mar 19 2020, 8:58 AM · Trusted Firmware M
kevin-peng-hao closed T681: TF-M cannot boot up when SST using flash FS on Musca-b1 as Resolved.
Mar 19 2020, 8:55 AM · Trusted Firmware M

Mar 18 2020

sandrine-bailleux-arm added a comment to T688: Get access to the private keys created by the cert_create.

By default, the cert_create tool creates temporary keys that it keeps in RAM just to sign the certificates. These keys are not stored in files on the disk and are thus discarded after the tool exits.
If you want to save them, please have a look at the SAVE_KEYS build option. In your case, adding SAVE_KEYS=1 NON_TRUSTED_WORLD_KEY=ntw.key BL31_KEY=bl31.key to your command line should do what you want. You'll get the private keys in PEM format I believe, from which you can generate the associated public keys using the openssl tool (or equivalent) if needed.

Mar 18 2020, 1:32 PM · TF-A Question
sandrine-bailleux-arm edited the content of Collaboration.
Mar 18 2020, 12:28 PM
sandrine-bailleux-arm added a comment to Project Maintenance Process.

@danh-arm Good point, done.

Mar 18 2020, 12:27 PM
sandrine-bailleux-arm renamed Project Maintenance Process from TF-A/TF-M Project Maintenance Proposal to Project Maintenance Proposal.
Mar 18 2020, 12:27 PM
danh-arm added a comment to Project Maintenance Process.

Could we remove the "TF-A/TF-M" bit from the title and just make it clear in the "Goal of this proposal" that we're focusing on TF-A/TF-M initially? Eventually we want this to apply to all projects.

Mar 18 2020, 11:46 AM
sandrine-bailleux-arm edited the content of Project Maintenance Process.
Mar 18 2020, 10:12 AM
sandrine-bailleux-arm edited the content of Collaboration.
Mar 18 2020, 10:08 AM
sandrine-bailleux-arm renamed Project Maintenance Process from Project-maintenance-proposal to TF-A/TF-M Project Maintenance Proposal.
Mar 18 2020, 10:06 AM
sandrine-bailleux-arm created an object: Project Maintenance Process.
Mar 18 2020, 10:06 AM

Mar 17 2020

tannoa2 updated the task description for T688: Get access to the private keys created by the cert_create.
Mar 17 2020, 7:58 PM · TF-A Question
tannoa2 created T688: Get access to the private keys created by the cert_create.
Mar 17 2020, 7:33 PM · TF-A Question
bfletcher edited the content of Website.
Mar 17 2020, 10:20 AM
Andre-ARM claimed T669: sunxi h6 need fix memory map.

I took the patch and put it into gerrit. Due to a lack of name or email address I used mine. Happy to change that once I learn about the real identity of "armlabs".

Mar 17 2020, 12:37 AM · Trusted Firmware A

Mar 16 2020

jf549 closed T659: Crypto: Disable SHA-1 by default as Resolved.
Mar 16 2020, 12:43 PM · Restricted Project

Mar 12 2020

matetothpal triaged T687: Non-Secure scatter files might over-allocate RAM as Low priority.
Mar 12 2020, 1:51 PM · Trusted Firmware M
soby-mathew added a comment to T686: RPI3/RPI4: support PSCI CPU_OFF.

Hi Andrew, yes the change looks fine.

Mar 12 2020, 11:58 AM · TF-A Bug, Trusted Firmware A
andreiw updated subscribers of T686: RPI3/RPI4: support PSCI CPU_OFF.
Mar 12 2020, 5:44 AM · TF-A Bug, Trusted Firmware A
andreiw claimed T686: RPI3/RPI4: support PSCI CPU_OFF.
Mar 12 2020, 5:44 AM · TF-A Bug, Trusted Firmware A
andreiw added a comment to T686: RPI3/RPI4: support PSCI CPU_OFF.

If this generally looks okay I'm happy to follow https://developer.trustedfirmware.org/w/tf_a/gerrit-getting-started/ and push this for review according to the TF-A workflow.

Mar 12 2020, 5:44 AM · TF-A Bug, Trusted Firmware A
andreiw added a comment to T686: RPI3/RPI4: support PSCI CPU_OFF.

Again, this is for now staged via Pete's tree and you can view the pull request here - https://github.com/pbatard/arm-trusted-firmware/pull/2

Mar 12 2020, 5:41 AM · TF-A Bug, Trusted Firmware A
andreiw triaged T686: RPI3/RPI4: support PSCI CPU_OFF as High priority.
Mar 12 2020, 5:38 AM · TF-A Bug, Trusted Firmware A

Mar 11 2020

gyuri-szing added a comment to T228: Update build system to support latest cmake version..

This page lists cmake versions available in different Linux distributions.
https://gitlab.kitware.com/cmake/community/-/wikis/CMake-Versions-on-Linux-Distros

Mar 11 2020, 9:24 PM · Trusted Firmware M
fapamixi added a comment to T110: Add key diversification support in SST.

Love to comment on Google it.

Mar 11 2020, 5:53 PM · Restricted Project
bfletcher edited the content of Website.
Mar 11 2020, 10:20 AM
bfletcher edited the content of Website.
Mar 11 2020, 10:12 AM
bfletcher edited the content of Website.
Mar 11 2020, 10:09 AM
ChangwuShan added a comment to T549: Enhancement TF-M to support ACK test.

https://review.trustedfirmware.org/c/trusted-firmware-m/+/3634

Mar 11 2020, 3:03 AM · Trusted Firmware M

Mar 10 2020

bfletcher edited the content of Website.
Mar 10 2020, 3:34 PM
bfletcher edited the content of Collaboration.
Mar 10 2020, 1:00 PM
bfletcher edited the content of Collaboration.
Mar 10 2020, 12:59 PM
bfletcher created an object: Website.
Mar 10 2020, 12:56 PM
gbrtth added a comment to T683: Enable Musca-S1 and AN539 targets for PSA tests.

https://review.trustedfirmware.org/c/trusted-firmware-m/+/3618

Mar 10 2020, 10:33 AM
abhishek-pandit created an object: Collaboration.
Mar 10 2020, 10:27 AM
abhishek-pandit changed the edit policy for Resources.
Mar 10 2020, 10:24 AM
gbrtth triaged T683: Enable Musca-S1 and AN539 targets for PSA tests as Normal priority.
Mar 10 2020, 10:16 AM
edison-ai added a comment to T681: TF-M cannot boot up when SST using flash FS on Musca-b1.

By using this patch, the test will stop at test case 4 by the hardware flash bug, which is not related to this defect.
After the test fails, the system cannot boot up anymore except we erase the flashes again.

Mar 10 2020, 2:25 AM · Trusted Firmware M

Mar 9 2020

abhishek-pandit edited the content of TSC Meetings.
Mar 9 2020, 11:33 AM

Mar 7 2020

charleneo507 added a comment to T110: Add key diversification support in SST.

Add key diversification support never missed in your work. If you missed it, Means you missed all support key which never going to be missed in best essays reviews. I want to stay here and wait for the time when others come for our help and we can easily check diversification support method.

Mar 7 2020, 11:45 AM · Restricted Project

Mar 6 2020

pbatard closed T605: RPi4: Baudrate is set incorrectly with recent versions of start4.elf as Resolved.
Mar 6 2020, 3:07 PM · TF-A Bug, Trusted Firmware A
pbatard added a comment to T605: RPi4: Baudrate is set incorrectly with recent versions of start4.elf.

This has been fixed in https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/2789.

Mar 6 2020, 3:06 PM · TF-A Bug, Trusted Firmware A

Mar 5 2020

kevin-peng-hao added a comment to T672: Rename Secure Storage Service (SST) to Protected Storage.

Patch for addressing the ticket:
https://review.trustedfirmware.org/c/trusted-firmware-m/+/3597

Mar 5 2020, 2:06 AM · Restricted Project

Mar 4 2020

matetothpal added a comment to T304: Incorrect build options for NS code.

Change for this issue is: https://review.trustedfirmware.org/c/trusted-firmware-m/+/3592

Mar 4 2020, 12:22 PM · Trusted Firmware M
matetothpal claimed T304: Incorrect build options for NS code.
Mar 4 2020, 12:14 PM · Trusted Firmware M

Mar 3 2020

soby-mathew edited projects for T682: psa_open_key/psa_close_key APIs require support for persistent key storage, added: Trusted Firmware M; removed Restricted Project.
Mar 3 2020, 1:24 PM · Trusted Firmware M
soby-mathew added a project to T682: psa_open_key/psa_close_key APIs require support for persistent key storage: Restricted Project.
Mar 3 2020, 1:23 PM · Trusted Firmware M
soby-mathew added a comment to T682: psa_open_key/psa_close_key APIs require support for persistent key storage.

ACKed. We need to investigate how to solve this problem.

Mar 3 2020, 1:18 PM · Trusted Firmware M
jaypit02 created T682: psa_open_key/psa_close_key APIs require support for persistent key storage.
Mar 3 2020, 1:11 PM · Trusted Firmware M
kevin-peng-hao added a comment to T681: TF-M cannot boot up when SST using flash FS on Musca-b1.

Patch made to fix:
https://review.trustedfirmware.org/c/trusted-firmware-m/+/3588

Mar 3 2020, 7:27 AM · Trusted Firmware M
kevin-peng-hao created T681: TF-M cannot boot up when SST using flash FS on Musca-b1.
Mar 3 2020, 7:24 AM · Trusted Firmware M
liuyunli assigned T680: uefi-build.sh was deleted, need update the script to leiflindholm.
Mar 3 2020, 3:37 AM · TF-A Question, Trusted Firmware A

Mar 2 2020

liuyunli triaged T680: uefi-build.sh was deleted, need update the script as High priority.
Mar 2 2020, 9:38 AM · TF-A Question, Trusted Firmware A

Feb 27 2020

Raincode closed T675: [Question] Configuring GICv3 from TF-A driver in BL31 as Wontfix.
Feb 27 2020, 2:56 PM · TF-A Question

Feb 26 2020

Raincode updated the task description for T675: [Question] Configuring GICv3 from TF-A driver in BL31.
Feb 26 2020, 3:16 PM · TF-A Question
Raincode updated the task description for T675: [Question] Configuring GICv3 from TF-A driver in BL31.
Feb 26 2020, 12:38 PM · TF-A Question
Sherryzhang2 added a comment to T679: Fix Non-Secure stacks over-allocated issue.

https://review.trustedfirmware.org/c/trusted-firmware-m/+/3959

Feb 26 2020, 8:21 AM · Trusted Firmware M
Sherryzhang2 created T679: Fix Non-Secure stacks over-allocated issue.
Feb 26 2020, 7:09 AM · Trusted Firmware M

Feb 25 2020

Raincode updated the task description for T675: [Question] Configuring GICv3 from TF-A driver in BL31.
Feb 25 2020, 12:18 PM · TF-A Question
Raincode updated the task description for T675: [Question] Configuring GICv3 from TF-A driver in BL31.
Feb 25 2020, 11:59 AM · TF-A Question
soby-mathew added a comment to T561: Update the TFM Crypto Service to use the mbedCrypto v2.0.

Yes, the mbed-crypto tag 3.1.0 adds these 2 new APIs whereas the version TF-M currently supports is 3.0.1. I intend to catch up once again in a month's time and hopefully by then mbed-crypto will have added more functions which can be utilized.

Feb 25 2020, 10:38 AM · Restricted Project
Raincode updated the task description for T675: [Question] Configuring GICv3 from TF-A driver in BL31.
Feb 25 2020, 10:00 AM · TF-A Question
TTornblom added a comment to T561: Update the TFM Crypto Service to use the mbedCrypto v2.0.

I would like to add some IAR fixes to the mbed-crypto CMakeList.txt file and tried using the current development version of mbed-crypto.

Feb 25 2020, 9:09 AM · Restricted Project
Raincode renamed T675: [Question] Configuring GICv3 from TF-A driver in BL31 from [Question] Configuring GICv3 from TF-A driver to [Question] Configuring GICv3 from TF-A driver in BL31.
Feb 25 2020, 7:44 AM · TF-A Question

Feb 24 2020

a3f added a comment to T678: stm32mp1: support generating multiple images in one build.

I will send the patches shortly

Feb 24 2020, 4:27 PM · Trusted Firmware A, TF-A Enhancement
a3f triaged T678: stm32mp1: support generating multiple images in one build as Normal priority.
Feb 24 2020, 4:10 PM · Trusted Firmware A, TF-A Enhancement
Raincode updated the task description for T675: [Question] Configuring GICv3 from TF-A driver in BL31.
Feb 24 2020, 12:38 PM · TF-A Question
Raincode raised the priority of T675: [Question] Configuring GICv3 from TF-A driver in BL31 from Normal to Needs Triage.
Feb 24 2020, 12:31 PM · TF-A Question

Feb 23 2020

edison-ai added a comment to T549: Enhancement TF-M to support ACK test.

https://review.trustedfirmware.org/c/trusted-firmware-m/+/3527/

Feb 23 2020, 12:22 PM · Trusted Firmware M
edison-ai added a comment to T549: Enhancement TF-M to support ACK test.

Enable memory protection for PSA FF test: https://review.trustedfirmware.org/c/trusted-firmware-m/+/3526

Feb 23 2020, 7:16 AM · Trusted Firmware M
edison-ai added a comment to T549: Enhancement TF-M to support ACK test.

Isolation level 2 peripheral MPU config:
https://review.trustedfirmware.org/c/trusted-firmware-m/+/3524
https://review.trustedfirmware.org/c/trusted-firmware-m/+/3525

Feb 23 2020, 6:52 AM · Trusted Firmware M

Feb 22 2020

vbenotmanee added a comment to T185: NSPE parameter checking of iovecs.

NSPE parameter checking of iovecs, With also checking all missed patch. These missed patched are used to take https://www.ukbestessay.net/assignment-writing look, When you decided to check all the mention informative material you understand how and in which way it important to share.

Feb 22 2020, 9:52 AM · Trusted Firmware M
edison-ai added a comment to T549: Enhancement TF-M to support ACK test.

Switch SST FS from flash to RAM: https://review.trustedfirmware.org/c/trusted-firmware-m/+/3523

Feb 22 2020, 7:00 AM · Trusted Firmware M

Feb 21 2020

0xc0170 created T677: Few qcbor files do not contain SPDX identifier.
Feb 21 2020, 8:12 AM · Trusted Firmware M
ChangwuShan added a comment to T549: Enhancement TF-M to support ACK test.

Fix the isolation level issue related with ACK test
https://review.trustedfirmware.org/c/trusted-firmware-m/+/3516

Feb 21 2020, 6:47 AM · Trusted Firmware M

Feb 19 2020

jf549 claimed T614: TF-M / CMSIS-Zone Alignment.

Patches now available for review:
https://review.trustedfirmware.org/c/trusted-firmware-m/+/3484
https://review.trustedfirmware.org/c/trusted-firmware-m/+/3485

Feb 19 2020, 11:19 AM · Restricted Project
Raincode updated the task description for T675: [Question] Configuring GICv3 from TF-A driver in BL31.
Feb 19 2020, 9:06 AM · TF-A Question
Raincode updated the task description for T675: [Question] Configuring GICv3 from TF-A driver in BL31.
Feb 19 2020, 9:00 AM · TF-A Question
Raincode updated the task description for T675: [Question] Configuring GICv3 from TF-A driver in BL31.
Feb 19 2020, 9:00 AM · TF-A Question
ChangwuShan added a comment to T549: Enhancement TF-M to support ACK test.

Add lifecycle API
https://review.trustedfirmware.org/c/trusted-firmware-m/+/3465/1

Feb 19 2020, 1:39 AM · Trusted Firmware M
ChangwuShan added a comment to T549: Enhancement TF-M to support ACK test.

Fix the PROGRAMMER ERROR issue
https://review.trustedfirmware.org/c/trusted-firmware-m/+/3464

Feb 19 2020, 1:37 AM · Trusted Firmware M

Feb 18 2020

jf549 edited projects for T671: Move the PS partition to the Application RoT, added: Restricted Project; removed Trusted Firmware M.
Feb 18 2020, 6:20 PM · Restricted Project
jf549 edited projects for T672: Rename Secure Storage Service (SST) to Protected Storage, added: Restricted Project; removed Trusted Firmware M.
Feb 18 2020, 6:20 PM · Restricted Project