On 2025-08-28 10:27, Peter Maydell wrote:
On Sat, 16 Aug 2025 at 01:09, Pierrick Bouvier
<[email protected]> wrote:
On 8/15/25 9:29 AM, Alex Bennée wrote:
Peter Maydell <[email protected]> writes:
On Sun, 27 Jul 2025 at 08:42, Richard Henderson
<[email protected]> wrote:
From: Pierrick Bouvier <[email protected]>
TF-A needs to be patched to enable support for FEAT_TCR2 and
FEAT_SCTLR2. This new image contains updated firmware.
Signed-off-by: Pierrick Bouvier <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-ID: <[email protected]>
I see this test failing in local runs of 'make check-functional'
sometimes, complaining that it can't create the scratch/out/EFI
directory because it already exists:
stderr:
Traceback (most recent call last):
File
"/mnt/nvmedisk/linaro/qemu-from-laptop/qemu/tests/functional/test_aarch64_rme_sbsaref.py",
line 49, in test_aarch64_rme_sbsaref
os.mkdir(efi)
os.makedirs(efi, exist_ok=True)
would solve that.
Yes, probably safer to add that if we can't guarantee correctly that
scratch folder gets deleted everytime. I wrote the test assuming this
behaviour.
I folded the os.makedirs() fix into my copy of this patch in
target-arm.next.
Thanks Peter, you did well.
Pierrick
-- PMM