mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-11-19 02:21:17 +01:00
- set/way cache ops create losses of coherency, do not broadcast and are only meant to be used on boot, period. Cache ops by VA are **the only way** to do data cache maintenance. Fix a bug where the L2 cache was evicted by each core. It shouldn't have. - Cleaning dcache to PoU and invalidating icache to PoU, by VA is sufficient for self-modifying code - Since we operate within a single cluster and don't do DMA, we almost always operate within the inner shareability domain (commit untested on real hw) |
||
|---|---|---|
| .. | ||
| src | ||
| linker.ld | ||
| linker.specs | ||
| Makefile | ||
| qemu.mem | ||
| tegra-t210-arm-tf.mem | ||
| tegra-t210-nintendo.mem | ||