coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
early_init.c File Reference
#include <bootblock_common.h>
#include <stdint.h>
#include <arch/io.h>
#include <cf9_reset.h>
#include <device/pnp_ops.h>
#include <device/pci_ops.h>
#include <device/pci_def.h>
#include <option.h>
#include <northbridge/intel/i945/i945.h>
#include <southbridge/intel/i82801gx/i82801gx.h>
#include <superio/smsc/lpc47n227/lpc47n227.h>
Include dependency graph for early_init.c:

Go to the source code of this file.

Functions

void mainboard_lpc_decode (void)
 
void bootblock_mainboard_early_init (void)
 
void mainboard_late_rcba_config (void)
 
static void init_artec_dongle (void)
 
void mainboard_pre_raminit_config (int s3_resume)
 

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

Definition at line 34 of file early_init.c.

References PNP_DEV, pnp_enter_conf_state(), pnp_exit_conf_state(), and pnp_write_config().

Here is the call graph for this function:

◆ init_artec_dongle()

static void init_artec_dongle ( void  )
static

Definition at line 93 of file early_init.c.

References outb().

Referenced by mainboard_pre_raminit_config().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mainboard_late_rcba_config()

void mainboard_late_rcba_config ( void  )

Definition at line 67 of file early_init.c.

References D27IR, D28IR, D29IR, D30IR, D31IP, D31IR, FD, FD_INTLAN, RCBA16, and RCBA32.

◆ mainboard_lpc_decode()

void mainboard_lpc_decode ( void  )

Definition at line 16 of file early_init.c.

References get_uint_option(), LPC_EN, LPC_IO_DEC, LPT_LPC_EN, PCI_DEV, pci_update_config16(), and pci_write_config16().

Here is the call graph for this function:

◆ mainboard_pre_raminit_config()

void mainboard_pre_raminit_config ( int  s3_resume)

Definition at line 100 of file early_init.c.

References init_artec_dongle().

Here is the call graph for this function: