History log of /rk3399_ARM-atf/ (Results 6826 – 6850 of 18314)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6971642d01-Mar-2022 Lukas Hanel <lukas.hanel@trustonic.com>

feat(hikey960): add SP manifest for SPMC_AT_EL3

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 manifes

feat(hikey960): add SP manifest for SPMC_AT_EL3

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>

show more ...

cee8bb3b09-Aug-2022 vallau01 <valentin.laurent@trustonic.com>

fix(el3-spmc): error handling in allocation

Error check must be done on the previously allocated pointer, not a
random one from the code.

Change-Id: I1c8253eacbe778cc4a9a8d71081fc615fa7e5293
Signed

fix(el3-spmc): error handling in allocation

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>

show more ...

ac568b2b09-Aug-2022 vallau01 <valentin.laurent@trustonic.com>

fix(el3-spmc): deadlock when relinquishing memory

Do not forget to pass via err_unlock_mailbox: label.

Change-Id: Icfb997b1c7cce196003af2c28bffc50dc73e30b4
Signed-off-by: Lukas Hanel <lukas.hanel@t

fix(el3-spmc): deadlock when relinquishing memory

Do not forget to pass via err_unlock_mailbox: label.

Change-Id: Icfb997b1c7cce196003af2c28bffc50dc73e30b4
Signed-off-by: Lukas Hanel <lukas.hanel@trustonic.com>

show more ...

be075c3e08-Aug-2022 vallau01 <valentin.laurent@trustonic.com>

fix(el3-spmc): compute full FF-A V1.1 desc size

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 th

fix(el3-spmc): compute full FF-A V1.1 desc size

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>

show more ...

b139f85201-Nov-2022 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "feat(imx8mm): add BL31 PIE support" into integration

c41a196f01-Nov-2022 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "refactor(imx8mm): introduce BL2_SIZE and BL31_SIZE" into integration

473bed8f01-Nov-2022 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "refactor(imx8mm): make use of setup_page_tables()" into integration

a213c27b01-Nov-2022 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "refactor(imx8mm): cleanup the mmap region settings" into integration

d81fc8e601-Nov-2022 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "feat(imx8mn): add BL31 PIE support" into integration

89cb9c5701-Nov-2022 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "refactor(imx8mn): introduce BL31_SIZE" into integration

ebaf46c801-Nov-2022 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "refactor(imx8mn): make use of setup_page_tables()" into integration

d907a04901-Nov-2022 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "refactor(imx8mn): cleanup the mmap region settings" into integration

5178175c01-Nov-2022 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "feat(imx8mp): add BL31 PIE support" into integration

c564d81701-Nov-2022 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "refactor(imx8mp): introduce BL2_SIZE and BL31_SIZE" into integration

2668742c01-Nov-2022 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "refactor(imx8mp): make use of setup_page_tables()" into integration

f8f2440f01-Nov-2022 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "refactor(imx8mp): cleanup the mmap region settings" into integration

8f93151a01-Nov-2022 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "feat(imx8m): make psci common code pie compatible" into integration

0f0a9dbf01-Nov-2022 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "fix(imx8m): fix dram retention fsp_table access" into integration

0ccce52301-Nov-2022 Manish Pandey <manish.pandey2@arm.com>

Merge "fix(mediatek): switch console to runtime state before leaving BL31" into integration

08a12c1114-Sep-2022 laurenw-arm <lauren.wehrmeister@arm.com>

chore(docs): update supported FVP models doc

Update supported models list according to changes for v2.8 release in
ci/tf-a-ci-scripts repository

Signed-off-by: Lauren Wehrmeister <lauren.wehrmeiste

chore(docs): update supported FVP models doc

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

show more ...

6325f66131-Oct-2022 Manish Pandey <manish.pandey2@arm.com>

Merge "build: deprecate Arm rdn1edge and sgi575 FVP platforms" into integration

9900d4eb28-Oct-2022 Manish V Badarkhe <manish.badarkhe@arm.com>

Merge changes from topic "db/deps" into integration

* changes:
feat(compiler-rt): update compiler-rt source files
fix(deps): add missing aeabi_memcpy.S
feat(zlib): update zlib source files
d

Merge changes from topic "db/deps" into integration

* 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

show more ...

77a53b8f28-Oct-2022 Olivier Deprez <olivier.deprez@arm.com>

Merge changes from topic "ffa_el3_spmc" into integration

* changes:
docs(spm): add threat model for el3 spmc
docs(spm): add design documentation

e3dcd50728-Oct-2022 Sandrine Bailleux <sandrine.bailleux@arm.com>

Merge "fix(aarch64): make AArch64 FGT feature detection more robust" into integration

92b62c1627-Oct-2022 Bipin Ravi <bipin.ravi@arm.com>

Merge changes I7d3a97df,I5935b4bc,I9a325c5b,Ie29bd3a5,Iebb90cf2 into integration

* changes:
fix(cpus): workaround for Cortex-A710 erratum 2291219
fix(cpus): workaround for Cortex-X3 erratum 2313

Merge changes I7d3a97df,I5935b4bc,I9a325c5b,Ie29bd3a5,Iebb90cf2 into integration

* 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

show more ...

1...<<271272273274275276277278279280>>...733