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 <ec/google/wilco/commands.h>
#include <smbios.h>
#include <variant/variant.h>
Include dependency graph for sku.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ sku_id()

uint32_t sku_id ( void  )

Definition at line 8 of file sku.c.

References VARIANT_SKU_ID, VARIANT_SKU_ID_SIGNED_EC, and wilco_ec_signed_fw().

Here is the call graph for this function:

◆ smbios_system_sku()

const char* smbios_system_sku ( void  )

Definition at line 16 of file sku.c.

References VARIANT_SKU_NAME, VARIANT_SKU_NAME_SIGNED_EC, and wilco_ec_signed_fw().

Here is the call graph for this function: