coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
variant.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef VARIANT_H
4 #define VARIANT_H
5 
6 /* Sarien is SKU ID 1 and 3 */
7 #define VARIANT_SKU_ID 1
8 #define VARIANT_SKU_NAME "sku1"
9 #define VARIANT_SKU_ID_SIGNED_EC 3
10 #define VARIANT_SKU_NAME_SIGNED_EC "sku3"
11 
12 #endif