fix(mt8186): fix EMI_MPU domain setting for DSPCorrect the domain setting for DSP. It should be 6.BUG=b:249954378TEST=audio is functional.Change-Id: Ie79aa0dad3d2b1ef5de0f2acc51ded13b6f085acS
fix(mt8186): fix EMI_MPU domain setting for DSPCorrect the domain setting for DSP. It should be 6.BUG=b:249954378TEST=audio is functional.Change-Id: Ie79aa0dad3d2b1ef5de0f2acc51ded13b6f085acSigned-off-by: Tinghan Shen <tinghan.shen@mediatek.com>
show more ...
fix(mt8186-emi-mpu): fix SCP permissionHardware video decoding is not working after enabling EMI MPU protectionfor SCP.According to coreboot DEVAPC setting, SCP belongs to domain 4 instead ofdo
fix(mt8186-emi-mpu): fix SCP permissionHardware video decoding is not working after enabling EMI MPU protectionfor SCP.According to coreboot DEVAPC setting, SCP belongs to domain 4 instead ofdomain 3. So correct the permission setting.BUG=b:249954378TEST=play video and see codec irq count is incrementing.Signed-off-by: Yidi Lin <yidilin@chromium.org>Change-Id: If71de3eabf8682909f96924c159aa92f25deb96c
feat(mt8186): add EMI MPU support for SCP and DSP1. Enable domain D0 and D3 (SCP) access 0x50000000~0x5109FFFF.2. Enable domain D4 (DSP & AFE) access 0x60000000~0x610FFFFF.BUG=b:204229221TEST=b
feat(mt8186): add EMI MPU support for SCP and DSP1. Enable domain D0 and D3 (SCP) access 0x50000000~0x5109FFFF.2. Enable domain D4 (DSP & AFE) access 0x60000000~0x610FFFFF.BUG=b:204229221TEST=build passSigned-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.corp-partner.google.com>Change-Id: I6a7d2eafaaa7a558829a0d741dfb3307885e3b98
feat(plat/mediatek/mt8186): add EMI MPU basic driverEMI MPU stands for external memory interface memory protect unit.MT8186 supports 32 regions and 16 domains.We add basic driver currently, and w
feat(plat/mediatek/mt8186): add EMI MPU basic driverEMI MPU stands for external memory interface memory protect unit.MT8186 supports 32 regions and 16 domains.We add basic driver currently, and will add more settings forEMI MPU in next patch.TEST=build passBUG=b:202871018Signed-off-by: Penny Jan <penny.jan@mediatek.corp-partner.google.com>Change-Id: Ia9e5030164e40e060a05e8f91d2ac88258c2e98e