qemu: Accessing UART1 causes a data abort

The register address range of UART1 (crash console) are outside the
address ranges mapped for MMIO, resulting to an MMU abort when the
device registers are accessed.

Increase the size of DEVICE1 memory to include the range of UART1.

Fixes ARM-software/tf-issues#560

Signed-off-by: Michalis Pappas <mpappas@fastmail.fm>
This commit is contained in:
Michalis Pappas 2018-03-03 18:26:11 +08:00
parent 06e3a5e118
commit c5c7538ec4
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@
#define DEVICE0_BASE 0x08000000
#define DEVICE0_SIZE 0x00021000
#define DEVICE1_BASE 0x09000000
#define DEVICE1_SIZE 0x00011000
#define DEVICE1_SIZE 0x00041000
/*
* GIC related constants