[PATCH v1 0/1] hw/arm: versal-virt: Always call arm_load_kernel()

Edgar E. Iglesias posted 1 patch 2 years, 3 months ago
Failed in applying to current master (apply log)
hw/arm/xlnx-versal-virt.c | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
[PATCH v1 0/1] hw/arm: versal-virt: Always call arm_load_kernel()
Posted by Edgar E. Iglesias 2 years, 3 months ago
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

This should be applied on top of Peter Maydell's
"arm: Fix handling of unrecognized functions in PSCI emulation"
patch series.

This fixes an issue reported by Peter Maydell. We should
always call arm_load_kernel() regardless of kernel_filename being
set. This is needed because arm_load_kernel() sets up reset for
the CPUs.

Cheers,
Edgar

Edgar E. Iglesias (1):
  hw/arm: versal-virt: Always call arm_load_kernel()

 hw/arm/xlnx-versal-virt.c | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

-- 
2.25.1


Re: [PATCH v1 0/1] hw/arm: versal-virt: Always call arm_load_kernel()
Posted by Peter Maydell 2 years, 2 months ago
On Sun, 30 Jan 2022 at 11:03, Edgar E. Iglesias
<edgar.iglesias@gmail.com> wrote:
>
> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
>
> This should be applied on top of Peter Maydell's
> "arm: Fix handling of unrecognized functions in PSCI emulation"
> patch series.
>
> This fixes an issue reported by Peter Maydell. We should
> always call arm_load_kernel() regardless of kernel_filename being
> set. This is needed because arm_load_kernel() sets up reset for
> the CPUs.



Applied to target-arm.next, thanks.

-- PMM