- Nov 04, 2022
-
-
Chris Kay authored
Change-Id: I3ce7abd1c21b084dea6b618c603f71b5bb4c50e8 Signed-off-by:
Chris Kay <chris.kay@arm.com>
-
Chris Kay authored
This change updates the version of the Node Version Manager suggested by the prerequisites documentation. The NVM installation command line hint has been replaced with the snippet provided by NVM's user guide, and the second line now automatically installs a version of Node.js compatible with TF-A's repository scripts. Change-Id: I6ef5e504118238716ceb45a52083450c424c5d20 Signed-off-by:
Chris Kay <chris.kay@arm.com>
-
Olivier Deprez authored
* changes: feat(hikey960): read serial number from UFS feat(hikey960): add a FF-A logical partition feat(hikey960): add memory sharing hooks for SPMC_AT_EL3 feat(hikey960): add plat-defines for SPMC_AT_EL3 feat(hikey960): define a datastore for SPMC_AT_EL3 feat(hikey960): add SP manifest for SPMC_AT_EL3 feat(hikey960): increase secure workspace to 64MB feat(hikey960): upgrade to xlat_tables_v2
-
Manish Pandey2 authored
-
- Nov 03, 2022
-
-
joannafarley-arm authored
-
Manish Pandey2 authored
-
- Nov 02, 2022
-
-
Added DRTM parameters structure version check that as per the current released DRTM specification [1]. Mainly to cater below mentioned in the specification [1] section 3.12 - For a given DRTM major version number this structure will always be extended in a backwards compatible manner. [1]: https://developer.arm.com/documentation/den0113/a Change-Id: I9f312c7f9f20152c5d7e40a22b462c7fe8db70bc Signed-off-by:
Manish V Badarkhe <Manish.Badarkhe@arm.com>
-
Olivier Deprez authored
* changes: fix(el3-spmc): error handling in allocation fix(el3-spmc): deadlock when relinquishing memory fix(el3-spmc): compute full FF-A V1.1 desc size
-
Manish Badarkhe authored
-
Arthur Cassegrain authored
Serial number is written into UFS by fastboot Pass BL2 params to BL31 (serial number) Change-Id: I9a490db07ca10088da69191a2f2c1621d44a278c Signed-off-by:
vallau01 <valentin.laurent@trustonic.com> Signed-off-by:
Lukas Hanel <lukas.hanel@trustonic.com>
-
Lukas Hanel authored
Required to compile with SPMC_AT_EL3=1 Copied from FVP, sample code for platforms Change-Id: I7d8a4d8846a328b05cf45a5044802ea3e2f7fb67 Signed-off-by:
Lukas Hanel <lukas.hanel@trustonic.com>
-
vallau01 authored
These allows a platform to do any System-MMU/IOMMU configuration in line with FF-A memory sharing. Change-Id: Id517759198421a32c5d16bf5bb99590275e77736 Signed-off-by:
vallau01 <valentin.laurent@trustonic.com> Signed-off-by:
Lukas Hanel <lukas.hanel@trustonic.com>
-
Lukas Hanel authored
To use SPMC_AT_EL3, a platform must define a few configuration options. Copied them from fvp platform to hikey960. Change-Id: Ifd60d69bf79f2f340fe93fe030ab8c538b3a56e4 Signed-off-by:
vallau01 <valentin.laurent@trustonic.com> Signed-off-by:
Lukas Hanel <lukas.hanel@trustonic.com>
-
Lukas Hanel authored
Kinibi now has 60MB (instead of 64MB). Increase XLAT tables for BL31 Change-Id: I6843d26198a7d8bdb812e394e4482b1c35afa4c0 Signed-off-by:
vallau01 <valentin.laurent@trustonic.com> Signed-off-by:
Lukas Hanel <lukas.hanel@trustonic.com>
-
Lukas Hanel authored
The purpose of this patch is to show silicon partners how to upgrade existing TF-A port to include a manifest that is required with FF-A. The manifest values are consumed by TF-A SPMC_AT_EL3 and by the TEE. Change-Id: Ied81187d6b1cfb72ad2e9020dfc19ad73d80186f Signed-off-by:
Cedric Chan <cedric.chan@trustonic.com> Signed-off-by:
vallau01 <valentin.laurent@trustonic.com> Signed-off-by:
Lukas Hanel <lukas.hanel@trustonic.com>
-
vallau01 authored
Error check must be done on the previously allocated pointer, not a random one from the code. Change-Id: I1c8253eacbe778cc4a9a8d71081fc615fa7e5293 Signed-off-by:
Lukas Hanel <lukas.hanel@trustonic.com>
-
vallau01 authored
Do not forget to pass via err_unlock_mailbox: label. Change-Id: Icfb997b1c7cce196003af2c28bffc50dc73e30b4 Signed-off-by:
Lukas Hanel <lukas.hanel@trustonic.com>
-
vallau01 authored
This patch fixes an issue in spmc_ffa_fill_desc. In order to compute the spmc_shm_get_v1_1_descriptor_size, fragment_length which is a fraction of the descriptor size is used as desc_size parameter. It has to be replaced with the full V1.0 descriptor size(obj->desc_filled). Ran a subset of our tests and they are passing. Change-Id: Ia4bbc5dabf0b77fa53d923ff609ee48ecd5bf549 Signed-off-by:
vallau01 <valentin.laurent@trustonic.com> Signed-off-by:
Lukas Hanel <lukas.hanel@trustonic.com>
-
- Nov 01, 2022
-
-
Madhukar Pappireddy authored
-
Madhukar Pappireddy authored
-
Madhukar Pappireddy authored
-
Madhukar Pappireddy authored
-
Madhukar Pappireddy authored
-
Madhukar Pappireddy authored
-
Madhukar Pappireddy authored
-
Madhukar Pappireddy authored
-
Madhukar Pappireddy authored
-
Madhukar Pappireddy authored
-
Madhukar Pappireddy authored
-
Madhukar Pappireddy authored
-
Madhukar Pappireddy authored
-
Madhukar Pappireddy authored
-
Manish Pandey2 authored
-
- Oct 31, 2022
-
-
Lauren Wehrmeister authored
Update supported models list according to changes for v2.8 release in ci/tf-a-ci-scripts repository Signed-off-by:
Lauren Wehrmeister <lauren.wehrmeister@arm.com> Change-Id: Ica7e062db77237220bcd861837f392496db1653a
-
Manish Pandey2 authored
-
- Oct 28, 2022
-
-
Manish Badarkhe authored
* changes: feat(compiler-rt): update compiler-rt source files fix(deps): add missing aeabi_memcpy.S feat(zlib): update zlib source files docs(changelog): add zlib and compiler-rt scope feat(libfdt): upgrade libfdt source files docs(prerequisites): upgrade to Mbed TLS 2.28.1
-
Olivier Deprez authored
* changes: docs(spm): add threat model for el3 spmc docs(spm): add design documentation
-
Sandrine Bailleux authored
-
- Oct 27, 2022
-
-
Bipin Ravi authored
* changes: fix(cpus): workaround for Cortex-A710 erratum 2291219 fix(cpus): workaround for Cortex-X3 erratum 2313909 fix(cpus): workaround for Neoverse-N2 erratum 2326639 fix(rpi3): tighten platform pwr_domain_pwr_down_wfi behaviour chore: rename Makalu ELP to Cortex-X3
-
Madhukar Pappireddy authored
-