Skip to content

mediatek: mt8365: enable HW_ASSISTED_COHERENCY

Julien Masson requested to merge jmasson/hw-assisted-coherency into mtk-v2.8

HW_ASSISTED_COHERENCY option give following optimisations:

  • Skip performing cache maintenance during power-up and power-down.
  • Use spin-locks instead of bakery locks.
  • Enable data caches early on warm-booted CPUs.

Merge request reports