summaryrefslogtreecommitdiff
path: root/src/northbridge
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@secunet.com>2012-11-22 10:39:16 +0100
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-11-24 20:05:00 +0100
commit3e77eb6d1e0a3ff9c0a32504a5221dc57b10506c (patch)
tree00252b38808ea5d6dbb16548e4c5509e5dffb647 /src/northbridge
parent6b11c8be4572f9b96804509e5bd9170a8cec162d (diff)
downloadcoreboot-3e77eb6d1e0a3ff9c0a32504a5221dc57b10506c.tar.xz
x86emu: Move realmode handler into own directory
It's really a feature in parallel to YABEL/x86emu. Reflect this in the directory structure. Change-Id: Ie88e4fa6bfef13d23c55b2db3faacbd90f8cc30b Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com> Reviewed-on: http://review.coreboot.org/1889 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/via/cx700/vga.c2
-rw-r--r--src/northbridge/via/vt8623/vga.c2
-rw-r--r--src/northbridge/via/vx800/vga.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/northbridge/via/cx700/vga.c b/src/northbridge/via/cx700/vga.c
index c6bf72ea8f..4acad7e852 100644
--- a/src/northbridge/via/cx700/vga.c
+++ b/src/northbridge/via/cx700/vga.c
@@ -32,7 +32,7 @@
#include <arch/interrupt.h>
#include "registers.h"
#if CONFIG_PCI_OPTION_ROM_RUN_REALMODE
-#include <devices/oprom/x86.h>
+#include <devices/oprom/realmode/x86.h>
#endif
/* PCI Domain 1 Device 0 Function 0 */
diff --git a/src/northbridge/via/vt8623/vga.c b/src/northbridge/via/vt8623/vga.c
index dffe7cb1ff..fea691ebc2 100644
--- a/src/northbridge/via/vt8623/vga.c
+++ b/src/northbridge/via/vt8623/vga.c
@@ -31,7 +31,7 @@
#include <cpu/x86/msr.h>
#include <arch/interrupt.h>
#if CONFIG_PCI_OPTION_ROM_RUN_REALMODE
-#include <devices/oprom/x86.h>
+#include <devices/oprom/realmode/x86.h>
#endif
static int via_vt8623_int15_handler(struct eregs *regs)
diff --git a/src/northbridge/via/vx800/vga.c b/src/northbridge/via/vx800/vga.c
index c3ae224898..d91ad9fea3 100644
--- a/src/northbridge/via/vx800/vga.c
+++ b/src/northbridge/via/vx800/vga.c
@@ -34,7 +34,7 @@
#include <cpu/x86/msr.h>
#include <arch/interrupt.h>
#if CONFIG_PCI_OPTION_ROM_RUN_REALMODE
-#include <devices/oprom/x86.h>
+#include <devices/oprom/realmode/x86.h>
#endif
/* PCI Domain 1 Device 0 Function 0 */