commit | 8bf784d70c6476351c3161dd3161b901ca6d1176 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jun 16 19:31:04 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 03 14:44:03 2024 -0600 |
tree | 6ca831b5f41a9df85098c1ae51b013c018b06265 | |
parent | 1681ca024e9ba41cad76b507c9547477908cc6f2 [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>