Re: [U-Boot] [PATCH] ahci: mmio_base is a virtual address

2015-04-19 Thread Tom Rini
On Fri, Apr 17, 2015 at 09:19:01AM -0500, 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_36B

Re: [U-Boot] [PATCH] ahci: mmio_base is a virtual address

2015-04-17 Thread York Sun
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. > > S

[U-Boot] [PATCH] ahci: mmio_base is a virtual address

2015-04-17 Thread Scott Wood
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 -