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

Commit 3e892dd8 authored by Ghanim Fodi's avatar Ghanim Fodi Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa: Update IPA SRAM mapping



Update IPA SRAM mapping allocating more space
for Q6 IPA header processing contexts to
accommodates new requirements for more PDNs/Barriers.

Change-Id: I10bc0d1f1d67935319c252e7e8f348213cc3fb49
Signed-off-by: default avatarGhanim Fodi <gfodi@codeaurora.org>
parent 1e5b6117
Loading
Loading
Loading
Loading
+13 −13
Original line number Original line Diff line number Diff line
@@ -2825,21 +2825,21 @@ static struct ipa3_mem_partition ipa_4_5_mem_part = {
	.apps_hdr_size			= 0x200,
	.apps_hdr_size			= 0x200,
	.apps_hdr_size_ddr		= 0x800,
	.apps_hdr_size_ddr		= 0x800,
	.modem_hdr_proc_ctx_ofst	= 0xad0,
	.modem_hdr_proc_ctx_ofst	= 0xad0,
	.modem_hdr_proc_ctx_size	= 0x200,
	.modem_hdr_proc_ctx_size	= 0xac0,
	.apps_hdr_proc_ctx_ofst		= 0xcd0,
	.apps_hdr_proc_ctx_ofst		= 0x1590,
	.apps_hdr_proc_ctx_size		= 0x200,
	.apps_hdr_proc_ctx_size		= 0x200,
	.apps_hdr_proc_ctx_size_ddr	= 0x0,
	.apps_hdr_proc_ctx_size_ddr	= 0x0,
	.nat_tbl_ofst			= 0xee0,
	.nat_tbl_ofst			= 0x17a0,
	.nat_tbl_size			= 0x800,
	.nat_tbl_size			= 0x800,
	.nat_index_tbl_ofst		= 0x16e0,
	.nat_index_tbl_ofst		= 0x1fa0,
	.nat_index_tbl_size		= 0x100,
	.nat_index_tbl_size		= 0x100,
	.nat_exp_tbl_ofst		= 0x17e0,
	.nat_exp_tbl_ofst		= 0x20a0,
	.nat_exp_tbl_size		= 0x400,
	.nat_exp_tbl_size		= 0x400,
	.pdn_config_ofst		= 0x1be8,
	.pdn_config_ofst		= 0x24a8,
	.pdn_config_size		= 0x50,
	.pdn_config_size		= 0x50,
	.stats_quota_ofst		= 0x1c40,
	.stats_quota_ofst		= 0x2500,
	.stats_quota_size		= 0x78,
	.stats_quota_size		= 0x78,
	.stats_tethering_ofst		= 0x1cb8,
	.stats_tethering_ofst		= 0x2578,
	.stats_tethering_size		= 0x238,
	.stats_tethering_size		= 0x238,
	.stats_flt_v4_ofst		= 0,
	.stats_flt_v4_ofst		= 0,
	.stats_flt_v4_size		= 0,
	.stats_flt_v4_size		= 0,
@@ -2849,14 +2849,14 @@ static struct ipa3_mem_partition ipa_4_5_mem_part = {
	.stats_rt_v4_size		= 0,
	.stats_rt_v4_size		= 0,
	.stats_rt_v6_ofst		= 0,
	.stats_rt_v6_ofst		= 0,
	.stats_rt_v6_size		= 0,
	.stats_rt_v6_size		= 0,
	.stats_fnr_ofst			= 0x1ef0,
	.stats_fnr_ofst			= 0x27b0,
	.stats_fnr_size			= 0x800,
	.stats_fnr_size			= 0x800,
	.stats_drop_ofst		= 0x26f0,
	.stats_drop_ofst		= 0x2fb0,
	.stats_drop_size		= 0x20,
	.stats_drop_size		= 0x20,
	.modem_comp_decomp_ofst		= 0x0,
	.modem_comp_decomp_ofst		= 0x0,
	.modem_comp_decomp_size		= 0x0,
	.modem_comp_decomp_size		= 0x0,
	.modem_ofst			= 0x2718,
	.modem_ofst			= 0x2fd8,
	.modem_size			= 0x100c,
	.modem_size			= 0x800,
	.apps_v4_flt_hash_ofst	= 0x2718,
	.apps_v4_flt_hash_ofst	= 0x2718,
	.apps_v4_flt_hash_size	= 0x0,
	.apps_v4_flt_hash_size	= 0x0,
	.apps_v4_flt_nhash_ofst	= 0x2718,
	.apps_v4_flt_nhash_ofst	= 0x2718,