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 dependency graph for variant.h:

Go to the source code of this file.

Macros

#define SENSOR_DET_360   GPP_C10
 

Variables

static const sku_info skus []
 

Macro Definition Documentation

◆ SENSOR_DET_360

#define SENSOR_DET_360   GPP_C10

Definition at line 9 of file variant.h.

Variable Documentation

◆ skus

const sku_info skus[]
static
Initial value:
= {
{ .id = 1, .name = "sku1" },
{ .id = 2, .name = "sku2" },
{ .id = 3, .name = "sku3" },
{ .id = 4, .name = "sku4" },
}

Definition at line 11 of file variant.h.