commit | 369a3a16758407bc1a7243568309be257543c5d0 | [log] [tgz] |
---|---|---|
author | Adrian Warecki <adrian.warecki@intel.com> | Thu May 16 17:26:45 2024 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue May 21 18:43:37 2024 +0200 |
tree | 0f1e33b2dc8b850838864cd9a4c103f78375802f | |
parent | 30f72eb0a3803318af561242623260a7f8aaa989 [diff] |
soc: intel: adsp: tgl: ace: Set correct virtual memory size Corrected virtual memory size to match the range supported by the Translation Lookup Buffer. The TLB size is 16 MB, however the first 128 KB is dedicated to LPSRAM and bypasses the TLB. This was taken into account in KERNEL_VM_BASE, so KERNEL_VM_SIZE was reduced accordingly. Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>