mirror of https://github.com/acidanthera/audk.git
1549651da6
The "-tc" option of the iasl compiler allows to generate a .hex file containing a C array storing AML bytecode. An online discussion suggested that this "-tc" option was specific to the iasl compiler and it shouldn't be relied on. This conversation is available at: https://edk2.groups.io/g/devel/topic/39786201#49659 A way to address this issue is to implement a compiler independent script that takes an AML file as input, and generates a .hex file. This patch implements a Python script that converts an AML file to a .hex file, containing a C array storing AML bytecode. This scipt has been tested with the AML output from the following compilers supported by the EDKII implementation: * Intel ASL compiler * Microsoft ASL compiler Signed-off-by: Pierre Gondois <pierre.gondois@arm.com> Reviewed-by: Bob Feng <bob.c.feng@intel.com> |
||
---|---|---|
.. | ||
AmlToHex | ||
BPDG | ||
Brotli | ||
BrotliCompress | ||
DevicePath | ||
Ecc | ||
EfiRom | ||
GenCrc32 | ||
GenDepex | ||
GenFds | ||
GenFfs | ||
GenFv | ||
GenFw | ||
GenPatchPcdTable | ||
GenSec | ||
GenerateCapsule | ||
LzmaCompress | ||
LzmaF86Compress | ||
PatchPcdValue | ||
Pkcs7Sign | ||
Rsa2048Sha256GenerateKeys | ||
Rsa2048Sha256Sign | ||
Split | ||
TargetTool | ||
TianoCompress | ||
Trim | ||
UPT | ||
VfrCompile | ||
VolInfo | ||
build | ||
posix_path_env.yaml |