mirror of https://github.com/acidanthera/audk.git
Cache maintenance operations by set/way are not broadcast, and operate on individual architected caches, making them suitable only for en/disabling cache levels, which is the job of secure firmware, to be carried out while the CPU in question is not taking part in the cache coherency protocol. Managing the clean/dirty state of a memory range can only be done using cache maintenance by virtual address. So drop the set/way handling from ArmLib for ARM and AARCH64, as there is no context where it can be used correctly from EDK2. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> |
||
---|---|---|
.. | ||
ArmLibSupport.S | ||
ArmLibSupportV7.S | ||
ArmV7ArchTimerSupport.S | ||
ArmV7Lib.c | ||
ArmV7Lib.h | ||
ArmV7Support.S |