summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-armv7/Makefile.inc
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-10-23 17:02:50 +0200
committerArthur Heymans <arthur@aheymans.xyz>2019-11-03 11:18:31 +0000
commit7c9a0e8a9cfa90f8f413f3b485f8103bca80fac6 (patch)
treed5b9e20eec7f0a969978eca5bf25da5d1c1d812c /src/mainboard/emulation/qemu-armv7/Makefile.inc
parent463ad5169dfe958637c7514149bd91630ee07f7e (diff)
downloadcoreboot-7c9a0e8a9cfa90f8f413f3b485f8103bca80fac6.tar.xz
arch/x86: Use the stage argument to implement cbmem_top
Currently all stages that need cbmem need an implementation of a cbmem_top function. On FSP and AGESA platforms this proves to be painful and a pointer to the top of lower memory if often passed via lower memory (e.g. EBDA) or via a PCI scratchpad register. The problem with writing to lower memory is that also need to be written on S3 as one cannot assume it to be still there. Writing things on S3 is always a fragile thing to do. A very generic solution is to pass cbmem_top via the program argument. It should be possible to implement this solution on every architecture. 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. TESTED on qemu-x86. Change-Id: I6d5a366d6f1bc76f26d459628237e6b2c8ae03ea Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36144 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/mainboard/emulation/qemu-armv7/Makefile.inc')
0 files changed, 0 insertions, 0 deletions