N1SDP: Fix DRAM2 start address
authorSami Mujawar <sami.mujawar@arm.com>
Thu, 9 May 2019 12:43:30 +0000 (13:43 +0100)
committerSami Mujawar <sami.mujawar@arm.com>
Wed, 15 May 2019 10:43:19 +0000 (11:43 +0100)
commit49d64e5d0e8d63dadc3efb1b32579973dd677c41
tree9a4e6080fa38efad9e43f0859d8f9c19c904e8d4
parent6bb6015f915dbc6a1208358024387a76530d45da
N1SDP: Fix DRAM2 start address

The default DRAM2 start address for Arm platforms
is 0x880000000. However, for N1SDP platform this is
0x8080000000.

Fix the DRAM2 start address by initialising
PLAT_ARM_DRAM2_BASE.

Without this fix there is a mismatch of the System
memory region view as seen by the BL31 runtime
firmware (PSCI) versus the view of the OS (which
is based on the description provided by UEFI. In
this case UEFI is correctly describing the DRAM2
start address).

This implicates in secondary cores failing to start
on some Operating Systems if the OS decides to place
the secondary start address in the mismatched region.

Change-Id: I57220e753219353dda429868b4c5e1a69944cc64
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
plat/arm/board/n1sdp/include/platform_def.h