mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-27 12:35:36 +01:00
AIR-12331: neutron: Merge dtcm and dtcm-ring buffer together
neutron requires more memory to support large size firmware, merge dtcm and dtcm-ring buffer for larger contiguous memory. Signed-off-by: Jiwei.Fu <jiwei.fu@nxp.com> Reviewed-by: Forrest Shi <xuelin.shi@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Acked-by: Jason Liu <jason.hui.liu@nxp.com>
This commit is contained in:
parent
91817fe5b6
commit
2abe654c77
|
|
@ -32,11 +32,8 @@
|
|||
static const struct imx_rproc_att neutron_rproc_att_imx95[] = {
|
||||
/* dev addr , sys addr , size , flags */
|
||||
|
||||
/* DTCM-Data NON-SECURE 16K */
|
||||
{ 0x00040000, 0x4AB08000, 0x00004000, ATT_OWN | ATT_IOMEM },
|
||||
|
||||
/* DTCM-Ring NON-SECURE 16K */
|
||||
{ 0x00044000, 0x4AB0C000, 0x00004000, ATT_OWN | ATT_IOMEM },
|
||||
/* DTCM-Data NON-SECURE 32K */
|
||||
{ 0x00040000, 0x4AB08000, 0x00008000, ATT_OWN | ATT_IOMEM },
|
||||
|
||||
/* ITCM NON-SECURE 64K */
|
||||
{ 0x00000000, 0x4AB10000, 0x00010000, ATT_OWN | ATT_IOMEM },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user