
On Tue, Nov 25, 2014 at 02:45:33PM -0700, Simon Glass wrote:
Hi Tom,
On 24 November 2014 at 12:55, Simon Glass sjg@chromium.org wrote:
On 24 November 2014 at 09:55, Tom Rini trini@ti.com wrote:
In some cases we need to do math on 64bit quantities. We need to be using lldiv in these cases rather than letting the compiler do it. In addition we need to avoid doing % operations on these same quantities. These changes fix compilation on MIPS/MIPSEL.
Cc: Daniel Schwierzeck daniel.schwierzeck@gmail.com Cc: Suriyan Ramasami suriyan.r@gmail.com Cc: Simon Glass sjg@chromium.org Signed-off-by: Tom Rini trini@ti.com
Reviewed-by: Simon Glass sjg@chromium.org
I'm not sure this goes far enough. I am still seeing problems even with this patch, e.g. for pm9g45:
Indeed it's not. I'll post a V2 soon, I've figured out the places I missed but need to step out now.