commit | 15a15e3febdc6860d5abf3ee10d12b0f237af436 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jun 16 19:31:04 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 19 13:10:23 2024 -0600 |
tree | 77baca14dd5b6355644925b3bf5c8e7ee44e541b | |
parent | e124e630ad694327e33d6513e43951793e827d3a [diff] |
arm: implement invalidate_icache_all on ARM11 In EFI sub-system we rely on invalidate_icache_all() to invalidate the instruction cache after loading binaries. Add the missing implementation on ARM1136, ARM1176. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>