Re: [PATCH 1/2] hw/arm/boot: Use hooks if PSCI is disabled

2024-10-04 Thread Peter Maydell
On Fri, 4 Oct 2024 at 02:24, Sebastian Huber wrote: > > - Am 30. Sep 2024 um 17:16 schrieb Peter Maydell peter.mayd...@linaro.org: > > > On Mon, 23 Sept 2024 at 04:57, Sebastian Huber > > wrote: > >> > >> In arm_load_kernel(), use the secondary boot hooks provided by the > >> platform if PSCI

Re: [PATCH 1/2] hw/arm/boot: Use hooks if PSCI is disabled

2024-10-03 Thread Sebastian Huber
- Am 30. Sep 2024 um 17:16 schrieb Peter Maydell peter.mayd...@linaro.org: > On Mon, 23 Sept 2024 at 04:57, Sebastian Huber > wrote: >> >> In arm_load_kernel(), use the secondary boot hooks provided by the >> platform if PSCI is disabled also while booting a non-Linux kernel. >> While booting

Re: [PATCH 1/2] hw/arm/boot: Use hooks if PSCI is disabled

2024-09-30 Thread Peter Maydell
On Mon, 23 Sept 2024 at 04:57, Sebastian Huber wrote: > > In arm_load_kernel(), use the secondary boot hooks provided by the > platform if PSCI is disabled also while booting a non-Linux kernel. > While booting Linux with PSCI disabled, provide default hooks if needed. > > In do_cpu_reset(), use t

[PATCH 1/2] hw/arm/boot: Use hooks if PSCI is disabled

2024-09-22 Thread Sebastian Huber
In arm_load_kernel(), use the secondary boot hooks provided by the platform if PSCI is disabled also while booting a non-Linux kernel. While booting Linux with PSCI disabled, provide default hooks if needed. In do_cpu_reset(), use the secondary CPU reset hook provided by the platform for resetting