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

Commit 0aa4af23 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: Update IPA SRAM mapping"

parents 1c979005 a52a1a95
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -3104,21 +3104,19 @@ static struct ipa3_mem_partition ipa_4_5_mem_part = {
	.apps_hdr_size			= 0x200,
	.apps_hdr_size_ddr		= 0x800,
	.modem_hdr_proc_ctx_ofst	= 0xad0,
	.modem_hdr_proc_ctx_size	= 0xac0,
	.apps_hdr_proc_ctx_ofst		= 0x1590,
	.modem_hdr_proc_ctx_size	= 0xb20,
	.apps_hdr_proc_ctx_ofst		= 0x15f0,
	.apps_hdr_proc_ctx_size		= 0x200,
	.apps_hdr_proc_ctx_size_ddr	= 0x0,
	.nat_tbl_ofst			= 0x17a0,
	.nat_tbl_ofst			= 0x1800,
	.nat_tbl_size			= 0x800,
	.nat_index_tbl_ofst		= 0x1fa0,
	.nat_index_tbl_ofst		= 0x2000,
	.nat_index_tbl_size		= 0x100,
	.nat_exp_tbl_ofst		= 0x20a0,
	.nat_exp_tbl_ofst		= 0x2100,
	.nat_exp_tbl_size		= 0x400,
	.pdn_config_ofst		= 0x24a8,
	.pdn_config_size		= 0x50,
	.stats_quota_ofst		= 0x2500,
	.stats_quota_ofst		= 0x2510,
	.stats_quota_size		= 0x78,
	.stats_tethering_ofst		= 0x2578,
	.stats_tethering_ofst		= 0x2588,
	.stats_tethering_size		= 0x238,
	.stats_flt_v4_ofst		= 0,
	.stats_flt_v4_size		= 0,
@@ -3128,13 +3126,13 @@ static struct ipa3_mem_partition ipa_4_5_mem_part = {
	.stats_rt_v4_size		= 0,
	.stats_rt_v6_ofst		= 0,
	.stats_rt_v6_size		= 0,
	.stats_fnr_ofst			= 0x27b0,
	.stats_fnr_ofst			= 0x27c0,
	.stats_fnr_size			= 0x800,
	.stats_drop_ofst		= 0x2fb0,
	.stats_drop_ofst		= 0x2fc0,
	.stats_drop_size		= 0x20,
	.modem_comp_decomp_ofst		= 0x0,
	.modem_comp_decomp_size		= 0x0,
	.modem_ofst			= 0x2fd8,
	.modem_ofst			= 0x2fe8,
	.modem_size			= 0x800,
	.apps_v4_flt_hash_ofst	= 0x2718,
	.apps_v4_flt_hash_size	= 0x0,
@@ -3154,7 +3152,9 @@ static struct ipa3_mem_partition ipa_4_5_mem_part = {
	.apps_v6_rt_nhash_size	= 0x0,
	.uc_descriptor_ram_ofst	= 0x3800,
	.uc_descriptor_ram_size	= 0x1000,
	.end_ofst		= 0x4800,
	.pdn_config_ofst	= 0x4800,
	.pdn_config_size	= 0x50,
	.end_ofst		= 0x4850,
};

static struct ipa3_mem_partition ipa_4_7_mem_part = {