Hello! On 20.04.2020 10:12, Jiaxun Yang wrote:
There are some platforms don't support iospace remapping
^ that ^^^^^^^ I/O space?
like MIPS. However, our PCI code will try to remap iospace unconditionally and reject io resources on these platforms. So we should remove iospace remapping check and use a range
I/O space, maybe?
check instead on these platforms. Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx> -- v4: Fix a typo in commit message.
[...] MBR, Sergei