summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-11-30 12:34:04 -0800
committerRonald G. Minnich <rminnich@gmail.com>2012-11-30 23:59:58 +0100
commit8d7115560d469f901d7d8ccb242d0b437e7394aa (patch)
tree0f1b4bd63c48a233c49d5a9ca15f08a1675d1ff4
parent4b6be985aae8bff84ae442e7be7669e93694fa1e (diff)
downloadcoreboot-8d7115560d469f901d7d8ccb242d0b437e7394aa.tar.gz
coreboot-8d7115560d469f901d7d8ccb242d0b437e7394aa.tar.bz2
coreboot-8d7115560d469f901d7d8ccb242d0b437e7394aa.zip
Rename devices -> device
to match src/include/device Change-Id: I5d0e5b4361c34881a3b81347aac48738cb5b9af0 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1960 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks <dhendrix@chromium.org>
-rw-r--r--Makefile.inc4
-rw-r--r--src/Kconfig2
-rw-r--r--src/arch/x86/include/arch/interrupt.h2
-rw-r--r--src/device/Kconfig (renamed from src/devices/Kconfig)0
-rw-r--r--src/device/Makefile.inc (renamed from src/devices/Makefile.inc)0
-rw-r--r--src/device/agp_device.c (renamed from src/devices/agp_device.c)0
-rw-r--r--src/device/cardbus_device.c (renamed from src/devices/cardbus_device.c)0
-rw-r--r--src/device/cpu_device.c (renamed from src/devices/cpu_device.c)0
-rw-r--r--src/device/device.c (renamed from src/devices/device.c)0
-rw-r--r--src/device/device_romstage.c (renamed from src/devices/device_romstage.c)0
-rw-r--r--src/device/device_util.c (renamed from src/devices/device_util.c)0
-rw-r--r--src/device/hypertransport.c (renamed from src/devices/hypertransport.c)0
-rw-r--r--src/device/oprom/Makefile.inc (renamed from src/devices/oprom/Makefile.inc)0
-rw-r--r--src/device/oprom/include/vbe.h (renamed from src/devices/oprom/include/vbe.h)0
-rw-r--r--src/device/oprom/include/x86emu/fpu_regs.h (renamed from src/devices/oprom/include/x86emu/fpu_regs.h)0
-rw-r--r--src/device/oprom/include/x86emu/regs.h (renamed from src/devices/oprom/include/x86emu/regs.h)0
-rw-r--r--src/device/oprom/include/x86emu/types.h (renamed from src/devices/oprom/include/x86emu/types.h)0
-rw-r--r--src/device/oprom/include/x86emu/x86emu.h (renamed from src/devices/oprom/include/x86emu/x86emu.h)0
-rw-r--r--src/device/oprom/realmode/Makefile.inc (renamed from src/devices/oprom/realmode/Makefile.inc)0
-rw-r--r--src/device/oprom/realmode/x86.c (renamed from src/devices/oprom/realmode/x86.c)0
-rw-r--r--src/device/oprom/realmode/x86.h (renamed from src/devices/oprom/realmode/x86.h)0
-rw-r--r--src/device/oprom/realmode/x86_asm.S (renamed from src/devices/oprom/realmode/x86_asm.S)0
-rw-r--r--src/device/oprom/realmode/x86_interrupts.c (renamed from src/devices/oprom/realmode/x86_interrupts.c)0
-rw-r--r--src/device/oprom/x86emu/LICENSE (renamed from src/devices/oprom/x86emu/LICENSE)0
-rw-r--r--src/device/oprom/x86emu/Makefile.inc (renamed from src/devices/oprom/x86emu/Makefile.inc)0
-rw-r--r--src/device/oprom/x86emu/debug.c (renamed from src/devices/oprom/x86emu/debug.c)0
-rw-r--r--src/device/oprom/x86emu/debug.h (renamed from src/devices/oprom/x86emu/debug.h)0
-rw-r--r--src/device/oprom/x86emu/decode.c (renamed from src/devices/oprom/x86emu/decode.c)0
-rw-r--r--src/device/oprom/x86emu/decode.h (renamed from src/devices/oprom/x86emu/decode.h)0
-rw-r--r--src/device/oprom/x86emu/fpu.c (renamed from src/devices/oprom/x86emu/fpu.c)0
-rw-r--r--src/device/oprom/x86emu/fpu.h (renamed from src/devices/oprom/x86emu/fpu.h)0
-rw-r--r--src/device/oprom/x86emu/ops.c (renamed from src/devices/oprom/x86emu/ops.c)0
-rw-r--r--src/device/oprom/x86emu/ops.h (renamed from src/devices/oprom/x86emu/ops.h)0
-rw-r--r--src/device/oprom/x86emu/ops2.c (renamed from src/devices/oprom/x86emu/ops2.c)0
-rw-r--r--src/device/oprom/x86emu/prim_asm.h (renamed from src/devices/oprom/x86emu/prim_asm.h)0
-rw-r--r--src/device/oprom/x86emu/prim_ops.c (renamed from src/devices/oprom/x86emu/prim_ops.c)0
-rw-r--r--src/device/oprom/x86emu/prim_ops.h (renamed from src/devices/oprom/x86emu/prim_ops.h)0
-rw-r--r--src/device/oprom/x86emu/sys.c (renamed from src/devices/oprom/x86emu/sys.c)0
-rw-r--r--src/device/oprom/x86emu/x86emui.h (renamed from src/devices/oprom/x86emu/x86emui.h)0
-rw-r--r--src/device/oprom/yabel/Makefile.inc (renamed from src/devices/oprom/yabel/Makefile.inc)0
-rw-r--r--src/device/oprom/yabel/biosemu.c (renamed from src/devices/oprom/yabel/biosemu.c)0
-rw-r--r--src/device/oprom/yabel/biosemu.h (renamed from src/devices/oprom/yabel/biosemu.h)0
-rw-r--r--src/device/oprom/yabel/compat/Makefile.inc (renamed from src/devices/oprom/yabel/compat/Makefile.inc)0
-rw-r--r--src/device/oprom/yabel/compat/functions.c (renamed from src/devices/oprom/yabel/compat/functions.c)0
-rw-r--r--src/device/oprom/yabel/compat/of.h (renamed from src/devices/oprom/yabel/compat/of.h)0
-rw-r--r--src/device/oprom/yabel/compat/rtas.h (renamed from src/devices/oprom/yabel/compat/rtas.h)0
-rw-r--r--src/device/oprom/yabel/compat/time.h (renamed from src/devices/oprom/yabel/compat/time.h)0
-rw-r--r--src/device/oprom/yabel/debug.c (renamed from src/devices/oprom/yabel/debug.c)0
-rw-r--r--src/device/oprom/yabel/debug.h (renamed from src/devices/oprom/yabel/debug.h)0
-rw-r--r--src/device/oprom/yabel/device.c (renamed from src/devices/oprom/yabel/device.c)0
-rw-r--r--src/device/oprom/yabel/device.h (renamed from src/devices/oprom/yabel/device.h)0
-rw-r--r--src/device/oprom/yabel/interrupt.c (renamed from src/devices/oprom/yabel/interrupt.c)0
-rw-r--r--src/device/oprom/yabel/interrupt.h (renamed from src/devices/oprom/yabel/interrupt.h)0
-rw-r--r--src/device/oprom/yabel/io.c (renamed from src/devices/oprom/yabel/io.c)0
-rw-r--r--src/device/oprom/yabel/io.h (renamed from src/devices/oprom/yabel/io.h)0
-rw-r--r--src/device/oprom/yabel/mem.c (renamed from src/devices/oprom/yabel/mem.c)0
-rw-r--r--src/device/oprom/yabel/mem.h (renamed from src/devices/oprom/yabel/mem.h)0
-rw-r--r--src/device/oprom/yabel/pmm.c (renamed from src/devices/oprom/yabel/pmm.c)0
-rw-r--r--src/device/oprom/yabel/pmm.h (renamed from src/devices/oprom/yabel/pmm.h)0
-rw-r--r--src/device/oprom/yabel/vbe.c (renamed from src/devices/oprom/yabel/vbe.c)0
-rw-r--r--src/device/oprom/yabel/vbe.h (renamed from src/devices/oprom/yabel/vbe.h)0
-rw-r--r--src/device/pci_device.c (renamed from src/devices/pci_device.c)0
-rw-r--r--src/device/pci_ops.c (renamed from src/devices/pci_ops.c)0
-rw-r--r--src/device/pci_rom.c (renamed from src/devices/pci_rom.c)0
-rw-r--r--src/device/pciexp_device.c (renamed from src/devices/pciexp_device.c)0
-rw-r--r--src/device/pcix_device.c (renamed from src/devices/pcix_device.c)0
-rw-r--r--src/device/pnp_device.c (renamed from src/devices/pnp_device.c)0
-rw-r--r--src/device/root_device.c (renamed from src/devices/root_device.c)0
-rw-r--r--src/device/smbus_ops.c (renamed from src/devices/smbus_ops.c)0
-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
-rw-r--r--util/genprof/README2
-rw-r--r--util/vgabios/Makefile2
74 files changed, 9 insertions, 9 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 927548e0dfe6..b0a5341ddcba 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -48,7 +48,7 @@ PHONY+= clean-abuild coreboot lint lint-stable build-dirs
#######################################################################
# root source directories of coreboot
-subdirs-y := src/lib src/console src/devices src/ec src/southbridge
+subdirs-y := src/lib src/console src/device src/ec src/southbridge
subdirs-y += src/northbridge src/superio src/drivers src/cpu src/vendorcode
subdirs-y += util/cbfstool util/sconfig util/nvramtool
subdirs-y += src/arch/$(ARCHDIR-y)
@@ -184,7 +184,7 @@ COREBOOT_EXTRA_VERSION := -$(call strip_quotes,$(CONFIG_LOCALVERSION))
endif
INCLUDES := -Isrc -Isrc/include -I$(obj) -Isrc/arch/$(ARCHDIR-y)/include
-INCLUDES += -Isrc/devices/oprom/include
+INCLUDES += -Isrc/device/oprom/include
# abspath is a workaround for romcc
INCLUDES += -include $(src)/include/kconfig.h
diff --git a/src/Kconfig b/src/Kconfig
index 29731b349c51..ef7fcf63b61d 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -238,7 +238,7 @@ source src/ec/Kconfig
endmenu
-source src/devices/Kconfig
+source src/device/Kconfig
menu "Generic Drivers"
source src/drivers/Kconfig
diff --git a/src/arch/x86/include/arch/interrupt.h b/src/arch/x86/include/arch/interrupt.h
index ad9493d183d2..7a58ce8f8bf6 100644
--- a/src/arch/x86/include/arch/interrupt.h
+++ b/src/arch/x86/include/arch/interrupt.h
@@ -25,7 +25,7 @@
#if CONFIG_PCI_OPTION_ROM_RUN_REALMODE
extern void mainboard_interrupt_handlers(int intXX, void *intXX_func);
#elif CONFIG_PCI_OPTION_ROM_RUN_YABEL
-#include <devices/oprom/yabel/biosemu.h>
+#include <device/oprom/yabel/biosemu.h>
#else
static inline void mainboard_interrupt_handlers(int intXX, void *intXX_func) { }
#endif
diff --git a/src/devices/Kconfig b/src/device/Kconfig
index 700516b90273..700516b90273 100644
--- a/src/devices/Kconfig
+++ b/src/device/Kconfig
diff --git a/src/devices/Makefile.inc b/src/device/Makefile.inc
index 9fe156ba8c34..9fe156ba8c34 100644
--- a/src/devices/Makefile.inc
+++ b/src/device/Makefile.inc
diff --git a/src/devices/agp_device.c b/src/device/agp_device.c
index 7e510f8eee1f..7e510f8eee1f 100644
--- a/src/devices/agp_device.c
+++ b/src/device/agp_device.c
diff --git a/src/devices/cardbus_device.c b/src/device/cardbus_device.c
index 0b07e3458f0a..0b07e3458f0a 100644
--- a/src/devices/cardbus_device.c
+++ b/src/device/cardbus_device.c
diff --git a/src/devices/cpu_device.c b/src/device/cpu_device.c
index b689f1abb378..b689f1abb378 100644
--- a/src/devices/cpu_device.c
+++ b/src/device/cpu_device.c
diff --git a/src/devices/device.c b/src/device/device.c
index 07bbc7a72a1e..07bbc7a72a1e 100644
--- a/src/devices/device.c
+++ b/src/device/device.c
diff --git a/src/devices/device_romstage.c b/src/device/device_romstage.c
index 475f94aeaf77..475f94aeaf77 100644
--- a/src/devices/device_romstage.c
+++ b/src/device/device_romstage.c
diff --git a/src/devices/device_util.c b/src/device/device_util.c
index 224c58ee646e..224c58ee646e 100644
--- a/src/devices/device_util.c
+++ b/src/device/device_util.c
diff --git a/src/devices/hypertransport.c b/src/device/hypertransport.c
index a6320fe6664b..a6320fe6664b 100644
--- a/src/devices/hypertransport.c
+++ b/src/device/hypertransport.c
diff --git a/src/devices/oprom/Makefile.inc b/src/device/oprom/Makefile.inc
index aa4a74d4d8c5..aa4a74d4d8c5 100644
--- a/src/devices/oprom/Makefile.inc
+++ b/src/device/oprom/Makefile.inc
diff --git a/src/devices/oprom/include/vbe.h b/src/device/oprom/include/vbe.h
index ab26d59bf614..ab26d59bf614 100644
--- a/src/devices/oprom/include/vbe.h
+++ b/src/device/oprom/include/vbe.h
diff --git a/src/devices/oprom/include/x86emu/fpu_regs.h b/src/device/oprom/include/x86emu/fpu_regs.h
index 7c7df8562bd6..7c7df8562bd6 100644
--- a/src/devices/oprom/include/x86emu/fpu_regs.h
+++ b/src/device/oprom/include/x86emu/fpu_regs.h
diff --git a/src/devices/oprom/include/x86emu/regs.h b/src/device/oprom/include/x86emu/regs.h
index d738974d4bf9..d738974d4bf9 100644
--- a/src/devices/oprom/include/x86emu/regs.h
+++ b/src/device/oprom/include/x86emu/regs.h
diff --git a/src/devices/oprom/include/x86emu/types.h b/src/device/oprom/include/x86emu/types.h
index 5485eeaedffe..5485eeaedffe 100644
--- a/src/devices/oprom/include/x86emu/types.h
+++ b/src/device/oprom/include/x86emu/types.h
diff --git a/src/devices/oprom/include/x86emu/x86emu.h b/src/device/oprom/include/x86emu/x86emu.h
index 3ceee4985bcb..3ceee4985bcb 100644
--- a/src/devices/oprom/include/x86emu/x86emu.h
+++ b/src/device/oprom/include/x86emu/x86emu.h
diff --git a/src/devices/oprom/realmode/Makefile.inc b/src/device/oprom/realmode/Makefile.inc
index fafeb2c573c7..fafeb2c573c7 100644
--- a/src/devices/oprom/realmode/Makefile.inc
+++ b/src/device/oprom/realmode/Makefile.inc
diff --git a/src/devices/oprom/realmode/x86.c b/src/device/oprom/realmode/x86.c
index 6a82a691b5b8..6a82a691b5b8 100644
--- a/src/devices/oprom/realmode/x86.c
+++ b/src/device/oprom/realmode/x86.c
diff --git a/src/devices/oprom/realmode/x86.h b/src/device/oprom/realmode/x86.h
index 7dfa60f996e0..7dfa60f996e0 100644
--- a/src/devices/oprom/realmode/x86.h
+++ b/src/device/oprom/realmode/x86.h
diff --git a/src/devices/oprom/realmode/x86_asm.S b/src/device/oprom/realmode/x86_asm.S
index 56ebb3a885ec..56ebb3a885ec 100644
--- a/src/devices/oprom/realmode/x86_asm.S
+++ b/src/device/oprom/realmode/x86_asm.S
diff --git a/src/devices/oprom/realmode/x86_interrupts.c b/src/device/oprom/realmode/x86_interrupts.c
index b3764f93b782..b3764f93b782 100644
--- a/src/devices/oprom/realmode/x86_interrupts.c
+++ b/src/device/oprom/realmode/x86_interrupts.c
diff --git a/src/devices/oprom/x86emu/LICENSE b/src/device/oprom/x86emu/LICENSE
index a3ede4a87d5d..a3ede4a87d5d 100644
--- a/src/devices/oprom/x86emu/LICENSE
+++ b/src/device/oprom/x86emu/LICENSE
diff --git a/src/devices/oprom/x86emu/Makefile.inc b/src/device/oprom/x86emu/Makefile.inc
index 620e5f8771ba..620e5f8771ba 100644
--- a/src/devices/oprom/x86emu/Makefile.inc
+++ b/src/device/oprom/x86emu/Makefile.inc
diff --git a/src/devices/oprom/x86emu/debug.c b/src/device/oprom/x86emu/debug.c
index b3f4b6ebfb96..b3f4b6ebfb96 100644
--- a/src/devices/oprom/x86emu/debug.c
+++ b/src/device/oprom/x86emu/debug.c
diff --git a/src/devices/oprom/x86emu/debug.h b/src/device/oprom/x86emu/debug.h
index 1b2c3a3f1cfc..1b2c3a3f1cfc 100644
--- a/src/devices/oprom/x86emu/debug.h
+++ b/src/device/oprom/x86emu/debug.h
diff --git a/src/devices/oprom/x86emu/decode.c b/src/device/oprom/x86emu/decode.c
index ed96dc66e6f3..ed96dc66e6f3 100644
--- a/src/devices/oprom/x86emu/decode.c
+++ b/src/device/oprom/x86emu/decode.c
diff --git a/src/devices/oprom/x86emu/decode.h b/src/device/oprom/x86emu/decode.h
index 99ed7f6f35a8..99ed7f6f35a8 100644
--- a/src/devices/oprom/x86emu/decode.h
+++ b/src/device/oprom/x86emu/decode.h
diff --git a/src/devices/oprom/x86emu/fpu.c b/src/device/oprom/x86emu/fpu.c
index 7edebd424430..7edebd424430 100644
--- a/src/devices/oprom/x86emu/fpu.c
+++ b/src/device/oprom/x86emu/fpu.c
diff --git a/src/devices/oprom/x86emu/fpu.h b/src/device/oprom/x86emu/fpu.h
index 5fb271463b66..5fb271463b66 100644
--- a/src/devices/oprom/x86emu/fpu.h
+++ b/src/device/oprom/x86emu/fpu.h
diff --git a/src/devices/oprom/x86emu/ops.c b/src/device/oprom/x86emu/ops.c
index 6917a08162b8..6917a08162b8 100644
--- a/src/devices/oprom/x86emu/ops.c
+++ b/src/device/oprom/x86emu/ops.c
diff --git a/src/devices/oprom/x86emu/ops.h b/src/device/oprom/x86emu/ops.h
index 825b9eadd103..825b9eadd103 100644
--- a/src/devices/oprom/x86emu/ops.h
+++ b/src/device/oprom/x86emu/ops.h
diff --git a/src/devices/oprom/x86emu/ops2.c b/src/device/oprom/x86emu/ops2.c
index 95ec09a31748..95ec09a31748 100644
--- a/src/devices/oprom/x86emu/ops2.c
+++ b/src/device/oprom/x86emu/ops2.c
diff --git a/src/devices/oprom/x86emu/prim_asm.h b/src/device/oprom/x86emu/prim_asm.h
index 4fa8d5503491..4fa8d5503491 100644
--- a/src/devices/oprom/x86emu/prim_asm.h
+++ b/src/device/oprom/x86emu/prim_asm.h
diff --git a/src/devices/oprom/x86emu/prim_ops.c b/src/device/oprom/x86emu/prim_ops.c
index 20e75978e5ad..20e75978e5ad 100644
--- a/src/devices/oprom/x86emu/prim_ops.c
+++ b/src/device/oprom/x86emu/prim_ops.c
diff --git a/src/devices/oprom/x86emu/prim_ops.h b/src/device/oprom/x86emu/prim_ops.h
index 7230a71e5d6e..7230a71e5d6e 100644
--- a/src/devices/oprom/x86emu/prim_ops.h
+++ b/src/device/oprom/x86emu/prim_ops.h
diff --git a/src/devices/oprom/x86emu/sys.c b/src/device/oprom/x86emu/sys.c
index 7a9e3921ec23..7a9e3921ec23 100644
--- a/src/devices/oprom/x86emu/sys.c
+++ b/src/device/oprom/x86emu/sys.c
diff --git a/src/devices/oprom/x86emu/x86emui.h b/src/device/oprom/x86emu/x86emui.h
index e34a1bad3016..e34a1bad3016 100644
--- a/src/devices/oprom/x86emu/x86emui.h
+++ b/src/device/oprom/x86emu/x86emui.h
diff --git a/src/devices/oprom/yabel/Makefile.inc b/src/device/oprom/yabel/Makefile.inc
index f05998cba585..f05998cba585 100644
--- a/src/devices/oprom/yabel/Makefile.inc
+++ b/src/device/oprom/yabel/Makefile.inc
diff --git a/src/devices/oprom/yabel/biosemu.c b/src/device/oprom/yabel/biosemu.c
index 2a2ca312cbed..2a2ca312cbed 100644
--- a/src/devices/oprom/yabel/biosemu.c
+++ b/src/device/oprom/yabel/biosemu.c
diff --git a/src/devices/oprom/yabel/biosemu.h b/src/device/oprom/yabel/biosemu.h
index 4f5c4aaa5b1b..4f5c4aaa5b1b 100644
--- a/src/devices/oprom/yabel/biosemu.h
+++ b/src/device/oprom/yabel/biosemu.h
diff --git a/src/devices/oprom/yabel/compat/Makefile.inc b/src/device/oprom/yabel/compat/Makefile.inc
index 8121c8b461ed..8121c8b461ed 100644
--- a/src/devices/oprom/yabel/compat/Makefile.inc
+++ b/src/device/oprom/yabel/compat/Makefile.inc
diff --git a/src/devices/oprom/yabel/compat/functions.c b/src/device/oprom/yabel/compat/functions.c
index 542c81f31567..542c81f31567 100644
--- a/src/devices/oprom/yabel/compat/functions.c
+++ b/src/device/oprom/yabel/compat/functions.c
diff --git a/src/devices/oprom/yabel/compat/of.h b/src/device/oprom/yabel/compat/of.h
index 6a00f7a31639..6a00f7a31639 100644
--- a/src/devices/oprom/yabel/compat/of.h
+++ b/src/device/oprom/yabel/compat/of.h
diff --git a/src/devices/oprom/yabel/compat/rtas.h b/src/device/oprom/yabel/compat/rtas.h
index 25cabf4d6ae2..25cabf4d6ae2 100644
--- a/src/devices/oprom/yabel/compat/rtas.h
+++ b/src/device/oprom/yabel/compat/rtas.h
diff --git a/src/devices/oprom/yabel/compat/time.h b/src/device/oprom/yabel/compat/time.h
index 18dba3aa8549..18dba3aa8549 100644
--- a/src/devices/oprom/yabel/compat/time.h
+++ b/src/device/oprom/yabel/compat/time.h
diff --git a/src/devices/oprom/yabel/debug.c b/src/device/oprom/yabel/debug.c
index 7cda8af0b1d7..7cda8af0b1d7 100644
--- a/src/devices/oprom/yabel/debug.c
+++ b/src/device/oprom/yabel/debug.c
diff --git a/src/devices/oprom/yabel/debug.h b/src/device/oprom/yabel/debug.h
index 9361553da77c..9361553da77c 100644
--- a/src/devices/oprom/yabel/debug.h
+++ b/src/device/oprom/yabel/debug.h
diff --git a/src/devices/oprom/yabel/device.c b/src/device/oprom/yabel/device.c
index b09f50e4acde..b09f50e4acde 100644
--- a/src/devices/oprom/yabel/device.c
+++ b/src/device/oprom/yabel/device.c
diff --git a/src/devices/oprom/yabel/device.h b/src/device/oprom/yabel/device.h
index edee44d20e2c..edee44d20e2c 100644
--- a/src/devices/oprom/yabel/device.h
+++ b/src/device/oprom/yabel/device.h
diff --git a/src/devices/oprom/yabel/interrupt.c b/src/device/oprom/yabel/interrupt.c
index e5b4a3cff44a..e5b4a3cff44a 100644
--- a/src/devices/oprom/yabel/interrupt.c
+++ b/src/device/oprom/yabel/interrupt.c
diff --git a/src/devices/oprom/yabel/interrupt.h b/src/device/oprom/yabel/interrupt.h
index 11755e102a99..11755e102a99 100644
--- a/src/devices/oprom/yabel/interrupt.h
+++ b/src/device/oprom/yabel/interrupt.h
diff --git a/src/devices/oprom/yabel/io.c b/src/device/oprom/yabel/io.c
index 5c19b5142c49..5c19b5142c49 100644
--- a/src/devices/oprom/yabel/io.c
+++ b/src/device/oprom/yabel/io.c
diff --git a/src/devices/oprom/yabel/io.h b/src/device/oprom/yabel/io.h
index 6b2dcc4504a4..6b2dcc4504a4 100644
--- a/src/devices/oprom/yabel/io.h
+++ b/src/device/oprom/yabel/io.h
diff --git a/src/devices/oprom/yabel/mem.c b/src/device/oprom/yabel/mem.c
index 4b4a5528131a..4b4a5528131a 100644
--- a/src/devices/oprom/yabel/mem.c
+++ b/src/device/oprom/yabel/mem.c
diff --git a/src/devices/oprom/yabel/mem.h b/src/device/oprom/yabel/mem.h
index dca8cfc192f2..dca8cfc192f2 100644
--- a/src/devices/oprom/yabel/mem.h
+++ b/src/device/oprom/yabel/mem.h
diff --git a/src/devices/oprom/yabel/pmm.c b/src/device/oprom/yabel/pmm.c
index 19d14d46b6c3..19d14d46b6c3 100644
--- a/src/devices/oprom/yabel/pmm.c
+++ b/src/device/oprom/yabel/pmm.c
diff --git a/src/devices/oprom/yabel/pmm.h b/src/device/oprom/yabel/pmm.h
index 3cc3c17ac63e..3cc3c17ac63e 100644
--- a/src/devices/oprom/yabel/pmm.h
+++ b/src/device/oprom/yabel/pmm.h
diff --git a/src/devices/oprom/yabel/vbe.c b/src/device/oprom/yabel/vbe.c
index 9dbe07cdd590..9dbe07cdd590 100644
--- a/src/devices/oprom/yabel/vbe.c
+++ b/src/device/oprom/yabel/vbe.c
diff --git a/src/devices/oprom/yabel/vbe.h b/src/device/oprom/yabel/vbe.h
index bf286bc12c3c..bf286bc12c3c 100644
--- a/src/devices/oprom/yabel/vbe.h
+++ b/src/device/oprom/yabel/vbe.h
diff --git a/src/devices/pci_device.c b/src/device/pci_device.c
index ff334fee0eaa..ff334fee0eaa 100644
--- a/src/devices/pci_device.c
+++ b/src/device/pci_device.c
diff --git a/src/devices/pci_ops.c b/src/device/pci_ops.c
index 07da30034fff..07da30034fff 100644
--- a/src/devices/pci_ops.c
+++ b/src/device/pci_ops.c
diff --git a/src/devices/pci_rom.c b/src/device/pci_rom.c
index fe67515936a0..fe67515936a0 100644
--- a/src/devices/pci_rom.c
+++ b/src/device/pci_rom.c
diff --git a/src/devices/pciexp_device.c b/src/device/pciexp_device.c
index 36f3e6a455bb..36f3e6a455bb 100644
--- a/src/devices/pciexp_device.c
+++ b/src/device/pciexp_device.c
diff --git a/src/devices/pcix_device.c b/src/device/pcix_device.c
index 6bfd35dc6017..6bfd35dc6017 100644
--- a/src/devices/pcix_device.c
+++ b/src/device/pcix_device.c
diff --git a/src/devices/pnp_device.c b/src/device/pnp_device.c
index 19b492db785a..19b492db785a 100644
--- a/src/devices/pnp_device.c
+++ b/src/device/pnp_device.c
diff --git a/src/devices/root_device.c b/src/device/root_device.c
index 8ff2fdeb665b..8ff2fdeb665b 100644
--- a/src/devices/root_device.c
+++ b/src/device/root_device.c
diff --git a/src/devices/smbus_ops.c b/src/device/smbus_ops.c
index 75ca42b0c95c..75ca42b0c95c 100644
--- a/src/devices/smbus_ops.c
+++ b/src/device/smbus_ops.c
diff --git a/src/northbridge/via/cx700/vga.c b/src/northbridge/via/cx700/vga.c
index ce294faa9745..1c3cc9f73ce5 100644
--- a/src/northbridge/via/cx700/vga.c
+++ b/src/northbridge/via/cx700/vga.c
@@ -32,7 +32,7 @@
#include "registers.h"
#include <x86emu/regs.h>
#if CONFIG_PCI_OPTION_ROM_RUN_REALMODE
-#include <devices/oprom/realmode/x86.h>
+#include <device/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 9bbb54b07fe3..fe6e64100ec5 100644
--- a/src/northbridge/via/vt8623/vga.c
+++ b/src/northbridge/via/vt8623/vga.c
@@ -31,7 +31,7 @@
#include <arch/interrupt.h>
#include <x86emu/regs.h>
#if CONFIG_PCI_OPTION_ROM_RUN_REALMODE
-#include <devices/oprom/realmode/x86.h>
+#include <device/oprom/realmode/x86.h>
#endif
static int via_vt8623_int15_handler(void)
diff --git a/src/northbridge/via/vx800/vga.c b/src/northbridge/via/vx800/vga.c
index ee9924dd7883..56a046e54dba 100644
--- a/src/northbridge/via/vx800/vga.c
+++ b/src/northbridge/via/vx800/vga.c
@@ -34,7 +34,7 @@
#include <arch/interrupt.h>
#include <x86emu/regs.h>
#if CONFIG_PCI_OPTION_ROM_RUN_REALMODE
-#include <devices/oprom/realmode/x86.h>
+#include <device/oprom/realmode/x86.h>
#endif
/* PCI Domain 1 Device 0 Function 0 */
diff --git a/util/genprof/README b/util/genprof/README
index 3483a2b22ba6..fc1484907277 100644
--- a/util/genprof/README
+++ b/util/genprof/README
@@ -16,7 +16,7 @@ You can use the log2dress to dress the log again:
...
src/arch/x86/lib/c_start.S:85 calls /home/ruik/coreboot/src/boot/selfboot.c:367
-/home/ruik/coreboot/src/boot/selfboot.c:370 calls /home/ruik/coreboot/src/devices/device.c:325
+/home/ruik/coreboot/src/boot/selfboot.c:370 calls /home/ruik/coreboot/src/device/device.c:325
...
Alternatively, you can use genprof to generate a gmon.out file, which can be used
diff --git a/util/vgabios/Makefile b/util/vgabios/Makefile
index 0a8dae6d599d..e187122c2e9e 100644
--- a/util/vgabios/Makefile
+++ b/util/vgabios/Makefile
@@ -12,7 +12,7 @@ CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes
CFLAGS += -Wwrite-strings -Wredundant-decls -Wno-trigraphs
CFLAGS += -Wstrict-aliasing -Wshadow -Wextra
-INCLUDES = -Iinclude -I../../src/devices/oprom/include/
+INCLUDES = -Iinclude -I../../src/device/oprom/include/
INTOBJS = int10.o int15.o int16.o int1a.o inte6.o
X86EMUOBJS = sys.o decode.o ops.o ops2.o prim_ops.o fpu.o debug.o