coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smi.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SOC_SMI_H
4 #define SOC_SMI_H
5 
6 #define SMI_SCI_TRIG 0x08
7 #define SMI_SCI_LEVEL 0x0c
8 #define SMI_SCI_STATUS 0x10
9 #define SMI_SCI_EN 0x14
10 
11 #endif /* SOC_SMI_H */