Page MenuHomePhabricator
Feed Advanced Search

Advanced Search

Nov 23 2018

KenLSoft renamed Inter-Processes Communication from Inter-Processes Communication Design Document to Inter-Processes Communication.
Nov 23 2018, 6:31 AM · Trusted Firmware M
KenLSoft edited the content of Inter-Processes Communication.
Nov 23 2018, 2:08 AM · Trusted Firmware M
KenLSoft edited the content of Inter-Processes Communication.
Nov 23 2018, 2:07 AM · Trusted Firmware M
KenLSoft created Inter-Processes Communication.
Nov 23 2018, 1:13 AM · Trusted Firmware M

Nov 22 2018

mmorenobarm added a comment to T144: code error in system_reset_cfg function.

The patch has been reviewed and merged.

Nov 22 2018, 12:41 PM · Trusted Firmware M

Nov 20 2018

jf549 added a comment to T148: Fix FPU and DSP defs in system_core_musca.h for Musca-B1.

Patch for this task: https://review.trustedfirmware.org/c/trusted-firmware-m/+/379

Nov 20 2018, 2:09 PM · Trusted Firmware M
jf549 triaged T148: Fix FPU and DSP defs in system_core_musca.h for Musca-B1 as Normal priority.
Nov 20 2018, 1:43 PM · Trusted Firmware M

Nov 19 2018

wmnt added a comment to T141: Provide different build options for TF-M Core NSPM on NS client support.

A bugfix is provided for incorrect default behaviour if NS client identification is turned off in the build environment in change:
https://review.trustedfirmware.org/#/c/trusted-firmware-m/+/378/

Nov 19 2018, 4:41 PM · Trusted Firmware M
tamasban added a comment to T146: Create wrappers around libc calls .

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

Nov 19 2018, 4:33 PM · Trusted Firmware M
tamasban added a comment to T147: Add getter functions to get boot seed and device ID .

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

Nov 19 2018, 4:31 PM · Trusted Firmware M
tamasban triaged T147: Add getter functions to get boot seed and device ID as Normal priority.
Nov 19 2018, 4:29 PM · Trusted Firmware M
tamasban triaged T146: Create wrappers around libc calls as Normal priority.
Nov 19 2018, 4:23 PM · Trusted Firmware M
davidvincze added a comment to T145: Sync MCUBoot code base with original MCUBoot repo.

Review:
https://review.trustedfirmware.org/#/c/trusted-firmware-m/+/377/

Nov 19 2018, 4:05 PM · Trusted Firmware M
davidvincze triaged T145: Sync MCUBoot code base with original MCUBoot repo as Low priority.
Nov 19 2018, 4:04 PM · Trusted Firmware M
mmorenobarm added a comment to T144: code error in system_reset_cfg function.

Thanks to report this issue.

Nov 19 2018, 1:47 PM · Trusted Firmware M
gyuri-szing added a comment to T95: Support CMake response file to enable linking many objects.

First:
I wonder what cmake version you used when testing this change. According to my investigations 3.7 and the up-to-date version works different. Also there is an open issue for ARMCLang and response files: See: https://gitlab.kitware.com/cmake/cmake/issues/18457
Please add some details about your tests.

Nov 19 2018, 11:40 AM · Trusted Firmware M
mmorenobarm claimed T144: code error in system_reset_cfg function.
Nov 19 2018, 11:01 AM · Trusted Firmware M
matt2048 triaged T144: code error in system_reset_cfg function as High priority.
Nov 19 2018, 10:03 AM · Trusted Firmware M

Nov 16 2018

mmorenobarm closed T138: Add secure partition section tag to locate code in specific secure partition memory section. as Resolved.
Nov 16 2018, 11:06 AM · Trusted Firmware M
mmorenobarm closed T117: Update the non-secure partition management (NSPM) to use public RTX functions as Resolved.
Nov 16 2018, 11:06 AM · Trusted Firmware M

Nov 15 2018

jf549 added a comment to T143: Reduce code size of TF-M by compiling Mbed TLS library with optimisation for size.

Patches for this task:
https://review.trustedfirmware.org/c/trusted-firmware-m/+/369
https://review.trustedfirmware.org/c/trusted-firmware-m/+/370

Nov 15 2018, 5:46 PM · Trusted Firmware M
jf549 triaged T143: Reduce code size of TF-M by compiling Mbed TLS library with optimisation for size as Normal priority.
Nov 15 2018, 5:45 PM · Trusted Firmware M
mmorenobarm closed T126: Add the missing const in the test framework and test suites to reduce RAM usage. as Invalid.
Nov 15 2018, 11:49 AM · Trusted Firmware M
tamasban added a comment to T126: Add the missing const in the test framework and test suites to reduce RAM usage..

This ticket can be closed as invalid, because source code was misinterpreted.

Nov 15 2018, 11:39 AM · Trusted Firmware M
mmorenobarm added a comment to T126: Add the missing const in the test framework and test suites to reduce RAM usage..

The "struct test_t" is declared as follows in the test/framework/test_framework.h:42

struct test_t {
    TEST_FUN * const test;     /*!< Test function to call */
    const char *name;          /*!< Test name */
    const char *desc;          /*!< Test description */
    struct test_result_t ret;  /*!< Test result */
};

This structure declares "ret" parameter as a non const value. That parameters is the one which will store the test result at the end of the test execution.

Nov 15 2018, 10:52 AM · Trusted Firmware M
KenLSoft triaged T142: Move PE related code into dedicated source as Normal priority.
Nov 15 2018, 3:38 AM · Trusted Firmware M

Nov 14 2018

wmnt triaged T141: Provide different build options for TF-M Core NSPM on NS client support as High priority.
Nov 14 2018, 7:29 AM · Trusted Firmware M

Nov 13 2018

jf549 closed T131: Execute BL2 in place on Musca-B1 as Resolved.
Nov 13 2018, 3:24 PM · Trusted Firmware M
jf549 closed T116: Fix minor issues in Musca-A platform support files as Resolved.
Nov 13 2018, 1:41 PM · Trusted Firmware M
wmnt added a comment to T140: Add TF-M Core API for requests by Secure Partitions to SPM.

Implemented by https://review.trustedfirmware.org/#/c/trusted-firmware-m/+/364/

Nov 13 2018, 12:57 PM · Trusted Firmware M
wmnt triaged T140: Add TF-M Core API for requests by Secure Partitions to SPM as Normal priority.
Nov 13 2018, 12:47 PM · Trusted Firmware M

Nov 12 2018

mmorenobarm triaged T138: Add secure partition section tag to locate code in specific secure partition memory section. as Normal priority.
Nov 12 2018, 11:43 AM · Trusted Firmware M
tamasban triaged T136: Fix BL2 config in ConfigRegressionTfmLevel3.cmake as Normal priority.
Nov 12 2018, 10:19 AM · Trusted Firmware M
tamasban created T136: Fix BL2 config in ConfigRegressionTfmLevel3.cmake.
Nov 12 2018, 10:19 AM · Trusted Firmware M
tamasban triaged T135: Fix compile error without bootloader as Normal priority.
Nov 12 2018, 10:16 AM · Trusted Firmware M
wmnt triaged T134: Enable privileged execution of PSA RoT services in isolation level 3 as Low priority.
Nov 12 2018, 7:33 AM · Trusted Firmware M
wmnt added a project to T71: Support GNU ARM tool-chain 7.3.1: Trusted Firmware M.
Nov 12 2018, 7:17 AM · Trusted Firmware M
wmnt added a project to T94: Data exchange b/w bootloader and runtime: Trusted Firmware M.
Nov 12 2018, 7:17 AM · Trusted Firmware M

Nov 5 2018

avinashmehtadelhi added a project to T132: Fix defines in Musca-A platform support files: Trusted Firmware M.
Nov 5 2018, 3:54 PM · Trusted Firmware M

Nov 2 2018

jf549 added a comment to T131: Execute BL2 in place on Musca-B1.

Patch for this task https://review.trustedfirmware.org/c/352/

Nov 2 2018, 4:32 PM · Trusted Firmware M
jf549 triaged T131: Execute BL2 in place on Musca-B1 as Normal priority.
Nov 2 2018, 4:32 PM · Trusted Firmware M
shebuk added a watcher for Trusted Firmware M: shebuk.
Nov 2 2018, 1:34 PM

Oct 31 2018

jf549 closed T115: Add support for Musca-B1 test chip board as Resolved.
Oct 31 2018, 10:19 AM · Trusted Firmware M

Oct 29 2018

jf549 triaged T130: TF-M: Consistently call it Musca-A as Low priority.
Oct 29 2018, 5:29 PM · Trusted Firmware M
jf549 triaged T129: Use assemble.py to concatenate binaries for Musca boards as Normal priority.
Oct 29 2018, 5:27 PM · Trusted Firmware M

Oct 25 2018

mmorenobarm renamed T126: Add the missing const in the test framework and test suites to reduce RAM usage. from Use const where possible to reduce RAM usage to Add the missing const in the test framework and test suites to reduce RAM usage..
Oct 25 2018, 2:54 PM · Trusted Firmware M
mmorenobarm claimed T126: Add the missing const in the test framework and test suites to reduce RAM usage..
Oct 25 2018, 2:44 PM · Trusted Firmware M
tamasban triaged T126: Add the missing const in the test framework and test suites to reduce RAM usage. as Low priority.
Oct 25 2018, 12:22 PM · Trusted Firmware M
tamasban triaged T125: GCC: Increasing offset b/w .text and .rodata section might leads error as Low priority.
Oct 25 2018, 12:15 PM · Trusted Firmware M
tamasban triaged T124: Printing frequent string literals can cause a crash as Low priority.
Oct 25 2018, 12:06 PM · Trusted Firmware M
matetothpal added a comment to T32: Implement secure IRQ handling .

Change added to generate secure partition IDs from partition manifest files.
This makes rebasing above changes easier if a new partition was added.
Change: https://review.trustedfirmware.org/#/c/318/

Oct 25 2018, 9:45 AM · Trusted Firmware M
matetothpal added a comment to T100: Use psa_invec and psa_outvec in veneer functions.

Another change is necessary to fix crypto partition manifest file:
https://review.trustedfirmware.org/#/c/317/

Oct 25 2018, 9:11 AM · Trusted Firmware M

Oct 20 2018

wmnt added a project to T33: Port secure partitions to threads : Trusted Firmware M.
Oct 20 2018, 3:08 PM · Trusted Firmware M
wmnt added a project to T35: Adapt TF-M HAL to support multicore systems : Trusted Firmware M.
Oct 20 2018, 3:08 PM · Restricted Project
wmnt added a project to T38: Create architecture dependent hierarchy TF-M: Trusted Firmware M.
Oct 20 2018, 3:07 PM · Trusted Firmware M
wmnt added a project to T31: Add secure thread Scheduler: Trusted Firmware M.
Oct 20 2018, 3:07 PM · Trusted Firmware M
wmnt added a project to T32: Implement secure IRQ handling : Trusted Firmware M.
Oct 20 2018, 3:07 PM · Trusted Firmware M
wmnt added a project to T34: Implement IPC as interaction layer between partitions : Trusted Firmware M.
Oct 20 2018, 3:04 PM · Trusted Firmware M
wmnt added a project to T36: Implement S/NS secure boot in twin v7M : Trusted Firmware M.
Oct 20 2018, 2:59 PM · Restricted Project
wmnt added a project to T37: Implement IPC over twin v7M communication HAL: Trusted Firmware M.
Oct 20 2018, 2:56 PM · Restricted Project
wmnt triaged T39: manifest files PSA alignment as Normal priority.
Oct 20 2018, 10:39 AM · Trusted Firmware M

Oct 19 2018

wmnt added a project to T86: Optionally enable NS IRQ handling during service execution: Trusted Firmware M.
Oct 19 2018, 8:55 AM · Trusted Firmware M

Oct 18 2018

mmorenobarm closed T119: Repartition RAM area between the secure and non-secure spaces to run regression tests in Musca A1 as Resolved.
Oct 18 2018, 5:48 PM · Trusted Firmware M
tamasban added a comment to T120: Reduce stack size of partitions.

https://review.trustedfirmware.org/#/c/320/

Oct 18 2018, 2:35 PM · Trusted Firmware M
tamasban added a project to T120: Reduce stack size of partitions: Trusted Firmware M.
Oct 18 2018, 2:32 PM · Trusted Firmware M

Oct 16 2018

gaborkertesz added a comment to T108: Remove extern RTX functions from tfm_nspm_svc_handler.c.

Previous gerrit patch has been abandoned, new patch set: https://review.trustedfirmware.org/#/c/314/

Oct 16 2018, 7:37 PM · Trusted Firmware M
mmorenobarm added a comment to T119: Repartition RAM area between the secure and non-secure spaces to run regression tests in Musca A1.

The change associated with this task is:
https://review.trustedfirmware.org/#/c/315

Oct 16 2018, 2:33 PM · Trusted Firmware M
mmorenobarm triaged T119: Repartition RAM area between the secure and non-secure spaces to run regression tests in Musca A1 as Normal priority.
Oct 16 2018, 2:25 PM · Trusted Firmware M
mmorenobarm added a comment to T117: Update the non-secure partition management (NSPM) to use public RTX functions.

The change associated with this task is:
https://review.trustedfirmware.org/#/c/314

Oct 16 2018, 2:00 PM · Trusted Firmware M

Oct 15 2018

matetothpal added a comment to T118: Improve conditionals in generator scripts.

Changes for this issue are:
https://review.trustedfirmware.org/#/c/301/
https://review.trustedfirmware.org/#/c/300/

Oct 15 2018, 8:51 PM · Trusted Firmware M
matetothpal triaged T118: Improve conditionals in generator scripts as Low priority.
Oct 15 2018, 12:41 PM · Trusted Firmware M
mmorenobarm triaged T117: Update the non-secure partition management (NSPM) to use public RTX functions as Normal priority.
Oct 15 2018, 9:40 AM · Trusted Firmware M

Oct 12 2018

jf549 added a comment to T116: Fix minor issues in Musca-A platform support files.

Reviews for this change:
https://review.trustedfirmware.org/#/c/292/
https://review.trustedfirmware.org/#/c/293/

Oct 12 2018, 3:52 PM · Trusted Firmware M
jf549 triaged T116: Fix minor issues in Musca-A platform support files as Low priority.
Oct 12 2018, 3:52 PM · Trusted Firmware M
jf549 added a comment to T115: Add support for Musca-B1 test chip board.

The review for this change is here:
https://review.trustedfirmware.org/#/c/294/

Oct 12 2018, 3:46 PM · Trusted Firmware M
jf549 triaged T115: Add support for Musca-B1 test chip board as Normal priority.
Oct 12 2018, 3:45 PM · Trusted Firmware M
matetothpal closed T61: Provide __stack symbol in bl2 ld file as Resolved.
Oct 12 2018, 11:09 AM · Trusted Firmware M
tamasban added a comment to T114: Implement Initial attestation service.

Related reviews:
https://review.trustedfirmware.org/#/c/285/
https://review.trustedfirmware.org/#/c/286/
https://review.trustedfirmware.org/#/c/287/
https://review.trustedfirmware.org/#/c/288/

Oct 12 2018, 10:34 AM · Trusted Firmware M
tamasban triaged T114: Implement Initial attestation service as High priority.
Oct 12 2018, 10:29 AM · Trusted Firmware M
KenLSoft added a comment to T113: Full IPC implementation for PSA APIs..
Oct 12 2018, 1:51 AM · Trusted Firmware M
edison-ai added a comment to T113: Full IPC implementation for PSA APIs..
Oct 12 2018, 1:42 AM · Trusted Firmware M

Oct 11 2018

Karl closed T112: Print memory footprint after linking by GCC as Resolved.

Merged

Oct 11 2018, 1:16 PM · Trusted Firmware M
KenLSoft triaged T113: Full IPC implementation for PSA APIs. as High priority.
Oct 11 2018, 2:14 AM · Trusted Firmware M
BabaYB added a watcher for Trusted Firmware M: BabaYB.
Oct 11 2018, 2:10 AM

Oct 10 2018

davidvincze closed T111: Relocate the disabling of IRQs to startup files as Resolved.
Oct 10 2018, 3:11 PM · Trusted Firmware M

Oct 9 2018

Karl added a comment to T112: Print memory footprint after linking by GCC.

https://review.trustedfirmware.org/#/c/275/

Oct 9 2018, 12:46 PM · Trusted Firmware M
Karl triaged T112: Print memory footprint after linking by GCC as Normal priority.
Oct 9 2018, 10:43 AM · Trusted Firmware M

Oct 7 2018

KenLSoft closed T90: Rebase on 'feature-ipc' branch to sync code with latest 'master' as Resolved.

Merged due to ALL CR + 2.

Oct 7 2018, 3:22 AM · Trusted Firmware M

Oct 3 2018

davidvincze added a comment to T111: Relocate the disabling of IRQs to startup files.

Review:
https://review.trustedfirmware.org/#/c/271/

Oct 3 2018, 8:15 AM · Trusted Firmware M
davidvincze triaged T111: Relocate the disabling of IRQs to startup files as Normal priority.
Oct 3 2018, 8:14 AM · Trusted Firmware M

Oct 2 2018

davidvincze closed T105: Implement UART uninitialize function on Musca as Resolved.
Oct 2 2018, 2:02 PM · Trusted Firmware M
davidvincze closed T106: Implement QSPI Flash controller uninitialize function on Musca as Resolved.
Oct 2 2018, 2:02 PM · Trusted Firmware M

Oct 1 2018

wmnt changed the visibility for Non-secure Client Management.
Oct 1 2018, 3:27 PM · Trusted Firmware M
wmnt created Non-secure Client Management.
Oct 1 2018, 3:08 PM · Trusted Firmware M

Sep 28 2018

gaborkertesz added a comment to T108: Remove extern RTX functions from tfm_nspm_svc_handler.c.

Gerrit review: https://review.trustedfirmware.org/#/c/265/

Sep 28 2018, 3:49 PM · Trusted Firmware M
gaborkertesz triaged T108: Remove extern RTX functions from tfm_nspm_svc_handler.c as Normal priority.
Sep 28 2018, 3:49 PM · Trusted Firmware M
gaborkertesz closed T107: Post-build python scripts should support Python 2.7 also as Resolved.
Sep 28 2018, 3:46 PM · Trusted Firmware M

Sep 24 2018

gaborkertesz added a comment to T107: Post-build python scripts should support Python 2.7 also.

Change for the issue:
https://review.trustedfirmware.org/#/c/263/

Sep 24 2018, 11:38 AM · Trusted Firmware M
gaborkertesz created T107: Post-build python scripts should support Python 2.7 also.
Sep 24 2018, 11:32 AM · Trusted Firmware M
davidvincze added a comment to T105: Implement UART uninitialize function on Musca.

Review:
https://review.trustedfirmware.org/#/c/260/

Sep 24 2018, 11:06 AM · Trusted Firmware M