Attention is currently required from: Nina-CM Wu, Paul Menzel, Yu-Ping Wu. Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/49790 )
Change subject: soc/mediatek/mt8192: devapc: Add domain remap setting ......................................................................
Patch Set 8:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/49790/comment/bdafcd1c_4519f946 PS7, Line 9: [About domain remap mechanism] : There may be different domain bit for different subsys. : For example, domain bit in INFRA is 4-bit, while in MMSYS, : domain bit is 2-bit. For INFRA master to access MM registers, : the domain bit will change from 4 to 2. The domain remap : mechanism is designed to handle this. : : [About this patch] : 1. Add domain remap setting for TINYSYS (3-bit to 4-bit) : - domain 3 to domain 3 : - others to domain 15 : : 2. Add domain remap setting for MMSYS slave (4-bit to 2-bit) : - domain X to domain X, for X = 0 ~ 3 : - others to domain 0
MT8192 devapc supports remapping domains. […]
Done