diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-02-23 14:19:28 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2021-03-07 19:23:24 +0000 |
commit | 10274d83fc13228bdd4392817542a8add211486d (patch) | |
tree | 564c7689f3f5f0b7591e3a29ac7d2fb2556bd0fb /src/southbridge/intel/lynxpoint/Makefile.inc | |
parent | d32b51466efb563f15ab53ad02b9c5c3baca803c (diff) |
sb/intel/lynxpoint: Finalize ME in ramstage
Performing ME finalization in SMM does not seem to be required.
Tested on Asrock B85M Pro4, ME still gets finalized successfully.
Change-Id: I9fde40a54f3fb8da2fba46c531443fdd2e067077
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51036
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/southbridge/intel/lynxpoint/Makefile.inc')
-rw-r--r-- | src/southbridge/intel/lynxpoint/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/lynxpoint/Makefile.inc b/src/southbridge/intel/lynxpoint/Makefile.inc index a8de2fb4b1..f980a6554d 100644 --- a/src/southbridge/intel/lynxpoint/Makefile.inc +++ b/src/southbridge/intel/lynxpoint/Makefile.inc @@ -30,7 +30,7 @@ ramstage-y += acpi.c ramstage-$(CONFIG_ELOG) += elog.c ramstage-$(CONFIG_HAVE_SMI_HANDLER) += smi.c pmutil.c -smm-y += smihandler.c me.c pch.c +smm-y += smihandler.c pch.c smm-y += pmutil.c usb_ehci.c usb_xhci.c bootblock-y += early_pch.c |