Re: [U-Boot] [PATCH] dm: pcie: designware: add correct ATU handling

2018-03-30 Thread Stefan Roese
On 14.02.2018 18:25, ig...@marvell.com wrote: From: Igal Liberman Currently, ATU (address translation unit) implementation doesn't support translate addresses > 32 bits. This patch allows to configure ATU correctly for different memory accesses (memory, configuration and IO). The same approach

[U-Boot] [PATCH] dm: pcie: designware: add correct ATU handling

2018-02-14 Thread igall
From: Igal Liberman Currently, ATU (address translation unit) implementation doesn't support translate addresses > 32 bits. This patch allows to configure ATU correctly for different memory accesses (memory, configuration and IO). The same approach is used in Linux Kernel. Signed-off-by: Igal L