Re: [U-Boot] [Patch v2 1/5] Added 64-bit MMIO accessors for ARMv8

2014-05-25 Thread Albert ARIBAUD
Hi York, On Wed, 19 Mar 2014 14:02:21 -0700, York Sun wrote: > From: "J. German Rivera" > > This is needed for accessing peripherals with 64-bit MMIO registers, > from ARMv8 processors. > > Signed-off-by: J. German Rivera > --- There is a warning when applying this patch, due to a blank lin

[U-Boot] [Patch v2 1/5] Added 64-bit MMIO accessors for ARMv8

2014-03-19 Thread York Sun
From: "J. German Rivera" This is needed for accessing peripherals with 64-bit MMIO registers, from ARMv8 processors. Signed-off-by: J. German Rivera --- arch/arm/include/asm/io.h |8 1 file changed, 8 insertions(+) diff --git a/arch/arm/include/asm/io.h b/arch/arm/include/asm/io.