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
/
supermicro
/
x9scl
/
x9scl.h
blob
d205c17cc9cc49b7ec1e3cdce2a545bcd0f1d1ce
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef X9SCL_H
4
#define X9SCL_H
5
6
#define X9SCL_NCT6776_PNP_BASE 0x002e
7
#define X9SCL_NCT6776_HWM_BASE 0x0a30
8
#define X9SCL_NCT6776_GPIO_BASE 0x0a80
9
#define X9SCL_WPCM450_KCS_BASE 0x0ca2
10
#define X9SCL_WPCM450_PNP_BASE 0x164e
11
12
#endif
/* X9SCL_H */