coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
fw_config.c File Reference
#include <baseboard/gpio.h>
#include <bootstate.h>
#include <console/console.h>
#include <fw_config.h>
Include dependency graph for fw_config.c:

Go to the source code of this file.

Functions

static void fw_config_handle (void *unused)
 
 BOOT_STATE_INIT_ENTRY (BS_DEV_ENABLE, BS_ON_ENTRY, fw_config_handle, NULL)
 

Variables

static const struct pad_config lte_disable_pads []
 

Function Documentation

◆ BOOT_STATE_INIT_ENTRY()

BOOT_STATE_INIT_ENTRY ( BS_DEV_ENABLE  ,
BS_ON_ENTRY  ,
fw_config_handle  ,
NULL   
)

◆ fw_config_handle()

static void fw_config_handle ( void unused)
static

Definition at line 21 of file fw_config.c.

References ARRAY_SIZE, BIOS_INFO, FW_CONFIG, fw_config_probe(), gpio_configure_pads(), lte_disable_pads, and printk.

Here is the call graph for this function:

Variable Documentation

◆ lte_disable_pads

const struct pad_config lte_disable_pads[]
static
Initial value:
= {
}
#define GPP_H19
#define GPP_F12
#define GPP_D6
#define GPP_A8
#define GPP_H23
#define PAD_NC(pin)
Definition: gpio_defs.h:263

Definition at line 1 of file fw_config.c.

Referenced by fw_config_handle().