aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/nb_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/amd/nb_common.h')
-rw-r--r--src/northbridge/amd/nb_common.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/northbridge/amd/nb_common.h b/src/northbridge/amd/nb_common.h
new file mode 100644
index 0000000000..bee75c7109
--- /dev/null
+++ b/src/northbridge/amd/nb_common.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef __AMD_NB_COMMON_H__
+#define __AMD_NB_COMMON_H__
+
+#define HT_IO_HOST_ALIGN 4096
+#define HT_MEM_HOST_ALIGN (1024 * 1024)
+
+#define DEV_CDB 0x18
+#define IO_APIC2_ADDR 0xfec20000
+
+#endif