aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-01-28 10:57:13 +0100
committerAngel Pons <th3fanbus@gmail.com>2021-01-29 18:36:14 +0000
commit899525d92c945f458e888955c6196ce1235dc8c6 (patch)
treeb639efe752485addb4b11bb0a79d2bdbb0211bf2 /src/mainboard
parent7d638784a25c3d715c68773fc171d76f647e8143 (diff)
mb/emulation/qemu-q35: Rename header
The emulated northbridge is Q35. GM35 does not exist. Tested, still boots. Change-Id: Id8e114a43b54b71087d09d143176ed94329ab7af Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50023 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/emulation/qemu-q35/bootblock.c2
-rw-r--r--src/mainboard/emulation/qemu-q35/q35.h (renamed from src/mainboard/emulation/qemu-q35/gm35.h)4
-rw-r--r--src/mainboard/emulation/qemu-q35/romstage.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/emulation/qemu-q35/bootblock.c b/src/mainboard/emulation/qemu-q35/bootblock.c
index 6de3dd820b..5cf2eb7bee 100644
--- a/src/mainboard/emulation/qemu-q35/bootblock.c
+++ b/src/mainboard/emulation/qemu-q35/bootblock.c
@@ -6,7 +6,7 @@
#include <southbridge/intel/i82801ix/i82801ix.h>
#include <console/console.h>
-#include "gm35.h"
+#include "q35.h"
static void bootblock_northbridge_init(void)
{
diff --git a/src/mainboard/emulation/qemu-q35/gm35.h b/src/mainboard/emulation/qemu-q35/q35.h
index 62b04b8625..f2a49a62f5 100644
--- a/src/mainboard/emulation/qemu-q35/gm35.h
+++ b/src/mainboard/emulation/qemu-q35/q35.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef __MAINBOARD_EMU_GM35_H__
-#define __MAINBOARD_EMU_GM35_H__
+#ifndef __MAINBOARD_EMU_Q35_H__
+#define __MAINBOARD_EMU_Q35_H__
#define D0F0_PCIEXBAR_LO 0x60
#define D0F0_PCIEXBAR_HI 0x64
diff --git a/src/mainboard/emulation/qemu-q35/romstage.c b/src/mainboard/emulation/qemu-q35/romstage.c
index 92b6113427..465edc84c4 100644
--- a/src/mainboard/emulation/qemu-q35/romstage.c
+++ b/src/mainboard/emulation/qemu-q35/romstage.c
@@ -6,7 +6,7 @@
#include <southbridge/intel/i82801ix/i82801ix.h>
#include <device/pci_ops.h>
-#include "gm35.h"
+#include "q35.h"
static void mainboard_machine_check(void)
{