Re: [PATCH 20/26] arm: mach-k3: do board config for PM and RM only if supported

2020-11-18 Thread Tero Kristo
On 17/11/2020 11:22, Tero Kristo wrote: On 17/11/2020 08:14, Lokesh Vutla wrote: On 16/11/20 5:57 pm, Tero Kristo wrote: On 16/11/2020 06:23, Lokesh Vutla wrote: On 10/11/20 2:35 pm, Tero Kristo wrote: If the raw PM support is built in, we are operating in the split firmware approach mode

Re: [PATCH 20/26] arm: mach-k3: do board config for PM and RM only if supported

2020-11-17 Thread Tero Kristo
On 17/11/2020 08:14, Lokesh Vutla wrote: On 16/11/20 5:57 pm, Tero Kristo wrote: On 16/11/2020 06:23, Lokesh Vutla wrote: On 10/11/20 2:35 pm, Tero Kristo wrote: If the raw PM support is built in, we are operating in the split firmware approach mode where RM and PM support is not available

Re: [PATCH 20/26] arm: mach-k3: do board config for PM and RM only if supported

2020-11-16 Thread Lokesh Vutla
On 16/11/20 5:57 pm, Tero Kristo wrote: > On 16/11/2020 06:23, Lokesh Vutla wrote: >> >> >> On 10/11/20 2:35 pm, Tero Kristo wrote: >>> If the raw PM support is built in, we are operating in the split >>> firmware approach mode where RM and PM support is not available. In this >>> case, skip the

Re: [PATCH 20/26] arm: mach-k3: do board config for PM and RM only if supported

2020-11-16 Thread Tero Kristo
On 16/11/2020 06:23, Lokesh Vutla wrote: On 10/11/20 2:35 pm, Tero Kristo wrote: If the raw PM support is built in, we are operating in the split firmware approach mode where RM and PM support is not available. In this case, skip the board config for these two. Signed-off-by: Tero Kristo ---

Re: [PATCH 20/26] arm: mach-k3: do board config for PM and RM only if supported

2020-11-15 Thread Lokesh Vutla
On 10/11/20 2:35 pm, Tero Kristo wrote: > If the raw PM support is built in, we are operating in the split > firmware approach mode where RM and PM support is not available. In this > case, skip the board config for these two. > > Signed-off-by: Tero Kristo > --- > arch/arm/mach-k3/sysfw-load

[PATCH 20/26] arm: mach-k3: do board config for PM and RM only if supported

2020-11-10 Thread Tero Kristo
If the raw PM support is built in, we are operating in the split firmware approach mode where RM and PM support is not available. In this case, skip the board config for these two. Signed-off-by: Tero Kristo --- arch/arm/mach-k3/sysfw-loader.c | 4 1 file changed, 4 insertions(+) diff --gi