zephyr/soc/intel/intel_adsp
Daniel Leung ea3a47e38f soc: intel_adsp/hda: fix range checking
intel_adsp_hda_set_buffer() asserts when the HDA buffer is
outside of RAM space. However, it uses CONFIG_SRAM_SIZE as
if it is bytes. In reality, CONFIG_SRAM_SIZE is in KB so
we need to multiply it by 1024, or simply use marco KB().

Fixes #74250

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-06-15 04:46:04 -04:00
..
ace intel_adsp: Fix data cache flush before D3 2024-06-12 17:12:41 -05:00
cavs kernel: Add CONFIG_ARCH_HAS_DIRECTED_IPIS 2024-06-04 22:35:54 -04:00
common soc: intel_adsp/hda: fix range checking 2024-06-15 04:46:04 -04:00
tools soc: intel_adsp: tools: add intel_adsp_ace30 support to cavstool.py 2024-06-04 14:03:32 -05:00
CMakeLists.txt
Kconfig intel_adsp: kconfig: remove duplicate line 2024-06-12 17:12:41 -05:00
Kconfig.defconfig
Kconfig.soc
soc.yml intel_adsp: ace30: Bring up ACE 3.0 (PTL) 2024-06-04 13:40:04 +02:00