coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
variant.c File Reference
#include <baseboard/variants.h>
#include <boardid.h>
#include <device/device.h>
#include <soc/gpio.h>
#include <amdblocks/cpu.h>
Include dependency graph for variant.c:

Go to the source code of this file.

Functions

bool variant_has_pcie_wwan (void)
 
uint8_t variant_sd_aux_reset_gpio (void)
 
void variant_update_ddi_descriptors (fsp_ddi_descriptor *ddi_descriptors)
 

Function Documentation

◆ variant_has_pcie_wwan()

bool variant_has_pcie_wwan ( void  )

Definition at line 9 of file variant.c.

References DEV_PTR, and is_dev_enabled().

Here is the call graph for this function:

◆ variant_sd_aux_reset_gpio()

uint8_t variant_sd_aux_reset_gpio ( void  )

Definition at line 14 of file variant.c.

References board_id(), GPIO_69, and GPIO_70.

Here is the call graph for this function:

◆ variant_update_ddi_descriptors()

void variant_update_ddi_descriptors ( fsp_ddi_descriptor *  ddi_descriptors)

Definition at line 19 of file variant.c.

References get_cpu_count(), and get_threads_per_core().

Here is the call graph for this function: