commit | a43ae7c702e0818564e904f7a679e463da50ab32 | [log] [tgz] |
---|---|---|
author | Sami Mujawar <sami.mujawar@arm.com> | Thu May 09 13:35:02 2019 +0100 |
committer | Sami Mujawar <sami.mujawar@arm.com> | Wed May 15 11:42:39 2019 +0100 |
tree | 8a159dd742206dc59bfbd08b9d94377480d1050c | |
parent | a8722e9a0313357d97288c585579da0f79501c0b [diff] |
Add option for defining platform DRAM2 base The default DRAM2 base address for Arm platforms is 0x880000000. However, on some platforms the firmware may want to move the start address to a different value. To support this introduce PLAT_ARM_DRAM2_BASE that defaults to 0x880000000; but can be overridden by a platform (e.g. in platform_def.h). Change-Id: I0d81195e06070bc98f376444b48ada2db1666e28 Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>