Commit 369a3a16 authored by Adrian Warecki's avatar Adrian Warecki Committed by Carles Cufi
Browse files

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: default avatarAdrian Warecki <adrian.warecki@intel.com>
parent 30f72eb0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -74,6 +74,13 @@ config XTENSA_NUM_SPIN_RELAX_NOPS

endif # XTENSA_MORE_SPIN_RELAX_NOPS

if KERNEL_VM_SUPPORT

config KERNEL_VM_SIZE
	default 0xfe0000

endif

rsource "Kconfig.defconfig.ace*"

endif # SOC_SERIES_INTEL_ADSP_ACE
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ config CAVS_ISR_TBL_OFFSET
if KERNEL_VM_SUPPORT

config KERNEL_VM_SIZE
	default 0x800000
	default 0xfe0000

endif