tools: add tool to decode AML files and build an ACPI namespace

This commit is contained in:
2023-07-19 19:00:27 +01:00
parent 42c6cfb697
commit f8c1a52259
16 changed files with 2446 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
TOOL_LIST := e64patch
TOOL_LIST := e64patch amldecode
all:
@for prog in $(TOOL_LIST); do \