diff options
author | Suyash Pathak <suyash.pathak@arm.com> | 2020-02-12 10:36:20 +0530 |
---|---|---|
committer | Suyash Pathak <suyash.pathak@arm.com> | 2020-02-19 13:26:27 +0530 |
commit | 86f297a3e1549624716ccf678f7f80d0141e5834 (patch) | |
tree | 94a985e0826e5c13de96810544ef598707ec3725 /include | |
parent | 96318f828f5def96251747b33747d01d82e4e5d3 (diff) | |
download | platform_external_arm-trusted-firmware-86f297a3e1549624716ccf678f7f80d0141e5834.tar.gz platform_external_arm-trusted-firmware-86f297a3e1549624716ccf678f7f80d0141e5834.tar.bz2 platform_external_arm-trusted-firmware-86f297a3e1549624716ccf678f7f80d0141e5834.zip |
plat/arm: allow boards to specify second DRAM Base address
The base address for second DRAM varies across different platforms.
So allow platforms to define second DRAM by moving Juno/SGM-775 specific
definition of second DRAM base address to Juno/SGM-775 board definition
respectively, SGI/RD specific definition of DRAM 2 base address to SGI
board definition.
Change-Id: I0ecd3a2bd600b6c7019c7f06f8c452952bd07cae
Signed-off-by: Suyash Pathak <suyash.pathak@arm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/plat/arm/board/common/board_css_def.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/include/plat/arm/board/common/board_css_def.h b/include/plat/arm/board/common/board_css_def.h index 4637b6785..b79e0d572 100644 --- a/include/plat/arm/board/common/board_css_def.h +++ b/include/plat/arm/board/common/board_css_def.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -50,13 +50,6 @@ #define PLAT_ARM_NVM_BASE V2M_FLASH0_BASE #define PLAT_ARM_NVM_SIZE (V2M_FLASH0_SIZE - V2M_FLASH_BLOCK_SIZE) -/* - * Required platform porting definitions common to all ARM CSS-based - * development platforms - */ -#define PLAT_ARM_DRAM2_BASE ULL(0x880000000) -#define PLAT_ARM_DRAM2_SIZE ULL(0x180000000) - /* UART related constants */ #define PLAT_ARM_BOOT_UART_BASE SOC_CSS_UART0_BASE #define PLAT_ARM_BOOT_UART_CLK_IN_HZ SOC_CSS_UART0_CLK_IN_HZ |