From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 17 Apr 2015 08:55:55 -0700 Subject: [U-Boot] [PATCH] ahci: mmio_base is a virtual address In-Reply-To: <1429280341-19757-1-git-send-email-scottwood@freescale.com> References: <1429280341-19757-1-git-send-email-scottwood@freescale.com> Message-ID: <55312D0B.20308@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 04/17/2015 07:19 AM, Scott Wood wrote: > Don't store it in a u32. > > Don't dereference the bus address as if it were a virtual address > (fixes 284231e49a2b4 ("ahci: Support splitting of read transactions > into multiple chunks")). > > Fixes crash on boot in MPC8641HPCN_36BIT target. > > Signed-off-by: Scott Wood > Cc: Vadim Bendebury > Cc: York Sun > --- Acked-by: York Sun