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
device/pci_ids: Add Panther Lake Intel Touch Controller PCI IDs
[coreboot2.git]
/
src
/
northbridge
/
amd
/
nb_common.h
blob
bee75c71093a28e95c1ed9e6d0229233a219806c
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef __AMD_NB_COMMON_H__
4
#define __AMD_NB_COMMON_H__
5
6
#define HT_IO_HOST_ALIGN 4096
7
#define HT_MEM_HOST_ALIGN (1024 * 1024)
8
9
#define DEV_CDB 0x18
10
#define IO_APIC2_ADDR 0xfec20000
11
12
#endif