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 "i82801jx.h"
Include dependency graph for smihandler.c:

Go to the source code of this file.

Macros

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

Functions

void southbridge_smi_monitor (void)
 
void southbridge_finalize_all (void)
 

Variables

u16 pmbase = DEFAULT_PMBASE
 

Macro Definition Documentation

◆ IOTRAP

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

Function Documentation

◆ southbridge_finalize_all()

void southbridge_finalize_all ( void  )

Definition at line 67 of file smihandler.c.

◆ southbridge_smi_monitor()

void southbridge_smi_monitor ( void  )

Definition at line 15 of file smihandler.c.

References BIOS_DEBUG, IOTRAP, mask, printk, and RCBA32.

Variable Documentation

◆ pmbase

u16 pmbase = DEFAULT_PMBASE

Definition at line 13 of file smihandler.c.