commit | 6d8c8db7608999fa3a9b6cab3cfa726078e49c96 | [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 | c85208ccd11b85cebd7eb75752a74b1eb385f632 [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>