Re: [U-Boot] [PATCH v3 1/2] nios2: map physical address to uncached virtual address

2015-09-16 Thread Thomas Chou
On 09/15/2015 03:28 PM, Thomas Chou wrote: Add ioremap() to map physical address to uncached virtual address. We need this to convert the reg address from the device tree. The order of headers inclusion in interrupts.c is changed because common.h will include board header that contains IO_REGI

[U-Boot] [PATCH v3 1/2] nios2: map physical address to uncached virtual address

2015-09-15 Thread Thomas Chou
Add ioremap() to map physical address to uncached virtual address. We need this to convert the reg address from the device tree. The order of headers inclusion in interrupts.c is changed because common.h will include board header that contains IO_REGION_BASE. In the future, the IO_REGION_BASE sho