summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-09-11 18:03:53 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-09-11 18:03:53 +0100
commitc8eabcde83c2dfec9e325d37fed9e8acc7f5cc6a (patch)
tree10021774a43eace145fb4342d89f4639bf0c3cc2
parentb267a7ac70d36b1da5a8b3f8a9bd3342a91744d3 (diff)
Declare 32 GB of DRAM
Declare 32 GB of DRAM so that PSCI will allow secondaries to boot when KASLR is in effect, and the kernel text resided at a high address in physical memory. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
-rw-r--r--include/plat/arm/board/common/board_css_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plat/arm/board/common/board_css_def.h b/include/plat/arm/board/common/board_css_def.h
index 317b897..e89eae1 100644
--- a/include/plat/arm/board/common/board_css_def.h
+++ b/include/plat/arm/board/common/board_css_def.h
@@ -68,7 +68,7 @@
* development platforms
*/
-#define PLAT_ARM_DRAM2_SIZE MAKE_ULL(0x180000000)
+#define PLAT_ARM_DRAM2_SIZE MAKE_ULL(0x780000000)
/* UART related constants */
#define PLAT_ARM_BOOT_UART_BASE SOC_CSS_UART0_BASE