repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git]
/
src
/
mainboard
/
lenovo
/
x60
/
smi.h
blob
a050042f2d3489235425228a99467215e2e9ed71
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef MAINBOARD_LENOVO_X60_SMI_H
4
#define MAINBOARD_LENOVO_X60_SMI_H
5
6
#define SMI_DOCK_CONNECT 0x01
7
#define SMI_DOCK_DISCONNECT 0x02
8
#define SMI_SAVE_CMOS 0x03
9
10
#endif