[U-Boot] [PATCH 0/2]: arm: Provide lowlevel_init C function wrapper for v7

2012-08-09 Thread Tom Rini
Hey all, As Allen Martin noted, on tegra platforms a bug is exposed when using certain toolchains that currently calls to lowlevel_init must be calls to another assembly function as the stack is not explicitly setup / saved and thus register corruption can occur. Over in TI-land Aneesh V wrote a

Re: [U-Boot] [PATCH 0/2]: arm: Provide lowlevel_init C function wrapper for v7

2012-08-13 Thread Stefano Babic
On 09/08/2012 18:01, Tom Rini wrote: > Hey all, > Hi Tom, > As Allen Martin noted, on tegra platforms a bug is exposed when using > certain toolchains that currently calls to lowlevel_init must be calls > to another assembly function as the stack is not explicitly setup / > saved and thus regist

Re: [U-Boot] [PATCH 0/2]: arm: Provide lowlevel_init C function wrapper for v7

2012-08-13 Thread Tom Rini
On 08/13/2012 12:48 AM, Stefano Babic wrote: > On 09/08/2012 18:01, Tom Rini wrote: >> Hey all, >> > > Hi Tom, > >> As Allen Martin noted, on tegra platforms a bug is exposed when using >> certain toolchains that currently calls to lowlevel_init must be calls >> to another assembly function as th

Re: [U-Boot] [PATCH 0/2]: arm: Provide lowlevel_init C function wrapper for v7

2012-08-15 Thread Allen Martin
On Thu, Aug 09, 2012 at 09:01:54AM -0700, Tom Rini wrote: > Hey all, > > As Allen Martin noted, on tegra platforms a bug is exposed when using > certain toolchains that currently calls to lowlevel_init must be calls > to another assembly function as the stack is not explicitly setup / > saved and