coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smihandler.c File Reference
#include <types.h>
#include <console/console.h>
#include <cpu/x86/smm.h>
#include <device/pci_def.h>
#include <southbridge/intel/common/pmutil.h>
#include "i82801ix.h"
#include <soc/nvs.h>
Include dependency graph for smihandler.c:

Go to the source code of this file.

Macros

#define IOTRAP(x)   (trap_sts & (1 << x))
 

Functions

int southbridge_io_trap_handler (int smif)
 
void southbridge_smi_monitor (void)
 
void southbridge_finalize_all (void)
 

Macro Definition Documentation

◆ IOTRAP

#define IOTRAP (   x)    (trap_sts & (1 << x))

Function Documentation

◆ southbridge_finalize_all()

void southbridge_finalize_all ( void  )

Definition at line 87 of file smihandler.c.

◆ southbridge_io_trap_handler()

int southbridge_io_trap_handler ( int  smif)

Definition at line 17 of file smihandler.c.

References BIOS_DEBUG, gnvs, printk, and global_nvs::smif.

◆ southbridge_smi_monitor()

void southbridge_smi_monitor ( void  )

Definition at line 34 of file smihandler.c.

References BIOS_DEBUG, gnvs, io_trap_handler(), IOTRAP, mask, printk, RCBA32, and global_nvs::smif.

Here is the call graph for this function: