Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f91ff1e7 authored by Mohammed Javid's avatar Mohammed Javid Committed by Mohammed
Browse files

msm: ipa4: Fix to increase the modem SRAM size in IPA 4.2



In IPA 4.2 modem does not have enough space to install to filtering
and routing rules, so removing unused uC descriptor 1K SRAM memory and
using it for modem.

Change-Id: I7ceac47c69a9a61320a603655d7976920206b57c
Acked-by: default avatarAshok Vuyyuru <avuyyuru@qti.qualcomm.com>
Signed-off-by: default avatarMohammed Javid <mjavid@codeaurora.org>
parent 021f6068
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2517,7 +2517,7 @@ static struct ipa3_mem_partition ipa_4_2_mem_part = {
	.modem_comp_decomp_ofst		= 0x0,
	.modem_comp_decomp_size		= 0x0,
	.modem_ofst			= 0xbf0,
	.modem_size			= 0x100c,
	.modem_size			= 0x140c,
	.apps_v4_flt_hash_ofst		= 0x1bfc,
	.apps_v4_flt_hash_size		= 0x0,
	.apps_v4_flt_nhash_ofst		= 0x1bfc,
@@ -2537,8 +2537,8 @@ static struct ipa3_mem_partition ipa_4_2_mem_part = {
	.apps_v6_rt_hash_size		= 0x0,
	.apps_v6_rt_nhash_ofst		= 0x1bfc,
	.apps_v6_rt_nhash_size		= 0x0,
	.uc_descriptor_ram_ofst		= 0x1c00,
	.uc_descriptor_ram_size		= 0x400,
	.uc_descriptor_ram_ofst		= 0x2000,
	.uc_descriptor_ram_size		= 0x0,
	.pdn_config_ofst		= 0x9F8,
	.pdn_config_size		= 0x50,
	.stats_quota_ofst		= 0xa50,