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

8
tools/amldecode/Makefile Normal file
View File

@@ -0,0 +1,8 @@
TOOL_NAME := amldecode
include ../tool-config.mk
CFLAGS := -g
LDFLAGS := -g
include ../tool-template.mk