zephyr/soc/intel/intel_adsp/ace
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
..
include dts: xtensa: intel: Add hsbcap register node for ADSP ACE platforms 2024-11-16 14:03:50 -05:00
_soc_inthandlers.h
ace-link.ld soc: intel_adsp/ace: put syscall helpers in vector code section 2024-11-26 00:12:18 +01:00
asm_memory_management.h soc: intel_adsp: ace: Use DT macros instead of hardcoded values 2024-11-16 14:03:50 -05:00
boot.c
CMakeLists.txt soc: intel: renamed soc from ace30_ptl to ace30 2024-09-24 10:10:37 +02:00
comm_widget_messages.c style: soc: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
comm_widget.c
comm_widget.h style: soc: comply with MISRA C:2012 Rule 15.6 2024-09-11 07:40:35 -04:00
irq.c
Kconfig Revert parts of "soc: intel: move init code from SYS_INIT to hooks" 2024-09-23 18:13:17 -04:00
Kconfig.defconfig.ace15_mtpm intel_adsp: Add board definitions for adsp simulator 2024-08-28 16:35:55 -04:00
Kconfig.defconfig.ace20_lnl intel_adsp: Add board definitions for adsp simulator 2024-08-28 16:35:55 -04:00
Kconfig.defconfig.ace30 soc: intel: renamed soc from ace30_ptl to ace30 2024-09-24 10:10:37 +02:00
Kconfig.defconfig.series intel_adsp: Add board definitions for adsp simulator 2024-08-28 16:35:55 -04:00
Kconfig.soc soc: intel: renamed soc from ace30_ptl to ace30 2024-09-24 10:10:37 +02:00
linker.ld
mmu_ace30.c Revert "soc: intel_adsp/ace30: do not map 0x0" 2024-11-29 19:27:53 -05:00
multiprocessing.c Revert parts of "soc: intel: move init code from SYS_INIT to hooks" 2024-09-23 18:13:17 -04:00
pmc_interface.h
power_down.S soc: intel_adsp: ace: Update power_down to use new HPSRAM power-down macro 2024-11-16 14:03:50 -05:00
power.c soc: intel_adsp: ace: Update power_down to use new HPSRAM power-down macro 2024-11-16 14:03:50 -05:00
sram.c soc: intel_adsp: ace: Configurable SRAM retention mode and cleanup 2024-09-05 16:56:56 -04:00
timestamp.c