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 /* Arcada is SKU ID 2 and 4 */
7 #define VARIANT_SKU_ID 2
8 #define VARIANT_SKU_NAME "sku2"
9 #define VARIANT_SKU_ID_SIGNED_EC 4
10 #define VARIANT_SKU_NAME_SIGNED_EC "sku4"
11 
12 #endif