Attention is currently required from: Martin Roth. Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/51528 )
Change subject: cpu/x86/smm/smm_module_loaderv2.c: Rename file ......................................................................
cpu/x86/smm/smm_module_loaderv2.c: Rename file
As v1 was dropped, rename v2.
Change-Id: I4dd51804e9391284c7624c42ad8180a14b1a4c84 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/cpu/x86/smm/Makefile.inc R src/cpu/x86/smm/smm_module_loader.c 2 files changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/51528/1
diff --git a/src/cpu/x86/smm/Makefile.inc b/src/cpu/x86/smm/Makefile.inc index e0b48f7..4d1cdf8 100644 --- a/src/cpu/x86/smm/Makefile.inc +++ b/src/cpu/x86/smm/Makefile.inc @@ -1,6 +1,6 @@ ## SPDX-License-Identifier: GPL-2.0-only
-ramstage-y += smm_module_loaderv2.c +ramstage-y += smm_module_loader.c ramstage-y += smi_trigger.c
ifeq ($(CONFIG_ARCH_RAMSTAGE_X86_32),y) diff --git a/src/cpu/x86/smm/smm_module_loaderv2.c b/src/cpu/x86/smm/smm_module_loader.c similarity index 100% rename from src/cpu/x86/smm/smm_module_loaderv2.c rename to src/cpu/x86/smm/smm_module_loader.c