summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/emulation/qemu-q35/memmap.c4
-rw-r--r--src/mainboard/emulation/qemu-q35/q35.h3
2 files changed, 3 insertions, 4 deletions
diff --git a/src/mainboard/emulation/qemu-q35/memmap.c b/src/mainboard/emulation/qemu-q35/memmap.c
index 9b391d65c8..d57b25c2e3 100644
--- a/src/mainboard/emulation/qemu-q35/memmap.c
+++ b/src/mainboard/emulation/qemu-q35/memmap.c
@@ -34,10 +34,6 @@ void mainboard_machine_check(void)
die("You must run qemu for machine Q35 (-M q35)");
}
-/* QEMU-specific register */
-#define EXT_TSEG_MBYTES 0x50
-#define C_BASE_SEG ((0 << 2) | (1 << 1) | (0 << 0))
-
/* Decodes TSEG region size to bytes. */
static size_t decode_tseg_size(u8 esmramc)
{
diff --git a/src/mainboard/emulation/qemu-q35/q35.h b/src/mainboard/emulation/qemu-q35/q35.h
index ae0fa38fab..6dee5f1cd3 100644
--- a/src/mainboard/emulation/qemu-q35/q35.h
+++ b/src/mainboard/emulation/qemu-q35/q35.h
@@ -8,6 +8,9 @@
#define HOST_BRIDGE PCI_DEV(0, 0, 0)
+#define EXT_TSEG_MBYTES 0x50
+#define C_BASE_SEG ((0 << 2) | (1 << 1) | (0 << 0))
+
#define D0F0_PCIEXBAR_LO 0x60
#define D0F0_PCIEXBAR_HI 0x64