sb,soc/intel: Replace smm_southbridge_enable_smi()
Change-Id: I8a2e8b0c104d9e08f07aeb6a2c32106480ace3e5 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41961 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
040c531158
commit
0778c86b3b
17 changed files with 65 additions and 25 deletions
|
|
@ -745,7 +745,7 @@ static void post_mp_init(void)
|
|||
{
|
||||
/* Now that all APs have been relocated as well as the BSP let SMIs
|
||||
* start flowing. */
|
||||
smm_southbridge_enable_smi();
|
||||
global_smi_enable();
|
||||
|
||||
/* Lock down the SMRAM space. */
|
||||
smm_lock();
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ static void post_mp_init(void)
|
|||
{
|
||||
/* Now that all APs have been relocated as well as the BSP let SMIs
|
||||
* start flowing. */
|
||||
smm_southbridge_enable_smi();
|
||||
global_smi_enable();
|
||||
|
||||
/* Lock down the SMRAM space. */
|
||||
smm_lock();
|
||||
|
|
|
|||
|
|
@ -302,7 +302,7 @@ static void post_mp_init(void)
|
|||
{
|
||||
/* Now that all APs have been relocated as well as the BSP let SMIs
|
||||
* start flowing. */
|
||||
smm_southbridge_enable_smi();
|
||||
global_smi_enable();
|
||||
|
||||
/* Lock down the SMRAM space. */
|
||||
smm_lock();
|
||||
|
|
|
|||
|
|
@ -528,7 +528,7 @@ static void post_mp_init(void)
|
|||
{
|
||||
/* Now that all APs have been relocated as well as the BSP let SMIs
|
||||
* start flowing. */
|
||||
smm_southbridge_enable_smi();
|
||||
global_smi_enable();
|
||||
|
||||
/* Lock down the SMRAM space. */
|
||||
smm_lock();
|
||||
|
|
|
|||
Loading…
Reference in a new issue