coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
early_init.c File Reference
#include <arch/io.h>
#include <device/pnp_ops.h>
#include <device/pnp.h>
#include "ec.h"
Include dependency graph for early_init.c:

Go to the source code of this file.

Functions

void kbc1126_enter_conf (void)
 
void kbc1126_exit_conf (void)
 
void kbc1126_mailbox_init (void)
 
void kbc1126_kbc_init (void)
 
void kbc1126_ec_init (void)
 
void kbc1126_com1_init (void)
 
void kbc1126_pm1_init (void)
 
void kbc1126_disable4e (void)
 

Function Documentation

◆ kbc1126_com1_init()

void kbc1126_com1_init ( void  )

Definition at line 55 of file early_init.c.

References PNP_DEV, PNP_IDX_IO0, PNP_IDX_IRQ0, pnp_set_enable(), pnp_set_iobase(), pnp_set_irq(), pnp_set_logical_device(), and SMSCSUPERIO_SP1.

Referenced by bootblock_mainboard_early_init().

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

◆ kbc1126_disable4e()

void kbc1126_disable4e ( void  )

Definition at line 80 of file early_init.c.

References outb().

Referenced by bootblock_mainboard_early_init().

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

◆ kbc1126_ec_init()

void kbc1126_ec_init ( void  )

Definition at line 47 of file early_init.c.

References KBC1100_EC0, PNP_DEV, PNP_IDX_IO0, pnp_set_enable(), pnp_set_iobase(), and pnp_set_logical_device().

Referenced by bootblock_mainboard_early_init().

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

◆ kbc1126_enter_conf()

void kbc1126_enter_conf ( void  )

Definition at line 8 of file early_init.c.

References outb().

Referenced by bootblock_mainboard_early_init().

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

◆ kbc1126_exit_conf()

void kbc1126_exit_conf ( void  )

Definition at line 19 of file early_init.c.

References inb(), and outb().

Referenced by bootblock_mainboard_early_init().

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

◆ kbc1126_kbc_init()

void kbc1126_kbc_init ( void  )

Definition at line 38 of file early_init.c.

References KBC1100_KBC, PNP_DEV, PNP_IDX_IRQ0, PNP_IDX_IRQ1, pnp_set_enable(), pnp_set_irq(), and pnp_set_logical_device().

Referenced by bootblock_mainboard_early_init().

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

◆ kbc1126_mailbox_init()

void kbc1126_mailbox_init ( void  )

Definition at line 30 of file early_init.c.

References KBC1100_MAILBOX, PNP_DEV, PNP_IDX_IO0, pnp_set_enable(), pnp_set_iobase(), and pnp_set_logical_device().

Referenced by bootblock_mainboard_early_init().

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

◆ kbc1126_pm1_init()

void kbc1126_pm1_init ( void  )

Definition at line 64 of file early_init.c.

References KBC1100_PM1, PNP_DEV, PNP_IDX_IO0, pnp_set_enable(), pnp_set_iobase(), and pnp_set_logical_device().

Referenced by bootblock_mainboard_early_init().

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