coreboot-kgpe-d16/src/arch/arm64
Arthur Heymans d05f57cfcb arch/arm64: Pass cbmem_top to ramstage via calling argument
This solution is very generic and can in principle be implemented on
all arch/soc. Currently the old infrastructure to pass on information
from romstage to ramstage is left in place and will be removed in a
follow-up commit.

Nvidia Tegra will be handled in a separate patch because it has a
custom ramstage entry.

Instead trying to figure out which files can be removed from stages
and which cbmem_top implementations need with preprocessor, rename all
cbmem_top implementation to cbmem_top_romstage.

Mechanisms set in place to pass on information from rom- to ram-stage
will be replaced in a followup commit.

Change-Id: I86cdc5c2fac76797732a3a3398f50c4d1ff6647a
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36275
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2019-11-03 11:19:24 +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 arch/arm64: Pass cbmem_top to ramstage via calling argument 2019-11-03 11:19:24 +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