Searched refs:iasl (Results 1 – 14 of 14) sorted by relevance
43 # iasl*.bb is a subset of this recipe, so RREPLACE it44 PROVIDES = "iasl"45 RPROVIDES:${PN} += "iasl"46 RREPLACES:${PN} += "iasl"47 RCONFLICTS:${PN} += "iasl"
23 All ACPI tables iasl (Intel's ACPI compiler and disassembler) knows should60 iasl -d *.dat68 iasl -sa dsdt.dsl81 iasl -sa facp.dsl82 iasl -sa ssdt1.dsl97 iasl is able to disassemble and recompile quite a lot different,104 iasl and acpixtract are part of Intel's ACPICA project:
56 $ iasl minnowmax.asl
55 iasl ${extra} ${prefix} -d ${aml}
42 b) disassemble the table by running "iasl -d dsdt.dat".59 e.g. "iasl -vw 6084 psr.asl" (psr.aml is generated as a result)
603 iasl -e ssdt?.* -d dsdt.dat
83 # iasl is not installed under /usr/bin when building with OE.84 … sed -i -e 's#/usr/bin/iasl#${STAGING_BINDIR_NATIVE}/iasl#' ${S}/BaseTools/Conf/tools_def.template
110 static const char *iasl = CONFIG_IASL; variable112 static const char *iasl; variable313 GString *command_line = g_string_new(iasl); in load_asl()490 if (!iasl) { in test_acpi_asl()548 if (!iasl && !all_tables_match) { in test_acpi_asl()
65 # iasl -p ./SSDT -d /sys/firmware/acpi/tables/SSDT174 shown above in the iasl dump). Note that this change is not propagated
54 DEPENDS += "util-linux-native iasl-native"
140 if get_option('iasl') == ''141 iasl = find_program('iasl', required: false) variable143 iasl = find_program(get_option('iasl'), required: true) variable2361 if iasl.found()2362 config_host_data.set_quoted('CONFIG_IASL', iasl.full_path())4502 summary_info += {'iasl': iasl}
15 option('iasl', type : 'string', value : '', string
350 --iasl=*) quote_sh "-Diasl=$2" ;;
1080 the compiler via "apt-get install iasl" if you are on Ubuntu or download