Attention is currently required from: Felix Held, Fred Reitberger, Jason Glenesk, Matt DeVillier.
Hello Fred Reitberger, Jason Glenesk, Marshall Dawson, Matt DeVillier, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/81389?usp=email
to look at the new patch set (#2).
Change subject: soc/amd/*/memmap: factor out common read_lower_soc_memmap_resources ......................................................................
soc/amd/*/memmap: factor out common read_lower_soc_memmap_resources
Since the code for reporting the memory map below cbmem_top is basically identical for all non-CAR AMD SoCs, factor this out into a common read_lower_soc_memmap_resources implementation.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Id64462b97d144ccdf78ebb051d82a4aa37f8ee98 --- M src/soc/amd/cezanne/memmap.c M src/soc/amd/common/block/cpu/noncar/memmap.c M src/soc/amd/common/block/include/amdblocks/memmap.h M src/soc/amd/genoa_poc/domain.c M src/soc/amd/glinda/memmap.c M src/soc/amd/mendocino/memmap.c M src/soc/amd/phoenix/memmap.c M src/soc/amd/picasso/memmap.c 8 files changed, 46 insertions(+), 173 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/81389/2