From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Wed, 16 Sep 2015 20:19:12 +0800 Subject: [U-Boot] [PATCH v3 1/2] nios2: map physical address to uncached virtual address In-Reply-To: <1442302126-9104-2-git-send-email-thomas@wytron.com.tw> References: <1442302126-9104-1-git-send-email-thomas@wytron.com.tw> <1442302126-9104-2-git-send-email-thomas@wytron.com.tw> Message-ID: <55F95E40.8070102@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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_REGION_BASE. > > In the future, the IO_REGION_BASE should be decided from > the device tree. > tree > > Signed-off-by: Thomas Chou > Acked-by: Marek Vasut > --- > arch/nios2/cpu/interrupts.c | 4 ++-- > arch/nios2/include/asm/io.h | 5 +++++ > 2 files changed, 7 insertions(+), 2 deletions(-) This patch should not be bound with the jtag uart driver. Separate this from the series. Applied to u-boot-nios.