summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/stoneyridge/northbridge.c
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2023-04-20 12:55:55 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-04-21 15:10:18 +0000
commit5e9afe7272d110265ffa6f5465fa942c2bf4961f (patch)
treed73229f9cf598cd940c6746cd7dc7e88039dcb42 /src/soc/amd/stoneyridge/northbridge.c
parentdf2edde891dc6df4113c2d720d70eabe8c888139 (diff)
downloadcoreboot-5e9afe7272d110265ffa6f5465fa942c2bf4961f.tar.gz
coreboot-5e9afe7272d110265ffa6f5465fa942c2bf4961f.tar.bz2
coreboot-5e9afe7272d110265ffa6f5465fa942c2bf4961f.zip
include/cpu/amd/mtrr: rename functions to get top of memory regions
Rename amd_topmem and amd_topmem2 to get_top_of_mem_below_4gb and get_top_of_mem_above_4g to make it clearer what those functions return. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Ic6e98d94c731af74aea0ce276a9a7e4867e3986f Reviewed-on: https://review.coreboot.org/c/coreboot/+/74589 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Diffstat (limited to 'src/soc/amd/stoneyridge/northbridge.c')
-rw-r--r--src/soc/amd/stoneyridge/northbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/northbridge.c b/src/soc/amd/stoneyridge/northbridge.c
index 068ba56c6eaa..ccfa9cbbe5fa 100644
--- a/src/soc/amd/stoneyridge/northbridge.c
+++ b/src/soc/amd/stoneyridge/northbridge.c
@@ -276,7 +276,7 @@ struct device_operations stoneyridge_northbridge_operations = {
*/
void amd_initcpuio(void)
{
- uintptr_t topmem = amd_topmem();
+ uintptr_t topmem = get_top_of_mem_below_4gb();
uintptr_t base, limit;
/* Enable legacy video routing: D18F1xF4 VGA Enable */