qemu: drop "northbridge.c" from src/cpu/...
authorStefan Reinauer <stepan@coresystems.de>
Mon, 29 Mar 2010 21:17:25 +0000 (21:17 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 29 Mar 2010 21:17:25 +0000 (21:17 +0000)
commit2c5dc6594998cc8764773195bea40003e77c41bf
tree857bfdc8c05006e2dd53bc29fce23603ca580d99
parent5e32823a68f74618845c21600c8fa491f9c6c1a4
qemu: drop "northbridge.c" from src/cpu/...
It's not a real northbridge, so I just move it into the mainboard directory for
now (until we maybe have a qemu-q35 image some day?)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5316 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
14 files changed:
src/cpu/Kconfig
src/cpu/Makefile.inc
src/cpu/emulation/Kconfig [deleted file]
src/cpu/emulation/Makefile.inc [deleted file]
src/cpu/emulation/qemu-x86/Kconfig [deleted file]
src/cpu/emulation/qemu-x86/Makefile.inc [deleted file]
src/cpu/emulation/qemu-x86/chip.h [deleted file]
src/cpu/emulation/qemu-x86/northbridge.c [deleted file]
src/cpu/emulation/qemu-x86/northbridge.h [deleted file]
src/mainboard/emulation/qemu-x86/Kconfig
src/mainboard/emulation/qemu-x86/Makefile.inc
src/mainboard/emulation/qemu-x86/chip.h
src/mainboard/emulation/qemu-x86/northbridge.c [new file with mode: 0644]
src/mainboard/emulation/qemu-x86/romstage.c