coreboot/src/arch/arm64
Arthur Heymans c4c5d85c22 lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARG
All targets now have the _cbmem_top_ptr symbol populated via calling
arguments or in the nvidia/tegra210 case worked around by populating
it with cbmem_top_chipset explicitly at the start of ramstage, so the
Kconfig guarding this behavior can be removed.

Change-Id: Ie7467629e58700e4d29f6e735840c22ed687f880
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36422
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Michael Niewöhner
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-11-10 11:46:29 +00:00
..
armv8 arch/arm64: Make ARM64 stages select ARCH_ARM64 2019-08-29 20:47:27 +00:00
include arch/arm64: Pass cbmem_top to ramstage via calling argument 2019-11-03 11:19:24 +00:00
arch_timer.c AUTHORS: Move src/arch/arm64 copyrights into AUTHORS file 2019-08-26 19:20:00 +00:00
bl31.c arm64: Uprev Arm TF and adjust to BL31 parameter changes 2019-09-14 05:01:16 +00:00
boot.c arch/arm64: Pass cbmem_top to ramstage via calling argument 2019-11-03 11:19:24 +00:00
div0.c AUTHORS: Move src/arch/arm64 copyrights into AUTHORS file 2019-08-26 19:20:00 +00:00
eabi_compat.c AUTHORS: Move src/arch/arm64 copyrights into AUTHORS file 2019-08-26 19:20:00 +00:00
fit_payload.c AUTHORS: Move src/arch/arm64 copyrights into AUTHORS file 2019-08-26 19:20:00 +00:00
id.S
Kconfig lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARG 2019-11-10 11:46:29 +00:00
Makefile.inc arm64: Rename arm_tf.c/h to bl31.c/h 2019-08-30 10:37:17 +00:00
memcpy.S AUTHORS: Move src/arch/arm64 copyrights into AUTHORS file 2019-08-26 19:20:00 +00:00
memmove.S AUTHORS: Move src/arch/arm64 copyrights into AUTHORS file 2019-08-26 19:20:00 +00:00
memset.S AUTHORS: Move src/arch/arm64 copyrights into AUTHORS file 2019-08-26 19:20:00 +00:00
ramdetect.c lib: ramdetect: Register exception handlers for ARMv8 2019-08-26 07:14:03 +00:00
romstage.c AUTHORS: Move src/arch/arm64 copyrights into AUTHORS file 2019-08-26 19:20:00 +00:00
tables.c AUTHORS: Move src/arch/arm64 copyrights into AUTHORS file 2019-08-26 19:20:00 +00:00
transition.c AUTHORS: Move src/arch/arm64 copyrights into AUTHORS file 2019-08-26 19:20:00 +00:00
transition_asm.S AUTHORS: Move src/arch/arm64 copyrights into AUTHORS file 2019-08-26 19:20:00 +00:00