Re: [PATCH 4/4] efi_loader: call smp_kick_all_cpus()

2020-05-18 Thread Tom Rini
On Mon, May 18, 2020 at 06:45:17PM +, Heinrich Schuchardt wrote: > Am May 18, 2020 6:30:09 PM UTC schrieb Tom Rini : > >On Sat, May 16, 2020 at 05:54:43PM +0200, Michael Walle wrote: > >> [Also adding Tom Rini as ARM maintainer] > >> > >> Am 2020-05-14 22:17, schrieb Alexander Graf: > >> > On

Re: [PATCH 4/4] efi_loader: call smp_kick_all_cpus()

2020-05-18 Thread Heinrich Schuchardt
Am May 18, 2020 6:30:09 PM UTC schrieb Tom Rini : >On Sat, May 16, 2020 at 05:54:43PM +0200, Michael Walle wrote: >> [Also adding Tom Rini as ARM maintainer] >> >> Am 2020-05-14 22:17, schrieb Alexander Graf: >> > On 14.05.20 20:46, Heinrich Schuchardt wrote: >> > > On 5/14/20 2:38 PM, Michael Wal

Re: [PATCH 4/4] efi_loader: call smp_kick_all_cpus()

2020-05-18 Thread Tom Rini
On Sat, May 16, 2020 at 05:54:43PM +0200, Michael Walle wrote: > [Also adding Tom Rini as ARM maintainer] > > Am 2020-05-14 22:17, schrieb Alexander Graf: > > On 14.05.20 20:46, Heinrich Schuchardt wrote: > > > On 5/14/20 2:38 PM, Michael Walle wrote: > > > > On some architectures, specifically th

Re: [PATCH 4/4] efi_loader: call smp_kick_all_cpus()

2020-05-16 Thread Michael Walle
[Also adding Tom Rini as ARM maintainer] Am 2020-05-14 22:17, schrieb Alexander Graf: On 14.05.20 20:46, Heinrich Schuchardt wrote: On 5/14/20 2:38 PM, Michael Walle wrote: On some architectures, specifically the layerscape, the secondary cores wait for an interrupt before entering the spin-ta

Re: [PATCH 4/4] efi_loader: call smp_kick_all_cpus()

2020-05-14 Thread Michael Walle
Am 2020-05-14 22:17, schrieb Alexander Graf: On 14.05.20 20:46, Heinrich Schuchardt wrote: On 5/14/20 2:38 PM, Michael Walle wrote: On some architectures, specifically the layerscape, the secondary cores wait for an interrupt before entering the spin-tables. This applies only to boards which d

Re: [PATCH 4/4] efi_loader: call smp_kick_all_cpus()

2020-05-14 Thread Alexander Graf
On 14.05.20 20:46, Heinrich Schuchardt wrote: On 5/14/20 2:38 PM, Michael Walle wrote: On some architectures, specifically the layerscape, the secondary cores wait for an interrupt before entering the spin-tables. This applies only to boards which doesn't have PSCI provided by TF-a and u-boot

Re: [PATCH 4/4] efi_loader: call smp_kick_all_cpus()

2020-05-14 Thread Heinrich Schuchardt
On 5/14/20 2:38 PM, Michael Walle wrote: > On some architectures, specifically the layerscape, the secondary cores > wait for an interrupt before entering the spin-tables. This applies only > to boards which doesn't have PSCI provided by TF-a and u-boot does the %s/TF-a/TF-A/, %s/u-boot/U-Boot/ >

[PATCH 4/4] efi_loader: call smp_kick_all_cpus()

2020-05-14 Thread Michael Walle
On some architectures, specifically the layerscape, the secondary cores wait for an interrupt before entering the spin-tables. This applies only to boards which doesn't have PSCI provided by TF-a and u-boot does the secondary cores handling. bootm/booti already call that function for ARM architectu