acrn-hypervisor/devicemodel/hw/platform
Yu Wang 8c06b69622 dm: Reorganize ACRN DM directory.
The current dm, all non-pci and non-acpi related files are put into
hw/platform directory. This is actually disturbed the meaning of
*platform*. The platform devices are mean of board and SoC specific
non-PCI devices, like usb devices, etc.

This patch refines the ACRN dm directory architecture.

For some common device logic files, likes block_if.c/uart_core.c or
usb_core.c. They will move to hw/ directly.

For platform architecture depended files, create arch/ under root dir.
And create sub-dir arch/x86 for x86 architecture, will create more
architectures in future. The pm.c will move to this new dir.

The hw/acpi will be moved to hw/platform/acpi due to acpi also be
considered as part of platform.

Signed-off-by: Yu Wang <yu1.wang@intel.com>
2018-05-15 17:25:58 +08:00
..
acpi dm: Reorganize ACRN DM directory. 2018-05-15 17:25:58 +08:00
atkbdc.c DM: add deinit function to virtual keyboard device 2018-05-15 17:25:24 +08:00
cmos_io.c initial import 2018-05-11 14:44:28 +08:00
ioapic.c initial import 2018-05-11 14:44:28 +08:00
ioc.c DM: ioc code cleanup 2018-05-15 17:25:57 +08:00
ioc_cbc.c IOC mediator: DEBUG: support IOC log file 2018-05-15 17:25:54 +08:00
ps2kbd.c DM: add deinit function for ps2kbd and ps2mouse 2018-05-15 17:25:24 +08:00
ps2mouse.c DM: add deinit function for ps2kbd and ps2mouse 2018-05-15 17:25:24 +08:00
rtc.c DM: vrtc code cleanup 2018-05-15 17:25:57 +08:00
usb_mouse.c initial import 2018-05-11 14:44:28 +08:00