coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sku_id.c File Reference
#include <boardid.h>
#include <baseboard/variants.h>
#include <ec/google/chromeec/ec.h>
Include dependency graph for sku_id.c:

Go to the source code of this file.

Functions

uint32_t sku_id (void)
 
int boot_is_factory_unprovisioned (void)
 

Function Documentation

◆ boot_is_factory_unprovisioned()

int boot_is_factory_unprovisioned ( void  )

Definition at line 14 of file sku_id.c.

References CROS_SKU_UNPROVISIONED, and sku_id().

Referenced by variant_devtree_update(), and variant_get_dxio_ddi_descriptors().

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

◆ sku_id()