coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smi.c File Reference
#include <amdblocks/acpimmio.h>
#include <cpu/x86/smm.h>
#include "smi.h"
Include dependency graph for smi.c:

Go to the source code of this file.

Functions

void global_smi_enable (void)
 Set the EOS bit and enable SMI generation from southbridge. More...
 

Function Documentation

◆ global_smi_enable()

void global_smi_enable ( void  )

Set the EOS bit and enable SMI generation from southbridge.

Definition at line 13 of file smi.c.

References smi_read32(), SMI_REG_SMITRIG0, smi_write32(), SMITRG0_EOS, and SMITRG0_SMIENB.

Here is the call graph for this function: