From b743178ab3012aacc8210667d664c1098244cec9 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Sun, 7 Feb 2021 20:25:54 +0100 Subject: soc/amd/common/memmap: add comment about types in memmap_early_dram MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Felix Held Reported-by: Angel Pons Change-Id: I295bfcb05571492adbe81ffc579a835be4abffe1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50370 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Raul Rangel --- src/soc/amd/common/block/include/amdblocks/memmap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/amd/common/block/include/amdblocks/memmap.h b/src/soc/amd/common/block/include/amdblocks/memmap.h index a748e57316..0894cf7ce4 100644 --- a/src/soc/amd/common/block/include/amdblocks/memmap.h +++ b/src/soc/amd/common/block/include/amdblocks/memmap.h @@ -9,6 +9,7 @@ DECLARE_REGION(early_reserved_dram) struct memmap_early_dram { + /* fixed size types, so the layout in CBMEM won't change for 32 vs. 64 bit stages */ uint32_t base; uint32_t size; }; -- cgit v1.2.3