From 154239aff1602e0ae27f9ce1f2df0647e4aef0a8 Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Thu, 2 Nov 2017 09:49:30 -0600 Subject: amd/stoneyridge: Remove fixme.c Move the two functions in fixme.c to places where they make more sense. Coincidentally fix the todo in amd_initcpuio() and use bsp_topmem() instead of explicitely reading the MSR. BUG=b:62241048 Change-Id: Ica80b92f48788314ad290ccf72e6847fb6d039c3 Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/22297 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/amd/common/agesawrapper.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/amd/common') diff --git a/src/soc/amd/common/agesawrapper.h b/src/soc/amd/common/agesawrapper.h index b42f531352..3b925b2426 100644 --- a/src/soc/amd/common/agesawrapper.h +++ b/src/soc/amd/common/agesawrapper.h @@ -51,7 +51,6 @@ AGESA_STATUS agesawrapper_fchs3laterestore(void); VOID OemCustomizeInitEarly(IN OUT AMD_EARLY_PARAMS *InitEarly); VOID amd_initcpuio(void); -VOID amd_initmmio(void); const void *agesawrapper_locate_module(const CHAR8 name[8]); void OemPostParams(AMD_POST_PARAMS *PostParams); -- cgit v1.2.3