aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm64
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-01 21:42:33 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-04 11:40:12 +0000
commit879c9fc4210fa508fdc7e23e6a53709d5751d513 (patch)
tree5c9395950b320301196f4bd1c627d4feee177bd5 /src/arch/arm64
parenta09d33ec88bc5a43e78a23d5ccc8fb7a87fda362 (diff)
soc/nvidia/tegra210: Populate _cbmem_top_ptr
On this platform the ramstage is run on a different core so passing cbmem_top via calling arguments is not an option. To work around this populate _cbmem_top_ptr with cbmem_top_chipset which is also used in romstage. Change-Id: I8799c12705e944162c05fb7225ae21d32a2a882b Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36557 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/arm64')
-rw-r--r--src/arch/arm64/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm64/Kconfig b/src/arch/arm64/Kconfig
index 0438ded429..c7eafe649a 100644
--- a/src/arch/arm64/Kconfig
+++ b/src/arch/arm64/Kconfig
@@ -17,7 +17,7 @@ config ARCH_ROMSTAGE_ARM64
config ARCH_RAMSTAGE_ARM64
bool
select ARCH_ARM64
- select RAMSTAGE_CBMEM_TOP_ARG if !SOC_NVIDIA_TEGRA210
+ select RAMSTAGE_CBMEM_TOP_ARG
source src/arch/arm64/armv8/Kconfig