coreboot-kgpe-d16/src/devices
Stefan Reinauer 859e94a304 it was reason for workaround rules already, and it's somewhat ugly:
util/x86emu is the only part of coreboot that is linked into coreboot
itself that lives in util/.
It's not a utility and it does not really belong where it lives.

---> svn mv util/x86emu src/devices/oprom

plus necessary Makefile changes to get it building again

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5228 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-03-16 23:07:29 +00:00
..
oprom it was reason for workaround rules already, and it's somewhat ugly: 2010-03-16 23:07:29 +00:00
agp_device.c coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 2009-02-28 20:10:20 +00:00
cardbus_device.c Move the v3 resource allocator to v2. 2009-07-02 18:56:24 +00:00
device.c Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. 2009-11-12 16:38:03 +00:00
device_util.c Split a print statement that called dev_path twice, and add a warning comment. 2009-10-29 21:27:43 +00:00
hypertransport.c This is a general cleanup patch 2010-02-22 06:09:43 +00:00
Kconfig This patch is from 2009-10-20 2010-03-05 10:03:50 +00:00
Makefile.inc it was reason for workaround rules already, and it's somewhat ugly: 2010-03-16 23:07:29 +00:00
pci_device.c 1. Move run_bios prototype to device.h 2010-03-05 18:27:19 +00:00
pci_ops.c If no pci access method has been set for the device tree so far (e.g. 2009-09-22 00:09:41 +00:00
pci_rom.c Silence two warnings. Only use the Qemu hard-coded address for VGA devices. 2009-11-17 15:20:22 +00:00
pciexp_device.c Initial PCIe tuning: Enable Active State Power Management (ASPM) 2010-01-17 13:54:08 +00:00
pcix_device.c coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 2009-02-28 20:10:20 +00:00
pnp_device.c This is a general cleanup patch 2010-02-22 06:09:43 +00:00
root_device.c This is a general cleanup patch 2010-02-22 06:09:43 +00:00
smbus_ops.c die() does never return. Annotate it as such. 2009-06-05 11:41:51 +00:00