zephyr/soc/intel/intel_adsp
Tomasz Leman c0a01d33e3 Revert "soc: intel_adsp/ace30: do not map 0x0"
This reverts commit 3d3ffa2c05.

The original commit aimed to prevent NULL pointer accesses by moving the
MMU mapping starting point one page later. However, this change has
caused a regression on PTL. Our DSP has registers with addresses lower
than 0x1000, and the firmware uses addresses starting from 0xC40. For
instance, the HDAMLDMICL register is located at 0xCC0, which is now
inaccessible due to the change.

Reverting this commit restores access to these critical registers and
resolves the regression issue.

Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
2024-11-29 19:27:53 -05:00
..
ace Revert "soc: intel_adsp/ace30: do not map 0x0" 2024-11-29 19:27:53 -05:00
cavs Revert parts of "soc: intel: move init code from SYS_INIT to hooks" 2024-09-23 18:13:17 -04:00
common zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
tools python: Format and sort imports 2024-11-25 10:07:13 +01:00
CMakeLists.txt
Kconfig intel_adsp: Add board definitions for adsp simulator 2024-08-28 16:35:55 -04:00
Kconfig.defconfig soc: intel_adsp: DCACHE_LINE_SIZE was not defined 2024-08-20 19:43:37 -04:00
Kconfig.soc
soc.yml soc: intel: renamed soc from ace30_ptl to ace30 2024-09-24 10:10:37 +02:00