Home
last modified time | relevance | path

Searched refs:iasl (Results 1 – 14 of 14) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-extended/acpica/
H A Dacpica_20240827.bb43 # iasl*.bb is a subset of this recipe, so RREPLACE it
44 PROVIDES = "iasl"
45 RPROVIDES:${PN} += "iasl"
46 RREPLACES:${PN} += "iasl"
47 RCONFLICTS:${PN} += "iasl"
/openbmc/linux/Documentation/admin-guide/acpi/
H A Dinitrd_table_override.rst23 All ACPI tables iasl (Intel's ACPI compiler and disassembler) knows should
60 iasl -d *.dat
68 iasl -sa dsdt.dsl
81 iasl -sa facp.dsl
82 iasl -sa ssdt1.dsl
97 iasl is able to disassemble and recompile quite a lot different,
104 iasl and acpixtract are part of Intel's ACPICA project:
H A Dssdt-overlays.rst56 $ iasl minnowmax.asl
/openbmc/qemu/tests/data/acpi/
H A Ddisassemle-aml.sh55 iasl ${extra} ${prefix} -d ${aml}
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dmethod-customizing.rst42 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)
H A Denumeration.rst603 iasl -e ssdt?.* -d dsdt.dat
/openbmc/openbmc/poky/meta/recipes-core/ovmf/
H A Dovmf_git.bb83 # 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
/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c110 static const char *iasl = CONFIG_IASL; variable
112 static const char *iasl; variable
313 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()
/openbmc/qemu/docs/specs/
H A Dvmgenid.rst65 # iasl -p ./SSDT -d /sys/firmware/acpi/tables/SSDT
174 shown above in the iasl dump). Note that this change is not propagated
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/
H A Dedk2-firmware.inc54 DEPENDS += "util-linux-native iasl-native"
/openbmc/qemu/
H A Dmeson.build140 if get_option('iasl') == ''
141 iasl = find_program('iasl', required: false) variable
143 iasl = find_program(get_option('iasl'), required: true) variable
2361 if iasl.found()
2362 config_host_data.set_quoted('CONFIG_IASL', iasl.full_path())
4502 summary_info += {'iasl': iasl}
H A Dmeson_options.txt15 option('iasl', type : 'string', value : '', string
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh350 --iasl=*) quote_sh "-Diasl=$2" ;;
/openbmc/u-boot/doc/
H A DREADME.x861080 the compiler via "apt-get install iasl" if you are on Ubuntu or download