tdx: Add "tdx" feature with an empty module inside arch to implement

Add the skeleton of the "tdx" feature with a module ready inside the
arch crate to store implementation details.

TEST=cargo build --features="tdx"

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-02-03 10:02:18 +00:00
parent fd9bd1c86c
commit e61ee6bcac
5 changed files with 9 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ authors = ["The Chromium OS Authors"]
[features]
default = []
acpi = ["acpi_tables"]
tdx = []
[dependencies]
acpi_tables = { path = "../acpi_tables", optional = true }