mirror of
				https://git.proxmox.com/git/mirror_edk2
				synced 2025-10-31 15:06:49 +00:00 
			
		
		
		
	|  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.bat | ||
| BPDG.bat | ||
| BrotliCompress.bat | ||
| build.bat | ||
| Ecc.bat | ||
| GenDepex.bat | ||
| GenerateCapsule.bat | ||
| GenFds.bat | ||
| GenPatchPcdTable.bat | ||
| PatchPcdValue.bat | ||
| Pkcs7Sign.bat | ||
| Rsa2048Sha256GenerateKeys.bat | ||
| Rsa2048Sha256Sign.bat | ||
| TargetTool.bat | ||
| Trim.bat | ||
| UPT.bat | ||
| win_build_tools_path_env.yaml | ||