Re: [U-Boot] [PATCH 1/9] MIPS: Add arch-wide arch_cpu_init

2016-09-08 Thread Marek Vasut
On 09/08/2016 01:21 PM, Paul Burton wrote: > > > On 08/09/16 11:47, Marek Vasut wrote: >> On 09/08/2016 12:36 PM, Paul Burton wrote: >>> On 08/09/16 11:02, Marek Vasut wrote: On 09/07/2016 07:48 PM, Paul Burton wrote: > Add an implementation of arch_cpu_init that covers all MIPS boards,

Re: [U-Boot] [PATCH 1/9] MIPS: Add arch-wide arch_cpu_init

2016-09-08 Thread Paul Burton
On 08/09/16 11:47, Marek Vasut wrote: > On 09/08/2016 12:36 PM, Paul Burton wrote: >> On 08/09/16 11:02, Marek Vasut wrote: >>> On 09/07/2016 07:48 PM, Paul Burton wrote: Add an implementation of arch_cpu_init that covers all MIPS boards, in preparation for performing various pieces of

Re: [U-Boot] [PATCH 1/9] MIPS: Add arch-wide arch_cpu_init

2016-09-08 Thread Marek Vasut
On 09/08/2016 12:36 PM, Paul Burton wrote: > On 08/09/16 11:02, Marek Vasut wrote: >> On 09/07/2016 07:48 PM, Paul Burton wrote: >>> Add an implementation of arch_cpu_init that covers all MIPS boards, in >>> preparation for performing various pieces of initialisation there in >>> later patches.

Re: [U-Boot] [PATCH 1/9] MIPS: Add arch-wide arch_cpu_init

2016-09-08 Thread Paul Burton
On 08/09/16 11:02, Marek Vasut wrote: > On 09/07/2016 07:48 PM, Paul Burton wrote: >> Add an implementation of arch_cpu_init that covers all MIPS boards, in >> preparation for performing various pieces of initialisation there in >> later patches. >> >> In order to allow the ath79 code to continue

Re: [U-Boot] [PATCH 1/9] MIPS: Add arch-wide arch_cpu_init

2016-09-08 Thread Marek Vasut
On 09/07/2016 07:48 PM, Paul Burton wrote: > Add an implementation of arch_cpu_init that covers all MIPS boards, in > preparation for performing various pieces of initialisation there in > later patches. > > In order to allow the ath79 code to continue performing initialisation > at this point in

[U-Boot] [PATCH 1/9] MIPS: Add arch-wide arch_cpu_init

2016-09-07 Thread Paul Burton
Add an implementation of arch_cpu_init that covers all MIPS boards, in preparation for performing various pieces of initialisation there in later patches. In order to allow the ath79 code to continue performing initialisation at this point in the boot, it's converted to use a new mach_cpu_init