xref: /aosp_15_r20/external/coreboot/src/northbridge/amd/nb_common.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
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
13