coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sku.c File Reference
#include <boardid.h>
#include <smbios.h>
#include <ec/google/wilco/commands.h>
#include <variant/variant.h>
Include dependency graph for sku.c:

Go to the source code of this file.

Functions

static const uint32_t get_sku_index (void)
 
uint32_t sku_id (void)
 
const char * smbios_system_sku (void)
 

Function Documentation

◆ get_sku_index()

static const uint32_t get_sku_index ( void  )
static

Definition at line 8 of file sku.c.

References has_360_sensor_board(), and wilco_ec_signed_fw().

Referenced by sku_id(), and smbios_system_sku().

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

◆ sku_id()

uint32_t sku_id ( void  )

Definition at line 13 of file sku.c.

References get_sku_index(), sku_info::id, and skus.

Here is the call graph for this function:

◆ smbios_system_sku()

const char* smbios_system_sku ( void  )

Definition at line 18 of file sku.c.

References get_sku_index(), sku_info::name, and skus.

Here is the call graph for this function: