]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 21 Sep 2020 03:47:29 +0000 (05:47 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 1 Oct 2020 14:31:00 +0000 (15:31 +0100)
commite79f01f3ae65aae1baf01486d800f8b04a939d4e
treedaf63e26bf4c62555ed8fe7742f64f9dd8d5fc0e
parent8c1e9927907fd74497f315a7b99ca3a8e2ff39ff
hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2

Commit 1c3db49d39 added the raspi3, which uses the same peripherals
than the raspi2 (but with different ARM cores). The raspi3 was
introduced without the ignore_memory_transaction_failures flag.
Almost 2 years later, the machine is usable running U-Boot and
Linux.
In commit 00cbd5bd74 we mapped a lot of unimplemented devices,
commit d442d95f added thermal block and commit 0e5bbd7406 the
system timer.
As we are happy with the raspi3, let's remove this flag on the
raspi2.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Luc Michel <luc.michel@greensocs.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20200921034729.432931-4-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/raspi.c