repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
commonlib: Refactor CSE sync eventLog
[coreboot2.git]
/
src
/
northbridge
/
amd
/
pi
/
00730F01
/
chip.h
blob
b2d06faa879b77c05a22bcce8647b0098807b78c
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef _PI_00730F01_CHIP_H_
4
#define _PI_00730F01_CHIP_H_
5
6
struct
northbridge_amd_pi_00730F01_config
7
{
8
u8 spdAddrLookup
[
1
][
1
][
2
];
9
};
10
11
#endif
/* _PI_00730F01_CHIP_H_ */