acpi_tables: Add initial ACPI tables support

Add a revision 2 RSDP table only supporting an XSDT along with support
for creating generic SDT based tables.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2019-08-07 17:53:37 +01:00
committed by Samuel Ortiz
parent 3e99098bf3
commit eea6f1dc9e
6 changed files with 225 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ authors = ["The Cloud Hypervisor Authors"]
edition = "2018"
[dependencies]
acpi_tables = { path = "../acpi_tables" }
arch = { path = "../arch" }
devices = { path = "../devices" }
epoll = "4.1.0"