aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2023-07-13 12:18:08 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-07-27 16:03:05 +0000
commitd22bb255b25d4a26ec8b0942f02a428b88d238fc (patch)
tree3cca089c6d4411ca8913e790ca38902d6a72e1b8 /src/soc
parent2cb2b185dac1fd836e0ca9d84b25bf705131ed09 (diff)
soc/amd/noncar/memlayout_x86.ld: Move ramstage link address
This address is more certain to not collide with other symbols. Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Change-Id: I02eddf43a00c443a1193d6db77d6fad3715216f3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76494 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/common/block/cpu/noncar/memlayout_x86.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/cpu/noncar/memlayout_x86.ld b/src/soc/amd/common/block/cpu/noncar/memlayout_x86.ld
index d9b29bf5c2..c435cc5eae 100644
--- a/src/soc/amd/common/block/cpu/noncar/memlayout_x86.ld
+++ b/src/soc/amd/common/block/cpu/noncar/memlayout_x86.ld
@@ -112,7 +112,7 @@ SECTIONS
EARLY_RESERVED_DRAM_END(.)
/* Relocated at runtime in cbmem so the address does not matter. */
- RAMSTAGE(64M, 8M)
+ RAMSTAGE(512M, 8M)
}
#if ENV_BOOTBLOCK