coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sku.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __MAINBOARD_SKU_H__
4 #define __MAINBOARD_SKU_H__
5 
6 #define SKU_UNKNOWN 0xFFFFFFFF
7 #define SKU_0_NAUTILUS 0x0000
8 #define SKU_1_NAUTILUS_LTE 0x0001
9 
10 #endif /* __MAINBOARD_SKU_H__ */