Message ID | 20240126095922.2836205-1-harsimransingh.tungal@arm.com |
---|---|
Headers | show |
Series | n1sdp:arm arm-bsp: fix tftf tests for n1sdp | expand |
On Fri, 26 Jan 2024 09:59:21 +0000, harsimransingh.tungal@arm.com wrote: > From: Harsimran Singh Tungal <harsimransingh.tungal@arm.com> > > This changeset fix the tftf tests issue on n1sdp. Before this change, > the tftf tests were getting stuck on n1sdp. The following changes have been done: > > 1. There were some tftf tests based on multicore which involve powering up the other cores. > These tests were creating issues and the same thing has already been mentioned in the > tests-to-skip.txt file for n1sdp platform in tftf source. Those tests are skipped while > executing tftf and patch has been created. > > [...] Applied, thanks! [1/1] n1sdp:arm arm-bsp: fix tftf tests for n1sdp commit: c5e288d1bba41fc957413bc5a028fe22231cf381 Best regards,
From: Harsimran Singh Tungal <harsimransingh.tungal@arm.com> This changeset fix the tftf tests issue on n1sdp. Before this change, the tftf tests were getting stuck on n1sdp. The following changes have been done: 1. There were some tftf tests based on multicore which involve powering up the other cores. These tests were creating issues and the same thing has already been mentioned in the tests-to-skip.txt file for n1sdp platform in tftf source. Those tests are skipped while executing tftf and patch has been created. 2. The TFTF_MODE variable added for tftf v2.10 recipe file, as did earlier for tftf v2.9. With the help of this, we can enable debug or relase mode. The configuration based on this has been added for n1sdp in the corresponding bbappend file. 3. Add PREFERRED_VERSION_tf-a-tests for v2.10. Harsimran Singh Tungal (1): n1sdp:arm arm-bsp: fix tftf tests for n1sdp meta-arm-bsp/conf/machine/n1sdp.conf | 1 + .../files/0001-n1sdp-tftf-tests-to-skip.patch | 46 +++++++++++++++++++ .../trusted-firmware-a/tf-a-tests_%.bbappend | 8 ++++ .../trusted-firmware-a/tf-a-tests_2.10.0.bb | 5 +- 4 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/0001-n1sdp-tftf-tests-to-skip.patch