tests: ignore 32-bit arm dual linux boot tests
authorCiro Santilli <ciro.santilli@arm.com>
Thu, 20 Aug 2020 17:21:07 +0000 (18:21 +0100)
committerCiro Santilli <ciro.santilli@arm.com>
Wed, 26 Aug 2020 08:48:56 +0000 (08:48 +0000)
commit75286e0dfb69bdfb2e02ce08f4579b6d0e8f81df
treea7b1533be9e843d592fca841c3f05a696d41966b
parent5d420afaa037e41dd0480218db28f08e65279d93
tests: ignore 32-bit arm dual linux boot tests

As mentioned on the JIRA issue, uncacheable requests done after
cacheable requests had been done to the address make the cache writeback
and write trash data to memory.

We believe that the kernel must be doing earlier invalidation by set and
way earlier on to prevent this, but that is not implemented in gem5 yet.

The problem can be worked around by booting in atomic without caches and
checkpointing after init, because uncacheable accesses are only done on
early stages of CPU bringup, which is the more common use case anyways.

The aarch64 Linux kernel developers have stated that set and way
invalidates are not going to be used in aarch64, which further reduces the
importance of implementing this immediatly

JIRA: https://gem5.atlassian.net/browse/GEM5-640
Change-Id: Ieba31e707dcc09693d7a87ed9d51c3d1ffa3abe0
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33015
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
tests/gem5/fs/linux/arm/test.py