coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
lpc.c File Reference
#include <console/console.h>
#include <intelblocks/lpc_lib.h>
#include <soc/iomap.h>
#include <soc/pcr_ids.h>
#include <chip.h>
Include dependency graph for lpc.c:

Go to the source code of this file.

Functions

void soc_get_gen_io_dec_range (uint32_t gen_io_dec[LPC_NUM_GENERIC_IO_RANGES])
 
void lpc_soc_init (struct device *dev)
 
void pch_lpc_soc_fill_io_resources (struct device *dev)
 

Function Documentation

◆ lpc_soc_init()

void lpc_soc_init ( struct device dev)

Definition at line 20 of file lpc.c.

References BIOS_SPEW, and printk.

◆ pch_lpc_soc_fill_io_resources()

void pch_lpc_soc_fill_io_resources ( struct device dev)

Definition at line 28 of file lpc.c.

◆ soc_get_gen_io_dec_range()

void soc_get_gen_io_dec_range ( uint32_t  gen_io_dec[LPC_NUM_GENERIC_IO_RANGES])

Definition at line 10 of file lpc.c.

References config, and config_of_soc.