From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 18 Mar 2014 14:21:51 -0700 Subject: [U-Boot] [PATCH] Added 64-bit MMIO accessors for ARMv8 In-Reply-To: <20140213151305.703c7735@lilith> References: <1391471966-28387-1-git-send-email-German.Rivera@freescale.com> <20140213151305.703c7735@lilith> Message-ID: <5328B8EF.1000605@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/13/2014 06:13 AM, Albert ARIBAUD wrote: > Hi J., > > On Mon, 3 Feb 2014 17:59:26 -0600, "J. German Rivera" > wrote: > >> From: "J. German Rivera" >> >> This is needed for accessing peripherals with 64-bit MMIO registers, >> from ARMv8 processors. >> >> Change-Id: I685b96f708fa07e9098547f8e594ded084a044cb >> Signed-off-by: J. German Rivera >> --- >> arch/arm/include/asm/io.h | 8 ++++++++ >> 1 file changed, 8 insertions(+) > > This is dead code right now. Please resubmit along with code which > requires it. > I am going to use this patch. When I post my patch set, I will include this one. York