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
lib/smbios: Improve Type9
[coreboot2.git]
/
src
/
southbridge
/
amd
/
common
/
amd_defs.h
blob
ca6b3ca19129a8c75f0ae00e64e2ca607eaea7e4
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef _AMD_SB_DEFS_H_
4
#define _AMD_SB_DEFS_H_
5
6
#define AMD_SB_ACPI_MMIO_ADDR 0xfed80000ul
7
8
#endif