]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/raspi: Use arm_write_bootloader() to write boot code
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Apr 2023 15:27:17 +0000 (16:27 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 18 May 2023 18:09:59 +0000 (21:09 +0300)
commitd46d4036160513ed07b0022a37bd22f425ca113d
tree3a2fc7923bcb689fc3e0d887a87335404dde6060
parent5ebe440c2b26cd953fc9014a40cd13e02bc334c2
hw/arm/raspi: Use arm_write_bootloader() to write boot code

When writing the secondary-CPU stub boot loader code to the guest,
use arm_write_bootloader() instead of directly calling
rom_add_blob_fixed().  This fixes a bug on big-endian hosts, because
arm_write_bootloader() will correctly byte-swap the host-byte-order
array values into the guest-byte-order to write into the guest
memory.

Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20230424152717.1333930-4-peter.maydell@linaro.org
(cherry picked from commit 0acbdb4c4ab6b0a09f159bae4899b0737cf64242)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/arm/raspi.c