mbox series

[0/3] hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2

Message ID 20200921034729.432931-1-f4bug@amsat.org
Headers show
Series hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2 | expand

Message

Philippe Mathieu-Daudé Sept. 21, 2020, 3:47 a.m. UTC
Patch 1 and 3 are review, patch 2 is new and trivial.

Philippe Mathieu-Daudé (3):
  hw/arm/raspi: Define various blocks base addresses
  hw/arm/bcm2835: Add more unimplemented peripherals
  hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2

 include/hw/arm/bcm2835_peripherals.h |  2 ++
 include/hw/arm/raspi_platform.h      | 51 +++++++++++++++++++++++-----
 hw/arm/bcm2835_peripherals.c         |  2 ++
 hw/arm/raspi.c                       |  3 --
 4 files changed, 47 insertions(+), 11 deletions(-)

Comments

Peter Maydell Oct. 1, 2020, 1:23 p.m. UTC | #1
On Mon, 21 Sep 2020 at 04:47, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>

> Patch 1 and 3 are review, patch 2 is new and trivial.

>

> Philippe Mathieu-Daudé (3):

>   hw/arm/raspi: Define various blocks base addresses

>   hw/arm/bcm2835: Add more unimplemented peripherals

>   hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2

>




Applied to target-arm.next, thanks.

-- PMM