Re: [U-Boot] armv5 and OMAP3 Question

2018-08-04 Thread Tom Rini
On Sat, Aug 04, 2018 at 09:39:12AM -0500, Adam Ford wrote: > On Sat, Aug 4, 2018 at 6:44 AM Tom Rini wrote: > > > > On Sat, Aug 04, 2018 at 05:32:18AM -0500, Adam Ford wrote: > > > On Fri, Aug 3, 2018 at 10:20 AM Tom Rini wrote: > > > > > > > > On Fri, Aug 03, 2018 at 10:02:17AM -0500, Adam Ford

Re: [U-Boot] armv5 and OMAP3 Question

2018-08-04 Thread Adam Ford
On Sat, Aug 4, 2018 at 6:44 AM Tom Rini wrote: > > On Sat, Aug 04, 2018 at 05:32:18AM -0500, Adam Ford wrote: > > On Fri, Aug 3, 2018 at 10:20 AM Tom Rini wrote: > > > > > > On Fri, Aug 03, 2018 at 10:02:17AM -0500, Adam Ford wrote: > > > > On Fri, Aug 3, 2018 at 10:00 AM Tom Rini wrote: > > > >

Re: [U-Boot] armv5 and OMAP3 Question

2018-08-04 Thread Tom Rini
On Sat, Aug 04, 2018 at 05:32:18AM -0500, Adam Ford wrote: > On Fri, Aug 3, 2018 at 10:20 AM Tom Rini wrote: > > > > On Fri, Aug 03, 2018 at 10:02:17AM -0500, Adam Ford wrote: > > > On Fri, Aug 3, 2018 at 10:00 AM Tom Rini wrote: > > > > > > > > On Fri, Aug 03, 2018 at 05:43:46AM -0500, Adam Ford

Re: [U-Boot] armv5 and OMAP3 Question

2018-08-04 Thread Adam Ford
On Fri, Aug 3, 2018 at 10:20 AM Tom Rini wrote: > > On Fri, Aug 03, 2018 at 10:02:17AM -0500, Adam Ford wrote: > > On Fri, Aug 3, 2018 at 10:00 AM Tom Rini wrote: > > > > > > On Fri, Aug 03, 2018 at 05:43:46AM -0500, Adam Ford wrote: > > > > On Tue, Jul 25, 2017 at 11:08 AM Tom Rini wrote: > > >

Re: [U-Boot] armv5 and OMAP3 Question

2018-08-03 Thread Tom Rini
On Fri, Aug 03, 2018 at 10:02:17AM -0500, Adam Ford wrote: > On Fri, Aug 3, 2018 at 10:00 AM Tom Rini wrote: > > > > On Fri, Aug 03, 2018 at 05:43:46AM -0500, Adam Ford wrote: > > > On Tue, Jul 25, 2017 at 11:08 AM Tom Rini wrote: > > > > > > > > On Tue, Jul 25, 2017 at 08:14:57AM -0500, Adam For

Re: [U-Boot] armv5 and OMAP3 Question

2018-08-03 Thread Adam Ford
On Fri, Aug 3, 2018 at 10:00 AM Tom Rini wrote: > > On Fri, Aug 03, 2018 at 05:43:46AM -0500, Adam Ford wrote: > > On Tue, Jul 25, 2017 at 11:08 AM Tom Rini wrote: > > > > > > On Tue, Jul 25, 2017 at 08:14:57AM -0500, Adam Ford wrote: > > > > > > > The readme file for OMAP indicates that we compi

Re: [U-Boot] armv5 and OMAP3 Question

2018-08-03 Thread Tom Rini
On Fri, Aug 03, 2018 at 05:43:46AM -0500, Adam Ford wrote: > On Tue, Jul 25, 2017 at 11:08 AM Tom Rini wrote: > > > > On Tue, Jul 25, 2017 at 08:14:57AM -0500, Adam Ford wrote: > > > > > The readme file for OMAP indicates that we compile using armv5 to "to > > > allow more compilers to work" > > >

Re: [U-Boot] armv5 and OMAP3 Question

2018-08-03 Thread Adam Ford
On Tue, Jul 25, 2017 at 11:08 AM Tom Rini wrote: > > On Tue, Jul 25, 2017 at 08:14:57AM -0500, Adam Ford wrote: > > > The readme file for OMAP indicates that we compile using armv5 to "to > > allow more compilers to work" > > > > We have our arch/arm/mach-omap2/omap3/lowlevel_init.S file also noti

Re: [U-Boot] armv5 and OMAP3 Question

2017-07-25 Thread Tom Rini
On Tue, Jul 25, 2017 at 08:14:57AM -0500, Adam Ford wrote: > The readme file for OMAP indicates that we compile using armv5 to "to > allow more compilers to work" > > We have our arch/arm/mach-omap2/omap3/lowlevel_init.S file also noting > some special assembly insturctions becuse we use armv5.

[U-Boot] armv5 and OMAP3 Question

2017-07-25 Thread Adam Ford
The readme file for OMAP indicates that we compile using armv5 to "to allow more compilers to work" We have our arch/arm/mach-omap2/omap3/lowlevel_init.S file also noting some special assembly insturctions becuse we use armv5. The barriers defined also indicate we're using CP15 instead of the sep