From 4d90a33a3138583a31e235a23fd2c80b7b5d37e6 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 11 Jul 2024 19:17:28 +0200 Subject: mb/emulation/qemu-q35: Move QEMU specific macros to "q35.h" As `qemu-q35/memmap.c` includes `qemu-q35/q35.h`, move macros into q35.h file. Change-Id: I0bf13def8bc4510053f6bb44e043bbcb0b958b01 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/83407 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/emulation/qemu-q35/q35.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/emulation/qemu-q35/q35.h') 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 -- cgit v1.2.3