acpi_tables: aml: Add support for generating AML name paths

Root ("\"), single, dual and multi-part names are supported. "^" is not
supported (not widely used.)

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2019-10-16 15:47:10 +01:00
parent 1387ac5571
commit a4ce596f7b
2 changed files with 89 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
// SPDX-License-Identifier: Apache-2.0
//
pub mod aml;
pub mod rsdp;
pub mod sdt;