Skip to content
Commit c0a01d33 authored by Tomasz Leman's avatar Tomasz Leman Committed by Anas Nashif
Browse files

Revert "soc: intel_adsp/ace30: do not map 0x0"



This reverts commit 3d3ffa2c.

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: default avatarTomasz Leman <tomasz.m.leman@intel.com>
parent 6ec68a01
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment