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

Go to the source code of this file.

Variables

static const sku_info skus []
 

Variable Documentation

◆ skus

const sku_info skus[]
static
Initial value:
= {
{ .id = -1, .name = "sku_invalid" },
{ .id = 1, .name = "sku1" },
{ .id = -1, .name = "sku_invalid" },
{ .id = 2, .name = "sku2" },
}

Definition at line 10 of file variant.h.

Referenced by sku_id(), and smbios_system_sku().